Skip to main content
v0.1.0Public alpha

Phonton CLI

Verified code changes from a terminal control plane.

Plan in public, execute with local repo context, and review generated changes only after the verification gate has real evidence.

npm install -g phonton-cliDownload v0.1.0
local-firstBYOKverify gates
current handoffverified diff

Install

One install path for the common case. Escape hatches for power users.

The CLI is pre-1.0, so every install route keeps the command explicit and inspectable.

Recommended

npm

npm install -g phonton-cli
phonton doctor
No install

npx

npx phonton-cli
phonton plan "tighten config validation"
Source

Cargo

cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.1.0 phonton-cli --locked --force

Command map

Concrete commands, visible state.

Phonton keeps the loop legible: diagnose the repo, preview the plan, route the work, and inspect the review payload.

phontonLaunch the interactive TUI
phonton ask <question>Run one repo-aware Q&A turn
phonton doctorCheck config, trust, git, cargo, store, and provider setup
phonton plan <goal>Preview the task DAG before edits
phonton reviewInspect verified diff payloads
phonton config showPrint resolved TOML config

Provider setup

Bring your own model route.

Provider choice belongs in configuration. The CLI makes routing, budgets, and local state straightforward to audit.

# ~/.phonton/config.toml
[provider]
name = "gemini"
model = "gemma-4-31b-it"

[budget]
max_tokens = 120000
max_usd_cents = 200

Release channels

Alpha status without ambiguity.

Stablev0.1.0Best validated public alpha.
Devdev branchNext-release integration changes.
Nightlynightly branchDaily snapshots for users who can tolerate breakage.