Own the stack
Keep runtime, tools, and updates on infrastructure you control.
Open-source AI workspaces
Keep runtime, tools, and updates on infrastructure you control.
Start on Windows with PowerShell or on Linux with Docker.
Fork the official repo and ship your own build.
GitHub repository
Use the official repo for source, release assets, and install scripts.
Windows
Run in PowerShell to install 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
Run the latest Docker bootstrap script with Bash.
curl -fsSL https://github.com/promanai/promanos/releases/latest/download/docker-bootstrap.sh | bash