Installation

Claude Code runs on Windows, macOS, Linux, and WSL2. Runtime: Bun 1.3+ or Node.js 22.12.0+.

Prerequisites

Via npm (global)

npm install -g @jonusnattapong/claudecode
claude

# Verify
claude --version

Via Bun (global)

bun install -g @jonusnattapong/claudecode
claude

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