Back to browse
GitHub Repository

TWSNMP for Kiosk

3 starsGo

Twsnmp FK – Lightweight NMS Built with Go, Wails, and Svelte

by twsnmp·Feb 15, 2026·3 points·1 comment

AI Analysis

●●SolidDark HorseNiche Gem

25-year NMS maintainer rewrites for desktop with Go+Wails—but crowded infrastructure monitoring space.

Strengths
  • Native desktop app via Wails avoids Electron bloat; Go backend handles real-time SNMP polling and packet analysis efficiently.
  • Kiosk mode and multi-protocol support (NetFlow, sFlow, gNMI, OpenTelemetry) addresses actual on-floor monitoring use cases.
  • Long maintainer history (25 years) signals genuine domain expertise and stability over typical startup tools.
Weaknesses
  • Competes directly with established NMS (Nagios, Zabbix, LibreNMS); no evidence of unique architectural or UX advantage.
  • Feature list reads like a kitchen sink (MCP, MQTT, PKI, SSH server); unfocused scope suggests unclear product direction.
Target Audience

Network administrators and DevOps engineers managing on-premises or kiosk-mode network visibility.

Similar To

Nagios · Zabbix · LibreNMS

Post Description

Hi HN, developer here.

I’ve been developing and maintaining a network management tool called TWSNMP for about 25 years. This new version, "FK" (Fresh Konpaku), is a complete modern rewrite.

Why I built this: Most enterprise NMS are heavy, server-based, and complex to set up. I wanted something that runs natively on a desktop, is extremely fast to launch, and provides deep insights like packet analysis and NetFlow without a huge infrastructure.

The Tech Stack: - Backend: Go (for high-speed log processing and SNMP polling) - Frontend: Svelte (to keep the UI snappy and lightweight) - Bridge: Wails (to build a cross-platform desktop app without the bulk of Electron)

I’m looking for feedback from fellow network admins and developers. What features do you find most essential in a modern, lightweight NMS?

GitHub: https://github.com/twsnmp/twsnmpfk

Similar Projects