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 | bashManual Installation
Alternatively, you can install the CLI via pip:
bash
pip install agentic-osVerify Installation
Check if the OS is ready by running:
bash
agent --versionIf you see
Agents OS v0.2.0, your installation was successful!Was this helpful?