Installation

Step-by-step setup so you can run Clawptimizer locally.

Do I need to rebuild anything?
No. It audits your existing setup and suggests targeted fixes. No migration, no new tooling.
1) Install bun
Clawptimizer uses bun to run locally.
Install it with:
curl -fsSL https://bun.sh/install | bash
(or download it from https://bun.sh)
Then restart your terminal.
2) Install Clawptimizer
npm i -g @kellyclaudeai/clawptimizer
clawptimizer doctor
3) Run it
UI mode
clawptimizer serve
Then open http://localhost:4278 in your browser.
Headless report
clawptimizer analyze --output report.json
Then run clawptimizer serve to view the report in the UI.