Overview
Agmente is an iOS client for two agent protocols:
- ACP (default) for agents like Gemini CLI, Claude Code ACP adapter, Qwen, and other ACP-compatible tools
- Codex app-server for OpenAI Codex app-server endpoints
You get real-time visibility into tool calls, session management, and mobile-friendly chat.
Protocol support
| Server Type | Protocol | Typical Targets |
|---|---|---|
| ACP (Default) | Agent Client Protocol | Gemini CLI, Claude Code ACP adapter, Qwen, Vibe |
| Codex App-Server | OpenAI Codex app-server protocol | codex app-server endpoints |
What you can do
- Chat with ACP and Codex app-server agents from your phone or tablet
- Monitor tool calls as they execute and see their outputs
- Attach images (up to five per message) for visual context
- Manage multiple servers and switch between agents quickly
- Access remote agents securely via Cloudflare Tunnels with optional Access tokens
Quick start
- Install Agmente from the App Store.
- Run an agent on your computer (ACP agent or Codex app-server).
- If using ACP stdio agents, bridge to WebSocket with
@rebornix/stdio-to-ws --persist --grace-period 604800on port8765. - Add the server in Agmente, choose Server Type (
ACPorCodex App-Server), then tap Connect → Initialize → New Session.
Need remote access? Set up a Cloudflare Tunnel and protect it with Cloudflare Access.
Recommended agents
| Agent | Highlights |
|---|---|
| Qwen | Full session persistence via session/list and session/load |
| Gemini CLI | Great reasoning, supports images and audio; sessions cached locally |
| Claude Code | Code editing focus; pair with @rebornix/stdio-to-ws --persist to keep sessions alive |
| Vibe (Mistral) | Lightweight context-only agent |
For setup details and authentication tips, read the local agent guide.