get.tetris.codes

The one-line installer for the tetris.codes CLI.

You reached this page because you opened the URL in a browser. The URL is meant to be piped into a shell. The shell-piped version installs the tetris binary; the browser version (this page) explains what that means.

macOS / Linux

$ curl -fsSL https://get.tetris.codes | sh

Windows (PowerShell)

> irm https://get.tetris.codes/ps1 | iex

What it does

Detects OS + arch, downloads the matching tetris binary from GitHub Releases, verifies its SHA-256, and installs it to ~/.local/bin (or /usr/local/bin if writable). On Windows, it installs to %LOCALAPPDATA%\Programs\Tetris.