winget install --id fstubner.netscli
About netscli
netscli is an open-source network scanner written in Rust. It discovers hosts on a subnet, scans TCP ports, resolves DNS (including mDNS/Bonjour), reads the ARP table with vendor lookup, and optionally captures packets via Npcap. The same functionality is available from a command line, a terminal UI with autocomplete, a desktop app, or a Model Context Protocol (MCP) server that AI agents like Claude Code and Cursor can call directly.
What's new in v0.2.6
What's new in 0.2.6 - refactor(cli): decompose tui/state.rs into 5 focused module files (#67) @fstubner - refactor(cli): split tui.rs into tui/ module + extract TUI surface from main.rs (#66) @fstubner - refactor(cli): extract commands.rs from main.rs (#65) @fstubner - refactor(gui): split App.tsx per-tab JSX into views/*View.tsx (#64) @fstubner - refactor(cli): rename formatter.rs -> tui_formatter.rs for naming consistency (#63) @fstubner - fix(gui): wire up Tauri 2 capabilities so the title-bar buttons work (#62) @fstubner - ci: cut PR runner-minute spend by ~70% (#61) @fstubner Full changelog: v0.2.5...v0.2.6
Version history
| Version | Updated | Notes |
|---|---|---|
| v0.2.6 | Unknown | What's new in 0.2.6 - refactor(cli): decompose tui/state.rs into 5 focused module files (#67) @fstubner - refactor(cli): split tui.rs into tui/ module + extract TUI surface from main.rs (#66) @fstubner - refactor(cli): e... |
| v0.2.5 | Unknown | What's new in 0.2.5 - release: v0.2.5 windows scan fix + GUI styling fix + 13 dep bumps (#60) @fstubner - fix(gui): scans return all hosts on Windows + dashboard recent-scans styling (#59) @fstubner - deps: bump crosster... |
| v0.2.4 | Unknown | What's new in 0.2.4 - No changes Full changelog: v0.2.3...v0.2.4 |
| v0.2.3 | Unknown | What's new in 0.2.3 - release: v0.2.3 fix tauri version skew + AUR publish path (#40) @fstubner Full changelog: v0.2.2...v0.2.3 |
| v0.2.2 | Unknown | What's new in 0.2.2 - release: v0.2.2 lockfile fix + workspace bump (recovers v0.2.1 release.yml failure) (#39) @fstubner Full changelog: v0.2.1...v0.2.2 |
| 0.2.0 | Unknown | First major feature pass since v0.1.0. Adds mDNS/DNS-SD discovery, a typed public API, shell completions, man pages, and sigstore-signed release binaries. |