DOWNLOAD dieahOS
Free forever. All platforms. Automatic updates.
v0.4.0 — Released February 2026
—downloads
RECOMMENDED
macOS
Intel & Apple Silicon (Universal)
macOS 10.15+
Windows
x64
Windows 10+
Linux
x64
Ubuntu 20.04+
NOTE FROM THE CREATOR: dieahOS is in active daily development. Things will break, and I'll fix them fast. Found a bug? Have a question? Want to tell me something's weird? Seriously, I need all the input I can get — join the Discord at the bottom of the page.
QUICK START
Running in 60 seconds.
Install a CLI provider, open dieahOS, create your team, and start your first mission. First-run wizard auto-detects your installed CLIs.
Quick Start
# 1. Install a CLI provider (pick one)
$ npm install -g @anthropic-ai/claude-code
# 2. Open dieahOS
$ open /Applications/dieahOS.app
# 3. Create your team (choose a universe or use a fleet)
✓ Team "Norse Mythology" created with 9 agents
# 4. Set your project workspace
✓ Workspace set to ~/projects/my-app
# 5. Give your first mission
you > @build Add user authentication with JWT tokens
✓ Backend Engineer started — implementing auth...
PROVIDERS
Bring your own CLI.
dieahOS needs at least one CLI provider installed. You can mix providers across agents. First-run wizard auto-detects your installed CLIs.
Claude Code
Anthropic's CLI. Best for orchestration and complex reasoning.
RecommendedCodex CLI
OpenAI's CLI. Strong at code generation and refactoring.
OptionalGemini CLI
Google's CLI. Great for research and document analysis.
OptionalGLM
Zhipu AI's open-weight models. MIT-licensed, strong at coding.
OptionalKimi Code CLI
Moonshot AI's CLI. MoE architecture, agent swarm support.
OptionalOllama
Run local models. Completely free, fully offline capable.
OptionalSYSTEM REQUIREMENTS
Lightweight by design.
Built on Tauri with a native webview — no bundled Chromium. Minimal footprint, maximum performance.
macOS
- macOS 10.15 (Catalina) or later
- Intel or Apple Silicon
- 4 GB RAM minimum
- 200 MB disk space
- Internet for AI provider API calls
Windows
- Windows 10 (1803) or later
- x64 architecture
- 4 GB RAM minimum
- 200 MB disk space
- WebView2 (auto-installed)
Linux
- Ubuntu 20.04+ / Fedora 36+ / Arch
- x64 architecture
- 4 GB RAM minimum
- 200 MB disk space
- WebKitGTK 4.1+
FAQ
Common questions.
Yes. dieahOS is free during alpha and will remain free. You'll need your own subscription to at least one CLI provider (Claude, Codex, Gemini) or use Ollama for completely free local inference. No license fees, no usage limits, no premium tiers.
Claude Code (Anthropic), Codex CLI (OpenAI), Gemini CLI (Google), and Ollama (local models). You can mix providers across agents. Providers are auto-detected from your PATH. The first-run wizard walks you through setup.
Everything is stored locally on your machine. Agent definitions, memory, board history, and settings live in ~/Obsidian/ (vault) and ~/.dieah_os/ (config). The only data that leaves your machine goes to your chosen AI provider's API.
We're considering open-sourcing dieahOS during beta. Currently in alpha, the app is free to download and use. Stay tuned.
The app itself works offline. AI inference requires a network connection to your provider's API — unless you use Ollama with local models for fully offline operation. Memory, board state, and configuration all work without internet.
Yes. dieahOS includes a built-in Tauri updater that checks for new versions on launch. Updates are downloaded and applied automatically. You can also manually download the latest version from this page.