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.
Your AI friend right in your browser
| Date | Stars |
|---|---|
| 2026-07-24 | 541 |
| 2026-07-25 | 541 |
| 2026-07-28 | 541 |
| 2026-07-30 | 541 |
| 2026-08-06 | 542 |
Today
+1 stars today
This week
+1 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.18%/day
<div align="center"> <img src="packages/extension/icons/icon.svg" alt="Parchi" width="120" height="120" /> # Parchi **AI-powered browser copilot (Chrome/Firefox extension).** Chat-driven browser automation in a side panel: navigate, read, click, type, extract, and summarize. [](https://developer.chrome.com/docs/extensions/mv3/) [](https://www.mozilla.org/firefox/) [](LICENSE) </div> --- ## ⚠️ Safety Notice Browser automation can perform sensitive actions on your behalf. Use this tool only if you understand and accept the risks: - automation may violate site terms of service - prompt-injection can cause unsafe actions - sensitive information can be exposed if you run untrusted prompts/pages Always review model output and keep strict tool/domain controls enabled when needed. --- ## 📦 Installation ### Chrome (recommended) ```bash git clone https://github.com/0xSero/parchi.git cd parchi npm install npm run build ``` Then: 1. Open `chrome://extensions` 2. Enable **Developer mode** 3. Click **Load unpacked** 4. Select `dist/` ### Firefox ```bash npm run build:firefox ``` Then load the generated extension from `dist-firefox/` in `about:debugging`. --- ## 🔧 Configure a Model Open the extension settings and configure an OpenAI-compatible provider: - **OpenAI** `https://api.openai.com/v1` - **Anthropic-compatible** - **OpenRouter** `https://openrouter.ai/api/v1` - **Local** (Ollama/LM Studio) `http://localhost:11434/v1` - any other OpenAI-compatible endpoint You can set: - API key - endpoint/base URL - model ID - optional custom headers --- ## ✨ Core Features - streaming chat + tool execution timeline - browser tools (navigate, read, interact, tabs, screenshots) - profile-based model/provider configuration - orchestrator + subagent flow - session history and exports - tool permissions and domain allowlist controls --- ## 🏗 Repo Structure | Path | Purpose | |---|---| | `packages/extension/` | Browser extension runtime + UI + tools | | `packages/backend/` | Convex backend (auth/billing/proxy) | | `packages/shared/` | Shared schemas, prompts, runtime types | | `scripts/` | Build/release/check scripts | | `tests/` | Unit/integration/e2e/orchestrator/perf harnesses | --- ## 🔨 Development ```bash npm install npm run build npm run typecheck npm run lint npm run test:unit npm run test:integration npm run test:e2e npm run check:repo-standards ``` If you change sidepanel UI code, rebuild and reload the extension from `dist/`. --- ## 📄 License MIT
Excerpt of 2,769 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:35a87ade35509b00, topic:browser-automation, readme:browser automation
matched fp:35a87ade35509b00, topic:workflow