Skip to main content

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 TypeProtocolTypical Targets
ACP (Default)Agent Client ProtocolGemini CLI, Claude Code ACP adapter, Qwen, Vibe
Codex App-ServerOpenAI Codex app-server protocolcodex 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

  1. Install Agmente from the App Store.
  2. Run an agent on your computer (ACP agent or Codex app-server).
  3. If using ACP stdio agents, bridge to WebSocket with @rebornix/stdio-to-ws --persist --grace-period 604800 on port 8765.
  4. Add the server in Agmente, choose Server Type (ACP or Codex App-Server), then tap ConnectInitializeNew Session.

Need remote access? Set up a Cloudflare Tunnel and protect it with Cloudflare Access.

AgentHighlights
QwenFull session persistence via session/list and session/load
Gemini CLIGreat reasoning, supports images and audio; sessions cached locally
Claude CodeCode 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.