Skip to main content
One command. Everything installed. Isolated from your system Python. You’re welcome. 🚀

One-Liner Install

The installer automatically:
  • Detects your platform via uname
  • Picks a tool manager: uv toolpipx → bootstrap uv if neither is present
  • Installs praisonai into an isolated environment
  • Drops a ~/.local/bin/praisonai shim and wires it onto your PATH
  • Prints a “Get started” panel pointing at praisonai setup, praisonai upgrade, and praisonai uninstall

What Gets Installed

Lighter Install Alternatives

The one-liner installer always installs the full praisonai 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:
Set your API key first:

Install Options

The installer’s only knobs are three environment variables.
Installs praisonai==0.14.0 instead of the latest release.
Force uv or pipx. pipx errors if not installed; uv bootstraps itself when missing.
Suitable for CI. The script never prompts regardless.

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