$git clone https://github.com/AIPexStudio/AIPex---
| 1 | <p align="center"><a href="https://claudechrome.com"><img alt="AIPex Browser Automation" src="https://github.com/user-attachments/assets/039768c0-1765-4a98-b020-57955e4a224a" width="100%" /> |
| 2 | </a></p> |
| 3 | |
| 4 | <strong><p align="center">Your browser already works!</p></strong> |
| 5 | |
| 6 | |
| 7 | <p align="center"> |
| 8 | <a href="https://chromewebstore.google.com/detail/aipex-%E2%80%94%E2%80%94-tab-history-mana/iglkpadagfelcpmiidndgjgafpdifnke?hl=zh-CN&utm_source=ext_sidebar"> |
| 9 | <img src="https://img.shields.io/badge/Chrome%20Web%20Store-Install-4285F4?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Chrome Web Store"> |
| 10 | </a> |
| 11 | <a href="https://microsoftedge.microsoft.com/addons/detail/aipex/fkgfflijckgpphikbceckjbofkicfnfa"> |
| 12 | <img src="https://img.shields.io/badge/Edge%20Add--ons-Install-0078D4?style=for-the-badge&logo=microsoft-edge&logoColor=white" alt="Edge Add-ons"> |
| 13 | </a> |
| 14 | </p> |
| 15 | |
| 16 | <p align="center"> |
| 17 | <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> |
| 18 | <br> |
| 19 | <a href="https://discord.gg/sfZC3G5qfe"><img src="https://img.shields.io/badge/-7289DA?style=for-the-badge&logo=discord&logoColor=white" alt="Discord"></a> |
| 20 | <a href="https://x.com/weikangzhang3"><img src="https://img.shields.io/badge/-000000?style=for-the-badge&logo=x&logoColor=white" alt="X/Twitter"></a> |
| 21 | <a href="https://www.youtube.com/@aipex-chrome-extension"><img src="https://img.shields.io/badge/-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube"></a> |
| 22 | <br> |
| 23 | <br> |
| 24 | <a href="README.md">English</a> | <a href="README.zh-CN.md">中文</a> | <a href="README.de.md">Deutsch</a> | <a href="README.es.md">Español</a> | <a href="README.fr.md">Français</a> | <a href="README.ja.md">日本語</a> | <a href="README.ko.md">한국어</a> | <a href="README.pt.md">Português</a> | <a href="README.ru.md">Русский</a> |
| 25 | </p> |
| 26 | |
| 27 | <!-- TODO: Add a hero GIF here showing the core automation flow --> |
| 28 | <!-- <p align="center"> |
| 29 | <img src="assets/demo.gif" alt="AIPex Demo" width="600"> |
| 30 | </p> --> |
| 31 | |
| 32 | --- |
| 33 | |
| 34 | **AIPex** — An open-source browser automation agent that lives in your existing browser. |
| 35 | |
| 36 | - **Zero Migration**: No new browser to install. No new workflow to learn. |
| 37 | - **Open Source**: MIT licensed. Fully transparent, auditable, and extensible. |
| 38 | - **Privacy First**: Your data never leaves your machine. Bring Your Own Key (BYOK). |
| 39 | - **Agent Ready**: MCP, skills, and the built-in `browser-cli` share the same local browser runtime. |
| 40 | |
| 41 | --- |
| 42 | |
| 43 | ## Why We Built This |
| 44 | |
| 45 | Every browser automation tool asks you to: |
| 46 | - Install a separate browser (Dia/Comet) |
| 47 | - Pay monthly subscriptions (ChatGPT Atlas) |
| 48 | - Give up your browsing data |
| 49 | |
| 50 | **We asked: why can't automation just run in the browser you already use?** |
| 51 | |
| 52 | AIPex is the answer. Install the extension, bring your own API key, and automate anything — right where you already work. |
| 53 | |
| 54 | --- |
| 55 | |
| 56 | ## Why AIPex Is Fast |
| 57 | |
| 58 | AIPex runs inside the browser you already use instead of streaming a remote browser or launching a separate automation profile. |
| 59 | |
| 60 | - **Local-first control path**: agents talk to a local daemon over WebSocket, and the extension executes actions directly through browser APIs. |
| 61 | - **DOM snapshot before vision**: agents can search structured page snapshots with glob/grep patterns and act by stable element UIDs, avoiding slow screenshot loops for most tasks. |
| 62 | - **No browser migration cost**: your logged-in sessions, cookies, tabs, history, and extensions are already there. |
| 63 | - **Lower token and latency overhead**: text snapshots and targeted element operations are much cheaper than repeatedly sending full-page images. |
| 64 | |
| 65 | --- |
| 66 | |
| 67 | ## Quick Start |
| 68 | |
| 69 | 1. **Install** — [Chrome Web Store](https://chromewebstore.google.com/detail/aipex-%E2%80%94%E2%80%94-tab-history-mana/iglkpadagfelcpmiidndgjgafpdifnke?hl=zh-CN&utm_source=ext_sidebar) or [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/aipex/fkgfflijckgpphikbceckjbofkicfnfa) |
| 70 | 2. **Open** — Press AIPex icon |
| 71 | 3. **Automate** — Type or speak what you want in natural |