- 🔥 Unique Authentication — No need to toss API keys and config files to run MCP!
- 🔒 Sandboxed MCP Runtime — Isolated sandbox protecting the host from supply chain attacks.
- 🔌 Full OSS MCPs Support — Compatible with thousands of existing MCP servers.
- 💻 Local-First Architecture — Privacy-focused design with local LLM.
Getting Started - Releases - Bug reports - Slack Commuity
Archestra is a 100% local runtime for MCP (Model Context Protocol) servers and a ChatGPT-like UI allowing non-technical users to build safe and private agents with powerful data access.
Download from archestra.ai or GitHub Releases.
Before you begin, ensure you have the following installed:
- Node.js (v18 or higher)
- pnpm (v8 or higher) - Install with
npm install -g pnpm
- Git
Clone the Repository
git clone https://github.com/archestra-ai/archestra.git
cd archestra/desktop_app
Use pnpm to install all required dependencies:
pnpm install
Start Dev Environment
pnpm start
We welcome contributions from the community! Contribution guideline.
Thank you for contributing and continuously making Archestra better, you're awesome 🫶