-
-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
CortexPrism edited this page Jun 17, 2026
·
1 revision
CortexPrism is a self-hosted AI agent harness. This guide gets you from zero to chatting with an AI agent in under 5 minutes.
| Requirement | Notes |
|---|---|
| Deno 2.x | Required — the installer handles this automatically |
| Docker | Optional — needed for sandboxed code execution |
| macOS, Linux, or Windows | All platforms supported |
curl -fsSL https://cortexprism.io/install.sh | bashirm https://cortexprism.io/install.ps1 | iexgit clone https://github.com/CortexPrism/cortex.git ~/.cortex
cd ~/.cortex
deno run --allow-all src/db/migrate.ts
deno run --allow-all src/main.ts setupAdd to PATH:
echo 'alias cortex="deno run --allow-all ~/.cortex/src/main.ts"' >> ~/.bashrc
source ~/.bashrccortex setup # Interactive setup wizard — choose provider, enter API key
cortex chat # Start your first chat session
cortex serve # Open the Web UI at http://127.0.0.1:3000- CLI Reference — All available commands
- Configuration — Customize your setup
- LLM Providers — Configure additional AI providers
CortexPrism — Open-source agentic AI harness · MIT License · Built with Deno 2.x + TypeScript