EXE
WinGet
Netbird
NetBird GmbH · 0.41.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
netbird_installer_0.41.3_windows_amd64.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Netbird
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.41.3
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
netbird_installer_0.41.3_windows_amd64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Netbird.Netbird
Version
0.41.3
Description
Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
License
BSD-3-Clause
↗
Homepage
https://netbird.io/
Installer URL
https://github.com/netbirdio/netbird/releases/download/v0.41.3/netbird_installer_0.41.3_windows_amd64.exe
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- [client] Set up signal to generate debug bundles by @lixmal in https://github.com/netbirdio/netbird/pull/3683
- [client] Keep selecting new networks after first deselection by @lixmal in https://github.com/netbirdio/netbird/pull/3671
- [misc] update gpt file permissions in install.sh by @Lamera in https://github.com/netbirdio/netbird/pull/3663
- [client] Fix Rosenpass permissive mode handling by @pappz in https://github.com/netbirdio/netbird/pull/3689
New Contributors
- @Lamera…