Download
Grab the latest build from the Releases page, then pick the file for your platform:There is no universal build. Each download targets one architecture, and a wrong-arch download fails when you launch it — not when you install it, which is a worse place to find out. Match the file to your machine using the table above.
Which download do I need?
Follow the branch for your machine.Open it
The builds are unsigned, so each OS shows a warning the first time. Here’s the one-time click for yours.- macOS
- Windows
- Linux
Not sure which Mac you have? Open the Apple menu → About This Mac. “Chip” means Apple silicon; “Processor” means Intel.If macOS still refuses, clear the quarantine attribute your browser added when it downloaded the file:
1
Move it to Applications
Drag PraisonAI to Applications.
2
Open it once
Right-click it → Open → Open. That once is enough; afterwards it launches normally.
What happens the first time you open it
The app needs a Python environment to run its engine and offers to build one: it fetchesuv, installs a pinned CPython, creates a virtual environment, and installs praisonaiagents into it. Nothing is installed system-wide, and nothing is written inside the app itself — everything lives in one folder.
The folder appears as soon as you open the app; the ≈500 MB environment lands inside it once you click Get started.
To remove the app completely, uninstall it and delete that folder.
If it will not start
The window shows the reason and the engine log. Two common ones:No usable Python
No usable Python
The setup screen offers to build the environment. If it fails, the step that failed is named along with what it printed.
Engine did not report ready in time
Engine did not report ready in time
The first import of the ML stack is slow on a cold machine. Give it a minute; if it persists, the Engine log in the sidebar has the traceback.
Signing status
The builds are intentionally unsigned today: signing needs an Apple Developer ID on one side and a hardware-backed certificate or a hosted signing service on the other, and shipping builds you can open past a warning is better than shipping none. Signed builds are a planned improvement.
Related
Install the Python SDK instead
For developers who want the library
All install options
Top-level installation index

