Fast, minimal CLI speed test with a shared Cloudflare/Bun server.
go install github.com/yashsinghcodes/ispeed@latest
Make sure your GOBIN or GOPATH/bin is on your PATH, then run:
ispeed
go build -o ispeed
./ispeed
ispeed -url https://speed.getanswers.pro
Options:
-urlbase server URL (default:https://speed.getanswers.pro)-durationtest duration-streamsparallel streams-download-mbdownload size per stream in MB-ping-countping samples-timeoutrequest timeout-jsonJSON output
The server is a single TypeScript entrypoint that runs on both Bun and Cloudflare Workers.
If you can host a public server, please do. More community-hosted servers improve accuracy, and we will add them to the shared list. Create an issue with your server URL and location so we can include it.
cd server
bun run index.ts
The deploy output URL becomes your CLI -url value.