A cryptographically signed, self-updating package repository for Void Linux.
Packages built on-demand · Signed & indexed automatically · Drop-in native xbps repo
① Add the repository
echo 'repository=https://github.com/Ackerman-00/void-nexus/releases/download/rolling' \
| sudo tee /etc/xbps.d/10-nexus.conf② Sync and install
sudo xbps-install -S # press y when prompted to trust the signing key
sudo xbps-install <package-name>Click to expand — 20 packages
| Package | Description | Type |
|---|---|---|
blender-bin |
3D graphics creation suite (binary build) | Stable |
brave-browser |
Secure, fast and private web browser with ad blocker | Stable |
brave-origin-bin |
Minimalist browser from the makers of Brave (binary release) | Stable |
faugus-launcher |
Simple and lightweight app for running Windows games using UMU-Launcher | Stable |
msnap |
Screenshot and screencast utility for mango | Stable |
gcc16 |
GNU Compiler Collection 16 (parallel install) | Snapshot |
helium-browser-bin |
Private, fast, and honest web browser based on Chromium | Stable |
heroic-games-launcher |
Open source launcher for GOG, Epic, and Amazon Games | Stable |
libspng |
Simple, modern libpng alternative | Stable |
niri-git |
Scrollable-tiling Wayland compositor (Git Snapshot) | Git |
noctalia-qs |
Noctalia Quick Settings - GNOME Shell quick settings extension | Stable |
noctalia-shell |
Noctalia Shell - GNOME Shell theme and extensions | Stable |
noctalia-v5 |
Lightweight Wayland shell built directly on Wayland and OpenGL ES | Git |
protonplus |
Compatibility tools manager for GNOME (Wine/Proton) | Stable |
rootapp |
Discord alternative for gaming communities and large online groups | Stable |
sdbus-cpp |
High-level C++ D-Bus library | Stable |
vesktop |
Custom Discord desktop client with Vencord preinstalled | Stable |
xwayland-satellite-git |
Xwayland outside your Wayland compositor (Git Snapshot) | Git |
zed |
High-performance, multiplayer code editor from the creators of Atom | Stable |
zen-browser |
Welcome to a calmer internet | Stable |
Gitpackages track upstream HEAD and rebuild on every new commit.
No extra steps — packages update with your system:
sudo xbps-install -SuRepository not found
Verify
/etc/xbps.d/10-nexus.conf contains exactly:
repository=https://github.com/Ackerman-00/void-nexus/releases/download/rolling
Key import failed or was declined
Place the public key manually:
sudo mkdir -p /var/db/xbps/keys && sudo curl -L \
-o /var/db/xbps/keys/b9:f2:38:0f:3f:a7:76:be:5f:ad:01:b9:ef:b5:55:77.plist \
https://github.com/Ackerman-00/void-nexus/raw/main/signing-key.plistPackage not found
Only
x86_64 glibc is currently supported. musl and other architectures are not built.
Want a package added, or spotted something broken?
- Open an issue — request a new package or report a build failure
- Submit a PR — add your own template under
srcpkgs/<name>/template - Package updates are handled automatically by the workflow — no need to bump versions manually
Made with 🖤 by Ackerman-00 · Powered by Void Linux