Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supriyo-biswas/static-builds
Statically-built, dependency free binaries of software packages for Linux.
https://github.com/supriyo-biswas/static-builds
curl openssh rsync ssh static-binary wget
Last synced: 27 days ago
JSON representation
Statically-built, dependency free binaries of software packages for Linux.
- Host: GitHub
- URL: https://github.com/supriyo-biswas/static-builds
- Owner: supriyo-biswas
- Created: 2024-04-07T06:51:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-31T11:15:19.000Z (2 months ago)
- Last Synced: 2024-09-27T14:02:44.962Z (about 1 month ago)
- Topics: curl, openssh, rsync, ssh, static-binary, wget
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# static-builds
Statically-built, dependency free binaries of software packages for Linux. Just extract the binaries, add to your system, and run them!
Perfect for servers with limited installation capabilties (e.g. recovery situations), containerized environments or CI runners where pulling in a binary dependency with multiple files may not be possible.
In Golang, it is possible to create an executable that works on the target OS and architecture without having any other dependencies, ensuring that the only thing you need to run your software is to deploy the single binary in the server or container. This project aims to create a similar experience for other software packages.
## Installation
Head over to the [releases](https://github.com/supriyo-biswas/static-builds/releases) to download the binaries.
If you use the `curl` or `wget` commands from this project, you need to add a certificate bundle to `/etc/ssl/cert.pem` when downloading HTTPS content, otherwise you will face errors. You can use [python-certifi's certificate bundle](https://raw.githubusercontent.com/certifi/python-certifi/master/certifi/cacert.pem) for this purpose.