🚀🪐🌕🌑☄️🛸 Opensource equivalent of Google's Antigravity/Claude Code/Cursor
# Add to your Claude Code skills
git clone https://github.com/ishandutta2007/VelocityLast scanned: 6/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-18T08:48:27.936Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Velocity 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/Claude Code/Cursor. It has 520 GitHub stars.
Yes. Velocity 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.
Clone the repository with "git clone https://github.com/ishandutta2007/Velocity" and add it to your Claude Code skills directory (see the Installation section above).
Velocity is primarily written in TypeScript. It is open-source under ishandutta2007 on GitHub, so you can review or fork the full source.
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 Velocity against similar tools.
No comments yet. Be the first to share your thoughts!
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. 🤖✨
The underlying core engine (newcore/) has been completely upgraded to support enterprise-grade, concurrent multi-agent coordination. Key capabilities include:
src/db/) supporting Write-Ahead Logging (WAL) and sequential schema migrations (0001–0014).src/orchestrator/messagebus.ts) that enables sub-agents to broadcast statuses and coordinates their efforts.src/orchestrator/locks.ts) that prevent overlapping writes or edit collisions by parallel agents on the same files.src/memory/snapshot.ts) that saves agent memory states periodically, allowing agents to restore state and self-heal from failures.MAX_COST_USD).swarms, swarms inspect, swarms cancel, cost, db:status, db:backup, and db:backups.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]
We have an ambitious journey ahead! 🗺️ Check out ROADMAP.md for the full details.
Ready to build the future? 🛠️ Here’s how to get started locally.
Prerequisites:
Installation:
Clone the repository:
git clone https://github.com/ishandutta2007/open-velocity.git
cd open-velocity
Setup environment variables:
cp .env.example .env
Fill in your API keys in the .env file. 🔑
Launch the environment:
docker-compose up --build
Access the platform at http://localhost:3000. 🌐
We welcome contributions from everyone! 💖 Whether you're a developer, designer, or writer, there's a place for you.
IMPORTANT: Please Read Carefully
This project is licensed under the MIT License. See the LICENSE file for details. 📄