Are you the author? Sign in to claim
The open source agent.
All in one. Anything. Nothing is impossible.
Visit our Website | Download | YouTube
Desktop AI agent that actually does things. Not a chatbot - an action-bot.
Reads your files. Writes your code. Runs your commands. Builds your projects. Deploys your apps.
It has 7 Agent Modes, 136+ Tools, Eternal Memory, Self-Healing, and it evolves itself.
ZYRAXON-AI is an open-source desktop AI agent built on Electron + SolidJS + Bun. Unlike ChatGPT or other chatbots that just talk, ZYRAXON takes action - it has full access to your filesystem, terminal, browser, and more.
The reliable workhorse. Full file system access + persistent memory.
Read/Write files, Run commands, Browse web, Generate images, Remember everything
Strategic, read-only analysis. Plans the perfect approach before any action.
Read-only analysis, Plan creation, Strategic thinking
Maximum power with 6 unique capabilities. Self-healing: installs missing tools automatically.
Mission Control (3-level subagents) + Self-Evolution + Subagent Army + Autonomous Completion + Memory + Vision + Self-Healing
Professional agent with unlimited memory and auto screen vision.
Everything Build has + unlimited memory + screen vision + Self-Healing
Advanced agent with predictive analysis and eternal memory.
Omega Command Center + Eternal Memory + Annihilation Engine + Tool Mastery + Quantum Processing + Unbreakable Will + Predator's Intuition + ALWAYS-ON Screen Vision + Self-Healing
Supreme agent with 10 powers. NEVER refuses. NEVER stops. NEVER fails.
Supreme Sovereignty + Infinite Memory Core + Apocalypse Protocol + Omniscient Tool Mastery + Quantum Superprocessing + Absolute Will + Dark Omniscience + Void Vision + Dark Resonance + Emperor's Decree (Self-Healing + Zero Refusal)
DARK EMPEROR has 8 exclusive ULTRA Tools:
Subagent for delegated tasks.
Download the latest release from our Releases page:
| Platform | File | Architecture |
|---|---|---|
| Windows | ZYRAXON-Dev-win-installer.exe | x64 |
| Linux | zyraxon-desktop-linux-amd64.deb | x64 |
| Linux | zyraxon-desktop-linux-x86_64.AppImage | x64 |
| Linux | zyraxon-linux-x64.tar.gz | x64 |
| Linux | zyraxon-linux-arm64.tar.gz | arm64 |
The build process has 4 steps that MUST be run in order:
packages/opencode)Windows:
git clone https://github.com/onelpawarai/ZYRAXON-AI.git
cd ZYRAXON-AI
# Step 1: Install all dependencies
bun install
# Step 2: Build core engine
cd packages/opencode
bun run build
cd ../..
# Step 3: Build node server bundle
cd packages/opencode
bun run script/build-node.ts
cd ../..
# Step 4: Generate web UI import map (scans packages/app/dist)
# This is a separate step — not part of build-node.ts
cd packages/desktop
bun run build
bun run package:win
Linux:
git clone https://github.com/onelpawarai/ZYRAXON-AI.git
cd ZYRAXON-AI
bun install
cd packages/opencode && bun run build && cd ../..
cd packages/opencode && bun run script/build-node.ts && cd ../..
cd packages/desktop && bun run build && bun run package:linux
macOS:
git clone https://github.com/onelpawarai/ZYRAXON-AI.git
cd ZYRAXON-AI
bun install
cd packages/opencode && bun run build && cd ../..
cd packages/opencode && bun run script/build-node.ts && cd ../..
cd packages/desktop && bun run build && bun run package:mac
Note:
build-node.tsproducespackages/opencode/dist/node/node.js. The desktop build-wrapper checks for this file and auto-generatesopencode-web-ui.gen.ts(import map for all non-.map files inpackages/app/dist). Both must exist for the desktop build to succeed.
# Run in development mode (desktop app)
cd packages/desktop
bun run dev
# Run core engine in TUI mode
cd packages/opencode
bun run dev
ZYRAXON's most unique feature: if a tool is missing, it installs it automatically.
This works across all agent modes — Build, Beast, PRO, APEX, and DARK EMPEROR.
| Layer | Technology |
|---|---|
| Runtime | Bun |
| Desktop | Electron + electron-vite |
| UI | SolidJS + TailwindCSS |
| Database | SQLite (drizzle-orm) |
| Build | electron-builder |
| Language | TypeScript |
| LLM Runtime | AI SDK (Vercel) |
ZYRAXON-AI/
packages/
opencode/ # Core AI agent engine
src/
agent/ # Agent modes (7 modes)
mcp/ # MCP servers + ULTRA tools
tool/ # Tools (memory, self_evolve, shell, etc.)
session/ # Session management, LLM streaming
screen/ # Auto screen vision (async, cross-platform)
memory/ # Eternal memory system (50K+ memories)
desktop/ # Electron desktop app
app/ # SolidJS UI
ui/ # Shared UI components
core/ # Core utilities, database
tui/ # Terminal UI, themes
llm/ # LLM routing, 25+ providers
server/ # HTTP API server
schema/ # Shared data contracts
protocol/ # API protocol definitions
plugin/ # Plugin system
We love contributions! ZYRAXON-AI is open-source and we welcome everyone.
git clone https://github.com/YOUR_USERNAME/ZYRAXON-AI.gitbun installcd packages/opencode && bun run buildgit checkout -b feat/my-featuregit commit -m "feat: add my feature"git push origin feat/my-featureWhether you want to contribute code, report bugs, suggest features, or just learn from the project - you are welcome. Contact us and we will work together!
See open issues for planned features and known issues.
Business Source License 1.1 (BSL 1.1) - Free for non-commercial use. Commercial use requires a paid license. Converts to Apache 2.0 on 2030-07-21.
Run analytics queries on ClickHouse — explore schemas, execute SQL, fetch results
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases