open-antigravity

作者 ishandutta2007已验证

🚀🪐🌕🌑☄️🛸 Opensource equivalent of Google's Antigravity

510
Stars
91
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/ishandutta2007/open-antigravity

快速入门

使用 open-antigravity 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md



🌌 Open Velocity

The Open-Source, Universal AI Gateway for Agentic Development

An open, community-driven effort to build a truly model-agnostic alternative to proprietary agentic coding platforms.

Build Status License PRs Welcome Discord GitHub followers


Open Velocity 🌌 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 Velocity 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. 🤖✨

🌟 Why Open Velocity?

  • 🔓 True Model Freedom: Building a future that isn't tied to a single AI provider.
  • 🗳️ Democratizing AI: Making state-of-the-art agentic development accessible to everyone.
  • 🛠️ Transparency & Extensibility: An open core that the community can shape, extend, and trust.
  • 🏠 Self-Hosting & Privacy: Full control over your code, your data, and your AI connections.

✨ Core Features (The Vision)

  • 🌌 Best of All Worlds: Fusing the best features of Cursor, Windsurf, Trae, and Velocity into a single, cohesive experience.
  • 🧠 Google's Cutting Edge: Incorporating the powerful capabilities of Google CodeMender and Google Jules for state-of-the-art code generation.
  • 🔒 Privacy First: No code or environment info is sent to third parties without your consent. Your data stays yours!
  • 🔌 Universal LLM Gateway: Connect to GPT-4, Claude 3.5, Gemini 1.5 Pro, Llama 3, Deepseek, and more. A unified interface for all your agents.
  • 🤖 Agent-First Workflow: Delegate high-level tasks to autonomous agents that plan, write, and verify code.
  • 🤝 Multi-Agent Collaboration: Spawn multiple agents to work in parallel on different parts of your project.
  • 🖼️ Verifiable Artifacts: Agents generate tangible artifacts (Task Lists, Screenshots, Test Results) so you can trust their work.
  • 🔄 Interactive Feedback: Provide real-time feedback to agents as they work.

🧬 OpenCentravity v0.2.0 Backend Core (Implemented)

The underlying core engine (newcore/) has been completely upgraded to support enterprise-grade, concurrent multi-agent coordination. Key capabilities include:

  • 💾 Sequential Migrations & Schema: A robust 14-table SQLite database layer (src/db/) supporting Write-Ahead Logging (WAL) and sequential schema migrations (0001–0014).
  • 🔒 Connection Safety: A module-level promise mechanism blocks concurrent read/write queries from running on a partially-migrated database, eliminating race condition locks.
  • 🤝 Hierarchical Swarms: Database tracking of parent-child relationships between agents, allowing complex workflows to branch out cleanly into swarms.
  • 💬 Whiteboard Message Bus: A shared communication whiteboard (src/orchestrator/messagebus.ts) that enables sub-agents to broadcast statuses and coordinates their efforts.
  • 🗝️ Distributed Lock Manager: File-level mutexes (src/orchestrator/locks.ts) that prevent overlapping writes or edit collisions by parallel agents on the same files.
  • 📸 LWM Memory Snapshots: Snapshotting engine (src/memory/snapshot.ts) that saves agent memory states periodically, allowing agents to restore state and self-heal from failures.
  • 💸 Cost Recorder & Caps: Monitors and persists input/output token counts and real-time API cost per LLM call, enabling strict swarm-level cost ceiling rules (MAX_COST_USD).
  • 📟 Consolidated CLI Commands: Clean command suite including swarms, swarms inspect, swarms cancel, cost, db:status, db:backup, and db:backups.

🏛️ High-Level Architecture

Open Velocity is a modular, container-native application designed for flexibility and scale. 🏗️

graph TD
    UI[Web UI / Editor] --> GW[Gateway & Orchestrator]
    GW --> WM[Workspace Manager]
    GW --> AG[AI Model Gateway]
    WM --> Docker[Isolated Containers]
    AG --> LLMs[Gemini, Claude, GPT-4, Llama]

🚀 Roadmap

We have an ambitious journey ahead! 🗺️ Check out ROADMAP.md for the full details.

  • Phase 1: 🏗️ Core Platform & Universal Gateway
  • Phase 2: 🤖 Single-Agent Workflow & Tooling
  • Phase 3: 🌌 Advanced Agentic Features (Multi-Agent)
  • Phase 4: 🌈 Community & Extensibility

🛠️ Getting Started (Development)

Ready to build the future? 🛠️ Here’s how to get started locally.

Prerequisites:

  • 🐳 Docker & Docker Compose
  • 🟢 Node.js (v20+)
  • 🐍 Python (v3.11+)

Installation:

  1. Clone the repository:

    git clone https://github.com/ishandutta2007/open-velocity.git
    cd open-velocity
    
  2. Setup environment variables:

    cp .env.example .env
    

    Fill in your API keys in the .env file. 🔑

  3. Launch the environment:

    docker-compose up --build
    

    Access the platform at http://localhost:3000. 🌐


🙌 How to Contribute

We welcome contributions from everyone! 💖 Whether you're a developer, designer, or writer, there's a place for you.

🙌 Contributors

⭐ Star History

Star History Chart


📜 Disclaimer

IMPORTANT: Please Read Carefully

  1. Independent Project: Open Velocity is an independent, community-driven open-source project. It is NOT an official product of Google LLC, Alphabet Inc., or any of its affiliates. This project is not endorsed, sponsored, or supported by Google.
  2. Trademarks: "velocity", "Gemini", "Google", and all related logos and brand names are trademarks or registered trademarks of Google LLC. The use of these names in this project is strictly for identification and descriptive purposes and does not imply any affiliation with or endorsement by the trademark owners.
  3. Experimental Software: This tool is currently in an experimental/beta stage. It is provided "as is" without any warranties of any kind, express or implied. The authors and contributors are not responsible for any data loss, security vulnerabilities, or other issues arising from the use of this software.
  4. Research & Development: Open Velocity is intended for research and development purposes only. It should not be used in production environments without thorough independent verification.
  5. Third-Party Services: Users are responsible for their own use of third-party AI models and APIs (including but not limited to Google Gemini, OpenAI, and Anthropic). You must comply with the respective Terms of Service and Privacy Policies of those providers.

⚖️ License

This project is licensed under the MIT License. See the LICENSE file for details. 📄

常见问题

What is open-antigravity?

open-antigravity is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ishandutta2007. 🚀🪐🌕🌑☄️🛸 Opensource equivalent of Google's Antigravity. It has 510 GitHub stars.

Is open-antigravity safe to use?

Yes. open-antigravity passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install open-antigravity?

Clone the repository with "git clone https://github.com/ishandutta2007/open-antigravity" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is open-antigravity written in?

open-antigravity is primarily written in TypeScript. It is open-source under ishandutta2007 on GitHub, so you can review or fork the full source.

Are there alternatives to open-antigravity?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh open-antigravity against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情