Repository metrics
- Stars
- (48,085 stars)
- PR merge metrics
- (Avg merge 11d 1h) (45 merged PRs in 30d)
Description
Problem
The current aarch64 Linux binary (rtk-aarch64-unknown-linux-gnu) requires GLIBC 2.39, but many Linux distributions (e.g., Debian 12, Raspberry Pi OS) ship with GLIBC 2.36. This makes RTK unusable on ARM64 devices without compiling from source.
Device
- Raspberry Pi 5 (aarch64 / ARMv8)
- Debian 12 bookworm — ships glibc 2.36
Current error
/lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by rtk)
Request
Please provide a static musl-linked ARM64 binary (rtk-aarch64-unknown-linux-musl.tar.gz), similar to the existing rtk-x86_64-unknown-linux-musl.tar.gz. Musl is fully static and has no glibc version dependency.
Why this matters
ARM64 Linux devices (Raspberry Pi 5, Apple Silicon Macs via Linux VMs, ARM servers) are increasingly common. A musl build would make RTK universally portable without compilation.