CMatrix is a fun terminal program that displays the famous Matrix-style falling characters on your screen. It creates a hacker-style animation similar to the Matrix movie and is popular among Termux and Linux users.
Installation
Update Termux packages:
pkg update && pkg upgrade -yInstall cmatrix:
pkg install cmatrix -yVerify installation:
cmatrix -VUsage Commands
Start the Matrix animation:
cmatrixEnable asynchronous scrolling:
cmatrix -aShow bold characters:
cmatrix -bForce all characters to be bold:
cmatrix -BUse Japanese characters (Matrix movie style):
cmatrix -cEnable rainbow color mode:
cmatrix -rSet animation speed (0–10):
cmatrix -u 2Use a custom color:
cmatrix -C redRun screensaver mode (exit on key press):
cmatrix -sUse lambda mode:
cmatrix -mShow help information:
cmatrix -hExit cmatrix anytime by pressing:
CTRL + CCMatrix is mainly used for fun, demonstrations, and making the terminal look like a hacker-style interface in Termux.
