2026-06-07 19:34:32 +02:00
# Antergos NeXT ISO
2026-06-15 19:45:34 +02:00
[](https://github.com/Antergos-NeXT/antergos-iso/actions/workflows/build.yml)
2026-06-08 19:35:06 +02:00
[](LICENSE)
2026-06-07 19:34:32 +02:00
[]()
2026-06-08 19:35:06 +02:00
[](https://archlinux.org)
2026-06-15 19:45:34 +02:00
[]()
2026-06-08 19:35:06 +02:00
[]()
2026-06-07 19:34:32 +02:00
Modern revival of the Antergos live installer ISO, based on the maintained EndeavourOS-ISO.
2026-06-15 19:45:34 +02:00
Provides a live GNOME environment to install Arch Linux using **Cnchi** , the original Antergos installer — now patched for modern Python, with multi-DE support and the original installer experience.
2026-06-08 19:35:06 +02:00
## Desktop Editions
| Desktop | Edition | Status |
|---------|---------|--------|
2026-06-15 19:45:34 +02:00
| GNOME | antergos-gnome | default |
| KDE Plasma | antergos-kde | available |
2026-06-08 19:35:06 +02:00
| XFCE | antergos-xfce | available |
| Cinnamon | antergos-cinnamon | available |
| Budgie | antergos-budgie | available |
| Deepin | antergos-deepin | available |
| LXQt | antergos-lxqt | available |
| Openbox | antergos-openbox | available |
| i3 | antergos-i3 | available |
| MATE | antergos-mate | available |
2026-06-07 19:34:32 +02:00
2026-06-11 13:32:22 +02:00
## Community
Join us on Matrix: [#antergos-next:matrix.org ](https://matrix.to/#/%23antergos-next:matrix.org )
2026-06-07 19:34:32 +02:00
## Download
2026-06-12 10:04:21 +02:00
ISO images exceed GitHub's 2 GB release limit. They are uploaded to **SourceForge**
2026-06-15 20:02:53 +02:00
[](https://sourceforge.net/projects/pulsar-linux/files/Antergos_NeXT/latest/download)
2026-06-08 20:23:13 +02:00
2026-06-15 19:45:34 +02:00
** ⚠️ Early releases may have incomplete DE package lists.** The latest `packages.xml` is always in the [cnchi-next repo ](https://github.com/Antergos-NeXT/cnchi-next/blob/cnchi-dev/data/packages.xml ). Building from source after a fresh clone ensures you have the most up-to-date package selection.
2026-06-07 19:34:32 +02:00
## How to build
You need an Arch-based system with `archiso` available.
2026-06-08 19:35:06 +02:00
```bash
2026-06-07 19:34:32 +02:00
sudo pacman -S archiso git squashfs-tools --needed
2026-06-15 19:45:34 +02:00
git clone https://github.com/Antergos-NeXT/antergos-iso.git
2026-06-07 19:34:32 +02:00
cd Antergos-NeXT-ISO
./prepare.sh
sudo ./mkarchiso -v "."
```
The `.iso` appears in the `out/` directory.
2026-06-08 19:35:06 +02:00
## Custom packages
2026-06-15 19:45:34 +02:00
The ISO uses the `antergos-packages` repo for custom packages (Cnchi, keyring, mirrorlist, desktop settings, wallpapers). Add it to your system:
2026-06-08 19:35:06 +02:00
```ini
[antergos-pkgs]
SigLevel = Optional TrustAll
2026-06-15 19:45:34 +02:00
Server = https://Antergos-NeXT.github.io/antergos-packages/$repo/os/$arch
Server = https://Antergos-NeXT.github.io/antergos-packages
2026-06-08 19:35:06 +02:00
```
2026-06-07 19:34:32 +02:00
## Sources
2026-06-08 19:35:06 +02:00
- [EndeavourOS-ISO ](https://github.com/endeavouros-team/EndeavourOS-ISO ) — base ISO build system
- [Arch-ISO ](https://gitlab.archlinux.org/archlinux/archiso ) — archiso tools
2026-06-15 19:45:34 +02:00
- [cnchi-next ](https://github.com/Antergos-NeXT/cnchi-next ) — our patched Cnchi fork
- [antergos-packages ](https://github.com/Antergos-NeXT/antergos-packages ) — custom package repo
2026-06-08 19:35:06 +02:00
- [Antergos wallpapers ](https://github.com/Antergos/wallpapers ) — original wallpapers
2026-06-07 19:34:32 +02:00
## License
2026-06-08 19:35:06 +02:00
[GPL-3.0 ](LICENSE )
---
2026-06-15 19:45:34 +02:00
*Antergos launched in 2012 as * *Cinnarch** (Cinnamon + Arch), renamed in 2013, and ran until 2019. NeXT revives it GNOME first, with the original installer experience and all the desktop choices you remember.*
2026-06-15 19:54:31 +02:00
2026-06-15 21:26:00 +02:00
*Dustin Falgout, one of the original Antergos developers, has given his blessing for this community revival ([see NOTICES](NOTICES)). Antergos NeXT is not affiliated with, endorsed by, or connected to the original Antergos project.*