Back to Networkmanager

Download

Website/src/pages/download.mdx

2026.5.3.08.4 KB
Original Source

import Link from "@docusaurus/Link"; import styles from "./styles.module.css"; import LatestPrerelease from "@site/src/components/LatestPrerelease";

Download

<div style={{ display: "flex", justifyContent: "space-between" }}> <div> <h3>2026.2.22.0</h3> </div> <div>Release Date: 22.02.2026</div> </div> <div className={`${styles.centerButtonContainer} margin-bottom--lg`}> <Link className={`button button--primary button--outline ${styles.downloadButton}`} to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22.0/NETworkManager_2026.2.22.0_Setup.msi" > Setup </Link> <Link className={`button button--info button--outline ${styles.downloadButton}`} to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22.0/NETworkManager_2026.2.22.0_Portable.zip" > Portable </Link> <Link className={`button button--info button--outline ${styles.downloadButton}`} to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22.0/NETworkManager_2026.2.22.0_Archive.zip" > Archive </Link> </div> <div className={`${styles.centerButtonContainer}`}> <Link className={`button button--secondary button--outline ${styles.additionalButton}`} to="/docs/changelog/2026-2-22-0" target="_blank" > 📃 What's new? </Link> </div> <div className={`${styles.shieldsContainer}`}> <a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/releases" target="_blank" > </a> <a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/releases/latest" target="_blank" > </a> </div> <div className="alert alert--primary" style={{ marginTop: "2rem", marginBottom: "2rem", padding: "1rem" }} > <h3>🙏 Thank you for using NETworkManager!</h3> <p> 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 
<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>
</p> <div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}> <Link className={`button button--info button--outline ${styles.additionalButton}`} style={{ margin: "0", textDecoration: "none" }} to="https://github.com/BornToBeRoot/NETworkManager#-donate" target="_blank" > 💖 Donate </Link> </div> </div> <details className="alert alert--secondary"> <summary>Checksums</summary> <div> <p>SHA-256 checksums for the latest release:</p> <b>Setup</b> (MSI Installer) <pre><code>AD3A107D76B9391C88C4427717F243C64309F4D66FEA9775AAB75C1CD51A2D4E</code></pre> <b>Portable</b> (ZIP Archive) <pre><code>68F2B9F2908D3725633DF2CD91FE7B4D21390CE2E39457B9DBFA2AC80ABE05E8</code></pre> <b>Archive</b> (ZIP Archive) <pre><code>E535D411472F45420BB3C42EDA45470BD05EECA989074ED68D9F5A4290C3711D</code></pre> <p>Verify a checksum using PowerShell:</p> <pre><code>Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm SHA256</code></pre> </div> </details>

Which version should I download?

NETworkManager is available in three different versions:

VersionDescription
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).

System requirements

Silent install

Install the Setup (MSI) silently using the following command:

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

Enterprise Deployment / Policies

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.

Package Manager

NETworkManager is available through the following package managers:

Chocolatey

powershell
# Install via Chocolatey
choco install networkmanager

Chocolatey package: chocolatey.org/packages/NETworkManager

WinGet

powershell
# Install via WinGet
winget install BornToBeRoot.NETworkManager

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

Evergreen

powershell
# 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

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.

:::

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.