Crystalwire 1.0 Release
1 min read

Image Credit: Roger Filomeno
When you don’t care about the firewall but need the jumping graphs that track which process consumes all your bandwidth, it’s like Glasswire for terminals!
Crystalwire is a command-line tool that monitors network bandwidth usage for each running process in real-time. It utilizes the psutil library for gathering system information and displays the data in a user-friendly format.
Installation
- Clone the project
gh repo clone rpfilomeno/crystalwire
- install ‘crystalwire’ the dependencies
pip install -r requirements.txt
Usage
Once installed, you can run ‘crystalwire’ from the command line:
python -m crystalwire.main
Suggest an edit
Last modified: 23 Jan 2026