FreezeOS Portal Login

❄ Download FreezeOS

v3.3.265
Secure, fleet-managed Linux OS with hardware diagnostics
💻

Windows Installer

Install FreezeOS alongside Windows or to a USB drive. No ISO burning needed — just download and run.
Download .exe (~15 MB) Requires Windows 10/11 64-bit, UEFI, 50GB+ free
💿

Boot ISO

Full installation ISO for dedicated machines. Boot from USB to run diagnostics, enroll, and install.
Download .iso (~4231 MB)
Personalize for your device (optional)
After writing the ISO, copy this file to the USB's boot partition, plus your model's payload from below.
Write to USB: dd or Rufus (GPT/UEFI mode)
🐧

Linux USB Creator

A graphical tool for Debian/Ubuntu-based Linux. Builds a bootable FreezeOS install USB as a real hard-drive install (GPT + UEFI), with your account, device kernel, channel and WiFi baked in.
Download .tar.gz (~9 KB) Requires a Debian/Ubuntu Linux box + a fleet account

🐧 Linux USB Creator — install steps

  1. Download freezeos-usb-creator.tar.gz above.
  2. Extract it: tar -xzf freezeos-usb-creator.tar.gz
  3. Enter the folder: cd freezeos-usb-creator
  4. Run it: ./freezeos-usb-creator
    On first launch it installs everything it needs (GTK, gdisk, dosfstools, parted, curl, polkit) via apt — it will ask for your sudo password.
  5. In the app: Log in with your fleet account, pick your device (for its performance kernel) or Generic, choose a channel, optionally enter WiFi, select the target USB drive, then Create USB.
  6. Use Update installer anytime to pull the latest FreezeOS installer image.
  7. Eject the USB and boot the target machine from it — it auto-joins WiFi, enrolls under your account, and installs FreezeOS.

⚠ Creating the USB erases the selected drive entirely. Make sure you pick the right one.

System Requirements

Boot Mode
UEFI (64-bit)
RAM
2 GB minimum (4+ recommended)
Disk (Dual-Boot)
50 GB shrinkable space
Disk (Dedicated)
40 GB minimum
USB Drive
40 GB+ (for USB install)
Network
Internet for enrollment

Writing the ISO to USB

Linux/macOS:

sudo dd if=diagnostics-x86_64.iso of=/dev/sdX bs=4M status=progress && sync

Windows: Use Rufus — select GPT partition scheme, UEFI target.

Or skip all this and use the Windows Installer above — it can write directly to a USB drive.