Installation
Install the Dojocho CLI globally and verify it runs.
Install
npm install -g dojocho
Or have your agent install it
Verify the install:
dojo --versionRequirements
- Node.js 20 or newer.
- A coding agent that can read project files and run shell commands — Claude Code is the default target.
- For language-specific dojos, the matching toolchain (e.g.
pnpmfor TypeScript dojos,uvfor Python dojos).
Uninstall
npm uninstall -g dojochoRemoving installed dojos from a project is a normal pnpm remove (or
equivalent) — they live in your project's dependencies.