Key takeaways
- Free Tauri v2 app supporting Claude Code, Codex, and Gemini CLI agents; public source code, but the repo has no LICENSE file as of June 2026
- Workspace-aware execution with automatic git worktree creation under .commander/
- Alive but quiet: 75 GitHub stars and only a handful of commits between mid-March and June 2026, with no tagged releases
FAQ
What is Commander by Autohand?
Commander is a free desktop app with public source code that orchestrates multiple CLI coding agents (Claude Code, Codex, Gemini) with workspace isolation, chat history, and git integration.
Is Commander by Autohand free?
Yes, Commander is free and its source is public on GitHub, though as of June 2026 the repository contains no LICENSE file, so reuse rights are formally undefined. You need agent CLI subscriptions (Claude Code, Codex, etc.) for the underlying AI capabilities.
What's the difference between Commander (Autohand) and Commander AI?
Commander (Autohand) is open source with multi-agent support. Commander AI (commanderai.app) is a closed-source SwiftUI native app focusing on polish and simplicity.
Executive Summary
Commander by Autohand is a free Tauri v2 desktop app with public source code that orchestrates multiple CLI coding agents—Claude Code, Codex, and Gemini—against any git project. Unlike single-agent wrappers, Commander provides a unified interface for multi-agent workflows with workspace-aware execution, automatic worktree creation, and persistent session management. It runs on macOS (Apple Silicon/Intel) and Windows 11.
As of June 2026, the project is alive but quiet: 75 GitHub stars, 8 forks, roughly 124 commits, and a last push on June 9, 2026 (dependency upgrades) following a gap since mid-March. No tagged GitHub releases have been published, and—notably—the repository contains no LICENSE file, so despite the "open source" framing, reuse rights are formally undefined.
| Attribute | Value |
|---|---|
| Company | Autohand AI |
| Released | 2026 |
| License | None published (public source, no LICENSE file as of June 2026) |
| Platform | Tauri v2 (Rust + React) |
| Status | Alive, low activity (last commit June 9, 2026) |
Product Overview
Commander solves the multi-terminal chaos that emerges when running several AI coding agents. Developers can start chats with /claude, /codex, or /gemini commands, and Commander handles output streaming, worktree creation when needed, and conversation persistence per project.
The app uses Shadcn/ui for the interface, providing file mentions, autocomplete for slash and @ commands, and a session control bar for replaying or clearing runs.
Key Capabilities
| Capability | Description |
|---|---|
| Multi-Agent Chat | Claude Code, Codex, Gemini CLI with live streaming |
| Workspace Isolation | Git worktrees under .commander/ for each agent |
| Persistent History | Chat transcripts stored per project, resumable |
| Git Integration | Commit DAG, diff viewer, branch/worktree selectors |
| Provider Settings | API keys, models, flags with per-project overrides |
| Global Prompts | System prompt management across all agents |
Product Surfaces
| Surface | Description | Availability |
|---|---|---|
| macOS (Apple Silicon) | Native Tauri app | GA |
| macOS (Intel) | Native Tauri app | GA |
| Windows 11 | Native Tauri app | GA |
| Linux | Planned | Roadmap |
Technical Architecture
Commander is built with Tauri v2 using a Rust backend and React/Vite frontend. It wraps CLI agents, streaming their output through plan mode and parallel session tracking. Workspaces are isolated using git worktrees created under .commander/.
Project Structure
src/ # React/Vite frontend
src-tauri/
├── src/lib.rs # Tauri command registry
├── src/models/ # Data structures
├── src/services/ # Business logic (Git, agents, workspaces)
├── src/commands/ # Thin Tauri handlers
└── src/tests/ # TDD-required tests
Key Technical Details
| Aspect | Detail |
|---|---|
| Framework | Tauri v2 (Rust + React) |
| Agents | Claude Code CLI, Codex CLI, Gemini CLI |
| Worktrees | Under .commander/ directory |
| Storage | tauri-plugin-store for local persistence |
| Source Code | Public on GitHub; no LICENSE file as of June 2026 |
Strengths
- Multi-agent support — Single interface for Claude Code, Codex, and Gemini; switch with slash commands
- Public source code — Full transparency; community contributions welcome via TDD-required PRs
- Cross-platform — Works on macOS (both architectures) and Windows 11
- Workspace isolation — Automatic worktree management keeps agent work separate from main branch
- Persistent sessions — Close Commander, reopen later, resume conversations exactly where you left off
- TDD discipline — Strict test requirements (12+ baseline tests must stay green) ensure quality
Cautions
- Sparse activity — Commit history shows a gap from mid-March to June 9, 2026, and no tagged GitHub releases have ever been published; this is a side project cadence, not a product cadence
- No license file — The repo is public but carries no LICENSE as of June 2026, so it is not technically open source and reuse/forking rights are undefined
- Minimal traction — 75 stars and 8 forks as of June 2026; effectively no independent community around it
- CLI dependency — Requires each agent CLI to be installed and authenticated separately
- Electron-adjacent overhead — Tauri is lighter than Electron but still has some resource overhead
- Linux not yet supported — Only macOS and Windows currently; Linux on roadmap
- Documentation sparse — README is comprehensive but lacks user guides
What Developers Say
As of June 11, 2026, there is essentially no independent developer discussion of Commander (Autohand) on Hacker News or Reddit—searches surface only the founder's own promotion. Igor Costa, Autohand's founder, has pitched the project in adjacent threads:
"Would you love to join forces on github.com/autohandai/commander" — igorpcosta (founder), Hacker News, October 2025
"I'd love to have you as a top user on autohand.ai/cli ... We're a bootstrap ai lab." — igorpcosta (founder), Hacker News, January 2026
No third-party praise or criticism could be located; the 75-star repo and absent release history are the best available proxies for adoption.
Pricing & Licensing
| Tier | Price | Includes |
|---|---|---|
| Free | $0 | Full app, all features |
Licensing model: Free; source code is public on GitHub, but no LICENSE file exists as of June 2026, so it is not formally open source
Hidden costs: Agent CLI subscriptions (Claude, Codex, Gemini) required for each provider
Competitive Positioning
Direct Competitors
| Competitor | Differentiation |
|---|---|
| Commander AI | Autohand Commander is free, source-available, multi-agent; Commander AI is polished native SwiftUI |
| Codex Monitor | Autohand supports multiple agents; Codex Monitor is Codex-only |
| Agentastic | Autohand is GUI-first; Agentastic is terminal-first with Ghostty |
When to Choose Commander (Autohand) Over Alternatives
- Choose Commander (Autohand) when: You want free, source-available multi-agent orchestration
- Choose Commander AI when: You prioritize native Mac polish over multi-agent flexibility
- Choose Codex Monitor when: You only use Codex and want the deepest integration
Ideal Customer Profile
Best fit:
- Developers using multiple agent CLIs who want a unified interface
- Tinkerers who want code transparency and customizability (note: no formal license as of June 2026)
- Windows users who need coding agent orchestration (limited options)
- Teams wanting to extend or customize their agent workflow
Poor fit:
- Users wanting the most polished native Mac experience
- Developers who prefer terminal-based workflows
- Teams needing production support guarantees
Viability Assessment
| Factor | Assessment |
|---|---|
| Financial Health | Bootstrapped; founder describes Autohand as "a bootstrap ai lab"—no outside funding publicly disclosed |
| Market Position | Niche (free multi-agent orchestration) |
| Innovation Pace | Slow — commit gap from mid-March to June 2026; no tagged releases |
| Community/Ecosystem | Minimal — 75 stars, 8 forks, no independent discussion found as of June 2026 |
| Long-term Outlook | Uncertain |
Commander is one of several projects from a bootstrapped solo-founder lab (alongside Autohand's code CLI and Evolve platform), which spreads attention thin. The multi-agent flexibility is real, but the June 2026 signals—sparse commits, no releases, no license, no community—suggest a hobby-cadence project rather than a durable product.
Bottom Line
Commander by Autohand targets a real gap—free, cross-platform orchestration for multiple CLI coding agents—but as of June 2026 it remains a low-traction side project: 75 stars, a three-month commit gap broken only by dependency upgrades, no tagged releases, no license file, and no independent community discussion. The transparent codebase and multi-agent design are genuinely useful for tinkerers, but nothing here yet resembles a supported product.
Recommended for: Developers using multiple agents who want a free, hackable orchestration GUI; Windows users with few alternatives; tinkerers comfortable building from source
Not recommended for: Users prioritizing polish over flexibility, terminal enthusiasts, anyone needing commercial support, or teams that require a real open-source license before adopting
Outlook: Alive but drifting; viability depends on whether the bootstrapped Autohand lab re-prioritizes Commander among its several projects
Research by Ry Walker Research • methodology