Releases: limijd/mySetups
Releases · limijd/mySetups
Portable Linux Toolkit v1.0.0
Portable Statically-Linked Linux Binaries
Pre-built static binaries that run on any Linux — no glibc, no dependencies, no root, no package manager.
Included Tools
| Tool | Version | Architectures |
|---|---|---|
| tmux | 3.5a | x86_64, aarch64 |
| ripgrep (rg) | 14.1.1 | x86_64, aarch64 |
| Neovim | 0.11.4 | x86_64, aarch64 (AppImage) |
Download & Run
# Example: download and run tmux on x86_64
chmod +x tmux.x86_64
./tmux.x86_64
# Example: download and run ripgrep on ARM64
chmod +x rg.aarch64
./rg.aarch64 "pattern" /path/to/searchOr clone the full repo and source portable/activate.zsh for a complete toolkit experience with configs.
Use Cases
- Customer/production servers without install permissions
- Old Linux distros (RHEL 6/7, CentOS, Ubuntu 14.04+)
- Docker containers and minimal images
- Air-gapped and restricted environments