blueForge docs

Install blueForge

Before you start

You need a Mac or Linux machine with permission to install desktop software. Windows support follows the same Rust plus web shell layout where applicable.

From source (developers)

  1. Clone the blueforge-desktop repository from GitHub (MOBLUEHQ source repo).
  2. Install Node.js LTS and Rust toolchain (rustup) plus platform prerequisites for Tauri.
  3. Install JavaScript dependencies:
npm install
  1. Run the development shell:
npm run tauri dev

On first launch, forge asks which model providers you want to enable. You can change providers later under Settings.

Verify the install

Open the chat panel (Smith). Send a short message. If you see a reply and no credential errors in the receipt strip, the install is healthy.

Next

Continue to First dispatch or Set up providers.