AcreetionOS Autobuild

All AcreetionOS editions are automatically rebuilt every week. ISOs are then compressed (ZIP) and uploaded to multiple mirrors — Cloudflare R2, Internet Archive, and SourceForge. Below you can check build status, download any edition, flash a USB drive, or even build your own ISO.

A Note on Hosting

AcreetionOS ISOs are typically 1.5–3 GB each. With multiple editions being rebuilt weekly, storage adds up fast. We rely entirely on free hosting providers — Cloudflare R2 (10 GB free), Internet Archive (unlimited), and SourceForge (unlimited). If you find these useful, consider becoming a hosting provider or contributing bandwidth/mirrors.

Autobuild Status

Each edition is rebuilt on a weekly schedule. Click the badges to see the latest build logs:

Download ISOs

Cinnamon Edition

Main edition — Cinnamon desktop, XLibre.

XL (XLibre) Edition

Experimental XLibre display server build.

AcreetionOS32 (i686)

32-bit build for legacy hardware.

Hyprland Edition

Wayland compositor with Jakoolit configs.

MATE Edition

Traditional GNOME 2-style desktop.

GNOME Edition

Modern, sleek GNOME desktop.

Flash a USB Drive

Use our USB Flasher page for the full interactive tool with dd command generator, flash script download, and Ventoy/Rufus instructions.

Build It Yourself

Hey, if you want to build it yourself, you can. All source code is open and the build pipeline runs on our self-hosted GitLab at gitlab.acreetionos.org. You can trigger a fresh ISO build at any time.

Manual Build (Any Linux)

# Clone the AcreetionOS source
git clone https://github.com/AcreetionOS-Code/acreetionos-code.github.io.git
cd acreetionos-code.github.io

# Install dependencies (Arch Linux)
sudo pacman -S archiso squashfs-tools

# Build the ISO
sudo mkarchiso -v -w /tmp/work -o /tmp/out .

# The ISO will be in /tmp/out/

Build Pipeline Schedule

Edition Schedule Uploads To Source
Cinnamon (Main)ManualR2, IA, SourceForgeGitHub
32-bitEvery 7 daysR2GitHub
HyprlandMonday 06:00 UTCR2GitHub
MATEMonday 06:00 UTCR2GitHub
GNOMESunday 00:00 UTCR2, IA, SourceForgeGitHub