A native Windows desktop client for Claude Code and Codex CLI.
Jericode is currently in Beta. Expect rough edges, and please file issues when you hit them.
- Real-time streaming — Watch AI responses appear token-by-token with live token counting
- Visual file diffs — Side-by-side code diffs with syntax highlighting
- Multi-provider — Switch between Claude and Codex per session with independent configuration
- Session management — Create, resume, and fork conversations with full persistence
- Permission controls — Approve or deny tool permissions through a visual dialog with risk indicators
- Token and cost tracking — Monitor usage per turn and per session with budget limits
- File mentions — Reference project files with
@fileautocomplete and gitignore-aware fuzzy search - Sub-agent monitoring — Track parallel agent activity in real time
- Plan mode — Review AI strategies before execution
- Dark and light themes — Native WinUI 3 with Windows accent color integration
- Project workspaces — Organize sessions by project with smart temporal grouping
- Privacy first — All data stays on your machine. No telemetry, no analytics, no tracking.
Prefer to sideload? Grab the latest x64 or ARM64 MSIX from GitHub Releases. See the release notes for install steps — you'll need to trust the included developer certificate before the first install.
- Windows 10 (build 19041) or later
- At least one CLI provider installed (see below)
Jericode requires at least one of the following CLI tools installed on your system.
Claude Code is Anthropic's agentic coding tool that runs in your terminal.
Install:
- PowerShell (recommended): Run the install script from code.claude.com/docs/en/setup
- WinGet:
winget install Anthropic.ClaudeCode - Requires Git for Windows (Claude Code uses Git Bash internally)
Authenticate:
- Open a terminal and run
claude - Follow the browser prompts to sign in with your Anthropic account
- Requires a Claude subscription (Pro, Max, Teams, or Enterprise) or Anthropic API access
Codex is OpenAI's lightweight coding agent that runs in your terminal.
Install:
- npm:
npm i -g @openai/codex - Homebrew:
brew install --cask codex - Or download a binary from the Codex GitHub releases
Authenticate:
- Open a terminal and run
codex - Select Sign in with ChatGPT (recommended) and follow the browser prompts
- Alternatively, set the
OPENAI_API_KEYenvironment variable with your API key - Requires a ChatGPT Plus, Pro, Team, Edu, or Enterprise plan (or an OpenAI API key)
Download Jericode from the Microsoft Store, or sideload from GitHub Releases.
- Jericode auto-detects installed CLI providers on startup
- Click new session button in the top of the left sidebar to start a new session
- Each session is tied to a single provider and can be resumed or forked at any time
Jericode does not collect, transmit, or share any personal data. All conversations, session data, and settings are stored locally on your device. See PRIVACY.md for details.
Found a bug or have a feature idea?
To report a security vulnerability, please see SECURITY.md.