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
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/