Skip to main content

Installation

System Requirements​

RequirementMinimum
OSmacOS 12+, Windows 10+, Ubuntu 20.04+
Node.jsv18.0 or later
RAM4 GB (8 GB recommended)
Disk500 MB free space

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​