Installation
Jean is available for macOS, Windows, and Linux. Choose your preferred installation method below.Quick Install
- macOS (Homebrew)
- GitHub Releases
The easiest way to install Jean on macOS:
Prerequisites
Jean requires at least one of the following AI CLI tools to be installed:Claude CLI (Recommended)
Claude CLI (Recommended)
Install Claude CLI from Anthropic:Configuration:
- Requires an Anthropic API key
- Configure with
claude config - Supports MCP servers for extended capabilities
Codex CLI
Codex CLI
Install Codex CLI for DeepSeek-powered coding:Features:
- DeepSeek-V3 model support
- Reasoning effort levels
- Multi-agent collaboration (experimental)
OpenCode
OpenCode
Install OpenCode for multi-model support:Features:
- Multiple AI provider support (OpenRouter, etc.)
- Custom provider profiles
- Compatible with Claude CLI MCP servers
Platform-Specific Requirements
- macOS
- Windows
- Linux
System Requirements
- macOS 10.15 (Catalina) or later
- Universal binary supports both Intel and Apple Silicon
Additional Setup
Xcode Command Line Tools (for git and development tools):Jean can auto-install GitHub CLI if not present, but manual installation is recommended for better control.
Git Configuration
Jean requires git to be configured with your identity:Jean will prompt you to configure git identity on first launch if not already set.
Building from Source
For developers who want to build Jean from source:Development Setup Details
Development Setup Details
For full development setup including testing, linting, and code quality checks, see:Key commands:
Verification
After installation, verify Jean is working:Check CLI Detection
Jean will automatically detect installed CLI tools (Claude CLI, Codex CLI, OpenCode)If not detected, check:
- CLI is installed and in your PATH
- CLI is configured with API credentials
- Terminal has been restarted after CLI installation
Verify Git Configuration
Jean will check for git identity. If not configured, you’ll see a setup prompt.
Troubleshooting
CLI Not Detected
CLI Not Detected
If Jean doesn’t detect your CLI installation:
-
Verify CLI is installed:
-
Ensure CLI is in PATH:
- Restart Jean after installing CLI tools
-
Check CLI configuration:
Git Identity Not Set
Git Identity Not Set
If you see git identity errors:Restart Jean after configuration.
macOS Gatekeeper Warning
macOS Gatekeeper Warning
If macOS blocks Jean from opening:
- Go to System Settings > Privacy & Security
- Find the message about Jean being blocked
- Click Open Anyway
Windows SmartScreen
Windows SmartScreen
If Windows SmartScreen blocks installation:
- Click More info
- Click Run anyway
Linux AppImage Issues
Linux AppImage Issues
If AppImage doesn’t run:Or install FUSE:
Next Steps
Now that Jean is installed, continue to the quickstart guide:Quickstart Guide
Learn how to add your first project and create a worktree