Run it on your own stack
Use the official repository and keep the runtime, tools, and updates under your control.
Open-source AI workspace layer
Use the official repository and keep the runtime, tools, and updates under your control.
Start on Windows with PowerShell or on Linux with Docker and Bash.
Clone, inspect, and adapt the cross-platform build and release assets.
GitHub + quickstart
The repository includes the source, releases, and official bootstrap paths for Windows and Linux.
Windows
Run this command in PowerShell to install PromanOS into C:\PromanOS.
powershell -NoProfile -ExecutionPolicy Bypass -Command '$env:MINI_DIR=''C:\PromanOS''; iwr -useb ''https://raw.githubusercontent.com/promanai/promanos/eb03b09/core/scripts/quickstart-win.ps1'' | iex'
Linux
Use the latest release bootstrap script to start PromanOS with Docker and Bash.
curl -fsSL https://github.com/promanai/promanos/releases/latest/download/docker-bootstrap.sh | bash