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)
System Requirements
- Windows 10 or Windows 11 (target machine)
- USB drive with at least 8 GB free
- Administrator access on the target machine
- Internet connection on the target machine for AI features (diagnostics and repair scripts run offline)
Quick Start
- Extract
gram.zip to the root of your USB drive (so you have E:\gui\, E:\scripts\, etc.).
- Plug the USB into the target machine.
- Open PowerShell as Administrator.
- Run:
cd E:\gui
node server-commercial.js
(Adjust the drive letter to match.)
- Open a browser to
http://127.0.0.1:9111.
- 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
- "AI unavailable" — the target machine has no internet, or your API key is invalid. Check both.
- "Insufficient credits" — you've used your balance. Buy more from the Dashboard or upgrade to a seat plan.
- Integrity warnings — the manifest hash doesn't match the files on the USB. Re-extract the ZIP.