Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.17 KB

File metadata and controls

58 lines (37 loc) · 1.17 KB

Installation Guide

Quick Install (Default: Desktop Profile)

curl -fsSL https://agentralabs.tech/install/evolve | bash

Install Profiles

Desktop (default)

Installs binary and auto-configures detected MCP clients (Claude Desktop, Cursor, Windsurf, VS Code, etc.).

curl -fsSL https://agentralabs.tech/install/evolve/desktop | bash

Terminal

Installs binary and configures MCP clients, optimized for terminal-first workflows.

curl -fsSL https://agentralabs.tech/install/evolve/terminal | bash

Server

Installs binary only, no desktop config changes. Requires token-based auth.

curl -fsSL https://agentralabs.tech/install/evolve/server | bash

Alternative Install Methods

Cargo (Rust)

cargo install agentic-evolve-cli
cargo install agentic-evolve-mcp

Python Installer

pip install aevolve-installer && aevolve-install install --auto

npm

npm install @agenticamem/evolve

Standalone Guarantee

AgenticEvolve works as a fully standalone tool. No other Agentra sisters are required. Integration with AgenticMemory, AgenticCodebase, and other sisters is optional and additive.