monkeytui v0.1.1
Minimalist monkeytype-style typing test for the terminal.
Install (no Go required)
curl -fsSL https://raw.githubusercontent.com/ricardojparram/monkeytui/main/install.sh | bashDownloads the prebuilt binary for your OS/arch and puts it on your PATH.
Manual download
Grab the binary for your platform below, chmod +x it, and move it onto your PATH.
Verify with sha256sum -c checksums.txt.
| OS | Arch | Asset |
|---|---|---|
| Linux | x86_64 | monkeytui_linux_amd64 |
| Linux | arm64 | monkeytui_linux_arm64 |
| macOS | Intel | monkeytui_darwin_amd64 |
| macOS | Apple Silicon | monkeytui_darwin_arm64 |
| Windows | x86_64 | monkeytui_windows_amd64.exe |
Build from source
go install github.com/ricardojparram/monkeytui@latest