# Arctic Linux package manifest
# repo	name	version	buildsys	license	depends	makedepends	url	source	desc
#
# Recipes are generated from this file by gen-ports.py. A package with a
# hand-written recipe (the core of main, the kernels) is listed here too so the
# repository indexes and dependency data stay complete, but its recipe is left
# alone.
#
# {version} and {V_} expand in the source column. "-" means none.
#
# =============================================================== main
# Everything needed to install Arctic and boot it.
main	glibc	2.44	autotools	LGPL-2.1-or-later	linux-headers	gcc,bison,python	https://www.gnu.org/software/libc/	https://ftp.gnu.org/gnu/glibc/glibc-{version}.tar.xz	The GNU C library, the only GNU component in Arctic
main	linux-headers	7.1.3	make	GPL-2.0-only WITH Linux-syscall-note	-	-	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Kernel headers for userspace
main	musl	1.2.5	autotools	MIT	linux-headers	-	https://musl.libc.org/	https://musl.libc.org/releases/musl-{version}.tar.gz	musl libc, the small alternative to glibc
main	gcc-libs	15.3.0	autotools	GPL-3.0-or-later WITH GCC-exception-3.1	glibc	-	https://gcc.gnu.org/	https://ftp.gnu.org/gnu/gcc/gcc-{version}/gcc-{version}.tar.xz	libstdc++ and libgcc_s runtime only, required by the NVIDIA driver
main	gmake	4.4.1	autotools	GPL-3.0-or-later	glibc	-	https://www.gnu.org/software/make/	https://ftp.gnu.org/gnu/make/make-{version}.tar.gz	GNU make as gmake, for kernel modules; /usr/bin/make is still bmake
main	libglvnd	1.7.0	meson	MIT	glibc	meson,ninja	https://gitlab.freedesktop.org/glvnd/libglvnd	https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v{version}/libglvnd-v{version}.tar.gz	GL vendor dispatch, so mesa and NVIDIA can both provide GL
main	busybox	1.38.0	make	GPL-2.0-only	glibc	-	https://busybox.net/	https://busybox.net/downloads/busybox-{version}.tar.bz2	Init, getty, device manager and network tools
musl	busybox-musl	1.38.0	make	GPL-2.0-only	musl	-	https://busybox.net/	https://busybox.net/downloads/busybox-{version}.tar.bz2	Init, getty, device manager and network tools - built against musl
main	toybox	0.8.14	make	0BSD	glibc	-	https://landley.net/toybox/	https://landley.net/toybox/downloads/toybox-{version}.tar.gz	The classic Unix commands, BSD licensed
main	zsh	5.9.2	autotools	MIT-Modern-Variant	glibc,netbsd-curses	clang,lld	https://www.zsh.org/	https://www.zsh.org/pub/zsh-{version}.tar.xz	The Z shell, Arctic's login shell
main	doas	6.8.2	autotools	ISC	glibc,libxcrypt	clang	https://github.com/Duncaen/OpenDoas	https://github.com/Duncaen/OpenDoas/archive/refs/tags/v{version}.tar.gz	Run commands as another user
main	netbsd-curses	0.3.2	make	BSD-3-Clause	glibc	-	https://github.com/sabotage-linux/netbsd-curses	https://github.com/sabotage-linux/netbsd-curses/archive/refs/tags/v{version}.tar.gz	NetBSD curses, replacing ncurses
main	libxcrypt	4.5.2	autotools	LGPL-2.1-or-later	glibc	-	https://github.com/besser82/libxcrypt	https://github.com/besser82/libxcrypt/releases/download/v{version}/libxcrypt-{version}.tar.xz	crypt(), which glibc no longer provides
main	libmd	1.1.0	autotools	BSD-3-Clause	glibc	-	https://www.hadrons.org/software/libmd/	https://archive.hadrons.org/software/libmd/libmd-{version}.tar.xz	BSD message digest functions
main	libarchive	3.8.9	cmake	BSD-2-Clause	glibc,zlib,xz,zstd,libmd	cmake,ninja	https://libarchive.org/	https://github.com/libarchive/libarchive/archive/refs/tags/v{version}.tar.gz	Archive library, provides bsdtar
main	mandoc	1.14.6	autotools	ISC	glibc	-	https://mandoc.bsd.lv/	https://mandoc.bsd.lv/snapshots/mandoc-{version}.tar.gz	Manual reader, replacing man-db and groff
main	onetrueawk	20260426	make	MIT	glibc	byacc	https://github.com/onetrueawk/awk	https://github.com/onetrueawk/awk/archive/refs/tags/{version}.tar.gz	The one true awk
main	bmake	20260714	make	BSD-3-Clause	glibc	-	https://www.crufty.net/help/sjg/bmake.html	http://www.crufty.net/ftp/pub/sjg/bmake-{version}.tar.gz	The BSD make, replacing GNU make
main	byacc	20260426	autotools	Public-Domain	glibc	-	https://invisible-island.net/byacc/	https://invisible-island.net/datafiles/release/byacc.tar.gz	Berkeley yacc, replacing bison
main	zlib	1.3.1	autotools	Zlib	glibc	-	https://zlib.net/	https://github.com/madler/zlib/releases/download/v{version}/zlib-{version}.tar.gz	Compression library
main	xz	5.8.3	autotools	0BSD	glibc	-	https://tukaani.org/xz/	https://github.com/tukaani-project/xz/releases/download/v{version}/xz-{version}.tar.gz	liblzma and the xz tools
main	zstd	1.5.7	make	BSD-3-Clause	glibc	-	https://facebook.github.io/zstd/	https://github.com/facebook/zstd/releases/download/v{version}/zstd-{version}.tar.gz	Fast real-time compression
main	bzip2	1.0.8	make	bzip2-1.0.6	glibc	-	https://sourceware.org/bzip2/	https://sourceware.org/pub/bzip2/bzip2-{version}.tar.gz	Block-sorting compressor
main	lz4	1.10.0	make	BSD-2-Clause	glibc	-	https://lz4.org/	https://github.com/lz4/lz4/archive/refs/tags/v{version}.tar.gz	Extremely fast compression
main	brotli	1.1.0	cmake	MIT	glibc	cmake,ninja	https://github.com/google/brotli	https://github.com/google/brotli/archive/refs/tags/v{version}.tar.gz	Brotli compression
main	libressl	4.2.0	autotools	ISC Apache-2.0	glibc	-	https://www.libressl.org/	https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-{version}.tar.gz	OpenBSD TLS, Arctic's default
main	openssl	3.6.2	autotools	Apache-2.0	glibc	perl	https://openssl.org/	https://github.com/openssl/openssl/releases/download/openssl-{version}/openssl-{version}.tar.gz	TLS toolkit, for software that insists on it
main	ca-certificates	20260601	make	MPL-2.0	glibc	-	https://curl.se/docs/caextract.html	https://curl.se/ca/cacert.pem	Trusted certificate authority bundle
main	curl	8.19.0	autotools	curl	glibc,libressl,zlib,nghttp2,brotli,zstd	-	https://curl.se/	https://curl.se/download/curl-{version}.tar.xz	Transfer data over any protocol
main	nghttp2	1.68.0	autotools	MIT	glibc	-	https://nghttp2.org/	https://github.com/nghttp2/nghttp2/releases/download/v{version}/nghttp2-{version}.tar.xz	HTTP/2 library
main	c-ares	1.34.8	cmake	MIT	glibc	cmake,ninja	https://c-ares.org/	https://github.com/c-ares/c-ares/releases/download/v{version}/c-ares-{version}.tar.gz	Asynchronous DNS resolver
main	libpsl	0.21.5	meson	MIT	glibc	meson,ninja	https://github.com/rockdaboot/libpsl	https://github.com/rockdaboot/libpsl/releases/download/{version}/libpsl-{version}.tar.gz	Public suffix list library
main	pcre2	10.46	autotools	BSD-3-Clause	glibc,zlib,bzip2	-	https://pcre2project.github.io/pcre2/	https://github.com/PCRE2Project/pcre2/releases/download/pcre2-{version}/pcre2-{version}.tar.bz2	Perl compatible regular expressions
main	expat	2.8.2	autotools	MIT	glibc	-	https://libexpat.github.io/	https://github.com/libexpat/libexpat/releases/download/R_{V_}/expat-{version}.tar.xz	Stream-oriented XML parser
main	libffi	3.5.2	autotools	MIT	glibc	-	https://sourceware.org/libffi/	https://github.com/libffi/libffi/releases/download/v{version}/libffi-{version}.tar.gz	Foreign function interface
main	libedit	20260512	autotools	BSD-3-Clause	glibc,netbsd-curses	-	https://thrysoee.dk/editline/	https://thrysoee.dk/editline/libedit-{version}-3.1.tar.gz	BSD line editing, replacing readline
main	sqlite	3.52.0	autotools	blessing	glibc,netbsd-curses,libedit	-	https://sqlite.org/	https://sqlite.org/2026/sqlite-autoconf-3520000.tar.gz	Embedded SQL database
main	json-c	0.19	cmake	MIT	glibc	cmake,ninja	https://github.com/json-c/json-c	https://github.com/json-c/json-c/archive/refs/tags/json-c-{version}-20260627.tar.gz	JSON parsing library
main	libxml2	2.15.2	autotools	MIT	glibc,zlib,xz,libressl	-	https://gitlab.gnome.org/GNOME/libxml2	https://download.gnome.org/sources/libxml2/2.15/libxml2-{version}.tar.xz	XML parsing library
main	libyaml	0.2.5	autotools	MIT	glibc	-	https://pyyaml.org/wiki/LibYAML	https://github.com/yaml/libyaml/releases/download/{version}/yaml-{version}.tar.gz	YAML parser
main	attr	2.6.0	autotools	LGPL-2.1-or-later	glibc	-	https://savannah.nongnu.org/projects/attr	https://download.savannah.nongnu.org/releases/attr/attr-{version}.tar.gz	Extended attribute tools
main	acl	2.4.0	autotools	LGPL-2.1-or-later	glibc,attr	-	https://savannah.nongnu.org/projects/acl	https://download.savannah.nongnu.org/releases/acl/acl-{version}.tar.xz	Access control list tools
main	libcap	2.78	make	BSD-3-Clause GPL-2.0-only	glibc	-	https://sites.google.com/site/fullycapable/	https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-{version}.tar.xz	POSIX capabilities library
main	libseccomp	2.6.0	autotools	LGPL-2.1-only	glibc	-	https://github.com/seccomp/libseccomp	https://github.com/seccomp/libseccomp/releases/download/v{version}/libseccomp-{version}.tar.gz	Syscall filtering library
main	pkgconf	3.0.4	meson	ISC	glibc	meson,ninja	https://github.com/pkgconf/pkgconf	https://distfiles.ariadne.space/pkgconf/pkgconf-{version}.tar.xz	Build flag helper, replacing pkg-config
main	libudev-zero	1.0.3	make	ISC	glibc	-	https://github.com/illiliti/libudev-zero	https://github.com/illiliti/libudev-zero/archive/refs/tags/{version}.tar.gz	libudev without systemd, paired with mdev
main	eudev	3.2.14	autotools	GPL-2.0-or-later	glibc,libcap	-	https://github.com/eudev-project/eudev	https://github.com/eudev-project/eudev/releases/download/v{version}/eudev-{version}.tar.gz	Standalone udev, for desktops that need it
main	kmod	34.2	autotools	LGPL-2.1-or-later	glibc,zlib,xz,zstd	-	https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git	https://kernel.org/pub/linux/utils/kernel/kmod/kmod-{version}.tar.xz	Kernel module tools
main	seatd	0.9.1	meson	MIT	glibc	meson,ninja	https://sr.ht/~kennylevinsen/seatd/	https://git.sr.ht/~kennylevinsen/seatd/archive/{version}.tar.gz	Seat management, replacing logind
main	dbus	1.16.2	meson	AFL-2.1 GPL-2.0-or-later	glibc,expat	meson,ninja	https://www.freedesktop.org/wiki/Software/dbus/	https://dbus.freedesktop.org/releases/dbus/dbus-{version}.tar.xz	Desktop message bus
main	iana-etc	20260723	make	MIT	-	-	https://www.iana.org/	https://github.com/Mic92/iana-etc/releases/download/{version}/iana-etc-{version}.tar.gz	/etc/services and /etc/protocols
main	tzdata	2026b	make	Public-Domain	-	-	https://www.iana.org/time-zones	https://data.iana.org/time-zones/releases/tzdata{version}.tar.gz	Time zone database
main	e2fsprogs	1.48.2	autotools	GPL-2.0-only LGPL-2.0-only	glibc,util-linux-libs	-	https://e2fsprogs.sourceforge.net/	https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v{version}/e2fsprogs-{version}.tar.xz	ext2/3/4 filesystem tools
main	dosfstools	4.2	autotools	GPL-3.0-or-later	glibc	-	https://github.com/dosfstools/dosfstools	https://github.com/dosfstools/dosfstools/releases/download/v{version}/dosfstools-{version}.tar.gz	FAT filesystem tools
main	exfatprogs	1.2.9	autotools	GPL-2.0-or-later	glibc	-	https://github.com/exfatprogs/exfatprogs	https://github.com/exfatprogs/exfatprogs/releases/download/{version}/exfatprogs-{version}.tar.xz	exFAT filesystem tools
main	btrfs-progs	6.19	autotools	GPL-2.0-only	glibc,zlib,zstd,lz4,util-linux-libs	-	https://btrfs.readthedocs.io/	https://kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v{version}.tar.xz	Btrfs filesystem tools
main	xfsprogs	6.19.0	autotools	GPL-2.0-only LGPL-2.1-only	glibc,util-linux-libs,inih	-	https://xfs.wiki.kernel.org/	https://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-{version}.tar.xz	XFS filesystem tools
main	f2fs-tools	1.16.0	autotools	GPL-2.0-only	glibc,util-linux-libs	-	https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git	https://kernel.org/pub/linux/kernel/people/jaegeuk/f2fs-tools/f2fs-tools-{version}.tar.gz	F2FS filesystem tools
main	util-linux-libs	2.42.1	autotools	LGPL-2.1-or-later	glibc	-	https://github.com/util-linux/util-linux	https://kernel.org/pub/linux/utils/util-linux/v2.42/util-linux-{version}.tar.xz	libblkid, libmount and libuuid only
main	inih	60	meson	BSD-3-Clause	glibc	meson,ninja	https://github.com/benhoyt/inih	https://github.com/benhoyt/inih/archive/refs/tags/r{version}.tar.gz	Simple INI file parser
main	popt	1.19	autotools	MIT	glibc	-	http://rpm5.org/files/popt/	https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-{version}.tar.gz	Command-line option parsing library
main	cryptsetup	2.8.1	autotools	GPL-2.0-or-later	glibc,libressl,util-linux-libs,json-c,argon2,popt	-	https://gitlab.com/cryptsetup/cryptsetup	https://kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-{version}.tar.xz	LUKS disk encryption
main	argon2	20190702	make	Apache-2.0 CC0-1.0	glibc	-	https://github.com/P-H-C/phc-winner-argon2	https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/{version}.tar.gz	Argon2 password hashing
main	lvm2	2.03.36	autotools	GPL-2.0-only LGPL-2.1-only	glibc,util-linux-libs	-	https://sourceware.org/lvm2/	https://sourceware.org/pub/lvm2/LVM2.{version}.tgz	Logical volume management
main	mdadm	4.4	make	GPL-2.0-or-later	glibc,util-linux-libs	-	https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git	https://kernel.org/pub/linux/utils/raid/mdadm/mdadm-{version}.tar.xz	Software RAID administration
main	parted	3.7	autotools	GPL-3.0-or-later	glibc,util-linux-libs	-	https://www.gnu.org/software/parted/	https://ftp.gnu.org/gnu/parted/parted-{version}.tar.xz	Disk partition editor
main	gptfdisk	1.0.10	make	GPL-2.0-only	glibc,netbsd-curses,util-linux-libs	-	https://www.rodsbooks.com/gdisk/	https://downloads.sourceforge.net/gptfdisk/gptfdisk-{version}.tar.gz	GPT partition tools, gdisk and sgdisk
main	iproute2	6.19.0	make	GPL-2.0-only	glibc,libcap,libmnl,util-linux-libs	-	https://wiki.linuxfoundation.org/networking/iproute2	https://kernel.org/pub/linux/utils/net/iproute2/iproute2-{version}.tar.xz	ip, ss, tc and the netlink tools
main	libmnl	1.0.5	autotools	LGPL-2.1-or-later	glibc	-	https://netfilter.org/projects/libmnl/	https://netfilter.org/projects/libmnl/files/libmnl-{version}.tar.bz2	Minimal netlink library
main	nftables	1.1.5	autotools	GPL-2.0-only	glibc,libmnl,libnftnl,gmp-alt,libedit	-	https://netfilter.org/projects/nftables/	https://netfilter.org/projects/nftables/files/nftables-{version}.tar.xz	The Linux packet filter
main	libnftnl	1.3.0	autotools	GPL-2.0-or-later	glibc,libmnl	-	https://netfilter.org/projects/libnftnl/	https://netfilter.org/projects/libnftnl/files/libnftnl-{version}.tar.xz	Low-level nftables library
main	iwd	3.9	meson	LGPL-2.1-or-later	glibc,ell,dbus	meson,ninja	https://iwd.wiki.kernel.org/	https://kernel.org/pub/linux/network/wireless/iwd-{version}.tar.xz	iNet wireless daemon, provides iwctl
main	ell	0.79	autotools	LGPL-2.1-or-later	glibc	-	https://git.kernel.org/pub/scm/libs/ell/ell.git	https://kernel.org/pub/linux/libs/ell/ell-{version}.tar.xz	Embedded Linux library, used by iwd
main	dhcpcd	10.3.2	autotools	BSD-2-Clause	glibc	-	https://roy.marples.name/projects/dhcpcd	https://github.com/NetworkConfiguration/dhcpcd/releases/download/v{version}/dhcpcd-{version}.tar.xz	DHCP client
main	wpa_supplicant	2.11	make	BSD-3-Clause	glibc,libressl,libnl	-	https://w1.fi/wpa_supplicant/	https://w1.fi/releases/wpa_supplicant-{version}.tar.gz	WPA client, the alternative to iwd
main	libnl	3.12.0	autotools	LGPL-2.1-only	glibc	-	https://www.infradead.org/~tgr/libnl/	https://github.com/thom311/libnl/releases/download/libnl3_12_0/libnl-{version}.tar.gz	Netlink protocol library
main	wireless-regdb	2026.05.30	make	ISC	-	-	https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git	https://kernel.org/pub/software/network/wireless-regdb/wireless-regdb-{version}.tar.xz	Wireless regulatory database
main	openssh	10.3p1	autotools	BSD-2-Clause	glibc,libressl,zlib,libedit	-	https://www.openssh.com/	https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-{version}.tar.gz	OpenBSD secure shell
main	limine	12.5.2	make	BSD-2-Clause	glibc	-	https://limine-bootloader.org/	https://github.com/limine-bootloader/limine/releases/download/v{version}/limine-{version}.tar.gz	The Arctic bootloader, BIOS and UEFI
main	efibootmgr	18	meson	GPL-2.0-or-later	glibc,efivar	meson,ninja	https://github.com/rhboot/efibootmgr	https://github.com/rhboot/efibootmgr/archive/refs/tags/{version}.tar.gz	Edit UEFI boot entries
main	efivar	39	make	LGPL-2.1-only	glibc	-	https://github.com/rhboot/efivar	https://github.com/rhboot/efivar/releases/download/{version}/efivar-{version}.tar.bz2	UEFI variable library
main	alpm	1.0.0	meta	BSD-2-Clause	busybox	-	https://github.com/apiwo/arctic-linux	-	Arctic Linux Package Manager
main	arctic-base	1.0.0	meta	BSD-2-Clause	busybox,toybox,zsh,doas,alpm,libxcrypt	-	https://github.com/apiwo/arctic-linux	-	Arctic base configuration, init and branding
main	arctic-init	1.0.0	meta	BSD-2-Clause	busybox,arctic-base	-	https://github.com/apiwo/arctic-linux	-	The Arctic init scripts and service manager
main	gmp-alt	6.3.0	autotools	LGPL-3.0-or-later	glibc	-	https://gmplib.org/	https://gmplib.org/download/gmp/gmp-{version}.tar.xz	Arbitrary precision arithmetic, for nftables
main	base	1.0.0	meta	BSD-2-Clause	glibc,busybox,toybox,zsh,doas,alpm,arctic-base,arctic-init,libarchive,mandoc,onetrueawk,libxcrypt,iana-etc,tzdata,ca-certificates	-	https://github.com/apiwo/arctic-linux	-	A minimal but complete Arctic system
main	base-devel	1.0.0	meta	BSD-2-Clause	llvm,bmake,byacc,pkgconf,cmake,ninja,meson,git,patch-bsd,flex-alt	-	https://github.com/apiwo/arctic-linux	-	The toolchain needed to build Arctic packages
main	llvm	22.1.8	cmake	Apache-2.0-with-LLVM-exception	glibc,zlib,zstd,libffi	cmake,ninja,python	https://llvm.org/	https://github.com/llvm/llvm-project/releases/download/llvmorg-{version}/llvm-project-{version}.src.tar.xz	clang, lld, libc++, the Arctic toolchain
main	cmake	4.2.1	autotools	BSD-3-Clause	glibc,libressl,curl,expat,zlib,libarchive,netbsd-curses	-	https://cmake.org/	https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}.tar.gz	Cross-platform build generator
main	ninja	1.13.2	cmake	Apache-2.0	glibc	cmake,python	https://ninja-build.org/	https://github.com/ninja-build/ninja/archive/refs/tags/v{version}.tar.gz	Small, fast build system
main	samurai	1.2	make	Apache-2.0 MIT	glibc	-	https://github.com/michaelforney/samurai	https://github.com/michaelforney/samurai/releases/download/{version}/samurai-{version}.tar.gz	A ninja-compatible build tool in C
main	meson	1.10.1	python	Apache-2.0	python,ninja	python	https://mesonbuild.com/	https://github.com/mesonbuild/meson/releases/download/{version}/meson-{version}.tar.gz	Build system
main	python	3.15.1	autotools	Python-2.0	glibc,libffi,sqlite,libressl,zlib,xz,bzip2,libedit	-	https://python.org/	https://www.python.org/ftp/python/{version}/Python-{version}.tar.xz	The Python interpreter
main	perl	5.42.1	autotools	Artistic-1.0-Perl GPL-1.0-or-later	glibc,zlib,bzip2	-	https://perl.org/	https://www.cpan.org/src/5.0/perl-{version}.tar.xz	Perl, needed to build openssl and git
main	flex-alt	20260210	make	BSD-2-Clause	glibc	-	https://github.com/michaelforney/reflex	https://github.com/michaelforney/reflex/archive/refs/tags/{version}.tar.gz	reflex, a BSD-licensed lex
main	patch-bsd	2.0	make	BSD-2-Clause	glibc	-	https://github.com/freebsd/freebsd-src	https://github.com/apiwo/bsdpatch/archive/refs/tags/v{version}.tar.gz	The BSD patch utility
main	gettext-tiny	0.3.3	make	GPL-3.0-or-later MIT	glibc	-	https://github.com/sabotage-linux/gettext-tiny	https://github.com/sabotage-linux/gettext-tiny/archive/refs/tags/v{version}.tar.gz	Stub gettext, so nothing needs GNU gettext
#
# =============================================================== extra
# Extra pieces for a working install: terminals, editors, fonts, network tools.
extra	foot	1.24.0	meson	MIT	glibc,wayland,fontconfig,freetype,pixman,libxkbcommon,fcft	meson,ninja,scdoc	https://codeberg.org/dnkl/foot	https://codeberg.org/dnkl/foot/archive/{version}.tar.gz	Fast Wayland terminal, the Arctic default
extra	fcft	3.3.1	meson	MIT	glibc,freetype,fontconfig,pixman,harfbuzz,utf8proc	meson,ninja	https://codeberg.org/dnkl/fcft	https://codeberg.org/dnkl/fcft/archive/{version}.tar.gz	Font loading and glyph rasterisation
extra	utf8proc	2.11.0	cmake	MIT	glibc	cmake,ninja	https://juliastrings.github.io/utf8proc/	https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v{version}.tar.gz	Unicode processing library
extra	alacritty	0.16.0	cargo	Apache-2.0	glibc,wayland,libxkbcommon,fontconfig	rust,cargo	https://alacritty.org/	https://github.com/alacritty/alacritty/archive/refs/tags/v{version}.tar.gz	GPU-accelerated terminal
extra	kitty	0.48.2	python	GPL-3.0-only	glibc,harfbuzz,wayland,libpng,freetype,fontconfig	python,go	https://sw.kovidgoyal.net/kitty/	https://github.com/kovidgoyal/kitty/releases/download/v{version}/kitty-{version}.tar.xz	Fast, feature-rich terminal
extra	wezterm	20260401	cargo	MIT	glibc,wayland,libxkbcommon,fontconfig,openssl	rust,cargo	https://wezterm.org/	https://github.com/wez/wezterm/archive/refs/tags/{version}.tar.gz	GPU-accelerated cross-platform terminal
extra	st	0.9.3	suckless	MIT	glibc,libx11,libxft,freetype,fontconfig	-	https://st.suckless.org/	https://dl.suckless.org/st/st-{version}.tar.gz	The suckless simple terminal
extra	vim	9.2.0100	autotools	Vim	glibc,netbsd-curses,libxcrypt	-	https://www.vim.org/	https://github.com/vim/vim/archive/refs/tags/v{version}.tar.gz	Vi improved
extra	neovim	0.12.2	cmake	Apache-2.0 Vim	glibc,libuv,msgpack-c,libvterm,luajit,unibilium,tree-sitter	cmake,ninja	https://neovim.io/	https://github.com/neovim/neovim/archive/refs/tags/v{version}.tar.gz	Hyperextensible Vim-based editor
extra	libuv	1.52.0	cmake	MIT	glibc	cmake,ninja	https://libuv.org/	https://github.com/libuv/libuv/archive/refs/tags/v{version}.tar.gz	Asynchronous I/O library
extra	msgpack-c	2.1.4	cmake	BSL-1.0	glibc	cmake,ninja	https://msgpack.org/	https://github.com/msgpack/msgpack-c/releases/download/c-{version}/msgpack-c-{version}.tar.gz	MessagePack for C
extra	libvterm	0.3.3	make	MIT	glibc	-	https://www.leonerd.org.uk/code/libvterm/	https://launchpad.net/libvterm/trunk/v{version}/+download/libvterm-{version}.tar.gz	Abstract VT220 terminal emulator library
extra	unibilium	2.1.2	cmake	LGPL-3.0-or-later	glibc	cmake,ninja	https://github.com/neovim/unibilium	https://github.com/neovim/unibilium/archive/refs/tags/v{version}.tar.gz	Terminfo parsing library
extra	luajit	2.1.1748459687	make	MIT	glibc	-	https://luajit.org/	https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v{version}.tar.gz	Just-in-time Lua compiler
extra	lua	5.5.0	make	MIT	glibc,libedit	-	https://lua.org/	https://www.lua.org/ftp/lua-{version}.tar.gz	The Lua interpreter
extra	tree-sitter	0.26.1	make	MIT	glibc	-	https://tree-sitter.github.io/	https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v{version}.tar.gz	Incremental parsing library
extra	helix	25.07	cargo	MPL-2.0	glibc	rust,cargo	https://helix-editor.com/	https://github.com/helix-editor/helix/archive/refs/tags/{version}.tar.gz	A post-modern modal text editor
extra	micro	2.0.14	go	MIT	glibc	go	https://micro-editor.github.io/	https://github.com/zyedidia/micro/archive/refs/tags/v{version}.tar.gz	Small terminal-based editor
extra	nano	8.7	autotools	GPL-3.0-or-later	glibc,netbsd-curses	-	https://nano-editor.org/	https://www.nano-editor.org/dist/v8/nano-{version}.tar.xz	Simple console editor
extra	less	679	autotools	GPL-3.0-or-later BSD-2-Clause	glibc,netbsd-curses	-	https://greenwoodsoftware.com/less/	https://www.greenwoodsoftware.com/less/less-{version}.tar.gz	Terminal pager
extra	htop	3.5.0	autotools	GPL-2.0-or-later	glibc,netbsd-curses	-	https://htop.dev/	https://github.com/htop-dev/htop/releases/download/{version}/htop-{version}.tar.xz	Interactive process viewer
extra	btop	1.4.7	cmake	Apache-2.0	glibc,llvm	cmake,ninja	https://github.com/aristocratos/btop	https://github.com/aristocratos/btop/archive/refs/tags/v{version}.tar.gz	Resource monitor with a nicer view
extra	fastfetch	2.55.0	cmake	MIT	glibc	cmake,ninja	https://github.com/fastfetch-cli/fastfetch	https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/{version}.tar.gz	System information, with the Arctic logo
extra	neofetch	7.1.0	make	MIT	glibc	-	https://github.com/dylanaraps/neofetch	https://github.com/dylanaraps/neofetch/archive/refs/tags/{version}.tar.gz	System information script
extra	screenfetch	3.9.1	make	GPL-3.0-only	glibc	-	https://github.com/KittyKatt/screenFetch	https://github.com/KittyKatt/screenFetch/archive/refs/tags/v{version}.tar.gz	System information, with the Arctic logo
extra	pciutils	3.14.0	make	GPL-2.0-or-later	glibc,zlib	-	https://mj.ucw.cz/sw/pciutils/	https://kernel.org/pub/software/utils/pciutils/pciutils-{version}.tar.xz	lspci and setpci
extra	usbutils	019	meson	GPL-2.0-or-later	glibc,libusb	meson,ninja	https://github.com/gregkh/usbutils	https://kernel.org/pub/linux/utils/usb/usbutils/usbutils-{version}.tar.xz	lsusb
extra	libusb	1.0.30	autotools	LGPL-2.1-or-later	glibc	-	https://libusb.info/	https://github.com/libusb/libusb/releases/download/v{version}/libusb-{version}.tar.bz2	USB device access library
extra	lm-sensors	3.6.2	make	LGPL-2.1-or-later	glibc	flex-alt,byacc	https://github.com/lm-sensors/lm-sensors	https://github.com/lm-sensors/lm-sensors/archive/refs/tags/V3-6-2.tar.gz	Hardware monitoring
extra	smartmontools	7.6	autotools	GPL-2.0-or-later	glibc	-	https://smartmontools.org/	https://downloads.sourceforge.net/smartmontools/smartmontools-{version}.tar.gz	Disk health monitoring
extra	tmux	3.6a	autotools	ISC	glibc,libevent,netbsd-curses	-	https://tmux.github.io/	https://github.com/tmux/tmux/releases/download/{version}/tmux-{version}.tar.gz	Terminal multiplexer
extra	libevent	2.1.12	autotools	BSD-3-Clause	glibc,libressl	-	https://libevent.org/	https://github.com/libevent/libevent/releases/download/release-{version}-stable/libevent-{version}-stable.tar.gz	Event notification library
extra	zellij	0.44.0	cargo	MIT	glibc	rust,cargo	https://zellij.dev/	https://github.com/zellij-org/zellij/archive/refs/tags/v{version}.tar.gz	Terminal workspace multiplexer
extra	fzf	0.68.0	go	MIT	glibc	go	https://github.com/junegunn/fzf	https://github.com/junegunn/fzf/archive/refs/tags/v{version}.tar.gz	Command-line fuzzy finder
extra	ripgrep	15.1.0	cargo	MIT Unlicense	glibc,pcre2	rust,cargo	https://github.com/BurntSushi/ripgrep	https://github.com/BurntSushi/ripgrep/archive/refs/tags/{version}.tar.gz	Very fast recursive grep
extra	fd	10.4.2	cargo	MIT Apache-2.0	glibc	rust,cargo	https://github.com/sharkdp/fd	https://github.com/sharkdp/fd/archive/refs/tags/v{version}.tar.gz	A simpler, faster find
extra	bat	0.26.0	cargo	MIT Apache-2.0	glibc	rust,cargo	https://github.com/sharkdp/bat	https://github.com/sharkdp/bat/archive/refs/tags/v{version}.tar.gz	cat with syntax highlighting
extra	eza	0.23.5	cargo	MIT	glibc	rust,cargo	https://eza.rocks/	https://github.com/eza-community/eza/archive/refs/tags/v{version}.tar.gz	A modern ls
extra	zoxide	0.9.9	cargo	MIT	glibc	rust,cargo	https://github.com/ajeetdsouza/zoxide	https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v{version}.tar.gz	A smarter cd
extra	starship	1.24.0	cargo	ISC	glibc	rust,cargo	https://starship.rs/	https://github.com/starship/starship/archive/refs/tags/v{version}.tar.gz	Cross-shell prompt
extra	jq	1.8.1	autotools	MIT	glibc,oniguruma	-	https://jqlang.github.io/jq/	https://github.com/jqlang/jq/releases/download/jq-{version}/jq-{version}.tar.gz	Command-line JSON processor
extra	oniguruma	6.9.10	autotools	BSD-2-Clause	glibc	-	https://github.com/kkos/oniguruma	https://github.com/kkos/oniguruma/releases/download/v{version}/onig-{version}.tar.gz	Regular expression library
extra	yq	4.48.1	go	MIT	glibc	go	https://github.com/mikefarah/yq	https://github.com/mikefarah/yq/archive/refs/tags/v{version}.tar.gz	Command-line YAML processor
extra	git	2.53.0	autotools	GPL-2.0-only	glibc,zlib,libressl,curl,expat,pcre2	perl	https://git-scm.com/	https://mirrors.edge.kernel.org/pub/software/scm/git/git-{version}.tar.xz	Distributed version control
extra	tig	2.5.12	autotools	GPL-2.0-or-later	glibc,netbsd-curses,git	-	https://jonas.github.io/tig/	https://github.com/jonas/tig/releases/download/tig-{version}/tig-{version}.tar.gz	Text-mode interface for git
extra	lazygit	0.58.0	go	MIT	glibc,git	go	https://github.com/jesseduffield/lazygit	https://github.com/jesseduffield/lazygit/archive/refs/tags/v{version}.tar.gz	Terminal UI for git
extra	gh	2.86.0	go	MIT	glibc,git	go	https://cli.github.com/	https://github.com/cli/cli/archive/refs/tags/v{version}.tar.gz	GitHub command line
extra	wget	1.25.0	autotools	GPL-3.0-or-later	glibc,libressl,zlib,pcre2,libpsl	-	https://www.gnu.org/software/wget/	https://ftp.gnu.org/gnu/wget/wget-{version}.tar.gz	Network downloader
extra	aria2	1.37.0	autotools	GPL-2.0-or-later	glibc,libressl,zlib,c-ares,sqlite,libxml2	-	https://aria2.github.io/	https://github.com/aria2/aria2/releases/download/release-{version}/aria2-{version}.tar.xz	Multi-protocol download utility
extra	rsync	3.4.4	autotools	GPL-3.0-or-later	glibc,zstd,xz,lz4,libressl	-	https://rsync.samba.org/	https://download.samba.org/pub/rsync/src/rsync-{version}.tar.gz	Fast incremental file transfer
extra	nmap	7.99	autotools	NPSL	glibc,libressl,pcre2,libpcap,lua	-	https://nmap.org/	https://nmap.org/dist/nmap-{version}.tar.bz2	Network exploration and security auditing
extra	libpcap	1.10.6	autotools	BSD-3-Clause	glibc	flex-alt,byacc	https://www.tcpdump.org/	https://www.tcpdump.org/release/libpcap-{version}.tar.gz	Packet capture library
extra	tcpdump	4.99.6	autotools	BSD-3-Clause	glibc,libpcap,libressl	-	https://www.tcpdump.org/	https://www.tcpdump.org/release/tcpdump-{version}.tar.gz	Command-line packet analyser
extra	mtr	0.96	autotools	GPL-2.0-only	glibc,netbsd-curses,libcap	-	https://www.bitwizard.nl/mtr/	https://github.com/traviscross/mtr/archive/refs/tags/v{version}.tar.gz	Combined traceroute and ping
extra	bind-tools	9.22.4	autotools	MPL-2.0	glibc,libressl,libuv,json-c	-	https://www.isc.org/bind/	https://downloads.isc.org/isc/bind9/{version}/bind-{version}.tar.xz	dig, host and nslookup
extra	socat	1.8.0.3	autotools	GPL-2.0-only	glibc,libressl	-	http://www.dest-unreach.org/socat/	http://www.dest-unreach.org/socat/download/socat-{version}.tar.gz	Multipurpose relay
extra	iperf3	3.20	autotools	BSD-3-Clause	glibc,libressl	-	https://software.es.net/iperf/	https://github.com/esnet/iperf/archive/refs/tags/{version}.tar.gz	Network throughput measurement
extra	openvpn	2.7.3	autotools	GPL-2.0-only	glibc,libressl,lz4,lzo	-	https://openvpn.net/	https://swupdate.openvpn.org/community/releases/openvpn-{version}.tar.xz	VPN daemon
extra	wireguard-tools	1.0.20250521	make	GPL-2.0-only	glibc	-	https://www.wireguard.com/	https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-{version}.tar.xz	wg and wg-quick
extra	lzo	2.10	autotools	GPL-2.0-or-later	glibc	-	https://www.oberhumer.com/opensource/lzo/	https://www.oberhumer.com/opensource/lzo/download/lzo-{version}.tar.gz	Real-time compression library
extra	unzip	6.0	make	Info-ZIP	glibc,bzip2	-	https://infozip.sourceforge.net/	https://downloads.sourceforge.net/infozip/unzip60.tar.gz	Extract PKZIP archives
extra	zip	3.0	make	Info-ZIP	glibc,bzip2	-	https://infozip.sourceforge.net/	https://downloads.sourceforge.net/infozip/zip30.tar.gz	Create PKZIP archives
extra	p7zip	17.06	make	LGPL-2.1-or-later	glibc	-	https://github.com/p7zip-project/p7zip	https://github.com/p7zip-project/p7zip/archive/refs/tags/v{version}.tar.gz	7-Zip for POSIX
extra	pigz	2.8	make	Zlib	glibc,zlib	-	https://zlib.net/pigz/	https://zlib.net/pigz/pigz-{version}.tar.gz	Parallel gzip
extra	xdg-utils	1.1.3	autotools	MIT	glibc	-	https://www.freedesktop.org/wiki/Software/xdg-utils/	https://portland.freedesktop.org/download/xdg-utils-{version}.tar.gz	Desktop integration helpers
extra	xdg-desktop-portal	1.22.0	meson	LGPL-2.1-or-later	glibc,glib,dbus,fuse3,pipewire	meson,ninja	https://github.com/flatpak/xdg-desktop-portal	https://github.com/flatpak/xdg-desktop-portal/releases/download/{version}/xdg-desktop-portal-{version}.tar.xz	Sandboxed application portal
extra	fuse3	3.18.1	meson	LGPL-2.1-only GPL-2.0-only	glibc	meson,ninja	https://github.com/libfuse/libfuse	https://github.com/libfuse/libfuse/releases/download/fuse-{version}/fuse-{version}.tar.xz	Filesystem in userspace
extra	fontconfig	2.16.0	meson	MIT	glibc,freetype,expat	meson,ninja	https://www.freedesktop.org/wiki/Software/fontconfig/	https://www.freedesktop.org/software/fontconfig/release/fontconfig-{version}.tar.xz	Font configuration and matching
extra	freetype	2.14.1	meson	FTL GPL-2.0-or-later	glibc,zlib,bzip2,libpng,brotli	meson,ninja	https://freetype.org/	https://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.xz	Font rendering engine
extra	harfbuzz	12.2.0	meson	MIT	glibc,freetype,glib,cairo	meson,ninja	https://harfbuzz.github.io/	https://github.com/harfbuzz/harfbuzz/releases/download/{version}/harfbuzz-{version}.tar.xz	Text shaping engine
extra	libpng	1.6.51	autotools	Libpng	glibc,zlib	-	http://www.libpng.org/pub/png/libpng.html	https://downloads.sourceforge.net/libpng/libpng-{version}.tar.xz	PNG reference library
extra	libjpeg-turbo	3.1.3	cmake	IJG BSD-3-Clause	glibc	cmake,ninja,nasm	https://libjpeg-turbo.org/	https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/{version}/libjpeg-turbo-{version}.tar.gz	JPEG codec with SIMD
extra	nasm	2.16.03	autotools	BSD-2-Clause	glibc	-	https://nasm.us/	https://www.nasm.us/pub/nasm/releasebuilds/{version}/nasm-{version}.tar.xz	Netwide assembler
extra	libwebp	1.6.0	autotools	BSD-3-Clause	glibc,libpng,libjpeg-turbo,libtiff	-	https://developers.google.com/speed/webp	https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-{version}.tar.gz	WebP codec
extra	libtiff	4.7.1	cmake	libtiff	glibc,zlib,libjpeg-turbo,xz,zstd,lerc	cmake,ninja	http://www.simplesystems.org/libtiff/	https://download.osgeo.org/libtiff/tiff-{version}.tar.gz	TIFF library
extra	lerc	4.2.0	cmake	Apache-2.0	glibc	cmake,ninja	https://github.com/Esri/lerc	https://github.com/Esri/lerc/archive/refs/tags/v{version}.tar.gz	Limited error raster compression
extra	libavif	1.4.0	cmake	BSD-2-Clause	glibc,aom,dav1d	cmake,ninja	https://github.com/AOMediaCodec/libavif	https://github.com/AOMediaCodec/libavif/archive/refs/tags/v{version}.tar.gz	AVIF image codec
extra	ttf-dejavu	2.37	make	Bitstream-Vera	-	-	https://dejavu-fonts.github.io/	https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_{V_}/dejavu-fonts-ttf-{version}.tar.bz2	DejaVu font family
extra	ttf-jetbrains-mono	2.304	make	OFL-1.1	-	-	https://www.jetbrains.com/lp/mono/	https://github.com/JetBrains/JetBrainsMono/releases/download/v{version}/JetBrainsMono-{version}.zip	JetBrains Mono, the Arctic terminal font
extra	ttf-nerd-fonts-symbols	3.4.0	make	MIT	-	-	https://www.nerdfonts.com/	https://github.com/ryanoasis/nerd-fonts/releases/download/v{version}/NerdFontsSymbolsOnly.tar.xz	Nerd Font icon glyphs
extra	noto-fonts	20260501	make	OFL-1.1	-	-	https://fonts.google.com/noto	https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-{version}.tar.gz	Google Noto fonts
extra	noto-fonts-emoji	2.051	make	OFL-1.1	-	-	https://github.com/googlefonts/noto-emoji	https://github.com/googlefonts/noto-emoji/archive/refs/tags/v{version}.tar.gz	Noto emoji fonts
extra	liberation-fonts	2.1.5	make	OFL-1.1	-	-	https://github.com/liberationfonts/liberation-fonts	https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-{version}.tar.gz	Metric-compatible substitutes for Arial and Times
extra	vscode	1.108.0	binary	MIT	glibc,electron,libsecret,libx11	nodejs,npm,python	https://github.com/microsoft/vscode	https://github.com/microsoft/vscode/archive/refs/tags/{version}.tar.gz	Visual Studio Code, built from source
extra	electron	43.2.0	binary	MIT	glibc,mesa,libx11,wayland,nss,alsa-lib	-	https://electronjs.org/	https://github.com/electron/electron/releases/download/v{version}/electron-v{version}-linux-x64.zip	Chromium application runtime
extra	nodejs	26.3.0	autotools	MIT	glibc,libuv,zlib,brotli,c-ares,nghttp2,libressl	python,ninja	https://nodejs.org/	https://nodejs.org/dist/v{version}/node-v{version}.tar.xz	JavaScript runtime
extra	rust	1.94.0	make	MIT Apache-2.0	glibc,llvm,curl,libressl	python,cmake,ninja	https://rust-lang.org/	https://static.rust-lang.org/dist/rustc-{version}-src.tar.xz	The Rust compiler and cargo
extra	go	1.26.1	make	BSD-3-Clause	glibc	-	https://go.dev/	https://go.dev/dl/go{version}.src.tar.gz	The Go toolchain
extra	zig	0.16.0	cmake	MIT	glibc,llvm	cmake,ninja	https://ziglang.org/	https://ziglang.org/download/{version}/zig-{version}.tar.xz	The Zig compiler
extra	dkms	3.4.2	make	GPL-2.0-or-later	glibc,kmod,bmake	-	https://github.com/dell/dkms	https://github.com/dell/dkms/archive/refs/tags/v{version}.tar.gz	Rebuild kernel modules when the kernel changes
extra	gdb	17.2	autotools	GPL-3.0-or-later	glibc,netbsd-curses,python,zlib,xz	-	https://sourceware.org/gdb/	https://ftp.gnu.org/gnu/gdb/gdb-{version}.tar.xz	The GNU debugger, for when lldb will not do
extra	strace	6.19	autotools	LGPL-2.1-or-later	glibc	-	https://strace.io/	https://github.com/strace/strace/releases/download/v{version}/strace-{version}.tar.xz	Trace system calls
extra	ltrace	0.7.91	autotools	GPL-2.0-or-later	glibc,libelf	-	https://ltrace.org/	https://gitlab.com/cespedes/ltrace/-/archive/{version}/ltrace-{version}.tar.gz	Trace library calls
extra	libelf	0.194	autotools	GPL-2.0-or-later LGPL-3.0-or-later	glibc,zlib,zstd,bzip2,xz	-	https://sourceware.org/elfutils/	https://sourceware.org/elfutils/ftp/{version}/elfutils-{version}.tar.bz2	ELF utilities and libelf
extra	valgrind	3.26.0	autotools	GPL-2.0-or-later	glibc	-	https://valgrind.org/	https://sourceware.org/pub/valgrind/valgrind-{version}.tar.bz2	Memory error detector
extra	perf	7.1.3	make	GPL-2.0-only	glibc,libelf,numactl,slang	-	https://perf.wiki.kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Linux performance counters
extra	numactl	2.0.19	autotools	LGPL-2.1-only	glibc	-	https://github.com/numactl/numactl	https://github.com/numactl/numactl/releases/download/v{version}/numactl-{version}.tar.gz	NUMA policy control
extra	slang	2.3.3	autotools	GPL-2.0-or-later	glibc,pcre2,zlib	-	https://www.jedsoft.org/slang/	https://www.jedsoft.org/releases/slang/slang-{version}.tar.bz2	Screen and interpreter library
extra	shellcheck	0.11.0	make	GPL-3.0-only	glibc	-	https://www.shellcheck.net/	https://github.com/koalaman/shellcheck/archive/refs/tags/v{version}.tar.gz	Shell script linter
extra	man-pages	6.16	make	various	-	-	https://www.kernel.org/doc/man-pages/	https://kernel.org/pub/linux/docs/man-pages/man-pages-{version}.tar.xz	Linux manual pages
extra	sudo-shim	1.0.0	meta	BSD-2-Clause	doas	-	https://github.com/apiwo/arctic-linux	-	A sudo-compatible wrapper around doas, for scripts that insist
#
# =============================================================== base
# The bulk of the distribution: desktops, browsers, media, games, toolchains.
#
# --- graphics and display stack
base	mesa	26.0.2	meson	MIT	glibc,libdrm,wayland,libx11,zlib,zstd,expat,llvm,libxshmfence	meson,ninja,python	https://mesa3d.org/	https://archive.mesa3d.org/mesa-{version}.tar.xz	OpenGL and Vulkan for AMD, Intel and software
base	libdrm	2.4.130	meson	MIT	glibc,libpciaccess	meson,ninja	https://dri.freedesktop.org/	https://dri.freedesktop.org/libdrm/libdrm-{version}.tar.xz	Direct Rendering Manager library
base	libpciaccess	0.18.1	meson	MIT	glibc	meson,ninja	https://x.org/	https://x.org/pub/individual/lib/libpciaccess-{version}.tar.xz	PCI access library
base	wayland	1.25.0	meson	MIT	glibc,expat,libffi	meson,ninja	https://wayland.freedesktop.org/	https://gitlab.freedesktop.org/wayland/wayland/-/releases/{version}/downloads/wayland-{version}.tar.xz	Wayland core protocol
base	wayland-protocols	1.48	meson	MIT	wayland	meson,ninja	https://wayland.freedesktop.org/	https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/{version}/downloads/wayland-protocols-{version}.tar.xz	Wayland protocol extensions
base	libxkbcommon	1.11.0	meson	MIT	glibc,xkeyboard-config,libxml2	meson,ninja	https://xkbcommon.org/	https://xkbcommon.org/download/libxkbcommon-{version}.tar.xz	Keyboard handling library
base	xkeyboard-config	2.47	meson	MIT	-	meson,ninja	https://www.freedesktop.org/wiki/Software/XKeyboardConfig/	https://x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-{version}.tar.xz	Keyboard layout database
base	pixman	0.46.4	meson	MIT	glibc	meson,ninja	http://pixman.org/	https://x.org/pub/individual/lib/pixman-{version}.tar.xz	Low-level pixel manipulation
base	cairo	1.18.4	meson	LGPL-2.1-only MPL-1.1	glibc,pixman,freetype,fontconfig,libpng,glib	meson,ninja	https://cairographics.org/	https://cairographics.org/releases/cairo-{version}.tar.xz	2D graphics library
base	pango	1.58.0	meson	LGPL-2.0-or-later	glibc,cairo,harfbuzz,fribidi,glib	meson,ninja	https://pango.gnome.org/	https://download.gnome.org/sources/pango/1.58/pango-{version}.tar.xz	Text layout and rendering
base	fribidi	1.0.16	meson	LGPL-2.1-or-later	glibc	meson,ninja	https://github.com/fribidi/fribidi	https://github.com/fribidi/fribidi/releases/download/v{version}/fribidi-{version}.tar.xz	Bidirectional text algorithm
base	glib	2.90.1	meson	LGPL-2.1-or-later	glibc,zlib,libffi,pcre2	meson,ninja,python	https://gitlab.gnome.org/GNOME/glib	https://download.gnome.org/sources/glib/2.90/glib-{version}.tar.xz	Core GNOME utility library
base	gdk-pixbuf	2.44.4	meson	LGPL-2.1-or-later	glib,libpng,libjpeg-turbo,libtiff	meson,ninja	https://gitlab.gnome.org/GNOME/gdk-pixbuf	https://download.gnome.org/sources/gdk-pixbuf/2.44/gdk-pixbuf-{version}.tar.xz	Image loading library
base	gtk3	3.24.43	meson	LGPL-2.1-or-later	glib,cairo,pango,gdk-pixbuf,wayland,libx11,at-spi2-core	meson,ninja	https://gtk.org/	https://download.gnome.org/sources/gtk+/3.24/gtk+-{version}.tar.xz	GTK 3 toolkit
base	gtk4	4.22.2	meson	LGPL-2.1-or-later	glib,cairo,pango,gdk-pixbuf,wayland,libx11,graphene,vulkan-loader	meson,ninja	https://gtk.org/	https://download.gnome.org/sources/gtk/4.22/gtk-{version}.tar.xz	GTK 4 toolkit
base	graphene	1.10.8	meson	MIT	glib	meson,ninja	https://ebassi.github.io/graphene/	https://github.com/ebassi/graphene/releases/download/{version}/graphene-{version}.tar.xz	Thin type library for graphics
base	at-spi2-core	2.58.0	meson	LGPL-2.1-or-later	glib,dbus,libx11	meson,ninja	https://gitlab.gnome.org/GNOME/at-spi2-core	https://download.gnome.org/sources/at-spi2-core/2.58/at-spi2-core-{version}.tar.xz	Accessibility bus
base	vulkan-loader	1.4.330	cmake	Apache-2.0	glibc,wayland,libx11	cmake,ninja,vulkan-headers	https://github.com/KhronosGroup/Vulkan-Loader	https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v{version}.tar.gz	Vulkan ICD loader
base	vulkan-headers	1.4.330	cmake	Apache-2.0	-	cmake,ninja	https://github.com/KhronosGroup/Vulkan-Headers	https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v{version}.tar.gz	Vulkan header files
base	vulkan-tools	1.4.330	cmake	Apache-2.0	vulkan-loader	cmake,ninja	https://github.com/KhronosGroup/Vulkan-Tools	https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v{version}.tar.gz	vulkaninfo and vkcube
base	vulkan-radeon	26.0.2	meta	MIT	mesa	-	https://mesa3d.org/	-	AMD RADV Vulkan driver
base	vulkan-intel	26.0.2	meta	MIT	mesa	-	https://mesa3d.org/	-	Intel ANV Vulkan driver
base	vulkan-swrast	26.0.2	meta	MIT	mesa	-	https://mesa3d.org/	-	Lavapipe software Vulkan driver
base	libva	2.24.0	meson	MIT	glibc,libdrm,libx11,wayland	meson,ninja	https://github.com/intel/libva	https://github.com/intel/libva/archive/refs/tags/{version}.tar.gz	Video Acceleration API
base	libva-mesa-driver	26.0.2	meta	MIT	mesa,libva	-	https://mesa3d.org/	-	VA-API driver for AMD via mesa
base	intel-media-driver	26.1.0	cmake	MIT BSD-3-Clause	libva,gmmlib	cmake,ninja	https://github.com/intel/media-driver	https://github.com/intel/media-driver/archive/refs/tags/intel-media-{version}.tar.gz	Intel VA-API driver for Gen9+
base	gmmlib	22.9.0	cmake	MIT	glibc	cmake,ninja	https://github.com/intel/gmmlib	https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-{version}.tar.gz	Intel Graphics Memory Management
base	libvdpau	1.5	meson	MIT	glibc,libx11	meson,ninja	https://gitlab.freedesktop.org/vdpau/libvdpau	https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/{version}/libvdpau-{version}.tar.gz	Video Decode and Presentation API
base	xorg-server	21.1.20	meson	MIT	glibc,mesa,libdrm,pixman,libxkbcommon,libxfont2	meson,ninja	https://x.org/	https://x.org/pub/individual/xserver/xorg-server-{version}.tar.xz	The X.Org display server
base	xorg-xwayland	24.1.9	meson	MIT	glibc,mesa,wayland,libdrm,pixman,libxkbcommon	meson,ninja	https://x.org/	https://x.org/pub/individual/xserver/xwayland-{version}.tar.xz	X server running on Wayland
base	libx11	1.8.13	autotools	MIT	glibc,libxcb	-	https://x.org/	https://x.org/pub/individual/lib/libX11-{version}.tar.xz	X11 client library
base	libxcb	1.17.0	autotools	MIT	glibc,libxau,libxdmcp	-	https://x.org/	https://x.org/pub/individual/lib/libxcb-{version}.tar.xz	X protocol C-language binding
base	libxau	1.0.12	autotools	MIT	glibc	-	https://x.org/	https://x.org/pub/individual/lib/libXau-{version}.tar.xz	X authorisation library
base	libxdmcp	1.1.5	autotools	MIT	glibc	-	https://x.org/	https://x.org/pub/individual/lib/libXdmcp-{version}.tar.xz	X Display Manager Control Protocol
base	libxft	2.3.9	autotools	MIT	glibc,libx11,freetype,fontconfig,libxrender	-	https://x.org/	https://x.org/pub/individual/lib/libXft-{version}.tar.xz	X FreeType interface
base	libxrender	0.9.12	autotools	MIT	glibc,libx11	-	https://x.org/	https://x.org/pub/individual/lib/libXrender-{version}.tar.xz	X Render extension library
base	libxinerama	1.1.6	autotools	MIT	glibc,libx11,libxext	-	https://x.org/	https://x.org/pub/individual/lib/libXinerama-{version}.tar.xz	Xinerama extension library
base	libxext	1.3.7	autotools	MIT	glibc,libx11	-	https://x.org/	https://x.org/pub/individual/lib/libXext-{version}.tar.xz	X miscellaneous extensions
base	libxrandr	1.5.5	autotools	MIT	glibc,libx11,libxrender,libxext	-	https://x.org/	https://x.org/pub/individual/lib/libXrandr-{version}.tar.xz	X Resize and Rotate extension
base	libxi	1.8.3	autotools	MIT	glibc,libx11,libxext	-	https://x.org/	https://x.org/pub/individual/lib/libXi-{version}.tar.xz	X Input extension library
base	libxcursor	1.2.3	autotools	MIT	glibc,libx11,libxrender,libxfixes	-	https://x.org/	https://x.org/pub/individual/lib/libXcursor-{version}.tar.xz	X cursor management
base	libxfixes	6.0.2	autotools	MIT	glibc,libx11	-	https://x.org/	https://x.org/pub/individual/lib/libXfixes-{version}.tar.xz	X Fixes extension
base	libxfont2	2.0.7	autotools	MIT	glibc,freetype,libfontenc	-	https://x.org/	https://x.org/pub/individual/lib/libXfont2-{version}.tar.xz	X font library
base	libfontenc	1.1.8	autotools	MIT	glibc,zlib	-	https://x.org/	https://x.org/pub/individual/lib/libfontenc-{version}.tar.xz	X font encoding library
base	libxshmfence	1.3.3	autotools	MIT	glibc	-	https://x.org/	https://x.org/pub/individual/lib/libxshmfence-{version}.tar.xz	Shared-memory fences
base	libxaw	1.0.16	autotools	MIT	glibc,libx11,libxext,libxmu	-	https://x.org/	https://x.org/pub/individual/lib/libXaw-{version}.tar.xz	X Athena widget set
base	libxmu	1.2.1	autotools	MIT	glibc,libx11,libxext	-	https://x.org/	https://x.org/pub/individual/lib/libXmu-{version}.tar.xz	X miscellaneous utility library
base	libinput	1.30.0	meson	MIT	glibc,libevdev,mtdev,libudev-zero	meson,ninja	https://www.freedesktop.org/wiki/Software/libinput/	https://gitlab.freedesktop.org/libinput/libinput/-/archive/{version}/libinput-{version}.tar.gz	Input device handling
base	libevdev	1.13.4	meson	MIT	glibc	meson,ninja	https://www.freedesktop.org/wiki/Software/libevdev/	https://www.freedesktop.org/software/libevdev/libevdev-{version}.tar.xz	Wrapper for evdev devices
base	mtdev	1.1.7	autotools	MIT	glibc	-	https://bitmath.org/code/mtdev/	https://bitmath.org/code/mtdev/mtdev-{version}.tar.bz2	Multitouch protocol translation
base	wlroots	0.20.0	meson	MIT	wayland,mesa,libinput,libxkbcommon,pixman,seatd,libdrm	meson,ninja	https://gitlab.freedesktop.org/wlroots/wlroots	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/{version}/downloads/wlroots-{version}.tar.gz	Wayland compositor library
#
# --- desktops and window managers
base	plasma-meta	6.5.0	meta	GPL-2.0-or-later	plasma-workspace,plasma-desktop,kwin,systemsettings,breeze,plasma-nm,plasma-pa,powerdevil,kscreen,sddm,sddm-arctic-theme,arctic-plasma-theme,konsole,dolphin,kate,ark,spectacle,gwenview,okular,pipewire,wireplumber,mesa,xdg-desktop-portal-kde	-	https://kde.org/plasma-desktop/	-	KDE Plasma desktop, themed for Arctic
base	plasma-workspace	6.5.0	cmake	GPL-2.0-or-later	kf6,qt6-base,qt6-wayland,kwin,plasma-framework	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/plasma-workspace-{version}.tar.xz	The Plasma shell and workspace
base	plasma-desktop	6.5.0	cmake	GPL-2.0-or-later	plasma-workspace,kf6	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/plasma-desktop-{version}.tar.xz	The Plasma desktop session
base	plasma-framework	6.20.0	cmake	LGPL-2.1-or-later	kf6,qt6-base	cmake,ninja	https://kde.org/	https://download.kde.org/stable/frameworks/6.20/plasma-framework-{version}.tar.xz	Plasma QML framework
base	kwin	6.5.0	cmake	GPL-2.0-or-later	kf6,qt6-base,qt6-wayland,wayland,mesa,libinput	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/kwin-{version}.tar.xz	The KDE window manager and compositor
base	systemsettings	6.5.0	cmake	GPL-2.0-or-later	kf6,plasma-workspace	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/systemsettings-{version}.tar.xz	Plasma system settings
base	breeze	6.5.0	cmake	GPL-2.0-or-later	kf6,qt6-base	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/breeze-{version}.tar.xz	The Breeze widget style and icons
base	plasma-nm	6.5.0	cmake	GPL-2.0-or-later	kf6,plasma-workspace	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/plasma-nm-{version}.tar.xz	Plasma network applet
base	plasma-pa	6.5.0	cmake	GPL-2.0-or-later	kf6,plasma-workspace,pipewire	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/plasma-pa-{version}.tar.xz	Plasma volume applet
base	powerdevil	6.5.0	cmake	GPL-2.0-or-later	kf6,plasma-workspace	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/powerdevil-{version}.tar.xz	Plasma power management
base	kscreen	6.5.0	cmake	GPL-2.0-or-later	kf6,plasma-workspace	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/kscreen-{version}.tar.xz	Plasma display configuration
base	kde-gtk-config	6.5.0	cmake	GPL-2.0-or-later	kf6,gtk3	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/kde-gtk-config-{version}.tar.xz	Make GTK applications match Plasma
base	xdg-desktop-portal-kde	6.5.0	cmake	LGPL-2.1-or-later	kf6,xdg-desktop-portal	cmake,ninja	https://kde.org/	https://download.kde.org/stable/plasma/{version}/xdg-desktop-portal-kde-{version}.tar.xz	Plasma portal backend
base	kf6	6.20.0	cmake	LGPL-2.1-or-later	qt6-base,qt6-declarative	cmake,ninja	https://api.kde.org/frameworks/	https://download.kde.org/stable/frameworks/6.20/kf6-{version}.tar.xz	KDE Frameworks 6
base	qt6-base	6.10.1	cmake	LGPL-3.0-only GPL-3.0-only	glibc,libx11,wayland,mesa,fontconfig,sqlite,libressl,zlib,pcre2	cmake,ninja	https://qt.io/	https://download.qt.io/official_releases/qt/6.10/{version}/submodules/qtbase-everywhere-src-{version}.tar.xz	Qt 6 base libraries
base	qt6-declarative	6.10.1	cmake	LGPL-3.0-only	qt6-base	cmake,ninja	https://qt.io/	https://download.qt.io/official_releases/qt/6.10/{version}/submodules/qtdeclarative-everywhere-src-{version}.tar.xz	Qt 6 QML and Quick
base	qt6-wayland	6.10.1	cmake	LGPL-3.0-only	qt6-base,wayland	cmake,ninja	https://qt.io/	https://download.qt.io/official_releases/qt/6.10/{version}/submodules/qtwayland-everywhere-src-{version}.tar.xz	Qt 6 Wayland platform plugin
base	qt6-svg	6.10.1	cmake	LGPL-3.0-only	qt6-base	cmake,ninja	https://qt.io/	https://download.qt.io/official_releases/qt/6.10/{version}/submodules/qtsvg-everywhere-src-{version}.tar.xz	Qt 6 SVG support
base	qt6-multimedia	6.10.1	cmake	LGPL-3.0-only	qt6-base,ffmpeg,pipewire	cmake,ninja	https://qt.io/	https://download.qt.io/official_releases/qt/6.10/{version}/submodules/qtmultimedia-everywhere-src-{version}.tar.xz	Qt 6 multimedia
base	konsole	25.12.0	cmake	GPL-2.0-or-later	kf6,qt6-base	cmake,ninja	https://konsole.kde.org/	https://download.kde.org/stable/release-service/{version}/src/konsole-{version}.tar.xz	The KDE terminal
base	dolphin	25.12.0	cmake	GPL-2.0-or-later	kf6,qt6-base	cmake,ninja	https://apps.kde.org/dolphin/	https://download.kde.org/stable/release-service/{version}/src/dolphin-{version}.tar.xz	The KDE file manager
base	kate	25.12.0	cmake	LGPL-2.0-or-later	kf6,qt6-base	cmake,ninja	https://kate-editor.org/	https://download.kde.org/stable/release-service/{version}/src/kate-{version}.tar.xz	The KDE advanced text editor
base	ark	25.12.0	cmake	GPL-2.0-or-later	kf6,libarchive	cmake,ninja	https://apps.kde.org/ark/	https://download.kde.org/stable/release-service/{version}/src/ark-{version}.tar.xz	Archive manager
base	spectacle	25.12.0	cmake	GPL-2.0-or-later	kf6,qt6-base	cmake,ninja	https://apps.kde.org/spectacle/	https://download.kde.org/stable/release-service/{version}/src/spectacle-{version}.tar.xz	Screenshot tool
base	gwenview	25.12.0	cmake	GPL-2.0-or-later	kf6,qt6-base,exiv2	cmake,ninja	https://apps.kde.org/gwenview/	https://download.kde.org/stable/release-service/{version}/src/gwenview-{version}.tar.xz	Image viewer
base	okular	25.12.0	cmake	GPL-2.0-or-later	kf6,poppler,qt6-base	cmake,ninja	https://okular.kde.org/	https://download.kde.org/stable/release-service/{version}/src/okular-{version}.tar.xz	Document viewer
base	exiv2	0.28.7	cmake	GPL-2.0-or-later	glibc,expat,zlib,brotli	cmake,ninja	https://exiv2.org/	https://github.com/Exiv2/exiv2/archive/refs/tags/v{version}.tar.gz	Image metadata library
base	poppler	26.01.0	cmake	GPL-2.0-or-later	glibc,cairo,freetype,libjpeg-turbo,libpng,libtiff,openjpeg2,nspr,fontconfig	cmake,ninja	https://poppler.freedesktop.org/	https://poppler.freedesktop.org/poppler-{version}.tar.xz	PDF rendering library
base	openjpeg2	2.5.4	cmake	BSD-2-Clause	glibc,libpng,libtiff,zlib	cmake,ninja	https://www.openjpeg.org/	https://github.com/uclouvain/openjpeg/archive/refs/tags/v{version}.tar.gz	JPEG 2000 codec
base	hyprland	0.53.0	cmake	BSD-3-Clause	wayland,mesa,libinput,libxkbcommon,pixman,aquamarine,hyprlang,hyprutils,hyprcursor,hyprgraphics,xorg-xwayland,pango,cairo,seatd	cmake,ninja	https://hypr.land/	https://github.com/hyprwm/Hyprland/releases/download/v{version}/source-v{version}.tar.gz	Dynamic tiling Wayland compositor
base	aquamarine	0.10.0	cmake	BSD-3-Clause	wayland,libdrm,mesa,libinput,hyprutils,seatd	cmake,ninja	https://github.com/hyprwm/aquamarine	https://github.com/hyprwm/aquamarine/archive/refs/tags/v{version}.tar.gz	Hyprland rendering backend
base	hyprlang	0.6.4	cmake	LGPL-3.0-only	glibc,hyprutils	cmake,ninja	https://github.com/hyprwm/hyprlang	https://github.com/hyprwm/hyprlang/archive/refs/tags/v{version}.tar.gz	Hyprland configuration language
base	hyprutils	0.10.0	cmake	BSD-3-Clause	glibc,pixman	cmake,ninja	https://github.com/hyprwm/hyprutils	https://github.com/hyprwm/hyprutils/archive/refs/tags/v{version}.tar.gz	Hyprland utility library
base	hyprcursor	0.1.13	cmake	BSD-3-Clause	glibc,hyprlang,librsvg,cairo	cmake,ninja	https://github.com/hyprwm/hyprcursor	https://github.com/hyprwm/hyprcursor/archive/refs/tags/v{version}.tar.gz	Hyprland cursor format
base	hyprgraphics	0.2.0	cmake	BSD-3-Clause	glibc,cairo,libjpeg-turbo,libwebp,librsvg	cmake,ninja	https://github.com/hyprwm/hyprgraphics	https://github.com/hyprwm/hyprgraphics/archive/refs/tags/v{version}.tar.gz	Hyprland graphics resources
base	hyprpaper	0.7.6	cmake	BSD-3-Clause	hyprland,hyprlang,hyprgraphics	cmake,ninja	https://github.com/hyprwm/hyprpaper	https://github.com/hyprwm/hyprpaper/archive/refs/tags/v{version}.tar.gz	Wallpaper daemon for Hyprland
base	hyprlock	0.9.4	cmake	BSD-3-Clause	hyprland,hyprlang,libxcrypt	cmake,ninja	https://github.com/hyprwm/hyprlock	https://github.com/hyprwm/hyprlock/archive/refs/tags/v{version}.tar.gz	Screen locker for Hyprland
base	xdg-desktop-portal-hyprland	1.3.10	cmake	MIT	hyprland,xdg-desktop-portal,qt6-base	cmake,ninja	https://github.com/hyprwm/xdg-desktop-portal-hyprland	https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v{version}.tar.gz	Hyprland portal backend
base	niri	25.11	cargo	GPL-3.0-or-later	wayland,mesa,libinput,libxkbcommon,seatd,pango,pipewire	rust,cargo	https://github.com/YaLTeR/niri	https://github.com/YaLTeR/niri/archive/refs/tags/v{version}.tar.gz	Scrollable-tiling Wayland compositor
base	sway	1.11	meson	MIT	wlroots,wayland,libxkbcommon,pango,cairo,json-c	meson,ninja	https://swaywm.org/	https://github.com/swaywm/sway/releases/download/{version}/sway-{version}.tar.gz	i3-compatible Wayland compositor
base	swayfx	0.5	meson	MIT	wlroots,wayland,libxkbcommon,pango,cairo,json-c,scenefx	meson,ninja	https://github.com/WillPower3309/swayfx	https://github.com/WillPower3309/swayfx/archive/refs/tags/{version}.tar.gz	Sway with eye candy
base	scenefx	0.3	meson	MIT	wlroots,wayland,pixman	meson,ninja	https://github.com/wlrfx/scenefx	https://github.com/wlrfx/scenefx/archive/refs/tags/{version}.tar.gz	Effects library for wlroots compositors
base	dwl	0.8	suckless	GPL-3.0-only	wayland,wlroots,libinput,libxkbcommon	bmake	https://codeberg.org/dwl/dwl	https://codeberg.org/dwl/dwl/archive/v{version}.tar.gz	dwm for Wayland
base	somebar	0.2	meson	MIT	wayland,wlroots,pango,cairo	meson,ninja	https://git.sr.ht/~raphi/somebar	https://git.sr.ht/~raphi/somebar/archive/{version}.tar.gz	Status bar for dwl
base	dwm	6.6	suckless	MIT	libx11,libxft,libxinerama,freetype,fontconfig	bmake	https://dwm.suckless.org/	https://dl.suckless.org/dwm/dwm-{version}.tar.gz	Dynamic window manager for X
base	dmenu	5.4	suckless	MIT	libx11,libxft,libxinerama,freetype,fontconfig	bmake	https://tools.suckless.org/dmenu/	https://dl.suckless.org/tools/dmenu-{version}.tar.gz	Dynamic menu for X
base	slstatus	1.1	suckless	ISC	libx11	bmake	https://tools.suckless.org/slstatus/	https://dl.suckless.org/tools/slstatus-{version}.tar.gz	Status monitor for dwm
base	slock	1.5	suckless	MIT	libx11,libxext,libxrandr,libxcrypt	bmake	https://tools.suckless.org/slock/	https://dl.suckless.org/tools/slock-{version}.tar.gz	Simple X screen locker
base	dms	1.0.0	meta	BSD-2-Clause	dwl,foot,wofi,waybar,mako,arctic-base	-	https://github.com/apiwo/arctic-linux	-	Dynamic Minimal Session, the Arctic desktop shell
base	waybar	0.15.0	meson	MIT	wayland,gtk3,gtkmm3,jsoncpp,libinput,pipewire,libnl	meson,ninja	https://github.com/Alexays/Waybar	https://github.com/Alexays/Waybar/archive/refs/tags/{version}.tar.gz	Status bar for Wayland compositors
base	gtkmm3	3.24.10	meson	LGPL-2.1-or-later	gtk3,glibmm	meson,ninja	https://gtkmm.gnome.org/	https://download.gnome.org/sources/gtkmm/3.24/gtkmm-{version}.tar.xz	C++ bindings for GTK 3
base	glibmm	2.84.0	meson	LGPL-2.1-or-later	glib,libsigcplusplus	meson,ninja	https://gtkmm.gnome.org/	https://download.gnome.org/sources/glibmm/2.84/glibmm-{version}.tar.xz	C++ bindings for glib
base	libsigcplusplus	3.6.0	meson	LGPL-3.0-or-later	glibc	meson,ninja	https://libsigcplusplus.github.io/libsigcplusplus/	https://download.gnome.org/sources/libsigc++/3.6/libsigc++-{version}.tar.xz	Typesafe callback framework
base	jsoncpp	1.9.6	meson	MIT	glibc	meson,ninja	https://github.com/open-source-parsers/jsoncpp	https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/{version}.tar.gz	C++ JSON library
base	wofi	1.4.1	meson	GPL-3.0-only	wayland,gtk3	meson,ninja	https://hg.sr.ht/~scoopta/wofi	https://hg.sr.ht/~scoopta/wofi/archive/v{version}.tar.gz	Launcher for wlroots compositors
base	fuzzel	1.13.0	meson	MIT	wayland,fcft,pixman,libpng,librsvg	meson,ninja	https://codeberg.org/dnkl/fuzzel	https://codeberg.org/dnkl/fuzzel/archive/{version}.tar.gz	Application launcher for Wayland
base	rofi	2.0.0	meson	MIT	libx11,pango,cairo,librsvg,libxkbcommon	meson,ninja	https://github.com/davatorium/rofi	https://github.com/davatorium/rofi/releases/download/{version}/rofi-{version}.tar.gz	Window switcher and application launcher
base	mako	1.11.0	meson	MIT	wayland,pango,cairo,libxkbcommon,dbus	meson,ninja	https://github.com/emersion/mako	https://github.com/emersion/mako/archive/refs/tags/v{version}.tar.gz	Notification daemon for Wayland
base	dunst	1.13.0	make	BSD-3-Clause	libx11,pango,cairo,libxinerama,libxrandr,dbus	-	https://dunst-project.org/	https://github.com/dunst-project/dunst/archive/refs/tags/v{version}.tar.gz	Notification daemon for X
base	swaylock	1.8.4	meson	MIT	wayland,libxkbcommon,cairo,libxcrypt	meson,ninja	https://github.com/swaywm/swaylock	https://github.com/swaywm/swaylock/archive/refs/tags/v{version}.tar.gz	Screen locker for Wayland
base	swayidle	1.8.0	meson	MIT	wayland	meson,ninja	https://github.com/swaywm/swayidle	https://github.com/swaywm/swayidle/archive/refs/tags/{version}.tar.gz	Idle management daemon
base	grim	1.6.0	meson	MIT	wayland,cairo,libpng	meson,ninja	https://sr.ht/~emersion/grim/	https://git.sr.ht/~emersion/grim/archive/v{version}.tar.gz	Screenshot utility for Wayland
base	slurp	1.5.0	meson	MIT	wayland,cairo	meson,ninja	https://github.com/emersion/slurp	https://github.com/emersion/slurp/archive/refs/tags/v{version}.tar.gz	Select a region on Wayland
base	wl-clipboard	2.2.1	meson	GPL-3.0-or-later	wayland	meson,ninja	https://github.com/bugaevc/wl-clipboard	https://github.com/bugaevc/wl-clipboard/archive/refs/tags/v{version}.tar.gz	Clipboard tools for Wayland
base	xfce4-meta	4.22	meta	GPL-2.0-or-later	xfwm4,xfce4-panel,xfce4-session,xfdesktop,thunar,xfce4-settings,xfce4-appfinder,xfce4-terminal,xfconf,garcon,exo,tumbler,xorg-server,xfce4-notifyd,xfce4-screenshooter	-	https://xfce.org/	-	The Xfce desktop environment
base	xfwm4	4.22.0	autotools	GPL-2.0-or-later	gtk3,libwnck,libxfce4ui	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfwm4/4.22/xfwm4-{version}.tar.bz2	The Xfce window manager
base	xfce4-panel	4.22.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,garcon,exo	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfce4-panel/4.22/xfce4-panel-{version}.tar.bz2	The Xfce panel
base	xfce4-session	4.22.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,libwnck	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfce4-session/4.22/xfce4-session-{version}.tar.bz2	The Xfce session manager
base	xfdesktop	4.22.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,thunar	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfdesktop/4.22/xfdesktop-{version}.tar.bz2	The Xfce desktop manager
base	thunar	4.22.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,exo,libgudev	-	https://xfce.org/	https://archive.xfce.org/src/xfce/thunar/4.22/thunar-{version}.tar.bz2	The Xfce file manager
base	xfce4-settings	4.22.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,libinput,xorg-server	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfce4-settings/4.22/xfce4-settings-{version}.tar.bz2	Xfce settings manager
base	xfce4-appfinder	4.22.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,garcon	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfce4-appfinder/4.22/xfce4-appfinder-{version}.tar.bz2	Xfce application finder
base	xfce4-terminal	1.2.0	autotools	GPL-2.0-or-later	gtk3,libxfce4ui,vte3	-	https://xfce.org/	https://archive.xfce.org/src/apps/xfce4-terminal/1.2/xfce4-terminal-{version}.tar.bz2	The Xfce terminal
base	xfce4-notifyd	0.9.7	autotools	GPL-2.0-or-later	gtk3,libxfce4ui	-	https://xfce.org/	https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-{version}.tar.bz2	Xfce notification daemon
base	xfce4-screenshooter	1.11.1	autotools	GPL-2.0-or-later	gtk3,libxfce4ui	-	https://xfce.org/	https://archive.xfce.org/src/apps/xfce4-screenshooter/1.11/xfce4-screenshooter-{version}.tar.bz2	Xfce screenshot tool
base	xfconf	4.22.0	autotools	GPL-2.0-or-later	glib,libxfce4util	-	https://xfce.org/	https://archive.xfce.org/src/xfce/xfconf/4.22/xfconf-{version}.tar.bz2	Xfce configuration storage
base	libxfce4util	4.22.0	autotools	LGPL-2.0-or-later	glib	-	https://xfce.org/	https://archive.xfce.org/src/xfce/libxfce4util/4.22/libxfce4util-{version}.tar.bz2	Xfce utility library
base	libxfce4ui	4.22.0	autotools	LGPL-2.0-or-later	gtk3,libxfce4util,xfconf	-	https://xfce.org/	https://archive.xfce.org/src/xfce/libxfce4ui/4.22/libxfce4ui-{version}.tar.bz2	Xfce widget library
base	garcon	4.22.0	autotools	LGPL-2.0-or-later	glib,libxfce4util	-	https://xfce.org/	https://archive.xfce.org/src/xfce/garcon/4.22/garcon-{version}.tar.bz2	Freedesktop menu library
base	exo	4.22.0	autotools	LGPL-2.0-or-later	gtk3,libxfce4util	-	https://xfce.org/	https://archive.xfce.org/src/xfce/exo/4.22/exo-{version}.tar.bz2	Xfce extension library
base	tumbler	4.22.0	autotools	LGPL-2.0-or-later	glib,gdk-pixbuf,libpng,freetype	-	https://xfce.org/	https://archive.xfce.org/src/xfce/tumbler/4.22/tumbler-{version}.tar.bz2	Thumbnail service
base	libwnck	43.3	meson	LGPL-2.0-or-later	gtk3,libx11,libxres	meson,ninja	https://gitlab.gnome.org/GNOME/libwnck	https://download.gnome.org/sources/libwnck/43/libwnck-{version}.tar.xz	Window navigator construction kit
base	libxres	1.2.3	autotools	MIT	libx11,libxext	-	https://x.org/	https://x.org/pub/individual/lib/libXres-{version}.tar.xz	X Resource extension library
base	libgudev	238	meson	LGPL-2.1-or-later	glib,libudev-zero	meson,ninja	https://gitlab.gnome.org/GNOME/libgudev	https://download.gnome.org/sources/libgudev/238/libgudev-{version}.tar.xz	GObject bindings for libudev
base	vte3	0.82.0	meson	LGPL-3.0-only	gtk3,pango,pcre2,glib	meson,ninja	https://gitlab.gnome.org/GNOME/vte	https://download.gnome.org/sources/vte/0.82/vte-{version}.tar.xz	Terminal widget library
base	librsvg	2.61.0	cargo	LGPL-2.1-or-later	cairo,pango,gdk-pixbuf,libxml2	rust,cargo	https://wiki.gnome.org/Projects/LibRsvg	https://download.gnome.org/sources/librsvg/2.61/librsvg-{version}.tar.xz	SVG rendering library
base	sddm	0.21.0	cmake	GPL-2.0-or-later	qt6-base,qt6-declarative,libxcb,libxcrypt	cmake,ninja	https://github.com/sddm/sddm	https://github.com/sddm/sddm/archive/refs/tags/v{version}.tar.gz	Qt display manager
base	sddm-arctic-theme	1.0.0	meta	BSD-2-Clause	sddm,qt6-declarative	-	https://github.com/apiwo/arctic-linux	-	The Arctic login screen
base	arctic-plasma-theme	1.0.0	meta	BSD-2-Clause CC-BY-SA-4.0	plasma-workspace	-	https://github.com/apiwo/arctic-linux	-	Arctic theme, wallpapers and icons for Plasma
base	xdm	1.1.17	autotools	MIT	libx11,libxaw,libxmu,libxft,xorg-server	-	https://x.org/	https://x.org/pub/individual/app/xdm-{version}.tar.xz	The X display manager
base	greetd	0.10.3	cargo	GPL-3.0-only	glibc,libxcrypt	rust,cargo	https://sr.ht/~kennylevinsen/greetd/	https://git.sr.ht/~kennylevinsen/greetd/archive/{version}.tar.gz	Minimal login daemon
base	tuigreet	0.9.1	cargo	GPL-3.0-only	greetd	rust,cargo	https://github.com/apognu/tuigreet	https://github.com/apognu/tuigreet/archive/refs/tags/{version}.tar.gz	Console greeter for greetd
base	lightdm	1.32.0	autotools	GPL-3.0-only LGPL-3.0-only	glib,libxcb,libxcrypt	-	https://github.com/canonical/lightdm	https://github.com/canonical/lightdm/releases/download/{version}/lightdm-{version}.tar.xz	Cross-desktop display manager
#
# --- audio and video
base	pipewire	1.6.2	meson	MIT	glibc,alsa-lib,dbus,libsndfile,libusb	meson,ninja	https://pipewire.org/	https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/{version}/pipewire-{version}.tar.gz	Audio and video server
base	wireplumber	0.6.2	meson	MIT	pipewire,glib,lua	meson,ninja	https://pipewire.pages.freedesktop.org/wireplumber/	https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/{version}/wireplumber-{version}.tar.gz	PipeWire session manager
base	pipewire-alsa	1.6.2	meta	MIT	pipewire,alsa-lib	-	https://pipewire.org/	-	ALSA compatibility for PipeWire
base	pipewire-pulse	1.6.2	meta	MIT	pipewire	-	https://pipewire.org/	-	PulseAudio compatibility for PipeWire
base	alsa-lib	1.2.15	autotools	LGPL-2.1-or-later	glibc	-	https://alsa-project.org/	https://www.alsa-project.org/files/pub/lib/alsa-lib-{version}.tar.bz2	ALSA library
base	alsa-utils	1.2.15	autotools	GPL-2.0-or-later	alsa-lib,netbsd-curses	-	https://alsa-project.org/	https://www.alsa-project.org/files/pub/utils/alsa-utils-{version}.tar.bz2	alsamixer, amixer and friends
base	libsndfile	1.2.2	cmake	LGPL-2.1-or-later	glibc,flac,libvorbis,opus,libogg	cmake,ninja	https://libsndfile.github.io/libsndfile/	https://github.com/libsndfile/libsndfile/releases/download/{version}/libsndfile-{version}.tar.xz	Audio file library
base	flac	1.5.0	cmake	BSD-3-Clause GPL-2.0-or-later	glibc,libogg	cmake,ninja	https://xiph.org/flac/	https://downloads.xiph.org/releases/flac/flac-{version}.tar.xz	Free lossless audio codec
base	libogg	1.3.6	cmake	BSD-3-Clause	glibc	cmake,ninja	https://xiph.org/ogg/	https://downloads.xiph.org/releases/ogg/libogg-{version}.tar.xz	Ogg container library
base	libvorbis	1.3.7	cmake	BSD-3-Clause	libogg	cmake,ninja	https://xiph.org/vorbis/	https://downloads.xiph.org/releases/vorbis/libvorbis-{version}.tar.xz	Vorbis audio codec
base	opus	1.6.1	cmake	BSD-3-Clause	glibc	cmake,ninja	https://opus-codec.org/	https://downloads.xiph.org/releases/opus/opus-{version}.tar.gz	Opus audio codec
base	ffmpeg	8.0	autotools	LGPL-2.1-or-later GPL-2.0-or-later	glibc,libvorbis,opus,libvpx,x264,x265,dav1d,aom,libwebp,libva,libvdpau,zlib,alsa-lib	nasm	https://ffmpeg.org/	https://ffmpeg.org/releases/ffmpeg-{version}.tar.xz	Audio and video converter
base	libvpx	1.15.2	autotools	BSD-3-Clause	glibc	nasm	https://www.webmproject.org/	https://github.com/webmproject/libvpx/archive/refs/tags/v{version}.tar.gz	VP8 and VP9 codec
base	x264	0.165	autotools	GPL-2.0-or-later	glibc	nasm	https://www.videolan.org/developers/x264.html	https://code.videolan.org/videolan/x264/-/archive/master/x264-master.tar.bz2	H.264 encoder
base	x265	4.1	cmake	GPL-2.0-or-later	glibc	cmake,ninja,nasm	https://www.videolan.org/developers/x265.html	https://bitbucket.org/multicoreware/x265_git/downloads/x265_{version}.tar.gz	H.265 encoder
base	dav1d	1.6.0	meson	BSD-2-Clause	glibc	meson,ninja,nasm	https://code.videolan.org/videolan/dav1d	https://code.videolan.org/videolan/dav1d/-/archive/{version}/dav1d-{version}.tar.gz	AV1 decoder
base	aom	3.14.1	cmake	BSD-2-Clause	glibc	cmake,ninja,nasm	https://aomedia.googlesource.com/aom/	https://storage.googleapis.com/aom-releases/libaom-{version}.tar.gz	AV1 codec
base	mpv	0.41.0	meson	GPL-2.0-or-later	ffmpeg,libplacebo,wayland,mesa,alsa-lib,pipewire,libxkbcommon	meson,ninja	https://mpv.io/	https://github.com/mpv-player/mpv/archive/refs/tags/v{version}.tar.gz	Media player
base	libplacebo	7.351.0	meson	LGPL-2.1-or-later	glibc,vulkan-loader,mesa	meson,ninja	https://libplacebo.org/	https://code.videolan.org/videolan/libplacebo/-/archive/v{version}/libplacebo-v{version}.tar.gz	GPU video rendering library
base	vlc	3.0.22	autotools	GPL-2.0-or-later	ffmpeg,qt6-base,alsa-lib,libxcb,mesa,lua	-	https://videolan.org/vlc/	https://download.videolan.org/pub/videolan/vlc/{version}/vlc-{version}.tar.xz	Media player
base	obs-studio	32.0.1	cmake	GPL-2.0-or-later	ffmpeg,qt6-base,mesa,pipewire,libva,luajit	cmake,ninja	https://obsproject.com/	https://github.com/obsproject/obs-studio/archive/refs/tags/{version}.tar.gz	Live streaming and screen recording
base	audacity	3.8.0	cmake	GPL-3.0-or-later	wxwidgets,alsa-lib,libsndfile,ffmpeg,portaudio	cmake,ninja	https://audacityteam.org/	https://github.com/audacity/audacity/archive/refs/tags/Audacity-{version}.tar.gz	Audio editor
base	portaudio	19.7.0	cmake	MIT	alsa-lib	cmake,ninja	http://www.portaudio.com/	https://github.com/PortAudio/portaudio/archive/refs/tags/v{version}.tar.gz	Portable audio I/O
base	wxwidgets	3.2.8	autotools	LGPL-2.0-or-later	gtk3,libjpeg-turbo,libpng,libtiff	-	https://wxwidgets.org/	https://github.com/wxWidgets/wxWidgets/releases/download/v{version}/wxWidgets-{version}.tar.bz2	Cross-platform GUI toolkit
base	gimp	3.2.0	meson	GPL-3.0-or-later	gtk3,babl,gegl,libjpeg-turbo,libpng,libtiff,librsvg,poppler	meson,ninja	https://gimp.org/	https://download.gimp.org/gimp/v3.2/gimp-{version}.tar.xz	Image editor
base	gegl	0.4.62	meson	LGPL-3.0-or-later	babl,glib,cairo,libpng	meson,ninja	https://gegl.org/	https://download.gimp.org/gegl/0.4/gegl-{version}.tar.xz	Generic graphics library
base	babl	0.1.114	meson	LGPL-3.0-or-later	glibc,lcms2	meson,ninja	https://gegl.org/babl/	https://download.gimp.org/babl/0.1/babl-{version}.tar.xz	Pixel format conversion library
base	lcms2	2.17	meson	MIT	glibc,libjpeg-turbo,libtiff	meson,ninja	https://littlecms.com/	https://github.com/mm2/Little-CMS/releases/download/lcms{version}/lcms2-{version}.tar.gz	Colour management engine
base	inkscape	1.5.1	cmake	GPL-3.0-or-later	gtk3,librsvg,poppler,lcms2,gsl,double-conversion	cmake,ninja	https://inkscape.org/	https://inkscape.org/gallery/item/56343/inkscape-{version}.tar.xz	Vector graphics editor
base	blender	5.2.0	cmake	GPL-3.0-or-later	mesa,ffmpeg,openexr,openimageio,embree,python,vulkan-loader	cmake,ninja	https://blender.org/	https://download.blender.org/source/blender-{version}.tar.xz	3D creation suite
base	krita	5.3.0	cmake	GPL-3.0-or-later	qt6-base,kf6,openexr,lcms2,libraw,exiv2	cmake,ninja	https://krita.org/	https://download.kde.org/stable/krita/{version}/krita-{version}.tar.xz	Digital painting
base	openexr	3.4.0	cmake	BSD-3-Clause	glibc,imath,zlib	cmake,ninja	https://openexr.com/	https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v{version}.tar.gz	High dynamic range image format
base	imath	3.2.2	cmake	BSD-3-Clause	glibc	cmake,ninja	https://github.com/AcademySoftwareFoundation/Imath	https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v{version}.tar.gz	Maths library for graphics
#
# --- browsers
base	firefox	147.0	autotools	MPL-2.0	glibc,gtk3,mesa,pipewire,ffmpeg,libxcb,nss,nspr,icu,fontconfig	rust,cargo,nodejs,python,nasm	https://mozilla.org/firefox/	https://archive.mozilla.org/pub/firefox/releases/{version}/source/firefox-{version}.source.tar.xz	Mozilla Firefox
base	firefox-esr	140.7.0	autotools	MPL-2.0	glibc,gtk3,mesa,pipewire,ffmpeg,nss,nspr,icu	rust,cargo,nodejs,python,nasm	https://mozilla.org/firefox/	https://archive.mozilla.org/pub/firefox/releases/{version}esr/source/firefox-{version}esr.source.tar.xz	Firefox Extended Support Release
base	librewolf	147.0	autotools	MPL-2.0	glibc,gtk3,mesa,pipewire,ffmpeg,nss,nspr,icu	rust,cargo,nodejs,python,nasm	https://librewolf.net/	https://gitlab.com/librewolf-community/browser/source/-/archive/{version}/source-{version}.tar.gz	Firefox without the telemetry
base	chromium	140.0.7339.80	make	BSD-3-Clause	glibc,gtk4,mesa,nss,nspr,alsa-lib,pipewire,libva,ffmpeg,icu,libwebp,opus	python,nodejs,clang,lld,ninja	https://www.chromium.org/	https://commondatastorage.googleapis.com/chromium-browser-official/chromium-{version}.tar.xz	The Chromium browser
base	ungoogled-chromium	146.0.7500.60	make	BSD-3-Clause	glibc,gtk4,mesa,nss,nspr,alsa-lib,pipewire,libva,ffmpeg,icu	python,nodejs,clang,lld,ninja	https://github.com/ungoogled-software/ungoogled-chromium	https://github.com/ungoogled-software/ungoogled-chromium/archive/refs/tags/{version}-1.tar.gz	Chromium with the Google integration removed
base	helium	0.5.4	make	GPL-3.0-only	glibc,gtk4,mesa,nss,nspr,alsa-lib,pipewire,ffmpeg	python,nodejs,clang,lld,ninja	https://github.com/imputnet/helium-chromium	https://github.com/imputnet/helium-chromium/archive/refs/tags/{version}.tar.gz	Private, ungoogled Chromium fork
base	brave	1.95.24	binary	MPL-2.0	glibc,gtk4,mesa,nss,alsa-lib	-	https://brave.com/	https://github.com/brave/brave-browser/releases/download/v{version}/brave-browser-{version}-linux-amd64.zip	The Brave browser
base	qutebrowser	3.6.0	python	GPL-3.0-or-later	python,qt6-base,qt6-webengine	python	https://qutebrowser.org/	https://github.com/qutebrowser/qutebrowser/releases/download/v{version}/qutebrowser-{version}.tar.gz	Keyboard-driven browser
base	qt6-webengine	6.10.1	cmake	LGPL-3.0-only	qt6-base,qt6-declarative,nss,ffmpeg,icu	cmake,ninja,nodejs,python	https://qt.io/	https://download.qt.io/official_releases/qt/6.10/{version}/submodules/qtwebengine-everywhere-src-{version}.tar.xz	Chromium-based web engine for Qt
base	nss	3.120	make	MPL-2.0	glibc,nspr,sqlite	-	https://firefox-source-docs.mozilla.org/security/nss/	https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_120_RTM/src/nss-{version}.tar.gz	Network Security Services
base	nspr	4.38	autotools	MPL-2.0	glibc	-	https://firefox-source-docs.mozilla.org/nspr/	https://ftp.mozilla.org/pub/nspr/releases/v{version}/src/nspr-{version}.tar.gz	Netscape Portable Runtime
base	icu	78.1	autotools	ICU	glibc	-	https://icu.unicode.org/	https://github.com/unicode-org/icu/releases/download/release-78-1/icu4c-78_1-src.tgz	Unicode and globalisation support
#
# --- games and compatibility
base	steam	1.0.0.87	binary	Valve-proprietary	glibc,mesa,libx11,alsa-lib,glibc-32,mesa-32,libx11-32	-	https://store.steampowered.com/	https://repo.steampowered.com/steam/archive/stable/steam_{version}.tar.gz	The Steam client
base	wine	11.0	autotools	LGPL-2.1-or-later	glibc,mesa,libx11,freetype,alsa-lib,vulkan-loader,glibc-32	flex-alt,byacc	https://winehq.org/	https://dl.winehq.org/wine/source/11.0/wine-{version}.tar.xz	Run Windows applications
base	proton-ge	GE-Proton10-30	binary	LGPL-2.1-or-later	wine,dxvk,vkd3d-proton	-	https://github.com/GloriousEggroll/proton-ge-custom	https://github.com/GloriousEggroll/proton-ge-custom/releases/download/{version}/{version}.tar.gz	Proton with extra patches, for Steam
base	dxvk	2.7.1	meson	Zlib	vulkan-loader,wine	meson,ninja	https://github.com/doitsujin/dxvk	https://github.com/doitsujin/dxvk/releases/download/v{version}/dxvk-{version}.tar.gz	Direct3D 9/10/11 over Vulkan
base	vkd3d-proton	2.14.1	meson	LGPL-2.1-or-later	vulkan-loader,wine	meson,ninja	https://github.com/HansKristian-Work/vkd3d-proton	https://github.com/HansKristian-Work/vkd3d-proton/releases/download/v{version}/vkd3d-proton-{version}.tar.zst	Direct3D 12 over Vulkan
base	lutris	0.5.22	python	GPL-3.0-only	python,gtk4,wine,mesa,vulkan-loader	python	https://lutris.net/	https://github.com/lutris/lutris/archive/refs/tags/v{version}.tar.gz	Game manager
base	gamemode	1.8	meson	BSD-3-Clause	glibc,dbus,libinih	meson,ninja	https://github.com/FeralInteractive/gamemode	https://github.com/FeralInteractive/gamemode/archive/refs/tags/{version}.tar.gz	Optimise the system while a game runs
base	gamescope	3.16.20	meson	BSD-2-Clause	wlroots,vulkan-loader,mesa,libxcb,libxcomposite	meson,ninja	https://github.com/ValveSoftware/gamescope	https://github.com/ValveSoftware/gamescope/archive/refs/tags/{version}.tar.gz	Micro-compositor for games
base	mangohud	0.8.4	meson	MIT	vulkan-loader,mesa,dbus	meson,ninja	https://github.com/flightlessmango/MangoHud	https://github.com/flightlessmango/MangoHud/releases/download/v{version}/MangoHud-v{version}-Source.tar.xz	Vulkan and OpenGL overlay
base	retroarch	1.22.0	autotools	GPL-3.0-only	mesa,alsa-lib,libxkbcommon,wayland,ffmpeg,vulkan-loader	-	https://retroarch.com/	https://github.com/libretro/RetroArch/archive/refs/tags/v{version}.tar.gz	Frontend for emulators and game engines
base	prismlauncher	9.4	cmake	GPL-3.0-only	qt6-base,java-openjdk,zlib,quazip	cmake,ninja	https://prismlauncher.org/	https://github.com/PrismLauncher/PrismLauncher/releases/download/{version}/PrismLauncher-{version}.tar.gz	Minecraft launcher
base	quazip	1.5	cmake	LGPL-2.1-or-later	qt6-base,zlib	cmake,ninja	https://github.com/stachenov/quazip	https://github.com/stachenov/quazip/archive/refs/tags/v{version}.tar.gz	Qt zip library
base	java-openjdk	25.0.2	autotools	GPL-2.0-only WITH Classpath-exception-2.0	glibc,alsa-lib,libx11,freetype,fontconfig,lcms2	-	https://openjdk.org/	https://github.com/openjdk/jdk25u/archive/refs/tags/jdk-{version}-ga.tar.gz	The OpenJDK Java runtime and compiler
#
# --- productivity and everything else
base	libreoffice	26.2.0.3	autotools	MPL-2.0	glibc,gtk3,poppler,icu,lcms2,libxml2,nss,java-openjdk,boost	python,nasm	https://libreoffice.org/	https://download.documentfoundation.org/libreoffice/src/{version}/libreoffice-{version}.tar.xz	Office suite
base	boost	1.90.0	make	BSL-1.0	glibc,zlib,bzip2,zstd,icu	-	https://boost.org/	https://github.com/boostorg/boost/releases/download/boost-{version}/boost-{version}-b2-nodocs.tar.xz	C++ libraries
base	thunderbird	147.0	autotools	MPL-2.0	glibc,gtk3,nss,nspr,icu,ffmpeg	rust,cargo,nodejs,python,nasm	https://thunderbird.net/	https://archive.mozilla.org/pub/thunderbird/releases/{version}/source/thunderbird-{version}.source.tar.xz	Email client
base	keepassxc	2.7.12	cmake	GPL-3.0-only	qt6-base,qt6-svg,libargon2,botan,libxcb	cmake,ninja	https://keepassxc.org/	https://github.com/keepassxreboot/keepassxc/releases/download/{version}/keepassxc-{version}-src.tar.xz	Password manager
base	botan	3.10.0	python	BSD-2-Clause	glibc,zlib,bzip2,libressl	python	https://botan.randombit.net/	https://botan.randombit.net/releases/Botan-{version}.tar.xz	C++ cryptography library
base	libargon2	20190702	meta	Apache-2.0	argon2	-	https://github.com/P-H-C/phc-winner-argon2	-	Argon2 library, alias for argon2
base	syncthing	2.1.0	go	MPL-2.0	glibc	go	https://syncthing.net/	https://github.com/syncthing/syncthing/archive/refs/tags/v{version}.tar.gz	Continuous file synchronisation
base	transmission	4.1.0	cmake	GPL-2.0-or-later	glibc,curl,libressl,qt6-base,gtk4	cmake,ninja	https://transmissionbt.com/	https://github.com/transmission/transmission/releases/download/{version}/transmission-{version}.tar.xz	BitTorrent client
base	discord	0.0.130	binary	Discord-proprietary	glibc,electron,alsa-lib,mesa	-	https://discord.com/	https://dl.discordapp.net/apps/linux/{version}/discord-{version}.tar.gz	Discord client
base	telegram-desktop	6.5.0	cmake	GPL-3.0-only	qt6-base,ffmpeg,openal,libwebp,rnnoise	cmake,ninja	https://desktop.telegram.org/	https://github.com/telegramdesktop/tdesktop/releases/download/v{version}/tdesktop-{version}-full.tar.gz	Telegram client
base	openal	1.24.3	cmake	LGPL-2.0-or-later	alsa-lib,pipewire	cmake,ninja	https://openal-soft.org/	https://github.com/kcat/openal-soft/archive/refs/tags/{version}.tar.gz	3D audio API
base	rnnoise	0.2	autotools	BSD-3-Clause	glibc	-	https://github.com/xiph/rnnoise	https://github.com/xiph/rnnoise/archive/refs/tags/v{version}.tar.gz	Recurrent neural network noise suppression
base	cups	2.4.15	autotools	Apache-2.0	glibc,libressl,zlib,dbus,libusb	-	https://openprinting.github.io/cups/	https://github.com/OpenPrinting/cups/releases/download/v{version}/cups-{version}-source.tar.gz	Printing system
base	bluez	5.85	autotools	GPL-2.0-or-later	glibc,dbus,glib,libical,ell	-	http://www.bluez.org/	https://kernel.org/pub/linux/bluetooth/bluez-{version}.tar.xz	Bluetooth stack
base	bluez-utils	5.85	meta	GPL-2.0-or-later	bluez	-	http://www.bluez.org/	-	bluetoothctl and friends
base	libical	3.0.20	cmake	MPL-2.0 LGPL-2.1-only	glibc,libxml2,icu	cmake,ninja	https://github.com/libical/libical	https://github.com/libical/libical/releases/download/v{version}/libical-{version}.tar.gz	iCalendar library
base	docker	28.5.2	go	Apache-2.0	glibc,containerd,runc,libseccomp,iptables-nft	go	https://docker.com/	https://github.com/moby/moby/archive/refs/tags/v{version}.tar.gz	Container engine
base	containerd	2.2.0	go	Apache-2.0	glibc,runc	go	https://containerd.io/	https://github.com/containerd/containerd/archive/refs/tags/v{version}.tar.gz	Container runtime
base	runc	1.4.0	go	Apache-2.0	glibc,libseccomp	go	https://github.com/opencontainers/runc	https://github.com/opencontainers/runc/archive/refs/tags/v{version}.tar.gz	OCI container runtime
base	podman	5.7.0	go	Apache-2.0	glibc,conmon,crun,libseccomp	go	https://podman.io/	https://github.com/containers/podman/archive/refs/tags/v{version}.tar.gz	Daemonless container engine
base	crun	1.25	autotools	LGPL-2.1-or-later	glibc,libseccomp,libcap,yajl	-	https://github.com/containers/crun	https://github.com/containers/crun/releases/download/{version}/crun-{version}.tar.gz	Fast OCI runtime in C
base	conmon	2.1.13	make	Apache-2.0	glibc,glib	-	https://github.com/containers/conmon	https://github.com/containers/conmon/archive/refs/tags/v{version}.tar.gz	OCI container monitor
base	yajl	2.1.0	cmake	ISC	glibc	cmake,ninja	https://lloyd.github.io/yajl/	https://github.com/lloyd/yajl/archive/refs/tags/{version}.tar.gz	Yet another JSON library
base	iptables-nft	1.8.11	autotools	GPL-2.0-only	glibc,libmnl,libnftnl	-	https://netfilter.org/projects/iptables/	https://netfilter.org/projects/iptables/files/iptables-{version}.tar.xz	iptables compatibility over nftables
base	qemu	11.0.0	autotools	GPL-2.0-only	glibc,glib,pixman,mesa,alsa-lib,pipewire,libusb,zstd	python,ninja,meson	https://qemu.org/	https://download.qemu.org/qemu-{version}.tar.xz	Machine emulator and virtualiser
base	libvirt	12.0.0	meson	LGPL-2.1-or-later	glibc,glib,libxml2,qemu,dnsmasq,libnl	meson,ninja	https://libvirt.org/	https://download.libvirt.org/libvirt-{version}.tar.xz	Virtualisation management API
base	dnsmasq	2.92	make	GPL-2.0-only	glibc,libnetfilter_conntrack	-	https://thekelleys.org.uk/dnsmasq/	https://thekelleys.org.uk/dnsmasq/dnsmasq-{version}.tar.xz	Lightweight DNS and DHCP server
base	libnetfilter_conntrack	1.1.0	autotools	GPL-2.0-or-later	glibc,libmnl,libnfnetlink	-	https://netfilter.org/projects/libnetfilter_conntrack/	https://netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-{version}.tar.bz2	Connection tracking library
base	libnfnetlink	1.0.2	autotools	GPL-2.0-or-later	glibc	-	https://netfilter.org/projects/libnfnetlink/	https://netfilter.org/projects/libnfnetlink/files/libnfnetlink-{version}.tar.bz2	Low-level netfilter netlink library
base	flatpak	1.17.0	meson	LGPL-2.1-or-later	glib,libostree,polkit,fuse3,xdg-desktop-portal	meson,ninja	https://flatpak.org/	https://github.com/flatpak/flatpak/releases/download/{version}/flatpak-{version}.tar.xz	Application sandboxing and distribution
base	libostree	2026.1	autotools	LGPL-2.0-or-later	glib,libressl,curl,fuse3,zlib	-	https://ostreedev.github.io/ostree/	https://github.com/ostreedev/ostree/releases/download/v{version}/libostree-{version}.tar.xz	Git-like filesystem trees
base	polkit	126	meson	Apache-2.0	glib,duktape,dbus	meson,ninja	https://gitlab.freedesktop.org/polkit/polkit	https://github.com/polkit-org/polkit/archive/refs/tags/{version}.tar.gz	Authorisation framework
base	duktape	2.7.0	make	MIT	glibc	-	https://duktape.org/	https://duktape.org/duktape-{version}.tar.xz	Embeddable JavaScript engine
base	gsl	2.8	autotools	GPL-3.0-or-later	glibc	-	https://www.gnu.org/software/gsl/	https://ftp.gnu.org/gnu/gsl/gsl-{version}.tar.gz	GNU scientific library, for inkscape
base	double-conversion	3.3.1	cmake	BSD-3-Clause	glibc	cmake,ninja	https://github.com/google/double-conversion	https://github.com/google/double-conversion/archive/refs/tags/v{version}.tar.gz	Binary to decimal conversion
base	libraw	0.21.4	autotools	LGPL-2.1-only CDDL-1.0	glibc,libjpeg-turbo,lcms2	-	https://www.libraw.org/	https://www.libraw.org/data/LibRaw-{version}.tar.gz	Raw image decoder
base	openimageio	3.1.15.0	cmake	Apache-2.0	openexr,libjpeg-turbo,libpng,libtiff,boost,libwebp	cmake,ninja	https://openimageio.readthedocs.io/	https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v{version}.tar.gz	Image I/O library
base	embree	4.4.0	cmake	Apache-2.0	glibc	cmake,ninja	https://www.embree.org/	https://github.com/RenderKit/embree/archive/refs/tags/v{version}.tar.gz	Ray tracing kernels
base	libsecret	0.21.7	meson	LGPL-2.1-or-later	glib,libgcrypt	meson,ninja	https://wiki.gnome.org/Projects/Libsecret	https://download.gnome.org/sources/libsecret/0.21/libsecret-{version}.tar.xz	Secret storage library
base	libgcrypt	1.11.2	autotools	LGPL-2.1-or-later	glibc,libgpg-error	-	https://gnupg.org/software/libgcrypt/	https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-{version}.tar.bz2	Cryptographic library
base	libgpg-error	1.55	autotools	LGPL-2.1-or-later	glibc	-	https://gnupg.org/software/libgpg-error/	https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-{version}.tar.bz2	Error codes for GnuPG
base	gnupg	2.5.14	autotools	GPL-3.0-or-later	glibc,libgcrypt,libassuan,libksba,npth,zlib	-	https://gnupg.org/	https://gnupg.org/ftp/gcrypt/gnupg/gnupg-{version}.tar.bz2	Encryption and signing
base	libassuan	3.0.2	autotools	LGPL-2.1-or-later	glibc,libgpg-error	-	https://gnupg.org/software/libassuan/	https://gnupg.org/ftp/gcrypt/libassuan/libassuan-{version}.tar.bz2	IPC library for GnuPG
base	libksba	1.6.7	autotools	LGPL-3.0-or-later	glibc,libgpg-error	-	https://gnupg.org/software/libksba/	https://gnupg.org/ftp/gcrypt/libksba/libksba-{version}.tar.bz2	X.509 and CMS library
base	npth	1.8	autotools	LGPL-2.1-or-later	glibc	-	https://gnupg.org/software/npth/	https://gnupg.org/ftp/gcrypt/npth/npth-{version}.tar.bz2	New portable threads library
base	zsh-autosuggestions	0.7.1	make	MIT	zsh	-	https://github.com/zsh-users/zsh-autosuggestions	https://github.com/zsh-users/zsh-autosuggestions/archive/refs/tags/v{version}.tar.gz	Fish-like autosuggestions for zsh
base	zsh-syntax-highlighting	0.8.0	make	BSD-3-Clause	zsh	-	https://github.com/zsh-users/zsh-syntax-highlighting	https://github.com/zsh-users/zsh-syntax-highlighting/archive/refs/tags/{version}.tar.gz	Syntax highlighting for zsh
base	mksh	60c	make	MirOS	glibc	-	https://www.mirbsd.org/mksh.htm	https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R{version}.tgz	The MirBSD Korn shell
base	fish	4.2.0	cmake	GPL-2.0-only	glibc,netbsd-curses,pcre2	cmake,ninja,rust	https://fishshell.com/	https://github.com/fish-shell/fish-shell/releases/download/{version}/fish-{version}.tar.xz	Friendly interactive shell
base	dash	0.5.13	autotools	BSD-3-Clause	glibc	-	http://gondor.apana.org.au/~herbert/dash/	http://gondor.apana.org.au/~herbert/dash/files/dash-{version}.tar.gz	POSIX-compliant minimal shell
#
# =============================================================== kernels
kernels	Arctic-base-kernel	7.1.3	make	GPL-2.0-only	glibc	clang,lld,bmake	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Arctic kernel with broad hardware support
kernels	Arctic-libre-kernel	7.1.3	make	GPL-2.0-only	glibc	clang,lld,bmake	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Arctic kernel, fully free, no blob loading
kernels	Arctic-small-kernel	7.1.3	make	GPL-2.0-only	glibc	clang,lld,bmake	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Arctic kernel, monolithic and minimal
kernels	Arctic-rt-kernel	7.1.3	make	GPL-2.0-only	glibc	clang,lld,bmake	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Arctic kernel with full preemption, for audio work
kernels	Arctic-lts-kernel	6.12.60	make	GPL-2.0-only	glibc	clang,lld,bmake	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-{version}.tar.xz	Arctic kernel on the long-term support series
kernels	Arctic-hardened-kernel	7.1.3	make	GPL-2.0-only	glibc	clang,lld,bmake	https://kernel.org/	https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-{version}.tar.xz	Arctic kernel with the hardening options turned up
kernels	linux-firmware	20260622	firmware	various-redistributable	-	-	https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git	https://kernel.org/pub/linux/kernel/firmware/linux-firmware-{version}.tar.xz	Device firmware for Linux drivers
kernels	sof-firmware	2025.12	firmware	BSD-3-Clause	-	-	https://github.com/thesofproject/sof-bin	https://github.com/thesofproject/sof-bin/releases/download/v{version}/sof-bin-{version}.tar.gz	Sound Open Firmware, for modern Intel audio
kernels	alsa-ucm-conf	1.2.15	make	BSD-3-Clause	-	-	https://alsa-project.org/	https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-{version}.tar.bz2	ALSA use case manager configuration
#
# =============================================================== nonfree
# Proprietary firmware and drivers. Every entry here has a free counterpart in
# alt-nonfree, and the installer offers the choice.
nonfree	nvidia-drivers	590.48	dkms	NVIDIA-proprietary	glibc,gcc-libs,libglvnd,libx11,libxext,libxxf86vm,libdrm,wayland,mesa,libpciaccess	linux-headers,gmake,clang	https://www.nvidia.com/	https://us.download.nvidia.com/XFree86/Linux-x86_64/{version}/NVIDIA-Linux-x86_64-{version}.run	NVIDIA proprietary driver and kernel module (needs libstdc++ and libgcc_s from gcc-libs)
nonfree	nvidia-utils	590.48	binary	NVIDIA-proprietary	nvidia-drivers,gcc-libs,libglvnd,mesa	-	https://www.nvidia.com/	https://us.download.nvidia.com/XFree86/Linux-x86_64/{version}/NVIDIA-Linux-x86_64-{version}.run	NVIDIA userspace libraries, nvidia-smi and CUDA loader
nonfree	nvidia-settings	595.84	make	GPL-2.0-only	nvidia-utils,gcc-libs,gtk3,libjansson	-	https://github.com/NVIDIA/nvidia-settings	https://github.com/NVIDIA/nvidia-settings/archive/refs/tags/{version}.tar.gz	NVIDIA control panel
nonfree	nvidia-lts-drivers	590.48	dkms	NVIDIA-proprietary	glibc,Arctic-lts-kernel	linux-headers	https://www.nvidia.com/	https://us.download.nvidia.com/XFree86/Linux-x86_64/{version}/NVIDIA-Linux-x86_64-{version}.run	NVIDIA driver built for the LTS kernel
nonfree	nvidia-open	595.84	dkms	MIT GPL-2.0-only	glibc	linux-headers	https://github.com/NVIDIA/open-gpu-kernel-modules	https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/{version}.tar.gz	NVIDIA open kernel modules for Turing and newer
nonfree	cuda	13.2	binary	NVIDIA-proprietary	nvidia-utils,gcc-libs	-	https://developer.nvidia.com/cuda-toolkit	https://developer.download.nvidia.com/compute/cuda/{version}/local_installers/cuda_{version}_linux.run	NVIDIA CUDA toolkit
nonfree	broadcom-wl	6.30.223.271	dkms	Broadcom-proprietary	glibc	linux-headers	https://www.broadcom.com/	https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-{V_}.tar.gz	Broadcom 802.11 wireless driver
nonfree	broadcom-bt-firmware	12.0.1.1105	firmware	Broadcom-proprietary	-	-	https://github.com/winterheart/broadcom-bt-firmware	https://github.com/winterheart/broadcom-bt-firmware/archive/refs/tags/v{version}.tar.gz	Broadcom Bluetooth firmware
nonfree	intel-ucode	20260610	firmware	Intel-proprietary-redistributable	-	-	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-{version}.tar.gz	Intel CPU microcode
nonfree	amd-ucode	20260622	firmware	AMD-proprietary-redistributable	-	-	https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git	https://kernel.org/pub/linux/kernel/firmware/linux-firmware-{version}.tar.xz	AMD CPU microcode
nonfree	amdgpu-pro-vulkan	26.10	binary	AMD-proprietary	mesa,vulkan-loader	-	https://www.amd.com/en/support	https://repo.radeon.com/amdgpu/{version}/ubuntu/pool/proprietary/amdvlk_{version}_amd64.deb	AMD proprietary Vulkan driver
nonfree	intel-compute-runtime	26.27.39122.12	cmake	MIT	mesa,level-zero	cmake,ninja	https://github.com/intel/compute-runtime	https://github.com/intel/compute-runtime/archive/refs/tags/{version}.tar.gz	Intel OpenCL and Level Zero runtime
nonfree	level-zero	1.24.0	cmake	MIT	glibc	cmake,ninja	https://github.com/oneapi-src/level-zero	https://github.com/oneapi-src/level-zero/archive/refs/tags/v{version}.tar.gz	oneAPI Level Zero API
nonfree	rocm-opencl	7.2.0	cmake	MIT	mesa,llvm	cmake,ninja	https://rocm.docs.amd.com/	https://github.com/ROCm/ROCm/archive/refs/tags/rocm-{version}.tar.gz	AMD ROCm OpenCL runtime
nonfree	ipw2200-firmware	3.1	firmware	Intel-proprietary-redistributable	-	-	https://ipw2200.sourceforge.net/	https://ipw2200.sourceforge.net/firmware.php?fid=8	Firmware for Intel PRO/Wireless 2200BG
nonfree	rtl8821ce	6.30.0	dkms	GPL-2.0-only Realtek-proprietary	glibc	linux-headers	https://github.com/tomaspinho/rtl8821ce	https://github.com/tomaspinho/rtl8821ce/archive/refs/tags/v{version}.tar.gz	Realtek RTL8821CE wireless driver
nonfree	rtl8812au	5.13.6	dkms	GPL-2.0-only Realtek-proprietary	glibc	linux-headers	https://github.com/morrownr/8812au-20210629	https://github.com/morrownr/8812au-20210629/archive/refs/heads/main.tar.gz	Realtek RTL8812AU wireless driver
nonfree	facetimehd	0.7.0	dkms	GPL-2.0-only	glibc	linux-headers	https://github.com/patjak/facetimehd	https://github.com/patjak/facetimehd/archive/refs/tags/{version}.tar.gz	Apple FaceTime HD camera driver
nonfree	steam-runtime	0.20260101	binary	Valve-proprietary	steam	-	https://store.steampowered.com/	https://repo.steampowered.com/steamrt-images-scout/snapshots/{version}/steam-runtime.tar.xz	The Steam runtime libraries
nonfree	unrar	7.2.2	make	unRAR-restricted	glibc	-	https://www.rarlab.com/	https://www.rarlab.com/rar/unrarsrc-{version}.tar.gz	Extract RAR archives
nonfree	b43-firmware	6.30.163.46	firmware	Broadcom-proprietary	-	-	https://wireless.wiki.kernel.org/en/users/drivers/b43	https://www.lwfinger.com/b43-firmware/broadcom-wl-{version}.tar.bz2	Firmware for Broadcom b43 cards
#
# =============================================================== alt-nonfree
# Free replacements for what is in nonfree. Installing one of these conflicts
# with its proprietary counterpart, on purpose.
alt-nonfree	nouveau-drivers	1.0.18	xorg	MIT	mesa,libdrm	clang,pkgconf	https://nouveau.freedesktop.org/	https://x.org/pub/individual/driver/xf86-video-nouveau-{version}.tar.xz	Free NVIDIA driver, replaces nvidia-drivers
alt-nonfree	nouveau-firmware	20260622	firmware	MIT	-	-	https://nouveau.freedesktop.org/	https://kernel.org/pub/linux/kernel/firmware/linux-firmware-{version}.tar.xz	Redistributable GSP firmware for nouveau
alt-nonfree	b43-open	5.2	firmware	GPL-2.0-only	-	-	http://netweb.ing.unibs.it/~openfwwf/	http://netweb.ing.unibs.it/~openfwwf/firmware/openfwwf-{version}.tar.gz	Free firmware for Broadcom b43, replaces b43-firmware
alt-nonfree	mesa-only-stack	26.0.2	meta	MIT	mesa,vulkan-radeon,vulkan-intel,vulkan-swrast,libva-mesa-driver	-	https://mesa3d.org/	-	A graphics stack with no proprietary components
alt-nonfree	amdgpu-free	26.0.2	meta	MIT	mesa,vulkan-radeon,libva-mesa-driver	-	https://mesa3d.org/	-	The free AMD stack, replaces amdgpu-pro-vulkan
alt-nonfree	intel-media-free	26.0.2	meta	MIT	mesa,vulkan-intel	-	https://mesa3d.org/	-	The free Intel stack, replaces intel-compute-runtime
alt-nonfree	ath9k-htc-open	1.4.0	firmware	BSD-3-Clause	-	-	https://github.com/qca/open-ath9k-htc-firmware	https://github.com/qca/open-ath9k-htc-firmware/archive/refs/tags/{version}.tar.gz	Free firmware for Atheros ath9k_htc devices
alt-nonfree	libre-firmware	20260701	firmware	GPL-2.0-only	-	-	https://www.fsfla.org/ikiwiki/selibre/linux-libre/	https://linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/free-firmware-{version}.tar.xz	Firmware with no binary blobs at all
alt-nonfree	unar	1.10.8	make	LGPL-2.1-or-later	glibc,zlib,bzip2,icu	-	https://theunarchiver.com/command-line	https://github.com/MacPaw/XADMaster/archive/refs/tags/v{version}.tar.gz	Free RAR extractor, replaces unrar
alt-nonfree	chromium-free	146.0.7500.60	meta	BSD-3-Clause	ungoogled-chromium	-	https://github.com/ungoogled-software/ungoogled-chromium	-	Chromium with nothing proprietary, replaces chromium
alt-nonfree	nvidia-alternative	1.0.0	meta	MIT	nouveau-drivers,mesa,nouveau-firmware	-	https://nouveau.freedesktop.org/	-	Everything needed to run an NVIDIA card without blobs
#
# =============================================================== multilib
# 32-bit libraries, for Steam, Wine and old binaries.
multilib	glibc-32	2.44	autotools	LGPL-2.1-or-later	glibc	gcc	https://www.gnu.org/software/libc/	https://ftp.gnu.org/gnu/glibc/glibc-{version}.tar.xz	The C library, 32-bit
multilib	mesa-32	26.0.2	meson	MIT	mesa,glibc-32	meson,ninja	https://mesa3d.org/	https://archive.mesa3d.org/mesa-{version}.tar.xz	OpenGL and Vulkan, 32-bit
multilib	libx11-32	1.8.13	autotools	MIT	libx11,glibc-32	-	https://x.org/	https://x.org/pub/individual/lib/libX11-{version}.tar.xz	X11 client library, 32-bit
multilib	alsa-lib-32	1.2.15	autotools	LGPL-2.1-or-later	alsa-lib,glibc-32	-	https://alsa-project.org/	https://www.alsa-project.org/files/pub/lib/alsa-lib-{version}.tar.bz2	ALSA library, 32-bit
multilib	vulkan-loader-32	1.4.330	cmake	Apache-2.0	vulkan-loader,glibc-32	cmake,ninja	https://github.com/KhronosGroup/Vulkan-Loader	https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v{version}.tar.gz	Vulkan loader, 32-bit
multilib	libdrm-32	2.4.130	meson	MIT	libdrm,glibc-32	meson,ninja	https://dri.freedesktop.org/	https://dri.freedesktop.org/libdrm/libdrm-{version}.tar.xz	DRM library, 32-bit
multilib	zlib-32	1.3.1	autotools	Zlib	zlib,glibc-32	-	https://zlib.net/	https://github.com/madler/zlib/releases/download/v{version}/zlib-{version}.tar.gz	Compression library, 32-bit
multilib	libressl-32	4.2.0	autotools	ISC Apache-2.0	libressl,glibc-32	-	https://www.libressl.org/	https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-{version}.tar.gz	LibreSSL, 32-bit
multilib	nvidia-utils-32	590.48	binary	NVIDIA-proprietary	nvidia-utils,glibc-32	-	https://www.nvidia.com/	https://us.download.nvidia.com/XFree86/Linux-x86_64/{version}/NVIDIA-Linux-x86_64-{version}.run	NVIDIA userspace libraries, 32-bit
multilib	libgl-32	26.0.2	meta	MIT	mesa-32	-	https://mesa3d.org/	-	32-bit OpenGL, for Steam and Wine
multilib	steam-deps-32	1.0.0	meta	BSD-2-Clause	glibc-32,mesa-32,libx11-32,alsa-lib-32,vulkan-loader-32,libgl-32	-	https://github.com/apiwo/arctic-linux	-	Everything 32-bit that Steam needs
extra	ncdu	2.9	make	MIT	glibc,netbsd-curses	zig	https://dev.yorhel.nl/ncdu	https://dev.yorhel.nl/download/ncdu-{version}.tar.gz	Disk usage analyser with a text UI
extra	tealdeer	1.8.0	cargo	MIT Apache-2.0	glibc,libressl	rust,cargo	https://github.com/tealdeer-rs/tealdeer	https://github.com/tealdeer-rs/tealdeer/archive/refs/tags/v{version}.tar.gz	Fast tldr client, for when man is too much
extra	hyperfine	1.20.0	cargo	MIT Apache-2.0	glibc	rust,cargo	https://github.com/sharkdp/hyperfine	https://github.com/sharkdp/hyperfine/archive/refs/tags/v{version}.tar.gz	Command-line benchmarking tool
extra	difftastic	0.65.0	cargo	MIT	glibc	rust,cargo	https://difftastic.wilfred.me.uk/	https://github.com/Wilfred/difftastic/archive/refs/tags/{version}.tar.gz	A diff that understands syntax
base	nushell	0.109.0	cargo	MIT	glibc,libressl	rust,cargo	https://www.nushell.sh/	https://github.com/nushell/nushell/archive/refs/tags/{version}.tar.gz	A shell built around structured data
base	yazi	26.5.6	cargo	MIT	glibc,ffmpeg,libwebp	rust,cargo	https://yazi-rs.github.io/	https://github.com/sxyazi/yazi/archive/refs/tags/v{version}.tar.gz	Terminal file manager
base	dankmaterialshell	1.5.0	meson	GPL-3.0-only	quickshell,niri,pipewire,ttf-jetbrains-mono	meson,ninja	https://github.com/AvengeMedia/DankMaterialShell	https://github.com/AvengeMedia/DankMaterialShell/archive/refs/tags/v{version}.tar.gz	DankMaterialShell, the DMS bar and shell for niri
base	quickshell	0.2.0	cmake	LGPL-3.0-only	qt6-base,qt6-declarative,qt6-wayland,wayland,pipewire	cmake,ninja	https://quickshell.outfoxxed.me/	https://git.outfoxxed.me/outfoxxed/quickshell/archive/v{version}.tar.gz	Qt/QML toolkit for building Wayland shells
base	picom	12.5	meson	MIT MPL-2.0	libx11,libxcb,mesa,libconfig,pixman,libev	meson,ninja	https://github.com/yshui/picom	https://github.com/yshui/picom/archive/refs/tags/v{version}.tar.gz	X11 compositor, shadows and fading
base	libconfig	1.8.1	autotools	LGPL-2.1-or-later	glibc	-	https://hyperrealm.github.io/libconfig/	https://github.com/hyperrealm/libconfig/releases/download/v{version}/libconfig-{version}.tar.gz	Structured configuration file library
base	libev	4.33	autotools	BSD-2-Clause	glibc	-	http://software.schmorp.de/pkg/libev.html	http://dist.schmorp.de/libev/libev-{version}.tar.gz	High performance event loop
base	feh	3.10.3	make	MIT	libx11,imlib2,libxt	-	https://feh.finalrewind.org/	https://feh.finalrewind.org/feh-{version}.tar.bz2	Lightweight image viewer and wallpaper setter
base	imlib2	1.12.5	autotools	Imlib2	libx11,libpng,libjpeg-turbo,freetype	-	https://docs.enlightenment.org/api/imlib2/html/	https://downloads.sourceforge.net/enlightenment/imlib2-{version}.tar.gz	Image loading and rendering library
base	libxt	1.3.1	autotools	MIT	libx11,libsm	-	https://x.org/	https://x.org/pub/individual/lib/libXt-{version}.tar.xz	X Toolkit Intrinsics
base	libsm	1.2.6	autotools	MIT	libice,libx11	-	https://x.org/	https://x.org/pub/individual/lib/libSM-{version}.tar.xz	X Session Management library
base	libice	1.1.2	autotools	MIT	glibc	-	https://x.org/	https://x.org/pub/individual/lib/libICE-{version}.tar.xz	X Inter-Client Exchange library
base	wlogout	1.1.1	meson	MIT	gtk3,wayland	meson,ninja	https://github.com/ArtsyMacaw/wlogout	https://github.com/ArtsyMacaw/wlogout/archive/refs/tags/{version}.tar.gz	Wayland logout menu
#
# =============================================================== profile
# Profile packages. Each installs a whole working setup and writes its
# configuration, instead of dropping a bare component on you. alpm prints a
# warning before installing one, because they touch /etc and the user's home.
profile	niri-dms	1.0.0	meta	BSD-2-Clause	niri,dankmaterialshell,foot,fuzzel,mako,swaylock,wl-clipboard,grim,slurp,xorg-xwayland,pipewire,wireplumber,ttf-jetbrains-mono,ttf-nerd-fonts-symbols,noto-fonts,noto-fonts-emoji,nemo,firefox	-	https://github.com/apiwo/arctic-linux	-	Niri + DankMaterialShell with the Arctic neutral rice and keybinds
profile	arctic-kde	1.0.0	meta	BSD-2-Clause	plasma-meta,foot,sddm,sddm-arctic-theme,arctic-plasma-theme,dolphin,kate,ark,spectacle,gwenview,okular,pipewire,wireplumber,ttf-jetbrains-mono,noto-fonts,noto-fonts-emoji	-	https://github.com/apiwo/arctic-linux	-	KDE Plasma with foot and the Arctic colour scheme
profile	arctic-xfce	1.0.0	meta	BSD-2-Clause	xfce4-meta,foot,xfce4-notifyd,xfce4-screenshooter,thunar,xorg-server,sddm,pipewire,wireplumber,ttf-jetbrains-mono,noto-fonts,noto-fonts-emoji,arctic-plasma-theme	-	https://github.com/apiwo/arctic-linux	-	Xfce with the Arctic theme, foot and a neutral panel layout
profile	apiwow-dwm	1.0.0	meta	MIT BSD-2-Clause	dwm,dmenu,st,picom,slstatus,slock,foot,xorg-server,xorg-xinit,libx11,libxft,libxinerama,ttf-jetbrains-mono,ttf-nerd-fonts-symbols,noto-fonts,feh	clang,bmake	https://github.com/apiwo/arctic-linux	-	dwm + picom, calm grey and white, with the Arctic terminal and fonts
