Automate
Everything
Conductor unifies AI providers, local tools, and external APIs into a single intelligent agent you control.
⚡ Quick Install
$ curl -fsSL https://conductor.sh/install.sh | bashIntroduction
Conductor is a local-first agentic orchestration framework. It utilizes JSON Schema-based tool definitions to allow LLMs to interact with your local environment and external APIs.
Architecture
Built with a modular ProviderAdapter layer, Conductor can swap backends (Claude, GPT-4, Ollama) without changing plugin logic.
Security
Credentials are stored in an AES-256-GCM encrypted vault. Your master key is never sent to any server. Conductor maintains a strict zero-telemetry policy.
Plugins
Each capability is a self-contained plugin exposing typed JSON Schema tool definitions. No glue code is required as the AI layer discovers tools natively.
MCP Server
Conductor acts as a Model Context Protocol (MCP) server, allowing you to bridge your local tools into IDEs like Cursor or VS Code.
Release Notes
Extended Terms of Service
Last Updated: February 2026
1. Acceptance of Terms
By accessing or using the Conductor framework, you agree to be bound by these Terms. Conductor is provided "as is" without warranty of any kind.
2. Local Execution and Risk
Conductor executes commands on your local machine via AI-generated logic. You acknowledge that AI models may generate unpredictable or destructive commands. You assume 100% of the liability for any actions taken by the agent on your system.
3. Master Key Responsibility
Encryption keys (AES-256-GCM) are stored locally. If you lose your master password, your encrypted vault is unrecoverable. We have no "reset" mechanism as we do not store your keys.
4. Prohibited Activities
You may not use Conductor to automate illegal acts, conduct unauthorized system penetration, or create malicious botnets.
Extended Privacy Policy
Last Updated: February 2026
1. Zero Telemetry
Conductor does not collect usage data, crash reports, or IP addresses. Your installation is entirely private and air-gapped from our servers.
2. Third-Party AI Providers
Data sent to AI providers (OpenAI, Anthropic, Google) is subject to their privacy policies. Conductor does not intercept or store these interaction streams.
3. Local Encryption
All sensitive configuration, including API keys and secrets, is encrypted locally using AES-256-GCM before being written to disk.