-
-
Notifications
You must be signed in to change notification settings - Fork 119
Desktop App
scarecr0w12 edited this page Jun 17, 2026
·
1 revision
CortexPrism ships with a Tauri v2 native desktop wrapper for macOS, Windows, and Linux.
- System tray with quick actions
- Global keyboard shortcuts
- Native notifications
- Auto-start with system
- Bundled Web UI in a native window
| Platform | Format | Status |
|---|---|---|
| Linux | .deb, .AppImage | Builds |
| macOS | .dmg | Builds |
| Windows | .msi | Builds |
Located at desktop/src-tauri/:
-
Cargo.toml— Rust dependencies -
src/main.rs— Native entry point -
tauri.conf.json— Bundle signing and permissions
Required for distribution outside developer mode:
- macOS: Apple Developer certificate + notarization
- Windows: EV/OV Code Signing Certificate
See packaging/CODE_SIGNING.md in the repository for detailed instructions.
Users can run unsigned builds:
-
macOS: Right-click → Open (first launch), or
xattr -d com.apple.quarantine - Windows: SmartScreen "More info" → "Run anyway"
| Platform | Package Manager | Status |
|---|---|---|
| Linux | install.sh | Available |
| macOS | Homebrew | Planned |
| Windows | winget, Chocolatey, Scoop | Planned |
- Installation — Install guides including desktop app
- Platform Compatibility — Feature parity across platforms
CortexPrism — Open-source AI agent operating system · Discord · Apache 2.0 License · Built with Deno 2.x + TypeScript
- Agent Loop
- Built-in Agents
- Metacognition
- Memory System
- Skills System
- Sub-Agents
- Built-in Tools
- Code Intelligence
- Code Sandbox
- Cross-Agent Context Protocol
- Prompt Lab
- PKM Assistant
- Voice Pipeline
- Computer Use
- Browser Tool
- Git & GitHub
- Scheduler & Jobs
- Dashboard
- Observability
- A2A Protocol
- MCP Gateway
- Distributed Nodes
- Memori Checkpoints
- Eval System
- Workflow Engine
- Triggers
- Projects
- TUI
- Glossary
- Update System
- Chrome Bridge
- Swarm
- AgentLint
- Model Benchmarking
- Smart Context
- Cost Optimizer