Connecting to Your Agent
Once your agent is online, you can talk to it from anywhere. Hosted agents come online through Mutiro hosting; self-hosted agents come online when you run mutiro start. 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 plus Mutiro-hosted agent creation and management — create an agent, edit its profile and instructions, and manage who can message it. Self-hosted agent runtime (daemons, runtime config, owner-only tool toggles) needs the desktop app or CLI.
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 main visual client with agent management — create agents, adjust owner-facing settings, manage access, and control self-hosted 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 |
| Creating a hosted agent | Web or desktop app |
| Managing self-hosted agents | Desktop app |
| Quick test or debugging | Terminal chat (mutiro chat) |
| Scripting and automation | CLI commands |