Test your internet speed from Flow Launcher using the Ookla Speedtest CLI.
-
Copy and paste the following command into Flow Launcher:
pm install Speed Test by swopnil7
Or To Manually Install:
- Download the latest release from GitHub Releases.
- Extract the ZIP file — it contains a single folder named
Speed Test-<version>. - Copy the
Speed Test-<version>folder into%APPDATA%\FlowLauncher\Plugins. - Restart Flow Launcher to load the plugin.
- Open Flow Launcher and type
stto start a speed test. - The plugin shows live progress, final results, and a link to detailed results when available.
- If the plugin does not appear after installation, restart Flow Launcher and confirm the folder exists under
%APPDATA%\FlowLauncher\Plugins.
This plugin uses the Ookla Speedtest CLI to run network tests. Thanks to Ookla for providing the CLI — see https://www.speedtest.net/apps/cli for details and licensing.
- To build and test locally:
dotnet build -c Releaseand. \build.ps1 -Install(installs to your local Flow Launcher plugin path). - Pull requests, issues, and improvements are welcome — please follow standard GitHub flow.
MIT