The Local-First AI Browser.
Antigravity is a concept browser that runs advanced AI models entirely on your device. No cloud, no subscriptions, no data leaks. Just you, the web, and a powerful neural engine running in your browser tab.
- Local Intelligence: Powered by
WebLLMand WebGPU, running models like Llama 3 and Gemma 2 locally. - Privacy First: Your chats and browsing data never leave your machine.
- Premium UI: A sleek, dark-mode interface designed for focus and flow.
- Instant Answers: Ask questions about the web, summarize content, and generate ideas without latency.
- A modern browser with WebGPU support (Chrome 113+, Edge, or others).
- A GPU with at least 4GB of VRAM (recommended for decent performance).
-
Clone the repository:
git clone https://github.com/yourusername/antigravity-browser.git cd antigravity-browser -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open
http://localhost:5173and start browsing!
Antigravity uses WebLLM to download and execute Large Language Models (LLMs) directly in the browser's runtime using WebGPU. This means the "backend" is actually running inside your frontend application.
- Context Awareness: Allow the AI to read the current tab's content (DOM).
- History & Memory: persistent local vector database for long-term memory.
- Extensions: Support for standard web extensions.
- Multi-Model Support: Switch between Llama, Gemma, Phi, and more.
MIT