Shipmoor CLI

Shipmoor Team
August 28, 2026
2 min read

Shipmoor uses one universal CLI for Free and Pro. Every installation must be authorized to an account before it runs product commands.

Install the universal CLI

curl -fsSL https://dl.shipmoor.dev/install.sh | SHIPMOOR_VERSION=0.10.0 bash
shipmoor version
# shipmoor 0.10.0

The installer puts shipmoor in ~/.shipmoor/bin and prints the PATH update if you need one. See Installation for pinning and upgrades.

Authorize this device

Run a product command such as:

shipmoor scan --changed

If this installation is not authorized, Shipmoor starts device authorization, opens accounts.shipmoor.dev, and resumes the original command after approval. Non-interactive environments do not open a browser; see CI & Automation for the supported Scan-only SHIPMOOR_TOKEN flow.

New personal accounts receive 30 consecutive days of full Pro access with no card required. After the trial, the account becomes Free automatically unless you subscribe.

Free and Pro

Free includes four independent monthly allowances:

Command familyFreePro
Claim Check5 invocations/monthUnlimited
Code Review5 invocations/monthUnlimited
Test Evidence5 invocations/monthUnlimited
Blast Radius5 invocations/monthUnlimited
ScanUnlimitedUnlimited
Agent HarnessUnlimitedUnlimited
Agent SkillsUnlimitedUnlimited

The four Free counters renew at 00:00 UTC on the first day of each calendar month and do not roll over. Rerunning a metered command consumes another invocation. User and agent invocations count the same. Internal Review or Test Evidence work composed inside one admitted Claim Check does not consume another bucket.

Pro costs $19/month or $190/year and makes all four metered command families unlimited. See Plans & tiers for Pro-only IDE, advanced configuration, and history capabilities.

Local execution and service contacts

Free account. Local execution. No source upload.

Shipmoor runs analysis locally. By default it does not upload source code, diffs, prompts, findings, file paths, repository names, branch names, tests, or acceptance criteria. It contacts Shipmoor services for authentication, entitlements, command allowances, and features you explicitly enable. See Security & privacy for the exact metadata contract.

Next

Last updated on August 28, 2026

Was this article helpful?

Your response is saved on this device.