Magic is an open-source TypeScript-based agent platform for enterprise AI workflows, offering personal assistants and domain Expert Agents with a sandboxed architecture and artifact delivery. It provides self-hosted deployment via a curl-based script and a cloud option, with enterprise licensing and integration capabilities.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Magic is an open-source AI agent platform that includes a generalist AI agent, a workflow engine, and an enterprise-focused delivery of AI outputs as artifacts (dashboards, reports, PPTs, etc.). It emphasizes security, sandboxed execution, human-in-the-loop for high-risk actions, and per-department/per-user budgets. The project markets two operating modes: self-hosted deployment and a cloud service, targeting enterprise governance and collaboration across teams. It also supports integration with internal systems via digital employees and Expert Agents.
How it works
The platform encapsulates internal systems and domain knowledge into digital employees (Agent–driven work units) that can be invoked by personal AI assistants. Actions can render outputs directly as finished artifacts rather than text, and an approval workflow enforces human oversight for high-risk operations. It provides sandbox isolation per tenant, a sidecar proxy for traffic control, and compatibility with existing ecosystems like Anthropic Skills and OpenClaw Skills. Agents and digital employees connect to ERP/CRM/databases, enabling cross-system workflows.
Getting started
Self-Hosted Deployment
Requirements: Docker + curl. Supports macOS and Linux (Windows support is coming soon).
curl -fsSL https://getmagicrew.sh | bash
The script handles cluster creation, infrastructure, and service deployment. Once complete:
- Web UI: http://localhost:38080
- Teardown:
magicrew teardown→ Full deployment guide: ./docs/en/development/deploy/docker.md
Cloud Service
- China: https://www.letsmagic.cn
- International: https://www.magicrew.ai
Enterprise Edition
Email for business license inquiries.
Recent releases
- none
Traction
- stars: 4967
- forks: 545
- open_issues: 10
Behind the repo
- The repository describes an enterprise-grade open-source AI agent platform with sandboxed execution and artifact-based outputs, licensed under the Magic Open Source License (Apache 2.0–like with additional restrictions).
Caveats
- license: none listed
- created: 2025-05-14
- last_push: 2026-06-11
- language: TypeScript






