dojocho

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 --version

Requirements

  • 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. pnpm for TypeScript dojos, uv for Python dojos).

Uninstall

npm uninstall -g dojocho

Removing installed dojos from a project is a normal pnpm remove (or equivalent) — they live in your project's dependencies.

On this page