The Matrix has you.
A cinematic Matrix-style digital rain animation for your terminal, written in Rust. Fast, minimal, and mesmerizing.
cargo install tmatrixOr build from source:
git clone https://github.com/deatherving/tmatrix
cd tmatrix
cargo build --release
./target/release/tmatrixtmatrix [OPTIONS]| Option | Description |
|---|---|
-l, --letters |
Letters mode — A–Z, a–z, 0–9 (default) |
-b, --binary |
Binary mode — 0 and 1 only |
| Key | Action |
|---|---|
q / Esc / Enter |
Quit |
Ctrl+C |
Quit |
For the closest match to the original Matrix film aesthetic, set your terminal font to Matrix Code NFI (available as a free download).
Inspired by unimatrix by Will8211.
MIT