Skip to content
matveynator edited this page Apr 29, 2023 · 5 revisions

Gurl:

Gurl is a golang version of curl with embedded SSL - it is a curl for old machines.

Download all versions here.

linux amd64:

curl -L 'http://files.matveynator.ru/gurl/latest/linux/amd64/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;

linux arm64:

curl -L 'http://files.matveynator.ru/gurl/latest/linux/arm64/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;

linux 386:

curl -L 'http://files.matveynator.ru/gurl/latest/linux/386/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;
Clone this wiki locally