A trusty terminal typing tester.
Go to the latest release, scroll down to "Assets" and download the correct file for your platform (.zip
in case of Mac OS, .tar.gz
in case of Linux). Unzip the file and run the toipe
binary inside.
Alternatively, if you have the cargo
tool (part of the Rust toolchain) installed on your system, you can use:
cargo install toipe
toipe looks best on a nice terminal (such as Alacritty) with color and style support.
If installed through GitHub, run the binary (found inside the zip/tar.gz file after extracting) directly:
./toipe
If installed through cargo
, use:
toipe
See toipe --help
for a list of keyboard shortcuts (the list can also be found here).
To change the number of words shown in each test, use the -n
flag (default: 30):
toipe -n 10
toipe -n 100
By default, a list of top 250 English words (top250
) is used and random words are selected from it. See toipe -w
for a list of available built-in word lists.
To use the OS provided word list instead, use:
toipe -w os
Note: the OS word list varies a lot from system to system and usually has more than 100,000 words. This can lead to difficult and esoteric words appearing in the test, reducing your typing speed.
You can provide your own word list too (Note: the word list must meet these assumptions):
toipe -f /path/to/word/list
- toipe was only tested on Linux. If you find any problems, please open an issue.
- Windows is not supported yet. Follow this issue for updates. It should work on WSL though.
MIT