The AI Orchestrator for 100x builders.
Orchestrate coding agents side-by-side, manage coding plans end-to-end, and track execution and costs in one place.
Also in the box:
- Modular Promptwares: Deploy self-improving agents (CreatePlan, ExecutePlan, ExpandPlan, CreatePr) with their own prompts, tools, memory, and hooks.
- Verification Gates: Wire up build, test, lint, and format checks. Plans only advance when all checks pass, guaranteeing production-ready code.
- Chat with Agent (PTY): Directly chat with running coding agents in a beta terminal-style split with system prompt injection.
- Activity Heatmap: View your 90-day PR contribution history on the wallpaper interface.
- Rerun with Feedback: Rerun plan steps with custom instructions to steer agents on failures.
- Diagnostics & Testing: Run one-click agent diagnostics to check installation, path, and model availability.
- Plan state versioning: Revert plan revisions, rename states, and migrate plan files with schema guards.
Works with any CLI agent: if it runs in a terminal, it runs in Tendril.
Claude Code
Codex
GitHub Copilot
Gemini
OpenCode
+ any CLI agent
Get up and running instantly with the standalone desktop app:
macOS / Linux:
curl -sSf https://cdn.ivy.app/install-tendril.sh | shWindows:
irm https://cdn.ivy.app/install-tendril.ps1 | iexNote: The
dotnet toolinstall and the Quick Install above are separate installs that can both end up onPATH. If you move from the .NET tool to the installer, rundotnet tool uninstall --global Ivy.TendrilsotendrilonPATHcannot resolve to the older, frozen tool copy. Runtendril doctorto check for a conflicting install.
Start the Tendril server/application:
tendrilTip: The desktop app supports automated background self-updates. You can also rerun the installer command above at any time to upgrade to the latest release.
- Discord: Join the community on Discord.
- Feedback & Ideas: Found a bug or have an idea? Open an issue.
- Show Support: Star this repo to follow along with our development.
Want to contribute or run locally?
-
Clone the repo:
git clone https://github.com/Ivy-Interactive/Ivy-Tendril.git cd Ivy-Tendril -
Run locally:
dotnet run --project src/Ivy.Tendril/Ivy.Tendril.csproj
See our plugin developer guide to build custom integrations.
Tendril is source-available and licensed under the Functional Source License (FSL-1.1-ALv2).







