awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
andrew-d avatar

andrew-d/static-binaries

0
View on GitHub↗
3,714 stars·617 forks·Shell·4 views

Static Binaries

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.

Features

  • Portable Unix Utilities - Provides a collection of standard Unix utilities as portable binaries for consistent behavior across environments.
  • Single-Binary Distributions - Distributes utilities as standalone executable files that run immediately without a package manager.
  • Static Binaries - Distributes software as self-contained static binaries for immediate execution on target machines.
  • Static Binary Bundling - Combines all required libraries into single executables to eliminate external runtime dependencies.
  • Statically Linked Binary Collections - Ships a comprehensive collection of common Unix utilities as standalone, statically linked binaries.
  • Cross-Distribution Compatibility - Ensures tools run across different Linux distributions by avoiding dependencies on specific glibc versions.
  • Static Binary Compilation - Provides binaries compiled with static linking to ensure portability across different target architectures.
  • Musl libc Targeting - Uses a musl-based toolchain to ensure binaries remain compatible across diverse Linux distributions.
  • POSIX Shell Utilities - Provides a bundle of standard POSIX utilities as static executables for minimal environments.
  • Portable Binary Standardisation - Standardises the compilation of various Unix utilities into a uniform, portable binary format.
  • Minimal Container Environments - Supplies essential binaries for preparing lightweight systems and containers without requiring a full operating system.
  • Portable Nix Toolsets - Provides a portable toolset of essential command line utilities for various Linux distributions.
  • Privilege Escalation - Collection of static binaries for exploitation.

Star history

Star history chart for andrew-d/static-binariesStar history chart for andrew-d/static-binaries

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Static Binaries

Similar open-source projects, ranked by how many features they share with Static Binaries.
  • dylanaraps/pure-sh-bibledylanaraps avatar

    dylanaraps/pure-sh-bible

    7,709View on GitHub↗

    This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te

    Shell
    View on GitHub↗7,709
  • appimage/appimagekitAppImage avatar

    AppImage/AppImageKit

    9,348View on GitHub↗

    AppImageKit is a system of tools and utilities for bundling Linux desktop applications into single-file, portable executables. It functions as a packager that converts application directories into self-mounting binaries, allowing software to run across multiple Linux distributions without a formal installation process. The project enables portable software distribution by isolating application configurations and home directories from the host system, which allows applications to run from removable media. It includes a filesystem manager for extracting, inspecting, and mounting the embedded im

    C
    View on GitHub↗9,348
  • bigint/heybigint avatar

    bigint/hey

    29,384View on GitHub↗

    Hey is a command-line utility designed for HTTP load testing and API performance benchmarking. It functions as a concurrent request generator that simulates high volumes of traffic against target endpoints to evaluate service responsiveness, throughput, and stability under load. The tool distinguishes itself by integrating specialized modules for cryptographic request signing and internal service authorization. It supports the generation of digital signatures for decentralized social protocols and validates backend requests using shared secret tokens, allowing for secure interaction with prot

    TypeScriptblockchaincryptodapp
    View on GitHub↗29,384
  • shelljs/shelljsshelljs avatar

    shelljs/shelljs

    14,402View on GitHub↗

    ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas

    JavaScriptbashjavascriptnode
    View on GitHub↗14,402
See all 30 alternatives to Static Binaries→

Frequently asked questions

What does andrew-d/static-binaries do?

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.

What are the main features of andrew-d/static-binaries?

The main features of andrew-d/static-binaries are: Portable Unix Utilities, Single-Binary Distributions, Static Binaries, Static Binary Bundling, Statically Linked Binary Collections, Cross-Distribution Compatibility, Static Binary Compilation, Musl libc Targeting.

What are some open-source alternatives to andrew-d/static-binaries?

Open-source alternatives to andrew-d/static-binaries include: dylanaraps/pure-sh-bible — This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries… appimage/appimagekit — AppImageKit is a system of tools and utilities for bundling Linux desktop applications into single-file, portable… bigint/hey — Hey is a command-line utility designed for HTTP load testing and API performance benchmarking. It functions as a… shelljs/shelljs — ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system… bmatzelle/gow — Gow is a collection of tools designed to install Unix-based system utilities on Windows and extend the Windows shell… mvdan/sh — This project is a POSIX shell toolset providing utilities for parsing, formatting, interpreting, and validating shell…