Verify install
kiwi-control --help
kc --help
Then verify that `kc` is actually on your path.
command -v kc
Get-Command kc
`kiwi-control` and `kc` point to the same CLI. Most people use `kc` for daily work. Start with the install verify commands, then run the first repo flow below.
kiwi-control --help
kc --help
Then verify that `kc` is actually on your path.
command -v kc
Get-Command kc
cd /path/to/repo
kc init
kc status
kc guide
kc graph build
kc pack status
kc review
kc check
kc ui
cd /path/to/repo
kc status
kc guide
kc graph status
kc graph build
kc pack status
kc review
kc check
kc ui
kc status --json
kc guide --json
kc graph build --json
kc pack status --json
kc review --json
kc check --json
These are the cleanest starting points before deeper Claude Code, Codex, or Cursor work.
kc ui can launch or attach to it.kc status, kc guide, kc graph build, and kc review.Open a fresh terminal or fresh PowerShell window first. If `kc` is still missing, run the wrapper install again from the install page.
The desktop app and CLI are separate install surfaces. The wrapper install is the clean fallback when terminal command setup did not complete.
Close the current PowerShell window, open a fresh one, then run Get-Command kc and kc --help.
That is a beta trust warning, not proof of installer trust. Control-click the pkg and choose Open, or use System Settings > Privacy & Security and choose Open Anyway.
They point to the same CLI. `kiwi-control` is the full name. `kc` is the short alias.
The install page covers the exact download and wrapper paths. This page covers what to run right after that.