npm
npm install -g phonton-cli
phonton doctorPhonton CLI
Plan in public, execute with local repo context, and review generated changes only after the verification gate has real evidence.

Install
The CLI is pre-1.0, so every install route keeps the command explicit and inspectable.
npm install -g phonton-cli
phonton doctornpx phonton-cli
phonton plan "tighten config validation"cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.1.0 phonton-cli --locked --forceCommand map
Phonton keeps the loop legible: diagnose the repo, preview the plan, route the work, and inspect the review payload.
phontonLaunch the interactive TUIphonton ask <question>Run one repo-aware Q&A turnphonton doctorCheck config, trust, git, cargo, store, and provider setupphonton plan <goal>Preview the task DAG before editsphonton reviewInspect verified diff payloadsphonton config showPrint resolved TOML configProvider setup
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 = 200Release channels
v0.1.0Best validated public alpha.dev branchNext-release integration changes.nightly branchDaily snapshots for users who can tolerate breakage.