RocketRide is an open source AI pipeline tool with a C++ core and Python/TypeScript SDKs for building, debugging, and deploying AI workflows inside IDEs or via CLI. It offers VS Code extension, multiple runtime options, and supports 100+ pipeline nodes across providers and databases.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
RocketRide is an open source data pipeline builder and runtime for AI/ML workloads. It provides a multithreaded C++ engine with Python-extensible nodes, a VS Code-based visual pipeline builder, and SDKs for Python, TypeScript, and MCP. The project emphasizes running pipelines defined as portable JSON, and deploying via Docker, on-premises, or RocketRide Cloud.
How it works
Pipelines are defined as portable JSON and built visually in VS Code. The engine runs in a multithreaded C++ runtime. It includes a Visual Pipeline Builder, observability features for token usage, LLM calls, latency, and execution, and supports multi-agent workflows with built-in CrewAI and LangChain compatibility. The system exposes tools as Python, TypeScript, and MCP SDKs for integration into applications.
Getting started
Quick Start sections describe installing the IDE extension, selecting deployment options in the IDE, and deploying the server either locally, on-premises, or via RocketRide Cloud. Quick Start steps include:
- Install the extension for your IDE. Search for RocketRide in the extension marketplace.
- Click the RocketRide extension in your IDE
- Deploy a server and choose Local (Recommended), On-Premises, or RocketRide Cloud
Code examples for deployment:
docker pull ghcr.io/rocketride-org/rocketride-engine:latest
docker create --name rocketride-engine -p 5565:5565 ghcr.io/rocketride-org/rocketride-engine:latest
ROCKETRIDE_URI=ws://localhost:5565
ROCKETRIDE_URI=https://api.rocketride.ai
ROCKETRIDE_AUTH=your-api-token
Recent releases
Latest releases include:
- vscode-v1.2.0-prerelease RocketRide VS Code Extension v1.2.0 (prerelease) (2026-08-05)
- server-v3.3.0-prerelease RocketRide Server v3.3.0 (prerelease) (2026-08-05)
- client-typescript-v1.3.0-prerelease RocketRide TypeScript Client v1.3.0 (prerelease) (2026-08-05)
- client-python-v1.3.0-prerelease RocketRide Python Client v1.3.0 (prerelease) (2026-08-05)
- client-mcp-v1.2.0-prerelease RocketRide MCP Client v1.2.0 (prerelease) (2026-08-05)
Traction
5554 stars, 1923 forks, 276 open issues as of the provided data.
Behind the repo
RocketRide has a public README pointing to home, documentation, and SDKs for Python, TypeScript, and MCP. The project emphasizes MIT licensing and multiple deployment options including Docker, on-prem, and cloud.
Caveats
License: MIT. Created 2026-02-11; last push 2026-08-04. Open issues: 276. No additional licensing notes beyond MIT in the provided data.






