Jericode-ADE
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 3 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
A native Windows desktop client for Claude Code and Codex CLI.
Jericode
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.
Features
- 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.
Download
Or open the Store directly: ms-windows-store://pdp/?productid=9N3W6PQ7X087
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.
System Requirements
- Windows 10 (build 19041) or later
- At least one CLI provider installed (see below)
Getting Started
1. Install a CLI Provider
Jericode requires at least one of the following CLI tools installed on your system.
Claude Code (Anthropic)
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 (OpenAI)
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)
2. Install Jericode
Download Jericode from the Microsoft Store, or sideload from GitHub Releases.
3. Start a Session
- Jericode auto-detects installed CLI providers on startup
- Right-click a project in the sidebar to create a new Claude or Codex session
- Each session is tied to a single provider and can be resumed or forked at any time
Privacy
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.
Reporting Issues
Found a bug or have a feature idea?
Security
To report a security vulnerability, please see SECURITY.md.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found