Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
The first AI agent harness native to the browser. A browser extension that runs a full agent loop where you already work: it drives your tabs, spins up sandboxed compute (JS notebooks, WASM Linux VMs, client-side apps), and shares what it builds peer-to-peer. BYOK, no backend, no telemetry.
| Date | Stars |
|---|---|
| 2026-07-31 | 370 |
| 2026-08-03 | 372 |
| 2026-08-06 | 372 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<p align="center"> <br> <img src="docs/store/assets/peerd-wordmark.svg" alt="peerd" width="240" height="48"> <br> <br> </p> [](https://github.com/NotASithLord/peerd/actions/workflows/package-and-release.yml) [](LICENSE) [](#install) [](#install) [-success.svg)](#getting-started) <!-- types badge: STATIC while the repo is private (shields can't fetch raw.githubusercontent on a private repo → "resource not found"). At public launch, swap the line below for the auto-updating endpoint badge — the JSON is already generated + drift-gated: [](packaging/check-tscheck.ts) --> [](packaging/check-tscheck.ts) [](SECURITY.md) <br> **peerd is the first AI agent harness native to the browser.** It's a Chrome/Firefox extension that runs a full agent loop *inside* the browser you already use, with your existing tabs and sessions. It reads and drives your pages, spins up sandboxed compute (JS Notebooks, compiled WebAssembly tools, full Linux VMs, personal client-side apps), and (on the preview channel) shares what it builds over a peer-to-peer WebRTC network built for agent-to-agent communication. BYOK to the model provider of your choice. **No backend, no telemetry, no cloud component in the data path.** <p align="center"> https://github.com/user-attachments/assets/d2e4c285-6952-4c95-bf5a-d06087de084d </p> peerd uses *the browser* as its runtime and its security model. It builds on decades of hardened browser platform work (V8 isolates for sandboxing, WebCrypto for the vault, WebAuthn passkeys to unlock it, opaque-origin iframes, Subresource Integrity) and writes none of its own cryptographic or process-isolation code. The agent that holds your keys never operates an environment itself. Each browser tab, VM, notebook, and app is driven by its own actor: a separate agent loop that holds no key and holds only that one environment's tools. On Chrome, each actor runs in its own worker heap, a separate block of memory, so the untrusted content it reads (page text, command output, file contents) stays inside that actor. The actor reaches the model, the network, or the page only by asking the service worker, which holds the key and re-checks and gates every request before running it. The main agent acts as an orchestrator. It delegates a goal to an actor and gets back a summary fenced as untrusted, so raw page text and command output never reach the context that holds your keys, and a confused or prompt-injected main agent has no tool to touch an environment in the first place. Every page action reports back what it actually changed on the live page (a navigation or a mutation summary), so success is judged from observed effect, not from the model's assumption. This isolation is the core of peerd's security model, not an add-on. (More at [peerd.ai](https://peerd.ai).) The security model is documented and testable: see the formal threat model ([`docs/security/THREAT-MODEL.md`](docs/security/THREAT-MODEL.md)) and the CI-gated red-team suite ([`tests/red-team/`](tests/red-team/), results in [`docs/security/RED-TEAM-RESULTS.md`](docs/security/RED-TEAM-RESULTS.md)). **Status: 0.x, experimental beta.** The initial feature buildout is complete and integrated, but the surface is still mo
Excerpt of 31,474 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8ae6296f214d0db4, topic:ai-agent, topic:agentic, desc:ai agent