Install and update

The recommended public install path is the hosted installer for the native sumelabs/cli binary. The binary is the sume.com developer-platform CLI for api.sume.com workflows.

Install on macOS or Linux

The installer downloads the latest release binary for your OS and architecture, verifies it against checksums.txt, and installs sume under ~/.sume-com/bin without silently overwriting a different sume already found on your PATH.

Install on Windows PowerShell

Direct GitHub binary fallback

The current release assets are named sume-darwin-arm64, sume-darwin-x64, sume-linux-arm64, sume-linux-x64, and sume-windows-x64.exe, with checksums.txt attached to each GitHub Release. For pinned installs, replace latest in the URL with a release tag such as v0.1.6.

Sign in

Use browser login for the default auth flow:

For remote or headless environments:

Manual API-key setup remains available for CI and controlled server environments, but it is not the recommended first-run path for local users.

Development build

From the CLI source repository:

Build a local binary when needed:

Verify

sume update --check reports whether a newer GitHub Release exists without modifying local files. Re-run the hosted installer when you choose to upgrade.