Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perryflynn/static-binaries
Static builds of common software
https://github.com/perryflynn/static-binaries
amd64 armv7 armv8 busybox curl dig iperf jq rsync ssh static-binaries static-binary static-build tcpdump x86
Last synced: about 1 month ago
JSON representation
Static builds of common software
- Host: GitHub
- URL: https://github.com/perryflynn/static-binaries
- Owner: perryflynn
- License: other
- Created: 2023-07-02T10:27:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-26T19:30:35.000Z (12 months ago)
- Last Synced: 2023-12-27T20:35:27.678Z (12 months ago)
- Topics: amd64, armv7, armv8, busybox, curl, dig, iperf, jq, rsync, ssh, static-binaries, static-binary, static-build, tcpdump, x86
- Language: Dockerfile
- Homepage: https://files.serverless.industries/bin/
- Size: 93.8 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Static Binaries
A collection of statically build software tools.
Download: [https://files.serverless.industries/bin/](https://files.serverless.industries/bin/)
## Tools
Last checked for new versions: 2024-05-26
| Verify | Name | Version | Release Date | Releases |
|---|--------------------|------------------|--------------------------|----------|
| sha256+gpg | busybox | 1.36.1 | 2023-05-18 | [Releases](https://busybox.net/downloads/) |
| sha256+gpg | curl | 8.8.0 | 2024-05-22 | [Releases](https://curl.se/download/) |
| sha256+gpg | dig + nsupdate | 9.16.50 | 2024-04-17 | [Releases](https://downloads.isc.org/isc/bind9/) |
| sha256 | htop | 3.3.0 | 2024-01-10 | [Releases](https://github.com/htop-dev/htop/releases/) |
| sha256 | iperf2 | 2.2.0 | 2024-04-11 | [Releases](https://sourceforge.net/projects/iperf2/files/) |
| sha256 | iperf3 | 3.17.1 | 2024-05-13 | [Releases](https://github.com/esnet/iperf) |
| sha256 | jq | 1.7.1 | 2023-12-13 | [Releases](https://github.com/jqlang/jq/releases) |
| sha256+gpg
sha256 | rsync
xxHash | 3.3.0
0.8.2 | 2024-04-06
2023-07-21 | [Releases](https://download.samba.org/pub/rsync/src/?C=M;O=D)
[Releases](https://github.com/Cyan4973/xxHash/tags) |
| sha256+gpg | OpenSSH | 9.7p1 | 2024-05-11 | [Releases](https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable) |
| sha256+gpg
sha256+gpg | tcpdump
libpcap | 4.99.4
1.10.4 | 2023-04-07
2023-04-07 | [Releases](https://www.tcpdump.org/release) |
| sha256 | vim | 9.0 | 2024-05-26 | [Releases](https://github.com/vim/vim/tags) |### Known Issues
- dig: [Starting from 9.18 static builds are unsupported](https://kb.isc.org/docs/changes-to-be-aware-of-when-moving-from-bind-916-to-918)
## Supported Architectures
| Architecture | Debian
Codename | Alpine
Codename | Used in |
|--------------|--------------------|--------------------|----------------------------|
| x86 | i386 (is i686) | x86 | Old 32-bit PCs and Servers |
| x86_64 | amd64 | amd64 | PCs and Servers |
| ARM32v7 | armhf | armv7 | Raspberry Pi 2+3 |
| ARM64v8 | arm64 | aarch64 | Raspberry Pi 4 |## Contribute
This repo is just a mirror of a private GitLab Repository.
Please create an issue if you want to contribute.