Jean is a desktop dev environment built around the idea that AI-assisted development needs more than a chat panel inside an editor — it needs workspace isolation, parallelism, and tight git workflows. The app, from coolLabs (the team behind Coolify), wraps the CLI tools developers already authenticate with — Claude Code, Codex, and others — and runs each agent inside its own automatically-managed git worktree. Sessions, terminals, and chat windows sit side-by-side in one UI, so one agent can fix a bug on a feature branch while another reviews a PR on a separate worktree without changes colliding. The project is Apache 2.0, free forever, with a tested macOS build and Windows/Linux testers wanted.
What sets Jean apart is its opinionated set of git workflows. Magic Git Commands generate AI commit messages, PR descriptions, and release notes; track findings during code review; and resolve merge conflicts with AI — all driven by per-workflow Magic Prompts where the developer picks model and reasoning level (light model for commits, heavier for reviews). The Opinionated pane bundles two token-reduction plugins: RTK proxies CLI tool output to cut 60–90% of tool-output tokens, and Caveman trims Claude responses by ~65–75%. Multi-project and Linked Projects support means related repos auto-inject their CLAUDE.md, AGENTS.md, and docs/ into every session — cross-repo context without copy-paste. Linear is first-class for issue investigation and per-project API keys.
Jean fits the parallel-agent orchestration niche alongside Emdash, Conductor, Sculptor, and Superset. Where some lean terminal-multiplex or pure web UI, Jean sits in the desktop sweet spot: it carries the auth and capabilities of the underlying CLI tools while wrapping them in a UI that makes worktree management and PR workflows visual. Mobile access via localhost, Cloudflare Tunnel, or Tailscale lets developers monitor agents from a phone. coolLabs sustains development through GitHub Sponsors, Open Collective, and managed cloud services — no enterprise tier, no paywalls. For developers juggling multiple AI coding CLIs who want a unified cockpit instead of tmux panes and shell scripts, Jean is a credible open-source option.
