Terminal-native · multi-agent
Terminal-based multi-agent orchestration with configurable external tooling, vim-like keyboard navigation, and powerful workflow patterns.
Quickstart
No daemon, no config server. Build the binary, point it at your repos, and launch. Spin up isolated worktrees in the app and start orchestrating.
Compile the release binary. One static Rust executable, no runtime dependencies.
Register any git repository. Then create isolated worktrees for it right inside the app — one per agent session.
Open the TUI. Spin up agent sessions, review, and orchestrate — all from the keyboard.
Capabilities
Every session is an isolated worktree. workspacex gives you the connective tissue — communication, review, git, processes, and remote access — to drive them in parallel.
workspacex never wraps an agent CLI or calls model APIs itself. It loads each agent's own terminal UI in a PTY — Claude Code, Codex, and friends run exactly as they would in your terminal, on the subscription you already pay for. workspacex adds zero token usage and never incurs extra API charges of its own.
A built-in CLI lets agents talk to each other inside a workspace — hand off subtasks, ask questions, and coordinate without leaving the session.
The wsx and agent-review skills install during setup. Pin /agent-review to a workspace and kick off a max-effort review in a fresh session with the agent of your choice.
Original prompt, latest agent updates, git diffs, and workspace details — all in one scannable view.
Diff counts read straight from local git, and PR status shows up automatically once the GitHub CLI (gh) is installed — both reflected on the dashboard and inside agent chats.
Jump a workspace into your editor, a diff viewer, lazygit, and more — without lifting your hands from the keyboard.
View and manage every workspace process. Kick off a dev server straight from the dashboard or the agent chat view, and watch it from the same pane.
Every Claude Code session starts remote-enabled. Save remote commands to launch tmux-connected sessions instantly — pair with Tailscale to reach your full dashboard and workspaces from anywhere.
In motion
Two short walkthroughs of real workspacex sessions.
Screencast 01
Launch multiple sessions across worktrees, triage what needs attention from the dashboard, and drive each agent to done — all from the keyboard.
Screencast 02
Pin /agent-review, kick off a max-effort pass, and attach to a remote tmux session — reachable from anywhere over Tailscale.
Clone the repo, build the binary, and put a fleet of agents to work in the next five minutes.