# andrew-d/static-binaries

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/andrew-d-static-binaries).**

_How this analysis was created: the description and tags below were written by an AI model that read this project's README and public documentation pages; stars, license and language come straight from the GitHub API. The model does not read the source code._

3,714 stars · 617 forks · Shell · NOASSERTION

## Links

- GitHub: https://github.com/andrew-d/static-binaries
- awesome-repositories: https://awesome-repositories.com/repository/andrew-d-static-binaries.md

## Description

This project is a collection of common Unix utilities compiled as statically linked binaries. It provides a portable Nix toolset and a bundle of POSIX utilities designed to run across different Linux distributions without requiring shared library dependencies.

The collection focuses on cross-distribution compatibility and minimal environment setup. By utilizing a musl-based toolchain and static-link compilation, these utilities are distributed as standalone files that execute immediately without the need for a package manager or external system packages.

The project covers a range of portable Unix tooling and command-line automation capabilities, ensuring consistent behavior for essential system tools in lightweight environments or containers.

## Tags

### Operating Systems & Systems Programming

- [Portable Unix Utilities](https://awesome-repositories.com/f/operating-systems-systems-programming/portable-unix-utilities.md) — Provides a collection of standard Unix utilities as portable binaries for consistent behavior across environments. ([source](https://github.com/andrew-d/static-binaries#readme))
- [Static Binary Compilation](https://awesome-repositories.com/f/operating-systems-systems-programming/cross-architecture-binary-execution/static-binary-compilation.md) — Provides binaries compiled with static linking to ensure portability across different target architectures.
- [Musl libc Targeting](https://awesome-repositories.com/f/operating-systems-systems-programming/platform-development-integration/platform-sdks/linux-sdks/linux-build-targets/musl-libc-targeting.md) — Uses a musl-based toolchain to ensure binaries remain compatible across diverse Linux distributions.
- [POSIX Shell Utilities](https://awesome-repositories.com/f/operating-systems-systems-programming/posix-shell-utilities.md) — Provides a bundle of standard POSIX utilities as static executables for minimal environments.
- [Portable Nix Toolsets](https://awesome-repositories.com/f/operating-systems-systems-programming/portable-nix-toolsets.md) — Provides a portable toolset of essential command line utilities for various Linux distributions.

### Development Tools & Productivity

- [Single-Binary Distributions](https://awesome-repositories.com/f/development-tools-productivity/single-binary-distributions.md) — Distributes utilities as standalone executable files that run immediately without a package manager.
- [Static Binaries](https://awesome-repositories.com/f/development-tools-productivity/static-binaries.md) — Distributes software as self-contained static binaries for immediate execution on target machines.
- [Static Binary Bundling](https://awesome-repositories.com/f/development-tools-productivity/static-binaries/static-binary-compilers/static-binary-bundling.md) — Combines all required libraries into single executables to eliminate external runtime dependencies.
- [Statically Linked Binary Collections](https://awesome-repositories.com/f/development-tools-productivity/static-binaries/statically-linked-binary-collections.md) — Ships a comprehensive collection of common Unix utilities as standalone, statically linked binaries.

### DevOps & Infrastructure

- [Cross-Distribution Compatibility](https://awesome-repositories.com/f/devops-infrastructure/binary-distribution/cross-distribution-compatibility.md) — Ensures tools run across different Linux distributions by avoiding dependencies on specific glibc versions.
- [Portable Binary Standardisation](https://awesome-repositories.com/f/devops-infrastructure/build-toolchains/portable-binary-standardisation.md) — Standardises the compilation of various Unix utilities into a uniform, portable binary format.
- [Minimal Container Environments](https://awesome-repositories.com/f/devops-infrastructure/system-environment-setup/minimal-container-environments.md) — Supplies essential binaries for preparing lightweight systems and containers without requiring a full operating system.

### Part of an Awesome List

- [Privilege Escalation](https://awesome-repositories.com/f/awesome-lists/security/privilege-escalation.md) — Collection of static binaries for exploitation.
