Connecting to Your Agent
Once your agent is running (mutiro start), you can talk to it from anywhere. All clients connect to the same conversations — start on desktop, continue on mobile, check in from the terminal. Everything syncs.
Web App
Works in any browser, no install. Sign in with your email (OTP verification). Messaging only — no agent management.
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. Messaging and voice calls. No agent management.
Desktop
Mutiro desktop app for macOS, Windows, and Linux. Download from https://mutiro.com/downloads.
This is the only visual client with agent management — create agents, toggle tools, select models, manage access, start/stop daemons. See the features page for the full capability matrix.
Terminal Chat (TUI)
Opens a terminal-based chat interface. Keyboard-driven, supports conversation switching, presence, and message history. Great for quick conversations and debugging.
CLI Commands
For scripting and automation, send messages directly without the chat UI:
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 |
| Managing agents | Desktop app |
| Quick test or debugging | Terminal chat (mutiro chat) |
| Scripting and automation | CLI commands |