Open-source AI workspace layer

Run it on your own stack

Use the official repository and keep the runtime, tools, and updates under your control.

Bootstrap in minutes

Start on Windows with PowerShell or on Linux with Docker and Bash.

Extend from GitHub

Clone, inspect, and adapt the cross-platform build and release assets.

GitHub + quickstart

Get the cross-platform build from GitHub

The repository includes the source, releases, and official bootstrap paths for Windows and Linux.

Official GitHub repo Release assets Bootstrap scripts

Windows

PowerShell quickstart

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

Docker bootstrap

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