{"id":47712026,"url":"https://github.com/liu1700/racc","last_synced_at":"2026-04-02T18:36:30.856Z","repository":{"id":344698976,"uuid":"1179386353","full_name":"liu1700/racc","owner":"liu1700","description":"A desktop control plane trying to make your life easier","archived":false,"fork":false,"pushed_at":"2026-03-16T03:10:38.000Z","size":4664,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T10:49:07.619Z","etag":null,"topics":["agentic-ide","ai-coding","claude-code","developer-tools","git-worktree","react","rust"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liu1700.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-12T01:20:14.000Z","updated_at":"2026-03-16T03:10:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/liu1700/racc","commit_stats":null,"previous_names":["liu1700/racc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/liu1700/racc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liu1700%2Fracc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liu1700%2Fracc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liu1700%2Fracc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liu1700%2Fracc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liu1700","download_url":"https://codeload.github.com/liu1700/racc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liu1700%2Fracc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ide","ai-coding","claude-code","developer-tools","git-worktree","react","rust"],"created_at":"2026-04-02T18:36:29.976Z","updated_at":"2026-04-02T18:36:30.843Z","avatar_url":"https://github.com/liu1700.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.png\" alt=\"Racc\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eRacc\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A desktop control plane for orchestrating AI coding agents.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/liu1700/racc/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/liu1700/racc/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/liu1700/racc?include_prereleases\" alt=\"Release\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo.gif\" alt=\"Racc Demo\" width=\"800\" /\u003e\n\u003c/p\u003e\n\n## What is Racc?\n\nRacc is a desktop app that lets you run multiple AI coding agents in parallel — each in its own terminal, its own git worktree, fully isolated. It's not a code editor. It's the control plane you've been missing.\n\nCurrently supports **Claude Code**, with **Codex** support planned.\n\n## Features\n\n- **Multi-agent sessions** — Run multiple agent sessions side by side\n- **Agent-agnostic** — Communicates via native PTY, works with any agent that runs in a terminal\n- **Git worktree isolation** — Each session gets its own worktree automatically, no conflicts\n- **Task board** — Kanban-style board for cognitive offloading and automated agent orchestration\n- **Remote servers** — SSH into remote machines and run agents in persistent tmux sessions\n- **Server management** — Add servers via SSH config import or manual setup, with connection testing and status tracking\n- **Headless server** — Run `racc-server` for browser-based access from any device on your Tailscale network\n\n## Roadmap\n\n| Milestone | Description | Status |\n|-----------|-------------|--------|\n| **v0.1 — MVP** | Multi-session dashboard, task board, git worktree isolation, file viewer | Done |\n| **v0.2 — Remote \u0026 Multi-Agent** | Remote server sessions via SSH/tmux, Codex support, Docker sandbox | In progress |\n| **v0.3** | TBD | — |\n\n## Download\n\nGrab the latest `.dmg` from the [Releases](https://github.com/liu1700/racc/releases) page.\n\n## Build from Source\n\n**Prerequisites:** [Rust](https://www.rust-lang.org/tools/install) (stable) | [Bun](https://bun.sh/) (v1.0+) | [Git](https://git-scm.com/) | [Tauri 2.x prerequisites](https://v2.tauri.app/start/prerequisites/)\n\n**Note:** If you don't have Rust installed, run:\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\nsource \"$HOME/.cargo/env\"\n```\n\n```bash\ngit clone https://github.com/liu1700/racc.git\ncd racc\nbun install\n\n# Desktop app\nbun tauri dev\n\n# Headless server (browser access)\nbun run build\ncd src-tauri \u0026\u0026 cargo run --bin racc-server\n# Open http://localhost:9399 or http://\u003ctailscale-host\u003e:9399\n```\n\n## Architecture\n\nThree-crate Rust workspace: `racc-core` (business logic), `racc-server` (headless axum binary), and the Tauri desktop app (thin wrappers). The React frontend auto-detects its environment — Tauri IPC in the desktop app, WebSocket in the browser. Sessions use native PTY locally or SSH/tmux for remote servers.\n\nSee the [wiki](https://github.com/liu1700/racc/wiki) for detailed design docs, including [Technical Architecture](https://github.com/liu1700/racc/wiki/Technical-Architecture) and [Cognitive Design Research](https://github.com/liu1700/racc/wiki/Cognitive-Design-Research).\n\n## Why \"Racc\"?\n\nShort for **raccoon** — clever, adorable, with nimble little hands. But be careful — they can be surprisingly brutal sometimes.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/raccoon.png\" alt=\"Raccoon\" width=\"300\" /\u003e\n\u003c/p\u003e\n\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliu1700%2Fracc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliu1700%2Fracc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliu1700%2Fracc/lists"}