PlexusOne Desktop¶
Multi-agent orchestration platform for AI CLI tools
PlexusOne Desktop is a terminal multiplexer designed specifically for managing multiple AI coding agents like Claude Code and Kiro CLI. Monitor, control, and interact with your AI agents from a unified interface.
Features¶
Desktop App (macOS)¶
- Multi-pane grid layout - View multiple agent sessions side-by-side (1x1 to 4x4)
- Input detection - Real-time detection of AI prompts (Yes/No, permissions, selections)
- Focus indicator - Visual blue border showing which pane has keyboard focus
- Session management - Attach/detach to tmux sessions on the fly
- State persistence - Automatically restore your workspace on restart
- Large scrollback - 10,000 line buffer for reviewing agent output
- Trackpad scrolling - Two-finger scroll works with tmux mouse mode
Mobile Companion (iOS/Android)¶
- Remote monitoring - Watch agent output from your phone
- Quick actions - Respond to prompts with Yes/No/Always buttons
- Virtual D-pad - Navigate menus when away from your desk
Architecture¶
┌─────────────────────────────────────────────────────┐
│ macOS │
│ │
│ ┌─────────────┐ ┌─────────────────────────┐ │
│ │ tmux │ │ TUI Parser (Go) │ │
│ │ sessions │◄───►│ WebSocket server :9600 │ │
│ └─────────────┘ └───────────┬─────────────┘ │
│ ▲ │ │
│ │ │ │
│ ┌──────┴──────┐ │ │
│ │ PlexusOne │ │ │
│ │ Desktop │ │ │
│ └─────────────┘ │ │
└──────────────────────────────────┼──────────────────┘
│ WebSocket (LAN)
┌────────▼────────┐
│ PlexusOne Mobile│
│ (Flutter) │
└─────────────────┘
Quick Links¶
- :material-download: **[Installation](getting-started/installation.md)**
Get PlexusOne Desktop running on your Mac
- :material-rocket-launch: **[Quick Start](getting-started/quickstart.md)**
Start managing agents in 5 minutes
- :material-book-open-variant: **[User Guide](guide/desktop/overview.md)**
Learn the full feature set
- :material-github: **[Source Code](https://github.com/plexusone/plexusone-app)**
View on GitHub
- :material-history: **[Changelog](releases/changelog.md)**
See what's new
Why PlexusOne Desktop?¶
When running multiple AI coding agents, you need to:
- See what each agent is doing without constantly switching windows
- Respond to prompts quickly when agents need permission to run tools
- Keep sessions alive so agents can continue working while you're away
- Review history to understand what changes agents made
PlexusOne Desktop solves these problems with a purpose-built interface for AI agent workflows.
Status¶
| Component | Status |
|---|---|
| Desktop App (macOS) | ✅ Functional |
| Input Detection (AssistantKit) | ✅ Functional |
| TUI Parser (WebSocket Bridge) | ✅ Functional |
| Mobile App (Flutter) | 🚧 In Development |
| macOS Notifications | 📋 Planned |
License¶
MIT - See LICENSE