2026-06-29 21:27:46 +02:00
---
title : Home
layout : home
nav_order : 1
---
# Antergos NeXT
2026-07-16 20:32:23 +02:00
A community revival of Antergos for the post-systemd era — **Artix Linux** base with **Dinit** , **KDE Plasma** , and the **Calamares** installer.
2026-06-29 23:23:13 +02:00
2026-07-11 23:33:17 +02:00
## Download
[**Download the latest ISO** ](https://github.com/Antergos-NeXT/antergos-iso/releases )
2026-07-31 21:41:17 +02:00
_Published to GitHub Releases. (The Internet Archive upload step in CI is currently disabled — see [CI](ci).)_
2026-07-11 23:33:17 +02:00
2026-07-31 21:41:17 +02:00
### Latest release — v2026.07.11
2026-07-11 23:33:17 +02:00
2026-07-31 21:41:17 +02:00
What works in the latest release:
2026-07-11 23:33:17 +02:00
- KDE Plasma 6 on Wayland (with SDDM)
2026-07-16 20:32:23 +02:00
- Full audio support on installed systems
2026-07-31 21:41:17 +02:00
- Custom SDDM theme (not Breeze)
2026-07-11 23:33:17 +02:00
- Correct `/usr/lib/os-release` (shows "Antergos NeXT", not "Artix Linux")
2026-07-16 20:32:23 +02:00
- Choose your desktop (Plasma/Xfce/Cinnamon/MATE/LXQt/i3/Sway/Hyprland/COSMIC)
2026-07-11 23:33:17 +02:00
- GRUB with Antergos theme
- Custom Calamares slideshow
- Xlibre X server included
2026-06-29 21:27:46 +02:00
2026-07-31 21:41:17 +02:00
> Note: the current `master` branch moves the SDDM theme to `pixie` (`pixie-sddm-git`). The v2026.07.11 release used the older theme — see the [releases page](https://github.com/Antergos-NeXT/antergos-iso/releases) for per-release changes.
The offline bare-minimum installer is **experimental and best-effort** — the online Calamares flow is the supported path.
2026-06-29 21:27:46 +02:00
## Quick links
- [Building the ISO ](building ) — set up and build locally
- [Installer ](installer ) — Calamares modes, init & DE selectors
2026-07-11 23:33:17 +02:00
- [Custom packages ](packages ) — PKGBUILDs, pipewire fork, branding
- [CI/CD ](ci ) — GitHub Actions pipeline, Internet Archive upload
2026-06-29 21:27:46 +02:00
- [Development ](development ) — contributing, gotchas, conventions
2026-06-30 19:38:41 +02:00
## Learn about Antergos NeXT
2026-07-11 23:33:17 +02:00
- [Init Systems ](init-systems ) — Dinit, OpenRC, S6, Runit compared
2026-06-30 19:38:41 +02:00
- [Desktop Environments ](desktop-environments ) — available DEs in online mode
- [Wallpapers ](wallpapers ) — where they go, how they work
2026-07-31 21:41:17 +02:00
- [Offline Installer ](byode ) — the BYODE bare-minimum installer
2026-06-30 19:38:41 +02:00
2026-07-11 23:33:17 +02:00
## What changed from original Antergos
2026-06-29 21:27:46 +02:00
| Area | Original Antergos | Antergos NeXT |
|------|-------------------|---------------|
2026-07-31 21:41:17 +02:00
| Base | Arch Linux (systemd) | Artix Linux |
| Default init | systemd | Dinit (others via [changing-init ](changing-init )) |
2026-06-29 21:27:46 +02:00
| Desktop | GNOME | KDE Plasma |
2026-07-31 21:41:17 +02:00
| Installer | Custom Cnchi | Calamares (online) + BYODE (offline) |
2026-07-11 23:33:17 +02:00
| Build system | archiso | artools (`buildiso` ) |
| Display server | X11 | Wayland (X11 via Xlibre) |
## Project scope
This repo (`antergos-iso` ) contains the ISO build configuration — overlays, Calamares modules, pacman config, CI pipeline. Custom PKGBUILDs live in the separate [antergos-packages ](https://github.com/Antergos-NeXT/antergos-packages ) repo.
2026-06-29 21:27:46 +02:00
## Sources
- [Artix Linux ](https://artixlinux.org )
- [artools ](https://gitea.artixlinux.org/artix/artools )
- [Calamares ](https://codeberg.org/calamares/calamares )
- [antergos-packages ](https://github.com/Antergos-NeXT/antergos-packages )
2026-07-11 23:33:17 +02:00
- [Original Antergos wallpapers ](https://github.com/Antergos/wallpapers )