-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
CortexPrism edited this page Jun 17, 2026
·
2 revisions
CortexPrism is a self-hosted, open-source agentic AI harness that turns any LLM into a capable autonomous agent. It provides persistent memory, a rich tool ecosystem, sandboxed code execution, a full-featured web UI, and enterprise-grade security — all running locally on your machine or server.
- Getting Started — Installation and first-run guide
- Architecture — System design and component overview
- CLI Reference — All commands and their usage
- Configuration — Config file reference and environment variables
- Security Model — Parallax security, policy validator, vault, and audit
- LLM Providers — All 24 supported providers and configuration
- Plugin System — Extending CortexPrism with plugins
- REST API — HTTP and WebSocket API reference
- Contributing — How to contribute to the project
- Changelog — Release history and version notes
- 24 LLM providers — Anthropic, OpenAI, Gemini, Groq, Ollama, DeepSeek, Cerebras, Perplexity, and more
- 5-tier memory — Episodic, semantic, reflection, graph, and skill memory with FTS5 + vector search
- Web UI — Full-featured chat, editor, git, code runner, and dashboard
- Parallax security — Multi-layer policy validator, AES-256-GCM vault, audit log
- Plugin system — ESM, MCP, and WASM plugins with sandboxed permissions
- Sub-agents — Spawn specialized child agents for parallel work
- Model Quartermaster — Intelligent model selection with adaptive learning
- Voice pipeline — STT, TTS, VAD, and real-time audio streaming
MIT — free for personal and commercial use.
CortexPrism — Open-source agentic AI harness · MIT License · Built with Deno 2.x + TypeScript