EveryDev.ai
Subscribe
Home
Tools

3,804+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
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. Superagent
    Superagent icon

    Superagent

    AI Coding Assistants

    A free, open-source Mac app that gives your coding agent a persistent home: a real browser it drives, an iOS Simulator in the window, and your phone in the loop.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free, MIT-licensed desktop app. No account, no subscription, no telemetry. Runs on your existing Claude Code subscription.

    Engagement

    Available On

    Windows
    macOS
    iOS
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsAutonomous SystemsBrowser Automation

    Alternatives

    Agent! for macOSClaude OverlayBrowserBash
    Developer
    pungmeMunich, GermanyEst. 2026

    Listed Sep 2026

    About Superagent

    Superagent is a free, open-source macOS desktop app that wraps Claude Code in a persistent, visual workspace — giving the agent a real browser, an iOS Simulator, and per-project chat sessions that survive restarts. It runs entirely on your Mac using the Claude subscription you already have, with no Superagent account, no telemetry, and no proxy server between you and Anthropic. The project is MIT-licensed and published across three repositories: the desktop app (Electron/TypeScript/React), an iPhone companion app (SwiftUI), and a blind relay (Cloudflare Worker / Node).

    What It Is

    Superagent is a desktop shell for AI coding agents, currently supporting Claude Code. Rather than a terminal or IDE plugin, it presents each project as a sidebar chat sitting next to a live browser pane and an optional iOS Simulator stream — so you can watch the agent work on the actual page or app, not a description of it. The agent drives the same browser session you're already signed into, meaning it can read, click, type, and send on real sites without a sandboxed profile.

    How the Workspace Is Organized

    The sidebar groups projects and conversations the way you think about them:

    • One chat per task — each conversation keeps its own context and picks up mid-thought after a restart.
    • Git worktrees per chat — on a git project, every conversation gets its own branch and working copy; your main checkout never moves. A "Keep / Throw away" button at the top of each chat merges or discards the agent's work.
    • Browser tabs — plain browsing sessions sit above the project list; the agent can be summoned into any of them.
    • The Computer — a top-level workspace where several agents can work simultaneously on a shared desktop surface with movable windows and a dock.

    iOS Simulator Integration

    Superagent streams a live iOS Simulator directly into the app window from the device's own framebuffer via a small compiled native helper (simfb). The agent can boot a device, tap, swipe, type, take screenshots, install and launch apps, and report back — all without opening Apple's Simulator window. The pane reveals itself automatically when the agent boots or launches something. Xcode is required only if you want the simulator; nothing else needs to be installed.

    Phone Companion and Privacy Architecture

    Pairing the Superagent iOS app (built from source, SwiftUI) lets you follow the agent's conversation from anywhere, send prompts, and approve or deny actions from your phone. The connection is end-to-end encrypted with a per-device key generated at pairing time; both sides dial out to a blind relay that forwards ciphertext only and stores nothing. The relay can be self-hosted with a single command. The Mac opens its relay connection only when a phone is paired — an install that never pairs a phone never connects to the relay at all.

    Update: v1.7.11

    The latest release is Superagent 1.7.11, published 2026-08-30. The project was created in July 2026 and has been releasing actively since, with the GitHub repository showing pushes as recently as the same day as the latest release. Notable milestones in the changelog include v1.1 (phase-1 simulator tools via xcrun simctl), v1.2 (live framebuffer streaming into the pane), and v1.6.0 (bundling the baguette input-injection binary so no external install is needed for gesture forwarding). The roadmap lists support for additional agents beyond Claude Code (Codex, Antigravity), persistent cross-project memory, and scheduled page-watching routines.

    Tradeoffs to Know

    • Apple Silicon only — no Intel Mac support.
    • Claude Code required — the agent layer today is Claude Code; other CLIs are on the roadmap but not yet available.
    • iOS Simulator requires Xcode — the framebuffer stream uses private Apple frameworks and falls back to a screenshot loop if the native helper is unavailable or if a future macOS moves the relevant symbols.
    • iPhone app is source-only — the companion iOS app must be built and sideloaded; it is not on the App Store.
    • No cloud fallback — everything runs locally by design, so there is no hosted option.
    Superagent - 1

    Community Discussions

    Be the first to start a conversation about Superagent

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

    Pricing

    OPEN SOURCE

    Free & Open Source

    Fully free, MIT-licensed desktop app. No account, no subscription, no telemetry. Runs on your existing Claude Code subscription.

    • Persistent per-project chat sessions
    • Real browser pane with your own logged-in sessions
    • iOS Simulator live stream
    • Git worktree per chat
    • iPhone companion app (end-to-end encrypted)

    Capabilities

    Key Features

    • Persistent per-project chat sessions that survive restarts
    • Real browser pane driven by the agent using your own logged-in sessions
    • iOS Simulator streamed live from the framebuffer into the app window
    • Git worktree per chat — your main checkout never moves
    • Keep / Throw away buttons to merge or discard agent work
    • Desktop + phone dual viewport for responsive testing
    • macOS notifications that summarize the agent's last reply without stealing focus
    • iPhone companion app with end-to-end encrypted relay
    • Ask mode — agent checks before acting, approvable from phone
    • Voice input transcribed locally via Option+Space
    • Context window gauge per conversation
    • Snip tool to crop browser or simulator screenshots into chat
    • @ mentions for files, projects, and disk paths
    • Kanban board the agent updates as it works
    • Scheduled routines in plain language
    • Auto-updating signed and notarized DMG
    • Light and dark mode following system preference
    • No account, no telemetry, no proxy server

    Integrations

    Claude Code
    Anthropic
    iOS Simulator (Xcode)
    Git / git worktrees
    baguette (gesture injection)
    Cloudflare Workers (relay)
    Node.js (self-hosted relay)
    Playwright (e2e tests)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    pungme

    pungme builds Superagent, a free and open-source Mac desktop shell for AI coding agents. The project spans three MIT-licensed repositories — the Electron/TypeScript/React desktop app, a SwiftUI iPhone companion, and a blind relay — all published on GitHub. Development is active and public, with bugs, roadmap items, and arguments handled in the open.

    Founded 2026
    Munich, Germany
    Read more about pungme
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Agent! for macOS icon

    Agent! for macOS

    An open-source, native Swift AI agent for macOS 26.4+ that lets you build apps, write code, manage files, and automate workflows through natural language.

    Claude Overlay icon

    Claude Overlay

    A floating, always-on-top Claude Code chat window for Windows that captures your screen to answer questions and act on open files — no API key required.

    BrowserBash icon

    BrowserBash

    Free, open-source CLI that turns plain-English objectives into real browser automation — no selectors, no code, runs on free local Ollama models with zero API keys required.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    820 tools

    Autonomous Systems

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

    407 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

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