All Projects → ddo → Fast

ddo / Fast

Licence: mit
Minimal zero-dependency utility for testing your internet download speed from terminal

Programming Languages

go
31211 projects - #10 most used programming language

fast Github All Releases

Minimal zero-dependency utility for testing your internet download speed from terminal

Powered by Fast.com - Netflix

Installation

Bin

replace the download link with your os one

https://github.com/ddo/fast/releases

below is ubuntu 64 bit example

curl -L https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_amd64 -o fast

# or wget
wget https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_amd64 -O fast

# then chmod
chmod +x fast

# run
./fast

Docker

~10 MB

docker run --rm ddooo/fast

Snap

snap install fast

Brew

soon

For golang user

golang user can install from the source code

go get -u github.com/ddo/fast

Build

Docker

# build alpine binary file from root folder
docker run --rm -v "$PWD":/go/src/fast -w /go/src/fast golang:alpine go build -v

mv fast build/docker/
cd build/docker/
docker build -t ddooo/fast .

Snap

cd build/snap/
snapcraft
snapcraft push fast_*.snap
snapcraft release fast <revision> <channel>

Bug

for bug report just open new issue

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].