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.
ZYRAXON AI — The World's Most Advanced Desktop AI Agent.
"A chatbot talks. ZYRAXON acts."
9 Agent Modes · 552+ Tools · Eternal Memory · Self-Healing · Voice Bridge · Self-Evolution
What is ZYRAXON AI?
ZYRAXON is not a chatbot. It's a desktop AI agent that reads your files, writes your code, runs your commands, builds your projects, deploys your apps, and evolves itself — all while you watch. Built on Electron + SolidJS + Bun, it runs 100% locally on your machine. No cloud dependency. No data leaves your computer.
The question at the top isn't rhetorical. What if your AI could truly do everything? That's what we're building.
THE 9 MODES OF POWER
| Mode | Power | What It Unlocks |
|---|---|---|
| Build | ★★★ | Full filesystem + persistent memory. The reliable workhorse. |
| Plan | ★★☆ | Read-only strategic analysis. Plans before action. |
| Beast | ★★★★ | Mission Control (3-level subagents) + Self-Evolution + Subagent Army |
| PRO | ★★★★ | Unlimited memory + auto screen vision + Self-Healing |
| APEX PREDATOR | ★★★★★ | Omega Command Center + Eternal Memory + Annihilation Engine |
| DARK EMPEROR | ★★★★★ | Supreme Sovereignty + 8 ULTRA tools. Zero Refusal. |
| Vision | ★★★ | AI's Eyes — real-time screen streaming, frame memory, scene analysis |
| Pro Builder | ★★★★ | Website genesis from natural language. Auto-deploys to GitHub Pages. |
| General | ★★☆ | Subagent for delegated tasks. |
DARK EMPEROR — 8 ULTRA Tools
|
ultraCodeGen |
ultraAutoDeploy |
|
ultraSecuritySweep |
ultraPerformance |
|
ultraRefactor |
ultraTestGen |
|
ultraDocGen |
ultraDebug |
552+ TOOLS ACROSS 30+ DOMAINS
Core Engine (31)
|
Domain Tools (521)
|
WHAT MAKES ZYRAXON DIFFERENT
Voice Bridge
Mic → Chrome → SpeechRecognition → AI → Edge TTS → You hear it. |
Monaco AI Editor
|
Self-Healing
|
ETERNAL MEMORY
| Layer | What It Does |
|---|---|
| SQLite WAL | Persistent storage with 8 compound indexes |
| Ring Buffer | Last 50 conversation pairs, crash-resilient |
| Brain Daemon | Runs every 1 second, tails opencode.db |
| permanent_brain.json | Live brain state |
| full_chat_history.txt | Static cache (85,000+ lines) |
| Compression | Automatic at 50K+ entries |
| Reset Survives | Task Scheduler on boot |
It remembers everything. Forever.
ZYRAXON vs THE WORLD
| Capability | ZYRAXON | Cursor | Copilot | Devin | OpenHands |
|---|---|---|---|---|---|
| Desktop App | ✅ | ✅ | ❌ | ❌ | ❌ |
| Embedded VS Code Editor | ✅ | ✅ | ✅ | ❌ | ❌ |
| 9 Agent Modes | ✅ | ❌ | ❌ | ❌ | ❌ |
| Self-Healing | ✅ | ❌ | ❌ | ⚠️ | ⚠️ |
| Self-Evolution | ✅ | ❌ | ❌ | ❌ | ❌ |
| Eternal Memory (50K+) | ✅ | ⚠️ | ⚠️ | ⚠️ | ⚠️ |
| Desktop Automation | ✅ | ❌ | ❌ | ❌ | ❌ |
| Screen Vision | ✅ | ❌ | ❌ | ⚠️ | ❌ |
| Voice Communication | ✅ | ❌ | ❌ | ❌ | ❌ |
| 552+ Tools Built-in | ✅ | ⚠️ | ⚠️ | ⚠️ | ⚠️ |
| 25+ AI Providers | ✅ | ⚠️ | ⚠️ | ⚠️ | ⚠️ |
| Free & Open Source | ✅ | ❌ | ❌ | ❌ | ✅ |
Cursor is a sports car. Devin is an airline. ZYRAXON is a transformer — a complete autonomous AI workforce in one app.
SUBSCRIPTION SYSTEM
| Tier | Price | Tools | Features |
|---|---|---|---|
| Free | $0 / forever | 57 | Core tools + basic AI |
| Pro | $5 / 15 days | 113 | + Screen Vision, Self-Healing, Memory |
| Max | $15 / 2 months | 370 | + All domain tools, DARK EMPEROR, ULTRA |
| Ultra | $99 / year | 552+ | Everything. Forever. |
Secret codes unlock permanent access. No server. No internet. Pure local.
TECH STACK
|
|
SDK — Build with ZYRAXON
ZYRAXON AI provides a powerful JavaScript/TypeScript SDK for developers who want to integrate AI capabilities into their own applications.
Quick Start
npm install @zyraxon-ai/sdk
import { createZyraxonClient } from '@zyraxon-ai/sdk'
const client = createZyraxonClient({
baseUrl: 'http://localhost:3000', // ZYRAXON server port
})
// Chat with AI
const response = await client.chat({
message: 'Hello ZYRAXON!',
})
console.log(response.text)
What You Can Do
| Feature | Description |
|---|---|
| AI Chat | converse with 25+ LLM providers |
| Tool Execution | Run 552+ tools programmatically |
| Session Management | Create and manage AI sessions |
| Memory | Store and retrieve memories |
| Voice | Speech recognition & TTS |
| Vision | Screen capture & analysis |
Full Documentation
See SDK.md for complete API reference, examples, and guides.
DOWNLOAD
| Platform | File | Arch |
|---|---|---|
| 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 |
Download from Releases
BUILD FROM SOURCE
git clone https://github.com/onelpawarai-X/ZYRAXON-AI.git
cd ZYRAXON-AI
bun install
bun run zyraxon:full:win # Windows
bun run zyraxon:full:linux # Linux
bun run zyraxon:full:mac # macOS
Step-by-step build
# Step 1: Core (AI engine)
bun run --cwd packages/zyraxon script/build.ts --single --skip-install
# Step 2: Node sidecar
bun run --cwd packages/zyraxon script/build-node.ts
# Step 3: Web UI
NODE_OPTIONS="--max-old-space-size=16384" bun run --cwd packages/app build
# Step 4: Electron shell
bun run --cwd packages/desktop build
# Step 5: EXE package
bun run --cwd packages/desktop package:win
PROJECT STRUCTURE
ZYRAXON-AI/
├── packages/
│ ├── zyraxon/ # Core AI engine
│ │ ├── src/
│ │ │ ├── agent/ # 9 agent modes
│ │ │ ├── mcp/ # MCP servers + tools
│ │ │ ├── tool/ # Core tools
│ │ │ ├── x/ # 521+ domain tools
│ │ │ ├── session/ # LLM streaming
│ │ │ ├── screen/ # Vision system
│ │ │ └── memory/ # Eternal memory
│ ├── desktop/ # Electron app
│ ├── app/ # SolidJS UI
│ ├── ui/ # Shared components
│ ├── core/ # Database, utilities
│ ├── llm/ # 25+ provider routing
│ └── session-ui/ # Session UI
CONTRIBUTING
- Fork the repo
- Clone:
git clone https://github.com/onelpawarai-X/ZYRAXON-AI.git - Install:
bun install - Build:
cd packages/zyraxon && bun run dev - Branch:
git checkout -b feat/my-feature - Commit:
git commit -m "feat: add my feature" - Push:
git push origin feat/my-feature - Open PR
ECOSYSTEM
| Project | Description |
|---|---|
| ZYRAXON AI | Desktop AI agent — the main project |
| Myra Agent | Android voice assistant |
| Zyraxon Code | AI-powered code editor (Monaco fork) |
| ZYRAXON Website | Main website |
| Cloud Agent | Cloud-based agent interface |
NPM PACKAGES & PUBLISHING
ZYRAXON AI publishes 12 packages to npm under the @zyraxon-ai scope.
Quick Install
# Most users — just the SDK
npm install @zyraxon-ai/sdk
# Plugin developers
npm install @zyraxon-ai/plugin
All Packages
See PACKAGES.md for full documentation of all 12 packages, dependency graph, and usage guides.
Publishing
Use the all-in-one publish script to build and publish all packages at once:
# Publish all 12 packages to npm
.\publish-all.ps1
# Dry run (no actual publish)
.\publish-all.ps1 -DryRun
# Custom version
.\publish-all.ps1 -Version "20.0.0"
The script handles everything: resolves dependencies, compiles TypeScript, and publishes in correct order.
LICENSE
Zyraxon Sovereign License — X Edition (ZSL-X)
Free for all uses including commercial. Attribution required.
Automatically transitions to MEKRA-X on January 1, 2028.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found