Open-source AI workspaces

Own the stack

Keep runtime, tools, and updates on infrastructure you control.

Start fast

Start on Windows with PowerShell or on Linux with Docker.

Fork and extend

Fork the official repo and ship your own build.

GitHub repository

GitHub, releases, quickstart.

Use the official repo for source, release assets, and install scripts.

Windows

PowerShell quickstart

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

Docker bootstrap

Run the latest Docker bootstrap script with Bash.

curl -fsSL https://github.com/promanai/promanos/releases/latest/download/docker-bootstrap.sh | bash