Back to list
High-Potential
JavaScript

🤖 Browser-Native AI Agent Harness

188 stars15 forksJavaScript
agenticai-agentbrowser-extensionchrome-extensionfirefox-extensionllmmanifest-v3p2pwebassemblywebrtc
The direction here is quite novel: it attempts to move the AI agent loop directly into the browser. Peerd is a browser extension that not only drives your tabs but also spins up sandboxed compute environments (like JS notebooks or WASM-based Linux VMs) entirely client-side, and even supports peer-to-peer sharing of what it builds. This is not another web chat wrapper; it turns the browser itself into a decentralized agent host. Emphasizing a Bring-Your-Own-Key (BYOK) model with no backend and no telemetry, this pure client-side architecture offers strong privacy and portability. The hard part is making the agent execute complex tasks reliably within the strict sandbox constraints of a browser.