ZYRAXON-AI
Health Warn
- License — License: NOASSERTION
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
The open source agent.
ZYRAXON
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 Beast Mode, Persistent Memory, and it evolves itself.
What is ZYRAXON?
ZYRAXON 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.
It's built on top of OpenCode and extended with features that don't exist anywhere else:
- Beast Mode — Maximum power agent with 3-level deep subagent army
- Persistent Memory — Remembers everything across sessions (SQLite-backed)
- Self-Evolution — Installs its own MCP servers and tools at runtime
- Voice Input — Click the mic, speak naturally, it transcribes via Whisper
- Auto-Approve — All permissions auto-approved. No interruptions, just results.
- 20+ AI Models — OpenAI, Anthropic, Gemini, DeepSeek, Meta, and more
See it in action
| Output 1 | Output 2 |
![]() |
![]() |
| Output 3 | Output 4 |
![]() |
![]() |
Why ZYRAXON?
| Feature | ChatGPT / Claude | Cursor | ZYRAXON |
|---|---|---|---|
| Desktop app (Electron) | - | Yes | Yes |
| Full filesystem access | - | Yes | Yes |
| Terminal/command execution | - | Yes | Yes |
| Web browsing | - | - | Yes |
| Beast Mode (3-level subagents) | - | - | Yes |
| Persistent memory across sessions | - | - | Yes |
| Self-evolving (installs its own tools) | - | - | Yes |
| Voice input (Whisper) | - | - | Yes |
| Auto-approve all permissions | - | - | Yes |
| 20+ LLM models | 1 | Limited | Yes |
| Theme engine (30+ themes) | - | - | Yes |
| 100% free & open source | No | No | Yes |
| Runs locally (no cloud) | No | No | Yes |
Agent Modes
ZYRAXON has 3 built-in agent modes. Switch with the Tab key:
Build Mode (Default)
The reliable workhorse. Full file system access + persistent memory.
Read/Write files, Run commands, Browse web, Generate images, Remember everything
Plan Mode
Strategic, read-only analysis. Plans the perfect approach before any action.
Read-only analysis, Plan creation, Strategic thinking
Beast Mode
Maximum power. Zero limits. Never stops.
Everything Build has + Mission Control (3-level subagents) + Self-Evolution (install new tools) + Subagent Army (parallel execution) + Autonomous Completion (never gives up)
Quick Start
🌐 Visit Our Website
zyraxonai.lovable.app — Download, learn more, and explore features.
Download (Recommended)
Download the latest release from our website or the Releases page:
| Platform | File | Architecture |
|---|---|---|
| Windows | ZYRAXON Dev-win-installer.exe |
x64 |
| macOS | zyraxon-desktop-mac-arm64.dmg |
Apple Silicon |
| macOS | zyraxon-desktop-mac-x64.dmg |
Intel |
| Linux | zyraxon-desktop-linux-x86_64.AppImage |
x64 |
Install from source
git clone https://github.com/onelpawarai/ZYRAXON-AI.git
cd ZYRAXON-AI
bun install --ignore-scripts
cd packages/desktop
bun run build
bun run package:win # or package:mac / package:linux
Requires Bun 1.3.14+ and Node.js 22+
Key Features
Beast Mode with Subagent Army
When you switch to Beast Mode, ZYRAXON unlocks 5 unique powers:
- Mission Control — Breaks complex tasks into parallel subtasks, each handled by a subagent
- Self-Evolution — Installs new MCP servers, tools, and extensions at runtime via the
self_evolvetool - Persistent Memory — Store, recall, and search memories across sessions via the
memorytool - Subagent Army — 3-level deep nested subagents (subagents that spawn subagents)
- Autonomous Completion — Never stops until the task is 100% complete
Voice Input
Click the mic button, speak naturally in any language. ZYRAXON uses OpenAI Whisper to transcribe your voice to text. Set OPENAI_API_KEY to enable.
30+ Built-in Themes
Switch between themes instantly: Dracula, Catppuccin, Gruvbox, Nord, Tokyo Night, Rose Pine, One Dark, Material, and many more.
Multi-Model Support
Use any AI model from any provider:
- OpenAI — GPT-4o, GPT-4.1, o3
- Anthropic — Claude Opus, Sonnet, Haiku
- Google — Gemini 2.5 Pro, Flash
- DeepSeek — V4 Pro, Flash
- Meta — Llama 4
- Free models — 20+ free models via OpenCode (no API key needed)
Project Structure
ZYRAXON-AI/
├── packages/
│ ├── opencode/ # Core AI agent engine
│ │ └── src/
│ │ ├── agent/ # Agent modes (Build, Plan, Beast)
│ │ ├── tool/ # Tools (memory, self_evolve, task, shell, etc.)
│ │ └── session/ # Session management, LLM streaming
│ ├── desktop/ # Electron desktop app
│ ├── app/ # SolidJS UI
│ ├── ui/ # Shared UI components
│ ├── session-ui/ # Chat/session UI
│ ├── core/ # Core utilities, database
│ ├── tui/ # Terminal UI, themes
│ └── sdk/ # JavaScript SDK
├── README.md
└── package.json
Tech Stack
| Layer | Technology |
|---|---|
| Runtime | Bun |
| Desktop | Electron 42 + electron-vite |
| UI | SolidJS + TailwindCSS |
| Database | SQLite (drizzle-orm) |
| Build | electron-builder |
| Language | TypeScript |
| LLM Runtime | AI SDK (Vercel) |
Contributing
We love contributions! See our Contributing Guide for details.
Quick Start
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/ZYRAXON-AI.git - Install:
bun install - Build:
cd packages/opencode && bun run build - Create branch:
git checkout -b feat/my-feature - Commit:
git commit -m "feat: add my feature" - Push:
git push origin feat/my-feature - Open PR
Development
# TUI mode
bun run dev
# Desktop app
bun run dev:desktop
# Build core
cd packages/opencode && bun run build
# Build desktop
cd packages/desktop && bun run build
# Typecheck
bun typecheck
Roadmap
- Beast Mode with 5 powers
- Screen Vision tool
- API Tester tool
- Code Analyzer tool
- System Info tool
- Unlimited Memory system
- Auto-update system
- Voice input (Whisper)
- Mobile companion app
- Plugin marketplace
- Team collaboration features
- Cloud sync (optional)
- More AI model integrations
- Browser extension
See open issues for planned features and known issues.
Support
If you find ZYRAXON-AI useful, please consider:
- ⭐ Starring the repository
- 🐛 Reporting bugs via Issues
- 💡 Suggesting new features
- 🔄 Contributing code
- 📢 Sharing with friends and colleagues
License
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.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found



