kaizenai
v0.14.0
Published
Local web UI for coding agents
Maintainers
Readme
Kaizen
Local first, browser based PDE (Product Development Environment) for Claude Code, Codex, Gemini, and Cursor. Run kaizen --remote to bind on your Tailscale network, print a QR handoff URL, and jump from your phone or tablet into the same workspace.
Quickstart
Install Bun first:
curl -fsSL https://bun.sh/install | bashThen run Kaizen:
npx kaizenaiInstall
Global install:
npm install -g kaizenai
kaizenOne-off run:
npx kaizenaiUsage
kaizen
kaizen --port 4000
kaizen --host dev-box
kaizen --remote
kaizen --no-openDefault URL: http://localhost:3210
kaizen --remote keeps local browser access on localhost, resolves your stable Tailscale host, and prints a QR code for the mobile handoff page at /open.
Requirements
- Bun v1.3.5+
- Claude Code
- Optional: Codex CLI
- Optional: Gemini CLI
- Optional: Cursor CLI / Agent
Development
bun install
bun run dev