Releases
Choose a supported CLI channel and track the extension’s current source-build availability.
Field guide · 09
CLI releases
Tagged Waypoint releases publish the local server and CLI through npm and as a checksummed GitHub Release archive. The public install script resolves and verifies the latest archive before installing it.
Use npm when you prefer registry-managed global packages. Use the GitHub installer when you prefer the release archive under ~/.local/share/logbook-waypoint with a launcher in ~/.local/bin.
curl -fsSL https://waypoint.logbookfordevs.com/install.sh | bash
# or
npm install --global @logbookfordevs/waypointBrowser extension availability
The browser extension is currently distributed as source rather than through a browser store. Build it with pnpm, then load packages/extension/.output/chrome-mv3 from chrome://extensions in Developer mode.
Follow GitHub Releases for CLI versions and the repository documentation for extension build changes.
https://github.com/logbookfordevs/logbook-waypoint/releases