Skip to content

Install AI OS

  • 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.

Terminal window
git clone git@github.com:moshehbenavraham/ai-os.git
cd ai-os
bun install

The install command uses the committed lock file. Do not copy local account files or machine-generated data into the checkout.

Terminal window
bun run dev

The 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.