{"id":25704789,"url":"https://github.com/mamantoha/speedtest-ng","last_synced_at":"2026-01-18T00:34:39.689Z","repository":{"id":279194683,"uuid":"938000629","full_name":"mamantoha/speedtest-ng","owner":"mamantoha","description":"A command-line tool for testing internet speed using Speedtest.net, written in Crystal.","archived":false,"fork":false,"pushed_at":"2025-10-30T10:29:39.000Z","size":1711,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T12:26:58.438Z","etag":null,"topics":["cli","crystal","speedtest"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mamantoha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-24T09:06:50.000Z","updated_at":"2025-10-30T10:29:43.000Z","dependencies_parsed_at":"2025-07-19T13:09:42.067Z","dependency_job_id":"4e5d8d56-5a72-4b85-bb5e-6b0fd7d63710","html_url":"https://github.com/mamantoha/speedtest-ng","commit_stats":null,"previous_names":["mamantoha/speedtest-ng"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/mamantoha/speedtest-ng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fspeedtest-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fspeedtest-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fspeedtest-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fspeedtest-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamantoha","download_url":"https://codeload.github.com/mamantoha/speedtest-ng/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fspeedtest-ng/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285175517,"owners_count":27127379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","crystal","speedtest"],"created_at":"2025-02-25T06:19:43.916Z","updated_at":"2025-11-19T03:03:58.276Z","avatar_url":"https://github.com/mamantoha.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"assets/favicon.png\" width=\"128\" height=\"128\" /\u003e\n\u003ch1\u003espeedtest-ng\u003c/h1\u003e\n\u003ch3\u003e\nA command-line tool for testing internet speed using Speedtest.net.\n\u003c/h3\u003e\n\n[![Crystal CI](https://github.com/mamantoha/speedtest-ng/actions/workflows/crystal.yml/badge.svg)](https://github.com/mamantoha/speedtest-ng/actions/workflows/crystal.yml)\n[![GitHub release](https://img.shields.io/github/release/mamantoha/speedtest-ng.svg)](https://github.com/mamantoha/speedtest-ng/releases)\n[![speedtest-ng](https://snapcraft.io/speedtest-ng/badge.svg)](https://snapcraft.io/speedtest-ng)\n[![License](https://img.shields.io/github/license/mamantoha/speedtest-ng.svg)](https://github.com/mamantoha/speedtest-ng/blob/master/LICENSE)\n\u003c/div\u003e\n\n## Installation\n\n[![Get it from the Snap Store](https://snapcraft.io/en/dark/install.svg)](https://snapcraft.io/speedtest-ng)\n\nPrecompiled executables are available for Linux, macOS and Windows from [Releases](https://github.com/mamantoha/speedtest-ng/releases) page.\n\n### Build from source\n\nClone the repository:\n\n```sh\ngit clone https://github.com/mamantoha/speedtest-ng\ncd speedtest-ng\n```\n\nBuild the project:\n\n```sh\nshards build --release\n```\n\n## Usage\n\n```sh\nspeedtest-ng --help\nUsage: speedtest-ng [options]\n    --no-download                    Do not perform download test\n    --no-upload                      Do not perform upload test\n    --single                         Only use a single connection (simulates file transfer)\n    --list                           Display a list of speedtest.net servers sorted by distance\n    --server SERVER                  Specify a server ID to test against\n    --secure                         Use HTTPS instead of HTTP when communicating with speedtest.net operated servers\n    --download-time SECONDS          Set download test time limit in seconds (default: 20)\n    --upload-time SECONDS            Set upload test time limit in seconds (default: 20)\n    -v, --version                    Show the version number and exit\n    -h, --help                       Show this help message and exit\n```\n\n![screenshot](assets/screenshot.png)\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/mamantoha/speedtest-ng/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Anton Maminov](https://github.com/mamantoha) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Fspeedtest-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamantoha%2Fspeedtest-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Fspeedtest-ng/lists"}