GitHub
FreeAutomate your browser with GPT-4
About GitHub
Taxy AI is an open-source browser extension that leverages GPT-4 to automate repetitive browser tasks. It operates by extracting and simplifying the DOM of a webpage, identifying interactive elements, and sending a token-reduced version along with the user's natural language instruction to GPT-4. The AI then decides which actions (e.g., click, type, navigate) to perform. Currently in research preview, the extension supports ad-hoc instructions and runs entirely locally, ensuring no page contents or instructions are sent to external servers. It provides both a popup interface and a devtools panel for easy interaction. Users must provide their own OpenAI API key. Future plans include saved and scheduled workflows and a Chrome Web Store release.
Key Features
Pros & Cons
- Completely open-source and transparent
- Privacy-focused: no page contents or instructions sent to external servers
- Free to use (only need your own OpenAI API key)
- Can handle complex multi-step instructions
- Easy to install locally with Node.js
- In research preview; many workflows fail or confuse the agent
- Requires an OpenAI API key (costs associated)
- Currently only available via local build, not in Chrome Web Store
- Installation requires Node.js >=16 and manual build steps
- Limited to ad-hoc instructions; saved/scheduled workflows not yet available