A fun and lightweight terminal-based screensaver inspired by the iconic "Matrix" digital rain effect. This project uses Docker to containerize the cmatrix utility, making it easy to run on any system with Docker installed.
- Terminal-based Matrix-style screensaver
 - Dockerized for portability and ease of use
 - Lightweight and fast
 - Works on Linux, macOS, and Windows (via Docker)
 
docker build -t cmatrix-screensaver .
Run the screensaver
Docker installed on your system Terminal that supports ANSI escape codes (most do)
The Dockerfile installs cmatrix on a minimal base image and sets it up to run interactively.
Pull requests are welcome! If you have ideas for enhancements or bug fixes, feel free to fork the repo and submit a PR.
This project is licensed under the MIT License. See the LICENSE file for details.
Inspired by the classic cmatrix utility and the Matrix movie series.
Made with love by dchak2023