Installation

How to install and run RA-OS on your machine

Installation

Use the ra-h_os README as the canonical install guide.

This page intentionally stays short so the site does not drift behind the repo.

Install Path

Follow the README for the current sequence:

  1. Clone the repository
  2. Install dependencies
  3. Rebuild native modules if required
  4. Run the bootstrap script
  5. Start the app

Why the README Is Canonical

The README is updated alongside the codebase and is where install fixes such as bootstrap changes or better-sqlite3 rebuild steps land first.

Next Steps