Discover and explore top open-source AI tools and projects—updated daily.
endorhqOrchestrator for parallel AI coding agents
Top 98.0% on SourcePulse
A manager for AI coding agents, Rover enables multiple agents (Claude, Codex, Cursor, Gemini, Qwen) to work concurrently on a codebase. It provides isolated, local environments for each agent, preventing interference and context-switching overhead. This enhances developer productivity by leveraging parallel AI execution while maintaining full user control.
How It Works
Rover orchestrates AI agents using local tools like Git and Docker/Podman. It creates isolated environments, typically via containers and separate Git worktrees, for each task. Rover automatically detects project setups, configures the chosen AI agent within its isolated workspace, and manages workflows to complete tasks. Outputs, including code changes and documentation, are collected in the task's workspace for inspection, iteration, or manual integration.
Quick Start & Requirements
npm install -g @endorhq/rover@latestHighlighted Details
claude:opus, gemini:pro).Maintenance & Community
Developed by the Endor team, Rover encourages community engagement via Discord, Twitter/X (@EndorHQ), Mastodon (@EndorHQ@mastodon.social), and Bluesky (@endorhq.bsky.social). It is open-source, inviting contributions and feedback.
Licensing & Compatibility
Licensed under the Apache 2.0 License, which generally permits commercial use and integration into closed-source projects.
Limitations & Caveats
Rover collects anonymous usage telemetry by default, which can be disabled via environment variable (ROVER_NO_TELEMETRY=1) or a marker file. No other specific limitations or known issues were explicitly detailed in the provided README.
1 day ago
Inactive