-
-
Notifications
You must be signed in to change notification settings - Fork 32
Platform Compatibility
scarecr0w12 edited this page Jun 17, 2026
·
1 revision
CortexPrism runs natively on Linux, macOS, and Windows with feature parity across all platforms.
| Feature | Linux | macOS | Windows |
|---|---|---|---|
| CLI chat | Yes | Yes | Yes |
| Web UI | Yes | Yes | Yes |
| File workspace | Yes | Yes | Yes |
| Git operations | Yes | Yes | Yes |
| Shell execution | sh | sh | PowerShell |
| Subprocess sandbox | Yes | Yes | Yes |
| Database (libSQL) | Yes | Yes | Yes |
| LLM providers | Yes | Yes | Yes |
| Memory system | Yes | Yes | Yes |
| Plugin system | Yes | Yes | Yes |
| Agent loop | Yes | Yes | Yes |
| Platform | Status | Requirements |
|---|---|---|
| Linux | Yes | Docker Engine |
| macOS | Limited | Docker Desktop |
| Windows | Limited | Docker Desktop + WSL2 |
Subprocess fallback available when Docker is unavailable.
| Platform | Method | Command |
|---|---|---|
| Linux | systemd (user) | cortex daemon install |
| macOS | launchd | cortex daemon install |
| Windows | NSSM / Task Scheduler | cortex daemon install |
| Action | Linux | macOS | Windows |
|---|---|---|---|
| Screenshot | scrot | screencapture | PowerShell/.NET |
| Click | xdotool | cliclick¹ | PowerShell/.NET |
| Type text | xdotool | osascript | SendKeys |
| Clipboard | xclip | pbpaste/pbcopy | Get/Set-Clipboard |
¹ cliclick must be installed via brew install cliclick
| Platform | Version |
|---|---|
| Linux | Kernel 4.x+, glibc 2.28+ |
| macOS | 11.0 (Big Sur) or later |
| Windows | Windows 10 or later |
- Installation — Platform-specific install guides
CortexPrism — Open-source agentic AI harness · MIT License · Built with Deno 2.x + TypeScript
- Agent Loop
- 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