fully static builds of curl, runs anywhere https://github.com/moparisthebest/static-curl
Go to file
Travis Burtrum 577ac478eb
moparisthebest/static-curl/pipeline/head This commit looks good Details
curl 8.5.0
2023-12-12 21:34:26 -05:00
.ci Abandon travis-ci for jenkins 2020-11-26 19:36:57 -05:00
LICENSE.txt Add readme/license, tweak build 2019-12-05 22:01:32 -05:00
README.md curl 7.82.0 2022-03-05 11:28:09 -05:00
build.sh curl 8.5.0 2023-12-12 21:34:26 -05:00
mykey.asc Initial commit 2019-12-04 22:33:05 -05:00

README.md

🦾 Static curl 🦾

Build Status

These are a couple simple scripts to build a fully static curl binary using alpine linux docker containers. Currently it is a featureful build with OpenSSL, libssh2, nghttp2, and zlib, supporting most protocols. Tweak configure options in build.sh if you need something else (and/or suggest or PR).

Grab the latest release from one of these links, by CPU architecture:

Static binaries for windows are provided directly by curl itself.

Development

File explanation:

  • build.sh - runs inside an alpine docker container, downloads curl, verifies it with gpg, and builds it
  • mykey.asc - Daniel Stenberg's GPG key used for signing/verifying curl releases