Pre-built binaries are available for Windows, macOS, and Linux. Download, run, and Rigbook opens in your browser automatically. If the binaries do not match your use case, the app may be installed from source code on virtually any device.
xattr -cr ~/Downloads/rigbook-macos-universal.pkg
Then open the .pkg file and follow the installer prompts to install Rigbook into /Applications. It launches as an app in your web browser
Download the binary for your architecture from the Releases page (amd64 for most desktops, arm64 for Raspberry Pi and similar), make it executable, and run it.
# amd64 (most desktops and laptops) wget https://github.com/EnigmaCurry/rigbook/releases/latest/download/rigbook-linux-amd64 chmod +x rigbook-linux-amd64 ./rigbook-linux-amd64 # arm64 (Raspberry Pi, Apple Silicon Linux, etc.) wget https://github.com/EnigmaCurry/rigbook/releases/latest/download/rigbook-linux-arm64 chmod +x rigbook-linux-arm64 ./rigbook-linux-arm64
Go to Settings → Updates inside Rigbook and enable "Check for new Rigbook releases on GitHub." When a new version is available, a notification appears with an Apply Update button. Rigbook downloads the new binary, swaps it in place, and restarts automatically.
http://localhost:8073 in your browser.