Local-first · early access

Orchestrate your
coding agents

Plexus is your control plane for coding CLIs like Claude Code — launch, monitor, and coordinate agents across every project and branch from one fast desktop app.

Windows Linux macOS·free to use
Plexus~/code · 3 sessions active
Workspaces
Personal
plexus
fix-auth-redirect
docs-rewrite
billing-service
stripe-webhooks
retry-idempotency
AgentReviewExplorerGit fix/auth-redirect
claude ~/code/plexus (fix/auth-redirect)
investigate the auth redirect loop
Reading project context… 14 files
Read src/lib/api.ts
Edit src/lib/api.ts+12 −4
Edit src/router/guards.ts+6 −2
18 passed (1.2s)
Opening pull request against main
Summary

Found a redirect loop caused by a stale returnTo param. Patched the API client and route guard; tests green.

Files2
Diff+18−6
StatusPR open
Features

Everything your agents are doing, in one place

Plexus turns a sprawl of terminal tabs into a single, observable control plane.

No API keys. Just sign in.

Unlike most agent tooling, Plexus is subscription-driven. Connect your account once and every session is ready to go — no per-token API keys to provision, rotate, or leak, and no surprise usage bills. Your plan, your agents.

Subscription · no API key

Sessions as worktrees

Every session is its own git worktree running an agent — isolated, parallel, and disposable. Spin up as many as you need.

Live observability

Status, logs, diffs, and results for everything in flight — at a glance. Know which agents are working, waiting, or idle.

Review & ship

Inspect diffs and run the review-and-fix cycle — with optional AI to draft commits, untangle conflicts, and summarize PRs. Then rebase, squash, merge, or open a PR without leaving the app.

One global dashboard

All projects and sessions in a single view. Sort by activity, jump straight to anything that needs your input.

Keyboard-driven

Built for speed. Command palette, shortcuts for every action, and a dense terminal-adjacent UI that stays out of your way.

Native & local-first

A fast, lightweight Tauri app that runs on your machine. Your code and keys never leave it.

How it works

From repo to merged PR without leaving the app

01

Add a repository

Point Plexus at a local repo. It becomes a project under your workspace — no config, no daemon.

02

Spin up sessions

Each session creates a git worktree and launches a Claude Code agent on its own branch. Run several at once.

03

Review, then merge

Watch the diff land, run the review-and-fix loop, and rebase, squash, or open a PR — all from one window.

Git, built in

A full git client — with AI when you want it

Plexus speaks worktrees natively and handles the whole workflow. Switch AI on and it drafts your commits, untangles conflicts, and summarizes PRs — all subscription-driven, and entirely optional. Turn it off and you still have a fast, complete git client.

AI commit messages
Generated from the actual diff — conventional, scoped, and accurate.
AI conflict resolution
Plexus proposes a merge for each conflict; you review and approve.
PR summaries
A clear, reviewer-ready description written from your changes.
Plus the basics, no AI required:RebaseSquashMergeCreate PR
commit · fix/auth-redirect2 files · +18 −6
Suggested message
feat(auth): fix redirect loop on stale returnTo
Sanitize the returnTo param in the API client and guard the route so expired links no longer loop. Adds coverage for the regression.
Use message Regenerate Edit
AI assist · on · optional anytime
.plexus/hooks.json Settings → Hooks
{
"create": "pnpm install",
"run": "cp .env.example .env",
"teardown": "docker compose down"
}
Prefer clicking? Set up every hook from the UI — no JSON required.
Hooks

Automate every session with hooks

Run your own shell commands around a worktree's lifecycle — setup, run, and teardown. Install dependencies when a session's worktree is created, prep the environment before the agent runs, and clean up when it's removed. Edit them in .plexus/hooks.json, or set them up visually in Settings → Hooks — and Plexus handles the rest.

create run teardown

Bring your agents under one roof

Free and local-first. Install Plexus and orchestrate your first session in under a minute.