-
-
Notifications
You must be signed in to change notification settings - Fork 4
Desktop App
CortexPrism 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 agentic AI harness · MIT License · Built with Deno 2.x + TypeScript