Skip to main content

Download

2025.10.18.0

Release Date: 18.10.2025
All releasesLatest release

🙏 Thank you for using NETworkManager!

NETworkManager is open source, free and without ads — developed in my spare time for you.
If you enjoy it, please consider supporting its development — whether by leaving a star on GitHub, making a donation, or simply sharing it with others. Your support helps keep the project going and growing.
Thank you for being part of the journey!

What version should I download?

NETworkManager is available in three different versions:

  • Setup (MSI-Installer): Recommended for most users, installs NETworkManager for all users on the system. Requires administrator privileges. Settings and profiles are stored in the user profile directory under ~\Documents\NETworkManager.

  • Portable (ZIP-Archive): Run NETworkManager without installation, e.g. from a USB stick or network share. Settings and profiles are stored in the same directory as the executable. Upgrades are supported by copying the Profiles and Settings directories to the new version.

  • Archive (ZIP-Archive): Similar to Portable, but stores profiles and settings in the user profile directory under ~\Documents\NETworkManager. This version might be useful for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).

Checksums

SHA-256 checksums for the latest release:

Setup (MSI Installer)
9F139041F24829B44183A800642CC00CC615DCFC0069227696DFAA8A308C6CF7
Portable (ZIP Archive)
6DE9B68E178C5096AD0514CF2B5FA11F8C582070783EAB41C6EF1838EEBA9602
Archive (ZIP Archive)
F0E684FFB1C7F03642735403D6D30F75839A3B21E698624D219964363948442F

You can verify the checksum with one of the following commands:

# PowerShell Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256

# Linux sha256sum -c NETworkManager_{VERSION}_SHA256SUMS

System requirements

Silent install

Install silent with the following command:

.\NETworkManager_{VERSION}_Setup.msi /quiet /norestart

Package Manager

NETworkManager is available through the following package managers:

Chocolatey

# Install via Chocolatey
choco install networkmanager

Chocolatey package: chocolatey.org/packages/NETworkManager

WinGet

# Install via WinGet
winget install BornToBeRoot.NETworkManager

WinGet source: github.com/microsoft/winget-pkgs

Evergreen

# Get release via Evergreen
Get-EvergreenApp -Name NETworkManager

# Get release via Evergreen and save the setup file to disk
Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\

Evergreen PowerShell module: github.com/aaronparker/evergreen

Pre-release

Pre-release versions with the latest features and bug fixes are (sometimes) available for testing on GitHub Releases.

You can help to improve the software by testing pre-release versions and reporting bugs via GitHub Issues.

warning

Please note that pre-release versions are not as stable as regular versions and may contain more bugs.

Code Signing Policy

NETworkManager uses free code signing services from SignPath.io and a free code signing certificate provided by the SignPath Foundation to sign all official binaries and installers, ensuring the authenticity and integrity of your downloads.

The binaries and installers are built on AppVeyor directly from the GitHub repository. After each build, the artifacts are automatically sent to SignPath.io via webhook, where they are signed following manual approval by the maintainer. Once signed, the binaries are uploaded to the GitHub releases page.

Privacy Policy

Your privacy matters. NETworkManager will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

NETworManager has integrated some optional third-party services to enhance functionality. You can choose to enable or disable these services at the first startup or later in the settings:

  • api.github.com - Check for application updates.
  • ipify.org - Retrieve the public IP address used by the client.
  • ip-api.com - Retrieve network information (e.g., geolocation, ISP, DNS resolver) used by the client.

License

NETworkManager is licensed under the GNU General Public License v3. Library licenses are here.