EveryDev.ai
Subscribe
Home
Tools

2,945+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
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. peerd
    peerd icon

    peerd

    Agent Harness
    Featured

    A browser-native AI agent harness that runs a full agent loop inside your existing Chrome or Firefox browser as an extension, with no backend, no telemetry, and BYOK model support.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free, Apache 2.0, no account required. Bring your own model key (Anthropic, OpenRouter, or local Ollama).

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessBrowser ExtensionsBrowser Automation

    Alternatives

    AdaLBrowser HarnessBrowser Use Desktop
    Developer
    Ariel DeschapellMiami, FLEst. 2026

    Listed Jun 2026

    About peerd

    peerd is an open-source browser extension that turns your existing Chrome or Firefox browser into a full AI agent workstation. Built by Ariel Deschapell and released under Apache 2.0, it runs the entire agent loop client-side — no backend server, no cloud component in the data path, and no telemetry. As of June 2026, it is shipping as a v0.x developer preview, installable from source on GitHub, with Chrome Web Store and Firefox AMO listings coming soon.

    What It Is

    peerd describes itself as "the first browser-native AI agent harness." Unlike AI browsers (Comet, Atlas, Dia) that ask you to switch browsers, or cloud browser-automation services (Playwright MCP, Browserbase) that drive a separate headless browser, peerd is a WebExtension that lives inside the browser you already use. The agent shares one process with your real tabs, sessions, cookies, and DOM — giving it access to your existing logins and page state without any OAuth dance or credential storage. It is explicitly positioned as the browser-native equivalent of terminal coding agents like Claude Code or Aider, but with the ability to see and interact with the pages you are actually looking at.

    The Five-Module Architecture

    The peerd wordmark is also the architecture — each letter maps to a top-level module:

    • peerd-provider (p): Model adapters for Anthropic, OpenRouter, and Ollama, with streaming, caching, cost tracking, and retries.
    • peerd-egress (e): The security layer — the encrypted vault, the egress chokepoint (safeFetch/webFetch), the denylist, and the audit log.
    • peerd-engine (e): Sandboxed execution — WebVMs (CheerpX Debian in WebAssembly), JS Notebooks (sealed Web Workers), client-side Apps (sandboxed iframes), and a headless worker.
    • peerd-runtime (r): The agent loop, tools, do/get/check runner, memory, skills, review, goal mode, voice (local Moonshine STT over WebGPU), and subagent support.
    • peerd-distributed (d): The peer-to-peer dweb layer — Ed25519 identity (did:key), a Kademlia DHT for discovery, an N-peer WebRTC mesh with gossip, and genuinely-private 1:1 messaging. Ships in the preview channel only.

    Security Model: Structural, Not Policy

    peerd's security architecture is built around five structural commitments rather than filters. The agent that holds your API keys never reads raw page content — a disposable runner with no keys and no network tools does, and its output returns fenced as <untrusted_web_content>. This is peerd's answer to what the homepage calls the "lethal trifecta" (private data + untrusted content + outbound network path in one model context). Additional layers include:

    • A hard provider allowlist (safeFetch) and a sensitive-site denylist (webFetch) covering banks, health portals, and password managers.
    • V8 isolates, opaque-origin iframes, and WASM-confined Linux VMs as a spectrum of sandboxes matched to trust level.
    • WebCrypto AES-GCM for the vault, WebAuthn passkeys to unlock it, and Subresource Integrity on every model and plugin download.
    • The model API key lives only in the service worker, never touches disk, and is gone when the browser closes.
    • No peerd cloud service exists in the data path at all.

    Peer-to-Peer A2A with WebRTC

    The d in peerd stands for distributed. The peerd-distributed module runs a real browser-to-browser network where stateless signaling nodes introduce peers and then drop out of the data path. Two browser agents can meet, exchange signed identities, discover each other's capabilities, and delegate work directly over WebRTC — without a cloud host or middleman. The homepage describes this as "true peer-to-peer A2A from the browser," contrasting with most A2A implementations that assume agents are hosted on a server or cloud platform. This module is experimental and ships on the preview channel today.

    Update: v0.1.4 Preview Release

    The latest release is v0.1.4 (peerd-preview-v0.1.4), published on June 24, 2026. The repository was created on June 22, 2026, and last pushed on June 25, 2026, indicating rapid early development. The project self-describes as "0.x experimental beta" — the initial feature buildout is complete and integrated, but breaking changes are likely and storage formats may shift. The codebase is vanilla JavaScript (ES2024+, no TypeScript, no bundler, no build step required to run the extension), with 100% // @ts-check JSDoc type coverage enforced by CI. Chrome Web Store and Firefox AMO store listings are pending approval.

    peerd - 1

    Community Discussions

    Be the first to start a conversation about peerd

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

    Pricing

    OPEN SOURCE

    Open Source

    Free, Apache 2.0, no account required. Bring your own model key (Anthropic, OpenRouter, or local Ollama).

    • Full browser-native agent loop
    • Sandboxed Linux VMs via WebAssembly
    • JS Notebooks and client-side App builder
    • Local speech-to-text via Moonshine over WebGPU
    • Peer-to-peer A2A over WebRTC (preview channel)

    Capabilities

    Key Features

    • Browser-native AI agent loop with no backend or cloud component
    • Runs inside your existing browser with your real tabs, sessions, and cookies
    • Sandboxed Linux VMs via WebAssembly (CheerpX Debian) in a browser tab
    • JS Notebooks in sealed Web Workers with OPFS file tree
    • Client-side App builder with sandboxed iframe rendering
    • Headless worker for ephemeral agent compute
    • Local speech-to-text via Moonshine over WebGPU (audio never leaves the tab)
    • Peer-to-peer agent-to-agent (A2A) communication over WebRTC
    • Ed25519 identity (did:key) and Kademlia DHT for peer discovery
    • Encrypted local vault unlocked by WebAuthn passkeys or passphrase
    • Hard provider egress allowlist (safeFetch) and sensitive-site denylist (webFetch)
    • Disposable runner architecture to prevent prompt-injection exfiltration
    • BYOK: Anthropic, OpenRouter, and local Ollama supported
    • No telemetry, no backend, no cloud service in the data path
    • Confirm-before-actions mode for per-step approval
    • Audit log for all egress and agent actions
    • In-browser WebGPU local inference (Gemma-4-E2B, opt-in)
    • Subresource Integrity verification on all model and plugin downloads
    • Chrome and Firefox support via standard WebExtension APIs
    • No build step required — load extension/ folder unpacked

    Integrations

    Anthropic Claude API
    OpenRouter
    Ollama (local, keyless)
    CheerpX (WebAssembly Linux VM runtime)
    Moonshine (local speech-to-text)
    ONNX Runtime Web (WebGPU inference)
    Silero VAD (voice activity detection)
    Transformers.js / Hugging Face
    WebRTC (peer-to-peer networking)
    WebCrypto (AES-GCM vault encryption)
    WebAuthn (passkey vault unlock)
    Chrome Extensions API (Manifest V3)
    Firefox WebExtension API
    IndexedDB / OPFS (local storage)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Ariel Deschapell

    Ariel Deschapell builds peerd, the first browser-native AI agent harness, released under Apache 2.0 with no VC backing. The project runs the full agent loop inside the browser as a Chrome/Firefox extension, with no backend, no telemetry, and a structural security model built on decades of browser platform hardening. Peerd ships BYOK support for Anthropic, OpenRouter, and local Ollama, and includes a peer-to-peer WebRTC layer for agent-to-agent communication.

    Founded 2026
    Miami, FL
    1 employees
    Read more about Ariel Deschapell
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    AdaL icon

    AdaL

    AdaL is an agentic engineering harness that unifies deep research, coding, browser use, and code review into one continuous session with multi-model support.

    Browser Harness icon

    Browser Harness

    A self-healing, minimal browser automation harness that gives LLMs complete freedom to complete any browser task, built directly on Chrome DevTools Protocol (CDP).

    Browser Use Desktop icon

    Browser Use Desktop

    A desktop app that runs a team of browser agents on your computer, porting your cookies into a fresh Chromium so agents are logged in everywhere you are.

    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.

    105 tools

    Browser Extensions

    AI-powered plugins and extensions for web browsers.

    31 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.

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