One command. Everything installed. Isolated from your system Python. You’re welcome. 🚀
One-Liner Install
- macOS / Linux / WSL
- Windows (PowerShell)
- uvx (zero-install)
- pipx
- pip
- npm
The installer automatically:
- Detects your platform via
uname - Picks a tool manager:
uv tool→pipx→ bootstrapuvif neither is present - Installs
praisonaiinto an isolated environment - Drops a
~/.local/bin/praisonaishim and wires it onto your PATH - Prints a “Get started” panel pointing at
praisonai setup,praisonai upgrade, andpraisonai uninstall
What Gets Installed
Lighter Install Alternatives
The one-liner installer always installs the fullpraisonai package. For a smaller footprint, use pip directly:
praisonai-code gives you the agent runtime and full CLI (run, chat, code, …) without gateway or messaging-bot integrations. praisonaiagents is the pure Python SDK with no CLI at all — import it directly in your own application. See Installation for a full comparison.
Quick Start
After installation:Install Options
The installer’s only knobs are three environment variables.Pin a specific version
Pin a specific version
praisonai==0.14.0 instead of the latest release.Force a specific tool manager
Force a specific tool manager
uv or pipx. pipx errors if not installed; uv bootstraps itself when missing.Non-interactive / CI mode
Non-interactive / CI mode
Environment Variables
Manage Your Install
After installing, keep the CLI current or remove it cleanly:Next Steps
Build Your First Agent
Create an AI agent in 3 lines of code
Isolation Backends
Compare uv and pipx
Installer Internals
How install.sh works
Upgrade & Uninstall
Self-manage your CLI install

