Norwegian Backend Systems

Visit Website

Norwegian Backend Systems is a small, Oslo-based publisher that concentrates on low-level networking utilities written in fast, memory-safe languages. Its single public offering, Nibble, is a command-line network scanner designed for administrators who need an immediate, text-mode overview of every active device on a local subnet. Unlike heavier GUI inventories, Nibble finishes a typical /24 sweep in a few seconds, returning for each respondent not only the IP address but also the vendor’s OUI, the probable operating system, and any open TCP ports it can infer from timing signatures. The interface is keyboard-driven and color-coded, so a technician walking through a server room can pipe the output to a CSV or simply read the ncurses table on a laptop whose graphics stack is disabled. Common use cases include pre-deployment audits, rogue-device hunts on corporate Wi-Fi, and rapid asset lists for home-lab documentation. Because the binary is statically linked and needs no elevated privileges beyond raw sockets, it is frequently dropped on USB sticks for air-gapped environments or run inside recovery shells where heavier packages will not start. Nibble’s entire feature set ships in a single 2 MB executable, making it a lightweight addition to any Windows technician’s portable toolkit. The program is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always fetching the latest version and permitting batch installation alongside other utilities.

nibble

Fast local network scanner with hardware identification and a terminal UI

Details