Web Analytics

nutty

⭐ 169 stars English by babluboy

Nutty Translation status Build Status Snap Status Donate

A Network Utility

Author: 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.

Check the Nutty website for details on features, shortcuts, installation guides for Ubuntu and other supported distros, etc. :
https://babluboy.github.io/nutty/

Building, Testing, and Installation from Source

You'll need the following dependencies to build:

And these dependencies to execute: Sometimes vnstat is not started upon install, use the appropriate init system command to start vnstat daemon i.e. sudo systemctl enable vnstat Run meson build to configure the build environment and run ninja test to build

git 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.nutty

sudo ninja install
com.github.babluboy.nutty
To uninstall, go to the build directory and run

sudo ninja uninstall

Installation 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 run

sudo 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 run

git clone https://github.com/babluboy/nutty.git
cd nutty
dpkg-buildpackage -us -uc
cd ..

Screenshot

screenshot

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