[PR #26] [MERGED] Add initial Windows support #2494

Closed
opened 2025-11-20 07:11:12 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/26
Author: @mlsmaycon
Created: 6/6/2021
Status: Merged
Merged: 6/7/2021
Merged by: @mlsmaycon

Base: mainHead: add-windows-support


📝 Commits (7)

  • 5936051 Add windows support and update wireguard-go deps
  • 6e4c232 Split create Interface based on OS
  • 255ad7f Split create Interface based on OS with elevate
  • 05168ae Add wintun.dll in form of system object file
  • 54235f0 build windows
  • 698ebe2 Removed elevate for now
  • caf2229 renamed uapiConn and lint errors

📊 Changes

9 files changed (+164 additions, -64 deletions)

View changed files

📝 .goreleaser.yaml (+8 -0)
📝 go.mod (+4 -5)
📝 go.sum (+61 -26)
📝 iface/iface.go (+8 -25)
📝 iface/iface_darwin.go (+5 -3)
📝 iface/iface_linux.go (+25 -5)
iface/iface_unix.go (+17 -0)
iface/iface_windows.go (+36 -0)
resources_amd64.syso (+0 -0)

📄 Description

Add initial Windows support. Initial because it requires to be executed as System account.

You can use the guide from this link to open a Powershell using psexec and from there execute all the commands to initialize and to startup the client.

Related issues: #25


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/26 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 6/6/2021 **Status:** ✅ Merged **Merged:** 6/7/2021 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `add-windows-support` --- ### 📝 Commits (7) - [`5936051`](https://github.com/netbirdio/netbird/commit/59360519d6a5bed489e69fd20ff19e1c16bfc5c2) Add windows support and update wireguard-go deps - [`6e4c232`](https://github.com/netbirdio/netbird/commit/6e4c232ff290ecdea5071fd489a813b89a611326) Split create Interface based on OS - [`255ad7f`](https://github.com/netbirdio/netbird/commit/255ad7faa92b3ea2c83de6fa918b6cea90700d9a) Split create Interface based on OS with elevate - [`05168ae`](https://github.com/netbirdio/netbird/commit/05168ae12fbb41e4c008e6102fa347d1e7023da1) Add wintun.dll in form of system object file - [`54235f0`](https://github.com/netbirdio/netbird/commit/54235f0a77e7125f6e2e53de7b786eda5c41a9ee) build windows - [`698ebe2`](https://github.com/netbirdio/netbird/commit/698ebe228738ba40aac5101750e55cadd3c9030c) Removed elevate for now - [`caf2229`](https://github.com/netbirdio/netbird/commit/caf2229d3b498d68010f524ab89a1884f9a57b48) renamed uapiConn and lint errors ### 📊 Changes **9 files changed** (+164 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yaml` (+8 -0) 📝 `go.mod` (+4 -5) 📝 `go.sum` (+61 -26) 📝 `iface/iface.go` (+8 -25) 📝 `iface/iface_darwin.go` (+5 -3) 📝 `iface/iface_linux.go` (+25 -5) ➕ `iface/iface_unix.go` (+17 -0) ➕ `iface/iface_windows.go` (+36 -0) ➕ `resources_amd64.syso` (+0 -0) </details> ### 📄 Description Add initial Windows support. Initial because it requires to be executed as System account. You can use the guide from this [link](https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/#psexec) to open a Powershell using psexec and from there execute all the commands to initialize and to startup the client. Related issues: #25 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2494