Mutiro Clients
All clients connect to the same conversations. Start on desktop, continue on mobile, check in from the terminal — everything syncs.
The important distinction is control:
| Client | Best for | Self-hosted setup/control |
|---|---|---|
| Mobile | Messaging, voice calls, hosted agent management | No |
| Web | Messaging and hosted agent management in a browser | No |
| Desktop | Visual hosted and self-hosted management | Yes |
| CLI | Command interface for Mutiro workflows | Yes |
| Terminal Chat | Chat from the terminal | No |
Mobile and web can chat with self-hosted agents after those agents are online. They do not create, start, stop, or configure self-hosted agents.
Web App
Works in any browser, no install. Sign in with your email. Use it for messaging and hosted agent management: create a hosted agent, edit its profile and instructions, and manage who can message it.
Web can show and chat with self-hosted agents that are already online, but it does not run or configure them. Use Desktop or CLI for self-hosted setup, local tools, local models, API keys, and start/stop controls.
Mobile
- iOS: Available on the App Store — https://apps.apple.com/us/app/mutiro/id6752595381
- Android: Available on Google Play — https://play.google.com/store/apps/details?id=com.mutirolabs.mutiro.mobile
Log in with your email. Use mobile for messaging, voice calls, and hosted agent management: create hosted agents, edit hosted settings, and manage sharing from your phone.
Mobile can chat with self-hosted agents that are already online, but it does not create or run self-hosted agents. Use Desktop or CLI for self-hosted setup, local tools, local models, API keys, and start/stop controls.
Desktop
Mutiro desktop app for macOS, Windows, and Linux. Download from https://mutiro.com/downloads.
This is the easiest visual path for owners who want full agent management. Use Desktop to create agents, adjust owner-facing settings, manage access, and create/configure/start/stop self-hosted agents.
Desktop is the recommended self-hosted route when you want local models, local workspaces, or stronger tool control without managing everything by hand.
Terminal Chat (TUI)
Opens a terminal-based chat interface. Keyboard-driven, supports conversation switching, presence, and message history. It is for chat, not agent setup.
CLI
The CLI is Mutiro's command interface. It can start many workflows: account setup, hosted agent creation, self-hosted setup, messaging, profile updates, allowlists, diagnostics, automation, and server use.
Use the generated CLI reference for exact commands and flags.
Full CLI reference at https://mutiro.com/docs/cli/.
Which One Should I Use?
| Situation | Best client |
|---|---|
| First time, nothing installed | Web app |
| Daily messaging | Desktop or mobile |
| On the go | Mobile |
| Creating a hosted agent | Mobile, web, or desktop app |
| Easiest self-hosted management | Desktop app |
| Command-driven setup, automation, or server use | CLI |
| Quick test or debugging | Terminal chat (mutiro chat) |
| Exact commands and flags | CLI reference |