A lightweight, beautiful CLI internet speed checker for Linux.
Built with Python, Speedtest-cli, and Rich.
- Modern UI: Uses Rich to provide clean tables and live spinners.
- Fast: Automatically finds the closest server for the most accurate results.
- Linux Focused: Designed to look great in your terminal emulator (Alacritty, Kitty, etc.).
- Clone the repository:
git clone [https://github.com/xelt1n/zisp.git](https://github.com/xelt1n/zisp.git) cd zisp
To run zisp from anywhere in your terminal, add this alias to your .bashrc or .zshrc:
alias zisp='python3 /path/to/your/zisp/zisp.py'