A local-first autonomous data analysis agent. Ask real questions about your data; it investigates — looking, computing, revising its approach when the data disagrees with it — then verifies the result and explains it, streaming its reasoning as it goes.
Your data never leaves your machine unless you choose a remote cloud provider. Powered by a modular Tri-Model Architecture (Manager, Worker, and Embeddings). No API key is required — local Ollama or LM Studio models running locally are all it takes.
📖 Documentation · 🚀 Quickstart · 🌐 Live Website · 💬 Discussions · 📦 Latest Release (v1.0.5)
brew tap Wizard-AIA/wizard && brew install wizard
wizard init && wizard startLinux & macOS:
curl -fsSL https://wizardw2.vercel.app/install.sh | bashWindows (PowerShell):
irm https://wizardw2.vercel.app/install.ps1 | iexgit clone https://github.com/Wizard-AIA/Wizard-w2.git
cd Wizard-w2
docker compose up -d| Operating System | Architecture | Download Package |
|---|---|---|
| macOS | Apple Silicon (M1 / M2 / M3 / M4) | Wizard-v1.0.5-darwin-arm64.zip |
| macOS | Intel x86_64 | Wizard-v1.0.5-darwin-amd64.zip |
| Linux | x86_64 / amd64 | Wizard-v1.0.5-linux-amd64.zip |
| Linux | ARM64 / aarch64 | Wizard-v1.0.5-linux-arm64.zip |
| Windows | x86_64 | Wizard-v1.0.5-windows-amd64.zip |
# After extracting your zip:
./cli/wizard init # Checks prerequisites & installs environment
./cli/wizard start # Starts backend + frontend daemon and opens your browserOpen http://localhost:3000 to begin analyzing your data.
| Repository | Description |
|---|---|
| Wizard-w2 | Core Engine: FastAPI backend, analytical workspace, Apache Arrow streaming, OS sandboxing, and Go CLI supervisor. |
| website | Docs & Landing: Official website, architectural documentation hub, and interactive web demo. |
| homebrew-wizard | Package Manager: Official Homebrew tap for one-command macOS and Linux installation (brew install wizard). |
| skills | Skill Registry: Community registry of curated SKILL.md domain modules the agent retrieves and executes mid-turn. |
| awesome-wizard | Ecosystem Hub: Curated playbooks, sample datasets, local model recipes, and community integrations. |
| .github | Community & Health: Organization profile landing page, issue templates, and security policies. |
Thank you to everyone building and improving Wizard!
BSD-3-Clause Licensed. Created by Aniket Saha (@Aniket-a14). Contributions are welcome — see CONTRIBUTING.md to get involved.
