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
| Item | Minimum |
| Architecture | x86_64 with UEFI firmware |
| RAM | 4 GB (8 GB recommended) |
| Storage | 32 GB (SSD recommended) |
| USB drive | 8 GB or larger, USB 3.0 |
| Network | Ethernet for license activation |
Step 1 — Download the installer ISO
- Log in to license.xyromos.com with your developer account.
- Go to the Downloads tab and select x86_64 UEFI Installer.
- 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
- Insert the USB drive and power on the machine.
- Enter BIOS/UEFI (typically F2, F12, or DEL) and set the USB drive as the first boot device.
- Disable Secure Boot if prompted (XyromOS signing is validated during install, not pre-boot).
- Save and reboot — the XyromOS installer will start automatically.
Step 5 — Run the installer wizard
- The text-based installer will detect your disk and confirm the install target.
- Enter your license key when prompted (from license.xyromos.com).
- 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
- On first boot the xyrom-setup wizard runs automatically.
- The system fingerprints the hardware (TPM + CPU ID) and activates the license online.
- 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