EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Manta UI
    Manta UI icon

    Manta UI

    Agent Harness

    Self-hosted, open-source client that runs Claude Code, Codex, opencode, and other coding agents on your own Linux box or Mac, accessible from desktop, browser, and iPhone.

    Visit Website

    At a Glance

    Pricing
    Open Source

    The entire product — server, desktop client, iPhone client, and install script — MIT licensed and self-hosted. No seat count, no workspace limit, no hosted control plane, no future paid tier.

    Engagement

    Available On

    Windows
    macOS
    Linux
    iOS
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAI Coding AssistantsAutonomous Systems

    Alternatives

    Open InterpreterTuraepho
    Developer
    Antoine de ChasseyAntoine de Chassey builds Manta UI, an open-source, self-hos…

    Listed Aug 2026

    About Manta UI

    Manta UI is an MIT-licensed, self-hosted platform built by Antoine de Chassey that puts coding agents — Claude Code, Codex, opencode, and Kimi Code — on a Linux server or Mac you own, then gives you a polished client on desktop, browser, and iPhone to drive them from anywhere. Setup takes roughly two minutes: the desktop app connects over SSH, installs its own runtime, starts a system service, provisions a Let's Encrypt certificate, and hands you a six-digit pairing code for additional devices. No terminal work, no port forwarding, no Manta account required.

    What It Is

    Manta UI is a self-hosted coding-agent harness. It wraps real tmux sessions on your own hardware with a readable chat interface, inline diffs, live command output, and mobile push notifications. The server component (manta-server) runs on your box at port 8787; Caddy terminates TLS and reverse-proxies a provisioned <box_id>.boxes.mantaui.com hostname so every paired device reaches the same sessions over HTTPS. The desktop app (Electron) and iPhone app (native SwiftUI) are thin clients over a JSON-RPC endpoint and Server-Sent Events stream — no relay hop, no data routed through Manta's infrastructure except push notification fanout via APNs.

    Architecture and How It Works

    The server is the box. Sessions, transcripts, uploads, schedules, and secrets all live in ~/.manta* on your machine. The desktop and phone clients connect directly to your box's public hostname; the only Manta-operated service in the path is gateway.mantaui.com, which handles Apple Push Notification signing and DNS automation. Authentication uses a 128-bit box_token bearer secret obtained once via a six-digit, one-time, five-minute pairing code minted loopback-only on the box. Two window types coexist per tmux window: a raw terminal (xterm.js over a WebSocket PTY) or a chat panel (an opencode session).

    Key technical components:

    • Transport: /rpc (JSON over HTTPS) for requests, /events (SSE) for streaming, WebSocket for terminal PTYs
    • State: plain text and JSON in ~/.manta/ — reversible, forkable, no vendor migration
    • Installer: self-contained tarball with a vendored Node runtime; box needs only curl, tar, sha256sum, tmux, and git
    • Agent tools: schedule, webhook, notify, secrets, peers, delegate, serve-page — callable by the agent like any other tool

    Agent-Native Features

    Beyond basic session management, Manta exposes a set of opencode tools that agents can call directly:

    • Parallel worktrees: background agents each get their own git worktree and branch, never touching the main checkout
    • Scheduled and triggered work: cron prompts or CI webhook wake-ups, so work starts without you present
    • Secrets by reference: agents use credentials by name; values never enter the transcript
    • Peer sessions: agents can see and message sibling sessions in the same workspace
    • Approve from anywhere: when an agent requests permission to run something, a button appears on whichever device you're holding
    • Notifications with escalation: desktop-first, phone push once you walk away — never both simultaneously

    Open-Source Deployment Model

    The entire product — server, desktop client, iPhone client, and install script — is MIT licensed and published at antoinedc/MantaUI on GitHub. There is no hosted tier, no Manta account, no per-seat fee, and no paid roadmap items. The pricing page explicitly states there will be no future paid tier. Telemetry is an optional log-shipper that sends nothing unless a token is set. The project compares itself to Orca and Conductor, noting those tools run agents on your Mac while Manta runs them on a server you own and gives every device the same window onto the work.

    Platform and System Requirements

    Manta ships signed macOS DMGs (Apple Silicon, macOS 13+), a Windows x64 installer (Windows 10/11), and an iPhone app via TestFlight. The server runs on any always-on Linux box or Apple Silicon Mac — the project notes a $5 VPS is sufficient. Linux boxes need tmux, git, and inbound TCP 80/443; macOS boxes skip Caddy and Let's Encrypt and connect over Tailscale or loopback. A Linux desktop AppImage is available by building from source.

    Manta UI - 1

    Community Discussions

    Be the first to start a conversation about Manta UI

    Share your experience with Manta UI, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Manta

    The entire product — server, desktop client, iPhone client, and install script — MIT licensed and self-hosted. No seat count, no workspace limit, no hosted control plane, no future paid tier.

    • Server with tmux, opencode, push, schedules, webhooks, secrets, peer sessions, per-device pairing
    • Desktop client (Electron) with xterm.js, React chat panel, file upload, screenshot detection, voice dictation
    • iPhone app (native SwiftUI) with full feature parity and push delivery
    • In-app updates or git pull — both free
    • No seat count

    Capabilities

    Key Features

    • Self-hosted coding agent runner (Claude Code, Codex, opencode, Kimi Code)
    • Two-minute SSH-based server setup with automatic certificate provisioning
    • Real tmux sessions underneath every agent window
    • Desktop app (Electron) for macOS and Windows
    • Native iPhone app via TestFlight with full feature parity
    • Readable transcripts with inline diffs and live command output
    • Approve agent actions from any paired device
    • Desktop-first push notifications with phone escalation
    • Parallel git worktrees for background agents
    • Scheduled prompts via cron and webhook triggers
    • Secrets management by reference (values never enter transcripts)
    • Full-history search across all sessions and agents
    • Voice dictation, file drag-and-drop, and screenshot paste
    • Peer session messaging between sibling agents
    • serve-page tool to publish HTML to a public URL
    • MIT licensed, no account required, no hosted control plane
    • Optional telemetry (off by default)
    • Self-updating server via in-app update or git pull

    Integrations

    Claude Code (Anthropic)
    Codex (OpenAI)
    opencode
    Kimi Code (Moonshot AI)
    tmux
    Caddy (TLS reverse proxy)
    Let's Encrypt
    Apple Push Notification Service (APNs)
    Tailscale
    systemd (Linux)
    launchd (macOS)
    GitHub Actions / CI webhooks
    Any OpenAI-compatible API provider
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Manta UI and help others make informed decisions.

    Developer

    Antoine de Chassey

    Antoine de Chassey builds Manta UI, an open-source, self-hosted coding agent platform that runs Claude Code, Codex, opencode, and other CLI agents on hardware you own. The project is MIT licensed with no hosted tier, no accounts, and no per-seat fees. Manta ships a desktop app for macOS and Windows, a native iPhone app, and a server component that installs itself over SSH in about two minutes.

    Read more about Antoine de Chassey
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Open Interpreter icon

    Open Interpreter

    An open-source desktop agent and terminal coding agent that lets you work alongside AI to edit documents, fill PDF forms, run code, and automate computer tasks.

    Tura icon

    Tura

    Tura is a local, open-source coding agent that uses macro CLI commands and backward reasoning to complete long-horizon development tasks with significantly fewer model turns and tokens than conventional tool-calling agents.

    epho icon

    epho

    Epho runs Claude Code, Codex, or OpenCode coding agents in the cloud via a single HTTP API — no SDK, no daemon, no infrastructure required on your side.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    153 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    788 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    395 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions