Skip to content

monkeytui v0.1.1

Choose a tag to compare

@ricardojparram ricardojparram released this 19 Jun 20:31

Minimalist monkeytype-style typing test for the terminal.

Install (no Go required)

curl -fsSL https://raw.githubusercontent.com/ricardojparram/monkeytui/main/install.sh | bash

Downloads 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