Skip to main content

Installation

Jean is available for macOS, Windows, and Linux. Choose your preferred installation method below.

Quick Install

The easiest way to install Jean on macOS:
Homebrew will automatically manage updates. Run brew upgrade jean to update to the latest version.

Prerequisites

Jean requires at least one of the following AI CLI tools to be installed:
Install Codex CLI for DeepSeek-powered coding:
Features:
  • DeepSeek-V3 model support
  • Reasoning effort levels
  • Multi-agent collaboration (experimental)
Codex CLI support is newer. Some features may have limited functionality.
Install OpenCode for multi-model support:
Features:
  • Multiple AI provider support (OpenRouter, etc.)
  • Custom provider profiles
  • Compatible with Claude CLI MCP servers
You can install multiple CLI tools and switch between them per-project or per-session.

Platform-Specific Requirements

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):
GitHub CLI (optional, for enhanced GitHub integration):
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:
1

Install Prerequisites

Required:Platform-specific:
  • Windows: Visual Studio with “Desktop development with C++” workload
  • Linux: See platform-specific dependencies above
2

Clone Repository

3

Install Dependencies

4

Run Development Build

5

Build Production Package

Built artifacts will be in src-tauri/target/release/bundle/
For full development setup including testing, linting, and code quality checks, see:Key commands:

Verification

After installation, verify Jean is working:
1

Launch Jean

Open Jean from your Applications folder (macOS/Linux) or Start Menu (Windows)
2

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
3

Verify Git Configuration

Jean will check for git identity. If not configured, you’ll see a setup prompt.
4

Add Your First Project

Click Add Project and select a git repository to get started

Troubleshooting

If Jean doesn’t detect your CLI installation:
  1. Verify CLI is installed:
  2. Ensure CLI is in PATH:
  3. Restart Jean after installing CLI tools
  4. Check CLI configuration:
If you see git identity errors:
Restart Jean after configuration.
If macOS blocks Jean from opening:
  1. Go to System Settings > Privacy & Security
  2. Find the message about Jean being blocked
  3. Click Open Anyway
Or use Terminal:
If Windows SmartScreen blocks installation:
  1. Click More info
  2. Click Run anyway
This is expected for new applications.
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