Vide
Vide - Open Source Agent Orchestrator
The open source agent orchestrator.
curl -fsSL https://raw.githubusercontent.com/Norbert515/vide_cli/main/scripts/install.sh | bash
Vide orchestrates a team of AI agents on top of Claude Code. A researcher explores your codebase, an implementer writes the code, and a tester verifies it works.
Why Vide
- ✓ Agent orchestrator — Orchestrates Claude Code, with more backends coming
- ✓ Agent teams — Researcher, Implementer, Tester working together
- ✓ Flutter-first — Hot reload, screenshots, UI interaction built-in
- ✓ Vision AI — Agents see and tap your app with Moondream
- ✓ Natural language — Describe what you want, agents figure out the rest
- ✓ Open source — Apache 2.0 licensed, extend with MCP servers
Features
Agent Teams
Specialized agents working together on your codebase.
Flutter MCPs
Pre-configured MCP servers for hot reload and screenshots.
Performant TUI
Built on nocterm, a custom high-performance terminal UI framework.
- 60fps rendering
- Zero flicker
- Reactive updates
- True color
Git Integration
Full git support including worktrees.
Open Source
Apache 2.0 licensed. Extend with MCP.
Multi-Backend
Coming SoonCodex CLI and Gemini CLI next.
Agent CLIs
Vide orchestrates existing AI coding CLIs headlessly—spawning, coordinating, and managing them as a team.
- Available Claude Code
- Planned Codex CLI
- Planned Gemini CLI
Remote Control
Coming SoonNative Flutter app for mobile.
Active Development
Cross-Agent Review
Coming SoonYour Claude Code agent spawns Codex or Gemini agents for code review—full agent SDKs, not API calls.
Flutter: First-Class Citizen
Vide works with any codebase, but Flutter gets special treatment. Deep integration means agents don't just write code—they run your app, see it, and interact with it.
-
Hot Reload Agents trigger hot reload after changes, instantly seeing results
-
Screenshots Capture app state to verify UI changes actually work
-
UI Interaction Vision AI lets agents tap buttons and navigate your app
-
Widget Inspection Query the widget tree to understand app structure
FAQ
What is an agent orchestrator?
Vide sits on top of AI coding CLIs like Claude Code. Instead of one conversation, Vide orchestrates a team of specialized agents that can research, implement, and test in parallel. Think of it as a manager for your AI coding assistants.
Do I need Claude Code installed?
Yes, Vide requires Claude Code CLI and uses the official Claude Code Agent SDK.
This means it uses your existing Claude Code subscription.
Install it with curl -fsSL https://claude.ai/install.sh | bash (macOS/Linux)
or irm https://claude.ai/install.ps1 | iex (Windows).
Support for other backends like Codex and Gemini CLI is coming.
Why Flutter-first?
Vide has deep Flutter integration: hot reload, screenshot capture, and vision AI that can see and tap your app's UI. Agents can actually run your Flutter app and verify their changes work. Other frameworks work too, but Flutter gets superpowers.
How is this different from using Claude Code directly?
Claude Code is a single agent in a single conversation. Vide orchestrates multiple specialized agents that work in parallel—a researcher explores your codebase, an implementer writes the code, and a tester verifies it works. It's structured, parallel, and verified.
Is it free?
Vide is open source (Apache 2.0 license). You pay for the underlying AI API usage (Claude, etc.) but Vide itself is free.
Get started now
curl -fsSL https://raw.githubusercontent.com/Norbert515/vide_cli/main/scripts/install.sh | bash