Connecting to Your Agent

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

https://app.mutiro.com

Works in any browser, no install. Sign in with your email (OTP verification). Messaging only — no agent management.

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)

mutiro chat

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:

# Send a message to your agent mutiro user message send "Hello!" # Send a message as the agent (useful for testing) mutiro agent message send "I'm online!"

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