Download Devubox-MX

Get the latest RC1 release and check system requirements.

Devubox-MX25 Base_sysvinit RC1 x64

Release Date: November 18, 2025

To launch the installer: Press the "Install MX Linux" button inside the MX Welcome popup during startup of the live environment. If you close the popup, open MX Welcome via Start Menu > MX Tools > MX Welcome and press "Install MX Linux", or run minstall-launcher in a terminal.

Default Username/Password: demo / demo

Default Root Password: root

Download 64-bit (x86_64) ISO (5.3 GB) Devubox-MX25 RC1 Changelog Sourceforge Page

System Requirements

Here are the system requirements for Devubox‑MX. It is a midweight distribution suitable for 64‑bit PCs from 2006 onward and runs well on older hardware (for example, Core 2 Duo systems).

  • Processor Minimum: 1 gigahertz (GHz) or faster, 1 or more cores
    Recommended: Dual-core processor or higher is sufficient for basic tasks.
  • Memory Minimum: 1 GB RAM (with swap or ZRAM enabled for slightly better multitasking).
    Recommended: 2 GB or more for optimal performance.
  • Storage Minimum: 16 GB HDD or SSD (using btrfs with zstd compression to fit more files in limited storage).
    Recommended: 20 GB or more on SSD for better performance.
  • System Firmware Compatible with Legacy BIOS or UEFI (Secure Boot is not yet supported).
  • TPM TPM is not required (unlike Windows 11's strict requirement). TPM support in Linux varies and is optional.
  • Graphics Card Integrated or discrete GPU with at least 128 MB VRAM for basic graphics.
  • Display Minimum resolution: 1024×768 (sufficient for the installer and light multitasking).
    Recommended: 1366×768 or higher for better visuals.
  • Internet Connection Not required for installation, but recommended for updates and installing additional driver such as NVIDIA

Verify Your Download

How to Verify the Checksum of the ISO

To ensure the integrity of the downloaded ISO, please use one of the methods below based on your operating system:

File: Devubox-MX25_Base_sysvinit_RC1_x64.iso

MD5 Checksum: e5a14d52902cbf6c29d658a663689183

SHA256 Checksum: d2839f0c0c279cd51642256d67345860025c1504beb7d3231df1d9e2cbfc989a

SHA256 file: Download .sha256

Signature (.sig): Download .sig

Public signing keys used to verify the corresponding ISO images:

Signing Key (Long Key ID): 3FEF465AE7183F38

Key UID: Devubox-MX ISO Signing Key (Devubox-MX) <bsodandwsod501@gmail.com>

Fingerprint: DAFA27F7C8EECEACDC56805C3FEF465AE7183F38

MD5 Check (Linux):

md5sum Devubox-MX25_Base_sysvinit_RC1_x64.iso

MD5 Check (Windows):

certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso MD5

SHA256 Check (Linux):

sha256sum Devubox-MX25_Base_sysvinit_RC1_x64.iso

SHA256 Check (Windows):

certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso SHA256

Verify ISO Signature (Linux Only):

To verify the integrity of the ISO, you can use the following GPG commands:

gpg --no-default-keyring --keyring gnupg-ring:trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys 3FEF465AE7183F38

Then, run GnuPG’s signature verification tool:

gpgv --keyring trustedkeys.gpg Devubox-MX25_Base_sysvinit_RC1_x64.iso.sig Devubox-MX25_Base_sysvinit_RC1_x64.iso

If it says "Good signature", it means the ISO hasn't been tampered with or corrupted.

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