Getting Started
Start using KaizenAI
A complete guide to installing, configuring, and running KaizenAI for your projects.
[Screenshot Placeholder: KaizenAI Workspace Browser Interface]
Requirements
Before you begin, ensure you have the following installed:
- Bun: Bun (v1.3.5 or higher) - Required to run Kaizen.
- AI Provider: At least one AI provider (e.g., Claude Code, Codex, or Gemini) installed locally.
Installation
Quickstart
You can run Kaizen directly without installing:
Terminal
npx kaizenaiGlobal Installation
For easier access, install Kaizen globally:
Terminal
npm install -g kaizenai
kaizenRunning Kaizen
Once installed, you can start Kaizen from your terminal in any project directory.
Start with default settings (port 3210):
kaizenStart on a custom port:
kaizen --port 4000Bind to a specific host:
kaizen --host dev-boxShare to your other Tailscale devices with a QR handoff:
kaizen --remoteStart without automatically opening the browser:
kaizen --no-open[Screenshot Placeholder: Terminal startup showing local URL, Tailscale URL, and QR handoff]
Remote Access With Tailscale
Use `kaizen --remote` as the default remote workflow. Kaizen prints a stable Tailscale URL and a QR code that opens the handoff page on your other device.
- Install Tailscale on your development machine and your remote device.
Download Tailscale → - Start Kaizen with the remote flag and scan the QR code it prints:Terminal
kaizen --remote - Kaizen opens the installed app when the platform supports it, otherwise it falls back to the browser with install guidance.
[Screenshot Placeholder: scanning Kaizen QR handoff and opening the app]
Ready to build with confidence?
Start with proven patterns and let AI help you scale faster.