A tiny Windows tray app for quick network checks. It runs in the system tray and pops open with a global hotkey.
- HTTP GET/POST with headers and body
- SSL/TLS certificate details and expiry
- Redirect chain viewer
- DNS lookups (A, AAAA, CNAME, MX, TXT, NS, PTR)
- Integrated terminal (PowerShell, Command Prompt, WSL)
- Windows 10/11.
- Download the latest Release ZIP, extract, and run
NetKit.exe. - A tray icon appears. Press
Win + ' (apostrophe)to show/hide the window or double click the tray icon. - To stop the app just right-click the tray icon and click on Close.
- Settings are saved to
%AppData%\\NetKit\\settings.json.
- Prerequisite: .NET 8 SDK.
- Restore/build:
dotnet restorethendotnet build -c Release.
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
