Install & update
Install the Urlbox CLI with npm, Homebrew or Scoop, verify it with urlbox doctor, and keep it current with urlbox upgrade.
Install with whichever package manager you already use.
npm (any platform)
npm install -g @urlbox/cliThe npm package is a thin wrapper: on install it downloads the pre-built native binary for your platform and architecture (macOS, Linux or Windows; amd64 or arm64) from the GitHub release, then runs that binary with your arguments.
Homebrew (macOS / Linux)
brew install urlbox/tap/urlboxScoop (Windows)
scoop bucket add urlbox https://github.com/urlbox/homebrew-tap
scoop install urlboxNote: the Scoop manifest is co-located inside the
homebrew-taprepo, so you add that repo as the bucket.
Verify the install
urlbox doctorurlbox doctor checks your install, config, network and credentials, and tells you exactly what's missing rather than failing cryptically later. Run it any time something isn't working.
You can also check the exact build:
urlbox version # human-readable summary
urlbox --version # plain "vX.Y.Z" for scripts
urlbox version --output-format quietKeeping it up to date
urlbox upgradeupgrade detects how you installed urlbox (Homebrew, Scoop, npm, or a raw Go binary) and runs the matching update command. If it can't detect the method, it prints all the available upgrade commands so you can pick the right one.
Next
Once it's installed, sign in and take your first render.