Skip to main content

Download

Latest

Version: 2024.4.21.0
Release date: 21.04.2024

Download the latest binaries via GitHub Releases:

All releasesLatest release

Here you can find the changelog.

info

Setup [Recommended]
Installs NETworkManager on your system for all users (requires administrator privileges).
Profiles and settings are stored in the user profile under Documents\NETworkManager.

Portable
Run NETworkManager anywhere without installation (e.g. USB stick, network share).
Profiles and settings are stored in the same directory as the executable. Upgrades are supported by copying the Profiles and Settings directories to the newly downloaded version.

Archive
Run NETworkManager anywhere without installation (e.g. USB stick, network share).
Profiles and settings are stored in the user profile under Documents\NETworkManager. Might be useful for custom deployment senarios (e.g. Terminal Server, Intune, etc.).

See also the system requirements.

Hashes

File hashes of the above downloads:

FileSHA256
NETworkManager_2024.4.21.0_Setup.exeC0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666
NETworkManager_2024.4.21.0_Portable.zip85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6
NETworkManager_2024.4.21.0_Archive.zip96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819
info

You can verify the file hash with the following PowerShell command:

Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.exe -Algorithm SHA256

Pre-release

Features under development are (sometimes) available as pre-releases directly via 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.

System requirements

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 the latest release via 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

Silent install

Install silent with the following command:

.\NETworkManager_{VERSION}_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-
info

The setup is based on InnoSetup and the common command line parameters are supported.