Install XyromOS on x86_64 UEFI

Signed UEFI installer ISO for Intel and AMD edge compute platforms.

Intel NUC 13 Pro AAEON UP7000 Zotac ZBOX Edge Vecow ECX-2000 Any x86_64 UEFI system
⬇ Download x86_64 Installer ISO →

Requirements

ItemMinimum
Architecturex86_64 with UEFI firmware
RAM4 GB (8 GB recommended)
Storage32 GB (SSD recommended)
USB drive8 GB or larger, USB 3.0
NetworkEthernet for license activation

Step 1 — Download the installer ISO

  1. Log in to license.xyromos.com with your developer account.
  2. Go to the Downloads tab and select x86_64 UEFI Installer.
  3. Download the signed installer ISO (xyromos-v2026.13.2-x86_64-installer.iso) and its SHA256 checksum file.

Step 2 — Verify the download

sha256sum -c xyromos-v2026.13.2-x86_64-installer.sha256

Expected output: xyromos-v2026.13.2-x86_64-installer.iso: OK

Step 3 — Write to USB

On Linux / macOS:

sudo dd if=xyromos-v2026.13.2-x86_64-installer.iso \
  of=/dev/sdX bs=4M status=progress oflag=sync
⚠ Replace /dev/sdX with your USB device. Double-check with lsblk first — wrong target destroys data.

On Windows: use Rufus or balenaEtcher in DD mode.

Step 4 — Boot from USB

  1. Insert the USB drive and power on the machine.
  2. Enter BIOS/UEFI (typically F2, F12, or DEL) and set the USB drive as the first boot device.
  3. Disable Secure Boot if prompted (XyromOS signing is validated during install, not pre-boot).
  4. Save and reboot — the XyromOS installer will start automatically.

Step 5 — Run the installer wizard

  1. The text-based installer will detect your disk and confirm the install target.
  2. Enter your license key when prompted (from license.xyromos.com).
  3. The installer will partition the disk, install XyromOS, configure first-boot services, and reboot.
💡 The installer runs unattended after confirmation. Average install time on NVMe is 4–6 minutes.

Step 6 — First boot activation

  1. On first boot the xyrom-setup wizard runs automatically.
  2. The system fingerprints the hardware (TPM + CPU ID) and activates the license online.
  3. Once activated, XyromOS services start and the robot runtime is available at http://<device-ip>:7000.

Troubleshooting

If UEFI shows "No bootable media", re-flash the USB with Rufus in DD (not ISO) mode and ensure Secure Boot is off.
If the license activation fails, ensure the device has outbound HTTPS access to license.xyromos.com.
← Back to all platforms