Website/src/pages/download.mdx
import Link from "@docusaurus/Link"; import styles from "./styles.module.css"; import LatestPrerelease from "@site/src/components/LatestPrerelease";
If you enjoy it, please consider supporting its development — whether by
<strong>leaving a star on <a href="https://github.com/BornToBeroot/NETworkManager" target="_blank">GitHub</a></strong>,
making a <strong>donation</strong>, or simply <strong>sharing it with others</strong>.
Your support helps keep the project going and growing.
<strong>Thank you for being part of the journey!</strong>
NETworkManager is available in three different versions:
| Version | Description |
|---|---|
| Setup (MSI Installer) | Recommended for most users. Installs system-wide and requires administrator privileges. Settings and profiles are stored in ~\Documents\NETworkManager. Suitable for centralized deployment via Intune, SCCM, etc. |
| Portable (ZIP Archive) | Run without installation — ideal for a USB stick or network share. Settings and profiles are stored next to the executable. To upgrade, copy the Profiles and Settings directories to the new version. |
| Archive (ZIP Archive) | Similar to Portable, but stores settings and profiles in ~\Documents\NETworkManager. Useful for custom deployment scenarios (e.g. Terminal Server). |
Install the Setup (MSI) silently using the following command:
.\NETworkManager_{VERSION}_Setup.msi /quiet /norestart
NETworkManager supports system-wide policies that allow administrators to enforce specific settings for all users on a machine — for example, disabling the automatic update check at startup. Policies are defined in a config.json file placed in the application installation directory and can be deployed via Group Policy, Intune, SCCM, or any other configuration management tool.
See the System-Wide Policies documentation for details on available policy options and how to configure them.
NETworkManager is available through the following package managers:
# Install via Chocolatey
choco install networkmanager
Chocolatey package: chocolatey.org/packages/NETworkManager
# Install via WinGet
winget install BornToBeRoot.NETworkManager
WinGet source: github.com/microsoft/winget-pkgs
# 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
Help improve NETworkManager by testing pre-release versions with the latest features and bug fixes, and reporting any issues via GitHub Issues.
<LatestPrerelease />:::warning
Please note that pre-release versions are not as stable as regular versions and may contain more bugs.
:::
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.
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:
NETworkManager is licensed under the GNU General Public License v3. Library licenses are here.