Discover and explore top open-source AI tools and projects—updated daily.
ishandutta2007Build agentic applications with a universal LLM gateway IDE
Top 94.9% on SourcePulse
Open-Antigravity is an ambitious open-source project aiming to create a universal AI gateway and agent-first IDE, serving as a model-agnostic alternative to proprietary platforms. It targets developers seeking true model freedom, democratized AI access, transparency, and self-hosting capabilities, enabling them to delegate complex tasks to autonomous AI agents powered by their chosen LLMs.
How It Works
This project is architected as a modular, container-native application. A React-based web UI provides both a VS Code-based editor and a dedicated manager view for orchestrating AI agents. The core logic resides in a Gateway & Orchestrator (FastAPI/Node.js) that interprets requests, dispatches tasks, and manages workflows. It leverages a Workspace Manager for isolated, containerized agent environments and an AI Model Gateway, which acts as a standardized interface to connect with diverse LLMs, ensuring model agnosticism and flexibility.
Quick Start & Requirements
.env with API keys, and run docker-compose up --build.http://localhost:3000.Highlighted Details
Maintenance & Community
The project actively encourages community contributions via a detailed Contribution Guide and a Discord server for developer interaction. A living roadmap is maintained in ROADMAP.md.
Licensing & Compatibility
This project is licensed under the MIT License, which is permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
The project explicitly states it is "not intended for production use" and is an independent initiative, not affiliated with Google.
2 weeks ago
Inactive