Free and Pro
Every console is the whole product. Free gives you one of them; Pro gives you as many as you have projects — in the background, side by side.
Free
Free, and not a trial
One console, on port 4123, for one repository — with the whole product behind it.
Pro
$99
Everything in Free, plus the fleet.
Checkout is not open yet. Nothing on this page takes a card.
Capability
What each tier carries. Pro is Free plus the fleet: nothing is switched off at run time, because the free tree simply does not contain the fleet's code.
| Capability | Free | Pro |
|---|---|---|
| The board, the plans, the handoffs, and the phase graph | Included | Included |
| QA gates, per-phase verdicts, and the round budget | Included | Included |
| The autopilot, converge, and the recovery ladder | Included | Included |
| Accounts, and the usage meters they carry | Included | Included |
| MCP servers — registered, attached to a plan, and signed in | Included | Included |
| Worktrees, one per concurrent lane | Included | Included |
| Insights, full-text search, and push notifications | Included | Included |
| Skill and hook installation | Included | Included |
| The multi-instance command line — list, open, start, stop, restart, status, logs, remove | Not included | Included |
| Consoles that outlive a reboot: the launchd agent and the desktop launcher | Not included | Included |
| The fleet table — every project and what it actually did, compared side by side | Not included | Included |
What a licence is
A Pro licence lasts 365 days from the day it is paid for.
Renew whenever you like: a renewal extends from your current expiry date, never from the day you pay, so nothing is lost by renewing early.
When a licence expires, the copy you installed keeps working — it is on your machine and it stays yours. What ends is access to the private repository, and the updates that come through it.
How Pro installs
Two channels, both authorised by your GitHub account — the one your licence invites to the private repository. There is no licence key to paste.
npm, from GitHub Packages
Create a classic personal access token with the read:packages and repo scopes.
<PAT>
Add these two lines to ~/.npmrc, with your token in place of the PAT placeholder.
@phased-console-pro:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=<PAT>Install the package.
npm install -g @phased-console-pro/phase-console
Homebrew, from the private tap
Add the tap over SSH.
brew tap phased-console-pro/tap git@github.com:phased-console-pro/homebrew-tap.gitInstall with your token in the environment.
HOMEBREW_GITHUB_API_TOKEN=<PAT> brew install phased-console-pro/tap/phased-console-pro