Download Devubox-MX

Get the latest alpha release and check system requirements.

Devubox-MX25 Base_sysvinit beta1 x64

Release Date: November 20, 2025 (Estimated)

Download 64-bit (x86_64) ISO (Coming Soon) Sourceforge Page

Default Username/Password: demo / demo

Default Root Password: root

System Requirements

  • Processor1 gigahertz (GHz) or faster, 1 or more cores
  • Memory1GB Minimum* (With Swap/Zram) / 2GB+ Recommended
  • Storage14GB HDD Minimum / 40GB+ HDD or SSD Recommended
  • System FirmwareLegacy BIOS or UEFI (Non Secure Boot)
  • TPMNO TPM REQUIRED!
  • Graphics CardIntegrated or Dedicated GPU with 3D Acceleration and 128MB+ VRAM
  • Display1024x768 VGA Minimum / 1366x768+ Recommended
  • Internet ConnectionNot Required for installation

Verify Your Download

How to verify checksum of the ISO

To check the integrity of the downloaded ISO in Linux, download the ISO and then use the appropriate action below.

File: Devubox-MX25_Base_sysvinit_beta1_x64.iso

md5sum: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6

sha256sum: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2

MD5 Check:

md5sum Devubox-MX25_Base_sysvinit_beta1_x64.iso

SHA256 Check:

sha256sum Devubox-MX25_Base_sysvinit_beta1_x64.iso

How to Make a Live USB

Using Graphical Tools

A full-featured bootable (Live) USB can be made from an ISO by using MX’s Live USB Maker tool. Users of other Linux distributions can download and run our Live USB Maker appimage right from their current distro to create a full-featured Live MX USB from any standard ISO.

Other graphical USB creators that write a Read-Only image of the ISO onto USB (e.g., openSUSE Imagewriter, Mint USB Image Writer, Balena Etcher) may also be used to create a Live USB.

If you want to create a USB on a Windows base, we suggest you to use Rufus or Ventoy (Note: Ventoy is not working at the moment).

Using the Command Line (Advanced)

You can also use the command line to make a Live USB. Let us assume your USB is identified as sdb (change as needed for your system), then copy and paste the command below into a Terminal Emulator with Sudo or Root Access. Replace ISONAME.iso with the actual name of the downloaded ISO file.

sudo dd bs=4M if=ISONAME.iso of=/dev/sdb && sync