Runjam banner
peintune peintune

Runjam

AI community

Description

One desktop for all your AI coding agents — Claude Code, Codex CLI & Gemini CLI. Auto-detect, one-click install, unified chat, file explorer, terminal & editor. Local-first. Built with Tauri + Rust + Vue 3.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

RunJam

RunJam

One Desktop. All Your AI Agents. Zero Lock-in.

A local-first desktop manager for **Claude Code, Codex CLI, and Gemini CLI** — install once, run any model on any agent, and manage every project in a single window. No ACP rewrites, no per-agent config, no cloud lock-in.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Tauri 2](https://img.shields.io/badge/Tauri-2-orange.svg)](https://tauri.app) [![Vue 3](https://img.shields.io/badge/Vue-3-42b883.svg)](https://vuejs.org) [![Rust](https://img.shields.io/badge/Rust-🦀-ce422b.svg)](https://www.rust-lang.org) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)

[Features](#-why-runjam) · [Quick Start](#-quick-start) · [Architecture](#-architecture) · [Roadmap](#-roadmap) · [FAQ](#-faq)

[中文文档](README.zh-CN.md)


RunJam main window — sessions, chat, and workspace in one view

🏗️ Architecture

Understand RunJam at a glance: **Agents → RunJam (auto protocol conversion) → Models (cloud + local)**.

RunJam's overall architecture: multiple agents connect to RunJam over stdin/stdout; RunJam handles protocol conversion, session management, and cache optimization, then adapts to cloud models (Anthropic/OpenAI/Google/...) and local models (llama.cpp/GGUF). The 8 pain points at the bottom map one-to-one to RunJam's built-in solutions.
🇨🇳 中文版

**Reading order (left → right):**

  • 01 · AGENTS — Any Agent CLI (Claude Code / Codex CLI / Gemini CLI / …) connects via stdin/stdoutno agent modification required
  • 02 · RUNJAM CORE — Three core capabilities: 🔀