Skip to content

Releases: StrangeNoob/speed-test-cli

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 13:46

Changelog

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:24

Changelog

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 08 Jun 06:32

Changelog

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:39

Changelog

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 08:41

Changelog

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Jun 08:27

Changelog

v0.1.3 — consistent install command

Choose a tag to compare

@StrangeNoob StrangeNoob released this 07 Jun 07:58

Both install methods now produce the same speed-test command.

go install github.com/StrangeNoob/speed-test-cli/cmd/speed-test@latest

or grab a prebuilt binary below, or make install from a checkout.

Supersedes v0.1.2, which was published without its entry point due to a
.gitignore glitch. Use v0.1.3.

No behavior changes to the speed test itself. Verify downloads against SHA256SUMS.txt.

v0.1.1 — installable via go install

Choose a tag to compare

@StrangeNoob StrangeNoob released this 07 Jun 07:46

Maintenance release that makes the tool installable via the Go toolchain.

What's new

  • go install support: the module path is now github.com/StrangeNoob/speed-test-cli, so anyone can install with:
    go install github.com/StrangeNoob/speed-test-cli@latest
  • New make install targets: make install (copy to /usr/local/bin), make go-install, and make uninstall.

No behavior changes to the speed test itself since v0.1.0.

Verify downloads against SHA256SUMS.txt.

v0.1.0 — initial release

Choose a tag to compare

@StrangeNoob StrangeNoob released this 07 Jun 07:25

First release of speed-test-cli — a fast, dependency-free internet speed test CLI in Go, powered by Cloudflare's public endpoints.

Features

  • Download, upload, ping, and jitter measurement (parallel streams, warm-up discard)
  • Colored terminal UI with live progress bars; auto-plain when piped or with --no-color
  • --json output, history logging to ~/.speed-test/history.jsonl
  • Graceful HTTP 429 rate-limit handling (backoff + retry; never reports a silent 0.0)

Install

Download the binary for your platform below, then:

chmod +x speed-test_v0.1.0_<os>_<arch>
./speed-test_v0.1.0_<os>_<arch>

Or build from source: CGO_ENABLED=0 go build -o speed-test .

Verify downloads against SHA256SUMS.txt.