Skip to content

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.

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.
CapabilityFreePro
The board, the plans, the handoffs, and the phase graphIncludedIncluded
QA gates, per-phase verdicts, and the round budgetIncludedIncluded
The autopilot, converge, and the recovery ladderIncludedIncluded
Accounts, and the usage meters they carryIncludedIncluded
MCP servers — registered, attached to a plan, and signed inIncludedIncluded
Worktrees, one per concurrent laneIncludedIncluded
Insights, full-text search, and push notificationsIncludedIncluded
Skill and hook installationIncludedIncluded
The multi-instance command line — list, open, start, stop, restart, status, logs, removeNot includedIncluded
Consoles that outlive a reboot: the launchd agent and the desktop launcherNot includedIncluded
The fleet table — every project and what it actually did, compared side by sideNot includedIncluded

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

  1. Create a classic personal access token with the read:packages and repo scopes.

    <PAT>

  2. 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>
  3. Install the package.

    npm install -g @phased-console-pro/phase-console

Homebrew, from the private tap

  1. Add the tap over SSH.

    brew tap phased-console-pro/tap git@github.com:phased-console-pro/homebrew-tap.git
  2. Install with your token in the environment.

    HOMEBREW_GITHUB_API_TOKEN=<PAT> brew install phased-console-pro/tap/phased-console-pro