DIRECT ARTIFACTS // NO UNZIPPING NEEDED

DOWNLOADS & SBC HARDWARE

Standalone binaries compiled directly for your architecture. Single files with static musl libc โ€” no glibc version mismatches, no mandatory .tar.gz archives. Just download, chmod +x and run.

๐Ÿ“ First-class ARM32 & ARM64 Support ๐Ÿ”’ Cryptographic SHA-256 Manifest โšก Zero Dependencies

โšก Quick Install (Recommended)

The universal installer checks your OS and CPU architecture and downloads the matching standalone executable directly:

bash โ€” installer
curl -fsSL https://fuxico.2lp.in/install.sh | bash
Orange Pi, Banana Pi, Raspberry Pi on Scanner Bed

๐Ÿ“ Comprehensive SBC Compatibility Guide

Nobody should have to guess which architecture their single-board computer runs on. Find your exact board or clone below to download the right binary:

Platform / Arch Direct Binary Supported Hardware & Clones Action
Linux ARMv7
32-bit Hard Float (armhf)
fux-linux-armv7 Orange Pi: Zero, One, Lite, PC, PC Plus, 2G-IOT (Allwinner H2+/H3)
Banana Pi: M2 Berry, M2+, M2 Magic, M2 Ultra
Raspberry Pi: 2, 3, 4 (running 32-bit Raspberry Pi OS)
Other SBCs: NanoPi NEO, NanoPi Air, BeagleBone Black, Cubieboard
Download
Linux ARM64
64-bit (aarch64)
fux-linux-aarch64 Orange Pi: 5, 5 Plus, 3B, Zero 2, Zero 3 (Rockchip RK3588, Allwinner H616/H618)
Banana Pi: BPI-M5, BPI-M4 Zero, BPI-R3
Raspberry Pi: 3, 4, 5, Zero 2 W (running 64-bit OS)
Other SBCs: Rock Pi 4, Pine64, Odroid C4/N2, ARM Cloud Servers (Ampere, AWS Graviton)
Download
Linux ARMv6
32-bit Legacy (armel)
fux-linux-armv6 Raspberry Pi: 1 Model A, B, B+, Raspberry Pi Zero v1.x and Zero W (Broadcom BCM2835)
Other SBCs: Classic Pogoplug series
Download
Linux x86_64
64-bit Static musl
fux-linux-x86_64 Intel & AMD 64-bit PCs, Laptops, VPS Servers, Mini PCs (Intel NUC, Beelink, Minisforum), Alpine, Debian, Ubuntu, Arch, Docker Download
Windows x86_64
64-bit Portable (.exe)
fux-windows-x86_64.exe Windows 10, Windows 11, Windows Server 2016+ (64-bit) Download
Universal Shell
POSIX / Bash Script
fux Any Unix environment equipped with curl (Linux, macOS Apple Silicon / Intel, FreeBSD, OpenBSD, Termux on Android, OpenWrt routers) Download
Server Bundle
Portable PHP 8.2+
fuxico.php Single-file self-contained server bundle. Run on any system with PHP 8.2+ with zero composer dependencies. Download

๐Ÿ”’ Cryptographic SHA-256 Verification

Always verify the authenticity and integrity of downloaded files. Download the official manifest:

โฌ‡๏ธ Download checksums.sha256
sha256sum verification
# Verify single binary:
curl -sSL https://fuxico.2lp.in/checksums.sha256 | grep fux-linux-x86_64 | sha256sum -c -

# Verify all downloaded artifacts:
sha256sum -c checksums.sha256