-
-
Notifications
You must be signed in to change notification settings - Fork 119
Quick Start
scarecr0w12 edited this page Jun 22, 2026
·
6 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 task migrate
deno run --allow-all src/main.ts setupDownload from the Releases page.
cortex setup # Interactive setup wizard — choose provider, enter API key
cortex agent chat # Start your first chat session
cortex server start # Open the Web UI at http://127.0.0.1:3000| Command | Purpose |
|---|---|
cortex agent chat |
Start an interactive chat session |
cortex agent chat --model gpt-4o |
Override the active model |
cortex agent chat --resume sess_abc123 |
Resume a previous session |
cortex server start |
Start the Web UI on port 3000 |
cortex server start -d |
Run server in background |
cortex daemon stop |
Stop server + all daemons |
cortex setup |
Re-run the setup wizard |
cortex self 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 agent 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 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