Skip to content

NetNeighbor

Discover and monitor devices on your local network.

NetNeighbor is a free desktop application that automatically finds all devices on your network and displays them with icons or in a list — printers, NAS drives, cameras, routers, 3D printers, and more.

NetNeighbor main window


Instant display

Previously-seen devices appear immediately at startup from the local cache — no waiting for discovery to complete.

Automatic discovery

Finds devices without any configuration or active port scan (SSDP, mDNS, WS-Discovery, NetBIOS).

One-click connection

Opens HTTP, HTTPS, SMB, SSH, FTP, SFTP and Telnet with a double-click. Configurable per device and per scheme.

Icon packs

Switch between icon themes. Install community packs or create your own. Per-device icon override with a visual picker.

Device management

Rename devices, tag by location, assign a custom icon or type. Settings are stored locally and survive reboots.

System tray

Runs quietly in the background. Optional autostart at login and minimize to tray.

Cross-platform

Runs on Windows, Linux and macOS. Native SMB credential dialog on Windows.

Localised

French, Spanish, German, Italian, Dutch, Japanese, Simplified and Traditional Chinese.


NetNeighbor icon grid view

Icon grid with devices grouped by type. Switch to unsorted or list view from the View menu.

Device list with sidebar

The sidebar groups devices by type or location. Sort by any column in list view.

Right-click context menu

Right-click any device to open it, view its details, rename it, change its type, assign a location, or run a custom command.

Preferences general tab

Switch icon packs, choose a light/dark/auto theme, and manage session autostart.

System tray menu

NetNeighbor can minimise to the system tray and start silently at login.


Latest release: 2.0.0

Windows installer

Recommended for Windows 10/11. Installs as a standard application.

NetNeighbor-2.0.0-win64-setup.exe

Not code-signed — SmartScreen may warn: click More infoRun anyway.

macOS DMG

Drag NetNeighbor to Applications and launch.

  • NetNeighbor-2.0.0-macos-arm64.dmg — Apple Silicon (macOS 12+)
  • NetNeighbor-2.0.0-macos-intel.dmg — Intel (macOS 11+)

Not notarized — if Gatekeeper blocks it: right-click → OpenOpen, or run xattr -cr /Applications/NetNeighbor.app in Terminal.

.deb package

Recommended for Ubuntu, Linux Mint, and Debian. Dependencies installed automatically.

Terminal window
sudo dpkg -i netneighbor_2.0.0_amd64.deb

AppImage

Runs on any Linux distribution.

Terminal window
chmod +x NetNeighbor-2.0.0-x86_64.AppImage
./NetNeighbor-2.0.0-x86_64.AppImage

Run from source

Windows, Linux and macOS.

Terminal window
pip install -r requirements.txt
python main.py

Download from GitHub Releases

All releases and checksums


PlatformRequirement
WindowsWindows 10 or later
LinuxUbuntu 22.04+, Linux Mint 21+, Debian 12+, or equivalent
macOS (Apple Silicon)macOS 12 (Monterey) or later
macOS (Intel)macOS 11 (Big Sur) or later
From sourcePython 3.10+ · PySide6 6.5+

For NetBIOS name resolution on Linux (Windows device names):

Terminal window
sudo apt install samba-common-bin