Discover and explore top open-source AI tools and projects—updated daily.
builderz-labsManage AI agent fleets and orchestrate workflows from a central dashboard
New!
Top 19.9% on SourcePulse
Mission Control is an open-source dashboard for AI agent orchestration, enabling users to manage agent fleets, track tasks, monitor costs, and orchestrate workflows from a unified interface. It targets engineers and power users needing robust control over scaled AI agent operations, offering real-time visibility and streamlined management.
How It Works
The project is built on Next.js 16, React 19, and TypeScript 5.7, utilizing SQLite as its sole data store to eliminate external dependencies like Redis or PostgreSQL. It leverages WebSockets and Server-Sent Events for real-time data push updates, complemented by smart polling. This architecture prioritizes a self-contained, easy-to-deploy solution accessible via a single command.
Quick Start & Requirements
pnpm for dependency management. Clone the repository, install dependencies with pnpm install, copy the environment example (cp .env.example .env), and run the development server with pnpm dev.pnpm (install via npm install -g pnpm or corepack enable).AUTH_USER and AUTH_PASS environment variables.Highlighted Details
Maintenance & Community
The project is under active development with a roadmap detailing future enhancements like agent-agnostic gateway support. Contributing guidelines are in CONTRIBUTING.md, and security vulnerability reporting is via SECURITY.md.
Licensing & Compatibility
Released under the MIT license, permitting broad usage, including commercial applications and closed-source linking, with minimal restrictions.
Limitations & Caveats
As alpha software, APIs and schemas may change. Known issues include CSP with unsafe-inline styles. For production, change default credentials, deploy behind TLS, and configure network access controls (MC_ALLOWED_HOSTS).
23 hours ago
Inactive
omnara-ai
TransformerOptimus
Significant-Gravitas