MIT Licensed

Self-hosted AI prompt
orchestration

Run Orquesta on your own infrastructure. Connect agents, submit prompts, stream logs in real time. Your code never leaves your network.

Try the dashboard

This is what Orquesta OSS looks like. Click a project, submit a prompt, watch logs stream in real time.

localhost:3000/dashboard
O
Orquesta OSS
Y

Projects

Quick start

Terminal
# Clone and run
$ git clone https://github.com/Orquesta-live/orquesta-oss
$ cd orquesta-oss
$ cp .env.example .env
$ docker compose up
# Connect an agent from any machine
$ npx orquesta-agent --token oat_xxx

How it works

Dashboard

Next.js app with real-time UI. Submit prompts, view logs, manage teams.

Socket.io Server

Custom server handles WebSocket connections. Agents connect with a token.

Agent

Runs on any machine. Executes prompts via Claude CLI, streams results back.

Everything you need

Core features for running AI prompt orchestration on your own infrastructure.

Real-time Prompt Execution

Submit prompts from the dashboard, watch them execute via Claude CLI on your machines. Full log streaming over Socket.io.

Agent Grid

Drag-and-drop terminal grid. Connect multiple agents, resize panels, interact with any machine from one dashboard.

Team Management

Invite team members with role-based permissions — owner, admin, member. Control who can submit prompts and manage agents.

SQLite or Postgres

SQLite by default for zero-config setup. Switch to Postgres with one env var change for production scale.

Self-Hosted & Private

Your code never leaves your network. Run on a laptop, a VPS, or air-gapped infrastructure. You own everything.

Docker One-Command Deploy

Clone the repo, set one secret, run docker compose up. Production-ready in under a minute.

OSS vs Cloud

Start with OSS. Upgrade to cloud when you need managed infrastructure.

FeatureOSSCloud
Self-hosted
Real-time log streaming
Agent Grid (drag & drop)
Team permissions
SQLite / Postgres
Batuta AI Agent
Cloud VM provisioning
Embed SDK
CRM & automation
Telegram bot
Quality gates & signoff
Performance dashboard

Built with

Next.js 15
React 19
Tailwind v4
Socket.io
Better Auth
Prisma
SQLite
xterm.js
react-grid-layout
TypeScript
Docker

FAQ

Ready to self-host?

Clone the repo, run Docker, and start orchestrating AI prompts on your own infrastructure.