Skip to content

Install AI OS

  • Authorized access to the private AI OS repository.
  • 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 [email protected]:moshehbenavraham/ai-os.git
cd ai-os
bun install

The repository is private. The clone command succeeds only for an account with access and configured Git authentication. If you do not have repository access, use the public demo and this documentation site instead.

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.

Optional provider authentication is not part of install or bun run setup. Use the OpenAI subscription runtime only when you intend to enable account-backed Dream or Trend Finder analysis.