
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
github.com/gesquive/fast-cli
fast-cli estimates your current internet download speed by performing a series of downloads from Netflix's fast.com servers.
This project requires go 1.6+ to compile. Just run go get -u github.com/gesquive/fast-cli
and the executable should be built for you automatically in your $GOPATH
.
Optionally you can run make install
to build and copy the executable to /usr/local/bin/
with correct permissions.
Alternately, you can download the latest release for your platform from github.
Once you have an executable, make sure to copy it somewhere on your path like /usr/local/bin
or C:/Program Files/
.
If on a *nix/mac system, make sure to run chmod +x /path/to/fast-cli
.
fast-cli estimates your current internet download speed by performing a series of downloads from Netflix's fast.com servers.
Usage:
fast-cli [flags]
Flags:
-h, --help help for fast-cli
-n, --no-https Do not use HTTPS when connecting
-s, --simple Only display the result, no dynamic progress bar
--version Display the version number and exit
Optionally, a hidden debug flag is available in case you need additional output.
Hidden Flags:
-D, --debug Include debug statements in log output
This documentation can be found at github.com/gesquive/fast-cli
This package is made available under an MIT-style license. See LICENSE.
PRs are always welcome!
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.