-
-
Notifications
You must be signed in to change notification settings - Fork 28
Quick Start
scarecr0w12 edited this page Jun 19, 2026
·
3 revisions
Get CortexPrism running in under 5 minutes.
macOS / Linux:
curl -fsSL https://cortexprism.io/install.sh | bashWindows (PowerShell):
irm 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 setupDownload from the Releases page.
cortex 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| Command | Purpose |
|---|---|
cortex chat |
Start an interactive chat session |
cortex chat --model gpt-4o |
Override the active model |
cortex chat --resume sess_abc123 |
Resume a previous session |
cortex serve |
Start the Web UI on port 3000 |
cortex serve -d |
Run server in background |
cortex stop |
Stop server + all daemons |
cortex setup |
Re-run the setup wizard |
cortex update |
Check for and apply updates |
cortex memory search "query" |
Search agent memory |
cortex models list |
List configured LLM models |
cortex plugins list |
List installed plugins |
cortex log show |
View application logs |
Inside cortex chat:
-
/exit— Quit -
/help— Show available commands -
/clear— Clear the screen
- Getting Started — Detailed setup guide
- CLI Reference — All commands and their usage
- LLM Providers — Configure more AI providers (24 supported)
- Configuration — Customize your setup
- Built-in Tools — 60 agent tools catalog
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