Download GRAM

Free Windows repair toolkit. Extract to a USB drive and boot on any Windows 10/11 machine.

GRAM v1.0.0
Released 2026-05-09 · ~85 MB
Download gram.zip
SHA-256: (updated per release — see GitHub Releases)
All releases & changelog

System Requirements

Quick Start

  1. Extract gram.zip to the root of your USB drive (so you have E:\gui\, E:\scripts\, etc.).
  2. Plug the USB into the target machine.
  3. Open PowerShell as Administrator.
  4. Run:
    cd E:\gui
    node server-commercial.js
    (Adjust the drive letter to match.)
  5. Open a browser to http://127.0.0.1:9111.
  6. On first launch, create an account or login. AI features require an account; everything else works offline.

Manual SDK Configuration

If you prefer to configure the cloud connection manually, drop a .gram-cloud.json file at the USB root:

{
  "server": "https://gram-api.bluelinescannables.com",
  "api_key": "gram_your_api_key_here"
}

Your API key is shown on the Dashboard after you create an account.

Troubleshooting