ππͺππβοΈπΈ Opensource equivalent of Google's Antigravity
# Add to your Claude Code skills
git clone https://github.com/ishandutta2007/open-antigravityOpen-Antigravity is not just another code editor or AI assistant. It's an ambitious open-source project to build a web-native, agent-first integrated development environment (IDE). Unlike proprietary platforms that lock you into a single AI ecosystem, Open-Antigravity is designed from the ground up to be a universal gateway to any LLM. Our goal is to create a platform where developers can delegate complex tasks to autonomous AI agents, powered by the models of their choice.
This project is for you if you believe in:
We aim to build a platform that redefines developer productivity. Here are the key features we are building towards:
π Best of All Worlds: Aims to fuse the best features of Claude Desktop, Cursor, Windsurf, Kiro, Trae, Trae CN, Qoder, and Antigravity into a single, cohesive experience.
β¨ Google's Cutting Edge: Incorporates the powerful code-mending capabilities of Google CodeMender and the advanced reasoning of Google Jules to provide state-of-the-art code generation, debugging, and understanding.
No code information, environment information, OS information or user information or usage pattern would be sent to google.
No comments yet. Be the first to share your thoughts!
π Universal LLM Gateway: Break free from vendor lock-in. Open-Antigravity is designed as a universal translation layer for Large Language Models. Connect to anything from OpenAI's GPT-5, Anthropic's Claude, and Google's Gemini to open models like Llama, Grok, and Qwen, or specialized APIs like Deepseek and Kimi. A unified interface means your agents and tools work seamlessly across all of them.
π€ Agent-First Workflow: Delegate high-level tasks like "implement a new API endpoint for user authentication" or "refactor the database schema and update all related services" to AI agents powered by your chosen LLM.
π§ Multi-Agent Collaboration: Spawn multiple agents that can work in parallel or collaborate on a single goal. For example, one agent writes the code, a second writes the tests, and a third verifies the changes in a browser.
π Dual-View Interface:
β Trust Through Verifiable Artifacts: To build trust in autonomous work, agents don't just produce logs. They generate tangible Artifacts:
π Interactive Feedback Loop: Provide feedback to agents in real-time. Comment on an artifact, correct a line of code, or adjust the plan, and the agent will incorporate your feedback without losing context.
Open-Antigravity is being designed as a modular, container-native application that you can run anywhere.
ββββββββββββββββββββββββββββ
β Web UI (React) β
β (Editor & Manager View) β
ββββββββββββββ¬ββββββββββββββ
β (WebSocket, REST API)
ββββββββββββββΌββββββββββββββ
β Gateway & Orchestratorβ
β (FastAPI / Node.js) β
ββββββββ¬ββββββββββ¬ββββββββββ
β β
(Orchestrates) (Routes to)
β β
ββββββββΌββββββββββΌββββββββββ ββββββββββββββββββββ
β Workspace Manager β β AI Model Gateway β
β (Manages Docker contexts)βββββΆ (Connects to LLMs) β
ββββββββββββββββββββββββββββ ββββββββββββββββββββ
Our roadmap is a living document. For a detailed breakdown of upcoming features, technical specifications, and timelines, please see our full ROADMAP.md.
Here is a high-level overview of the key phases:
Phase 1: Core Platform & Universal Gateway
Phase 2: Single-Agent Workflow & Tooling
Phase 3: Advanced Agentic Features
Phase 4: Community & Extensibility
Interested in building the future of software development with us? Hereβs how you can get the project running locally.
Prerequisites:
Installation:
Clone the repository:
git clone https://github.com/ishandutta2007/open-antigravity.git
cd open-antigravity
Setup environment variables:
cp .env.example .env
Fill in your API keys and other configuration in the .env file.
Launch the environment:
docker-compose up --build
This will build all the services and launch the Open-Antigravity platform. You can access it at http://localhost:3000.
We believe this ambitious project can only be realized as a community. We welcome contributions from everyone, whether you're a developer, a designer, a technical writer, or just an enthusiast.
This tool is independent and not affiliated with Google. "Antigravity" and "Gemini" are trademarks of Google LLC. It is not intended for production use. The developers of this tool are not responsible for any damage caused by this tool.
This project is licensed under the MIT License. See the LICENSE file for details.