Equip your browser with AI superpowers.
A side project of @susantoscott and @chrispramana to develop an open source version of OpenAI's Operator, but as a browser extension.
Why browser extension? Since we don't have the resources that OpenAI has, we wanted to make this:
- easily downloadable by anyone with a repetitive workload
- easily extensible for any developer with a Node runtime
surf-wikipedia-game-v2-sd.mp4
git clone https://github.com/scottsus/surf.git
This is a monorepo with 2 primary sections:
apps/majordomo: frontend browser extensionapps/web: server for LLM calls
Enable hot reload
yarn dev
Go to {arc,chrome}://extensions -> Developer Mode -> Load Unpacked -> apps/majordomo/dist/
Spin up server for LLM calls
yarn dev
Press CMD + SHIFT + K to open up the prompt, then let Surf do its thing.
Press CMD + SHIFT + ; for a generic autocomplete.
Let Surf do it's thing in the background, freeing your time to do something else.
- 🧠 Proactive browsing
- 🔭 Telemetry and the ability to opt in/out
- 🔑 Custom API keys
Coming soon.