Available Packages
-
Packages
-
Built
-
Failed
-
Last Build
-
app-editors/windsurf-bin Windsurf Editor - AI-powered IDE with Cascade assistant
USE flags none License Apache-2.0 BSD BSD-1 BSD-2 BSD-4 CC-BY-4.0 ISC LGPL-2.1+ Microsoft-vscode MIT MPL-2.0 openssl PYTHON TextMate-bundle Unlicense UoI-NCSA W3C Homepage windsurf.com/editor Features Cascade AI, VS Code foundation, flow state coding, free core features -
app-office/affine-bin AFFiNE - Open-source knowledge base (docs, whiteboards, databases)
USE flags none License MIT Homepage affine.pro https://github.com/toeverything/AFFiNE Features Block-based editing, whiteboard, local-first, privacy-focused, Notion alternative -
app-office/affine-canary-bin AFFiNE Canary - Bleeding-edge knowledge base (docs, whiteboards, databases)
USE flags none License MIT Homepage affine.pro https://github.com/toeverything/AFFiNE Features Canary channel, latest features, block editing, whiteboard, local-first -
app-emulation/wine-cachyos Proton-CachyOS - NTSync, AVX2/AVX-512 optimizations
USE flags +abi_x86_32 +abi_x86_64 +cpu_flags_x86_avx2 cpu_flags_x86_avx512f License BSD BSD-2 LGPL-2.1+ ZLIB gsm libpng2 libtiff MIT OPENLDAP Homepage github.com/CachyOS/proton-cachyos Features NTSync (kernel 6.14+), baseline/AVX2/AVX-512 builds, SLR patches -
app-emulation/wine-ge GE-Proton - Gaming-optimized Wine with Media Foundation fixes and FSR
USE flags +abi_x86_32 +abi_x86_64 License BSD BSD-2 LGPL-2.1+ ZLIB gsm libpng2 libtiff MIT OPENLDAP Homepage github.com/GloriousEggroll/proton-ge-custom Features Media Foundation, FSR, DXVK, VKD3D-Proton, game-specific patches -
games-misc/hytale-launcher-bin Hytale Launcher - Native Linux self-updating launcher
USE flags none License all-rights-reserved Homepage hytale.com Features Auto-updates, WebKit2GTK UI, desktop integration -
games-util/faugus-launcher-bin Faugus Launcher - Windows game launcher using UMU/Proton
USE flags none License MIT Homepage github.com/Faugus/faugus-launcher Features GTK4 UI, Proton/Wine-GE support, game library management, tray icon -
net-misc/kdrive-bin kDrive - Infomaniak cloud storage desktop sync client
USE flags none License GPL-3 Homepage infomaniak.com/en/kdrive Features Real-time sync, selective folders, LAN sync, file manager integration -
gui-apps/butler Butler - Home Assistant companion app for Linux
USE flags none License GPL-3+ Arch ~amd64 ~arm64 Homepage github.com/cassidyjames/butler Features GTK4/libadwaita, pinch-to-zoom, swipe navigation, fullscreen kiosk mode, session persistence -
app-misc/claude-cowork-service-bin Claude Cowork Service - Native Linux backend for Claude Desktop Cowork (community)
USE flags none License MIT Homepage github.com/patrickjaja/claude-cowork-service Features systemd user service, RPC daemon for Cowork VM, requires Claude Code CLI >= 2.1.86 -
app-misc/claude-desktop-bin Claude Desktop - AI assistant desktop application (unofficial Linux port)
USE flags none License all-rights-reserved Homepage claude.ai https://github.com/patrickjaja/claude-desktop-bin Features Anthropic Claude AI, conversation history, file analysis, desktop integration -
net-p2p/resilio-sync Resilio Sync - P2P file synchronization
USE flags none License all-rights-reserved Arch -* ~amd64 ~arm64 Homepage resilio.com Features OpenRC + systemd services, per-user instances, web UI on :8888 -
app-portage/gpkg gpkg - Graphical package manager for Gentoo Linux (live/develop)
USE flags +sourceview +vte btrfs dracut appindicator grub2 kerneltools limine refind systemd systemd-boot License GPL-2 Homepage git.xenonet.cc/N3oTraX/gpkg Features GTK4/libadwaita UI, VTE terminal, D-Bus daemon, polkit auth, kernel management, 8 languages, live git ebuild -
app-portage/gpkg-bin gpkg-bin - Pre-built graphical package manager for Gentoo Linux
USE flags btrfs dracut appindicator grub2 kerneltools limine refind systemd systemd-boot License GPL-2 Homepage codeberg.org/NoBodyZ/gpkg Features GTK4/libadwaita UI, VTE terminal, D-Bus daemon, polkit auth, x86-64-v3 optimized -
net-misc/r8126 r8126 - Realtek RTL8126 5GbE out-of-tree driver (DKMS)
USE flags dash down-speed-100 fiber hw-acceleration hw-optim-tx +eee +multi-tx-q ptp +rss s5-keep-mac use-firmware +wol-s5 +wol License GPL-2 Homepage realtek.com/Download/List?cate_id=584 Features DKMS kernel module, 5 GbE link speed, auto-rebuild on kernel upgrade
Setup
# 1. Add the overlay eselect repository enable nbdy_overlay emaint sync -r nbdy_overlay # 2. Configure the binhost cat > /etc/portage/binrepos.conf/nbdy_overlay.conf <<EOF [nbdy_overlay] sync-uri = https://binpkg.xenonet.cc/packages priority = 10 EOF # 3. Install packages emerge --getbinpkg app-emulation/wine-ge
Global Binary Configuration
# Optional: always prefer binary packages (in /etc/portage/make.conf) FEATURES="getbinpkg"
GPG Verification
# Import the signing key wget -O - https://binpkg.xenonet.cc/gpg/nbdy_overlay.asc | gpg --import # Verify in make.conf FEATURES="binpkg-request-signature"