DEV Community

Cover image for Install This Modern Network Scanner with TUI Mode
Marcos Oliveira
Marcos Oliveira

Posted on

Install This Modern Network Scanner with TUI Mode

Built in Go, incredibly fast, and hassle-free.


If you've used tools like nmap and found them heavy, verbose, or too slow for simple tasks, Nibble solves exactly that problem.

Nibble is an open-source network scanner focused on simplicity, speed, and usability. It allows you to discover devices and services on your local network without needing to memorize complex commands or configure anything manually. It works on GNU/Linux, macOS, and Windows (x86 and ARM).


Installation

  • brew install backendsystems/tap/nibble
  • pipx install nibble-cli
  • npm install -g @backendsystems/nibble
  • go install github.com/backendsystems/nibble@latest

Or run it directly with:

npx @backendsystems/nibble
Enter fullscreen mode Exit fullscreen mode

For more information, visit the repository.

Top comments (0)