-
-
Notifications
You must be signed in to change notification settings - Fork 119
Getting Started
scarecr0w12 edited this page Jun 25, 2026
·
4 revisions
CortexPrism is a self-hosted AI agent operating system. 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 task migrate
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 agent chat # Start your first chat session
cortex server start # Open the Web UI at http://127.0.0.1:3000- Quick Start — Get started in 5 minutes
- CLI Reference — All available commands
- Configuration — Customize your setup
- LLM Providers — Configure additional AI providers
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