Install AI OS
Requirements
Section titled “Requirements”- Git.
- Bun 1.3.14, matching the repository pin.
- A supported desktop environment for the local browser experience.
Optional providers and local tools add richer signals, but the committed fallback data lets the cockpit start without them.
Install
Section titled “Install”cd ai-osbun installThe install command uses the committed lock file. Do not copy local account files or machine-generated data into the checkout.
Start the shortest local path
Section titled “Start the shortest local path”bun run devThe local app starts on http://127.0.0.1:5189. Startup seeds committed
fallback data only when generated local data is absent and enables the normal
local feature surfaces.
Continue with First local run.