Skip to content

Instantly share code, notes, and snippets.

@lidgnulinux
Last active July 8, 2025 09:36
Show Gist options
  • Save lidgnulinux/f81d75c81bfe40d8ac97fcaad1f61357 to your computer and use it in GitHub Desktop.
Save lidgnulinux/f81d75c81bfe40d8ac97fcaad1f61357 to your computer and use it in GitHub Desktop.
Static-linked executables collection.

Static-linked Executables build.

What are these ?

These are my static-linked executables I'm building, which I think are interesting.

They consist of tools I use daily. As the name suggest, the static-linked executables don't rely on libraries (CMIIW), so you can just run it (tested in glibc and musl environment).

How to use it ?

There are two methods, pick one !

  1. You can just extract it using tar (you may will need tarlz though, download here ) and run the executable (sometimes it's inside usr or bin directory).
  2. Install using qi package manager, just run qi install -p name_of_archive. Be carefull, it would overwrite existing tool that you have in your system.

Lists.

This is list of the build I've done so far, not quite much but the number will expand.

  • acpi, ACPI client for battery, power, and thermal readings.
  • adb-fastboot, tools to do some stuff with android.
  • bash, GNU bash.
  • findutils, Utilities to find files.
  • fbcat, Framebuffer screenshot tool.
  • gzip, Popular data compression program.
  • grim, Grabs images from Wayland compositors.
  • havoc, minimal terminal emulator for wayland.
  • inetutils, A collection of common network programs.
  • infozip, Info-ZIP's zip and unzip utilities.
  • irssi, Modular textUI IRC client with IPv6 support.
  • lynx, A text browser for the World Wide Web.
  • openssh, The OpenSSH suite.
  • patch, A tool to patch files.
  • patchelf, Small utility to modify the dynamic linker and RPATH of ELF executables.
  • screen, Window manager that multiplexes a physical terminal.
  • sdcv, Console version of StarDict.
  • samurai, ninja-compatible build tool written in C.
  • tar, tar (GNU tar).
  • tarlz, Archiver with multimember lzip compression (version 0.28).
  • tmux, alternative, Terminal multiplexer.
  • unrar v6.x, RAR uncompression program 6.x version.
  • unrar v7.x, RAR uncompression program 7.x version.
  • vim, Vim (tiny version).
  • wget, The non-interactive network downloader.
  • wpa_supplicant, IEEE 802.1X/WPA supplicant wireless client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment