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

gurl - golang version of curl with embedded SSL (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;

arm64:

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

i386:

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