Installation
System Requirements
| Requirement | Minimum |
|---|---|
| OS | macOS 12+, Windows 10+, Ubuntu 20.04+ |
| Node.js | v18.0 or later |
| RAM | 4 GB (8 GB recommended) |
| Disk | 500 MB free space |
Install via npm (Recommended)
ash npm install -g @proai/cli
Install via Homebrew (macOS)
ash brew tap proai/tap brew install proai
Install via Docker
ash docker pull proai/cli:latest docker run -it proai/cli:latest --version
Verify Installation
ash proai --version proai doctor
The doctor command checks your environment for compatibility.
Updating
ash npm update -g @proai/cli
Uninstalling
ash npm uninstall -g @proai/cli
tip
Use proai doctor after installation to verify your environment is correctly configured.
See Also
- Configuration — Configure your environment
- Prerequisites — Detailed prerequisites