Installation

Claudevil runs on Windows, macOS, Linux, and WSL2. Runtime: Bun 1.3+.

Prerequisites

Via npm (global)

npm install -g @jonusnattapong/claudecode
claudevil

# Verify
claudevil --version

Important: the npm package installs the launcher only. You must install Bun separately before running claudevil.

Via Bun (global)

bun install -g @jonusnattapong/claudecode
claudevil

From Source

git clone https://github.com/JonusNattapong/claudecode.git
cd claudecode
bun install
bun run build
bun run start

# Development mode with watch
bun run dev

Build output goes to dist/. The build uses Bun bundler with compile-time feature defines (TRANSCRIPT_CLASSIFIER, CHICAGO_MCP).

Platform-Specific Notes

Windows

macOS

Linux

Release Channels

Channelnpm TagDescription
stablelatestTagged releases (vYYYY.M.D)
betabetaPrereleases (vYYYY.M.D-beta.N)
devdevMoving main branch

Verifying Installation

/doctor     # Run environment diagnostics
/status     # Check version, model, account, API connectivity