Get Started
Installation
AgenticCognition provides multiple installation channels for different environments.
AgenticCognition provides multiple installation channels for different environments.
One-liner (recommended)
curl -fsSL https://agentralabs.tech/install/cognition | bashDownloads a pre-built binary and merges MCP server configuration into your Claude Desktop and Claude Code configs.
Environment Profiles
curl -fsSL https://agentralabs.tech/install/cognition/desktop | bash
curl -fsSL https://agentralabs.tech/install/cognition/terminal | bash
curl -fsSL https://agentralabs.tech/install/cognition/server | bashnpm
npm install @agenticamem/cognitionPyPI
pip install agentic-cognitionCargo (Rust)
cargo install agentic-cognition-cli agentic-cognition-mcpFrom Source
git clone https://github.com/agentralabs/agentic-cognition.git
cd agentic-cognition
cargo build --releaseStandalone Guarantee
AgenticCognition is independently installable and operable. No other Agentra sister is required.