AgentX Docs

Installation

Get the Agentic-OS CLI up and running on your local machine in seconds.

One-Line Install

Run our installation script to automatically configure the environment and dependencies:

bash
curl -sSL https://agentic-os.com/install.sh | bash

Manual Installation

Alternatively, you can install the CLI via pip:

bash
pip install agentic-os

Verify Installation

Check if the OS is ready by running:

bash
agent --version
If you see Agents OS v0.2.0, your installation was successful!

Was this helpful?