BG_SCANNER
Release v1.0.0
This release introduces full cross-platform builds using Go’s native toolchain.
All binaries are built from a single codebase and require no external runtime.
Supported Platforms
-
Linux
- amd64
- arm64
-
Windows
- amd64
-
macOS
- Intel (amd64)
- Apple Silicon (arm64)
-
Android / Termux
- arm64
Build Details
- Built with Go
- CGO disabled for maximum portability
- Static binaries where supported
- No external dependencies
Usage Notes
- Windows binaries include the
.exeextension - macOS binaries are unsigned (Gatekeeper may warn on first run)
- Android binaries are intended for Termux (not APKs)
- Linux ARM builds work on ARM servers and SBCs
Checksums
Checksums are provided to verify binary integrity after download.
Known Limitations
- Android builds run in Termux only
- No GUI; CLI usage only
- macOS notarization is not included