Nutty

A Network UtilityAuthor: Siddhartha Das
A simple application made for elementary OS to provide essential information on network related aspects. The information presented in as the following tabs.
- My Info: Provides basic and detailed information for the device network card
- Usage: Provides network data usage in two views - historical usage and current usage
- Speed: Check Upload and Download speeds and get route times to a host
- Ports: Provides information on active ports and application using them on the local device
- Devices: Monitors, alerts and provides information on the other devices connected on the network
https://babluboy.github.io/nutty/
Building, Testing, and Installation from Source
You'll need the following dependencies to build:
- libgranite-dev
- libnotify-dev
- libxml2-dev
- libxml2-utils
- libgee-0.8-dev
- libgtk-3-dev
- libsqlite3-dev
- meson
- valac
- net-tools
- nethogs
- nmap
- traceroute
- vnstat
- curl
- wireless-tools
- iproute2
- pciutils
sudo systemctl enable vnstat
Run meson build to configure the build environment and run ninja test to buildgit clone https://github.com/babluboy/nutty.git
cd nutty
meson build --prefix=/usr
cd build
ninja
To install, use sudo ninja install, then run with com.github.babluboy.nuttysudo ninja install
com.github.babluboy.nutty
To uninstall, go to the build directory and runsudo ninja uninstallInstallation from Deb package
To install Nutty from the .deb package, make sure you have installed all the above runtime dependencies of Nutty (no need for build dependencies). Then run the command below
sudo dpkg -i .deb
And to uninstall Nutty installed via .deb package runsudo apt autoremove com.github.babluboy.nutty
If you want to directly build the .deb package of Nutty yourself then install the above build dependencies and then rungit clone https://github.com/babluboy/nutty.git
cd nutty
dpkg-buildpackage -us -uc
cd ..Screenshot

--- Tranlated By Open Ai Tx | Last indexed: 2026-04-15 ---