pi-kot
v0.1.6
Published
Browser UI for the pi coding agent — self-hosted React workbench with chat, file browser, terminal, git panel, and session tree.
Maintainers
Readme
pi-kot v0.1.6
Browser UI for the pi coding agent.
Self-hosted React workbench: streaming chat, session tree, file browser, terminal, git panel.
Quick start
npx pi-kot # one-shot, no install
npm install -g pi-kot # or install globally
pi-kot # then run anywhereOpens at http://localhost:3333 by default.
Options
pi-kot --port 4000
pi-kot --host 127.0.0.1
pi-kot --password mysecret
pi-kot --workspace ~/Code
pi-kot --helpAll options have matching env vars: PORT, HOST, UI_PASSWORD, API_KEY, WORKSPACE_PATH, LOG_LEVEL.
