+ NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
+
+
+
+ io.netbird.netbird_ui.desktop
+
diff --git a/packages/n/netbird/files/netbird.service b/packages/n/netbird/files/netbird.service
new file mode 100644
index 00000000000..a6fdf15dbab
--- /dev/null
+++ b/packages/n/netbird/files/netbird.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=NetBird mesh network client
+ConditionFileIsExecutable=/usr/bin/netbird
+After=network.target syslog.target
+
+[Service]
+ExecStart=/usr/bin/netbird "service" "run" "--log-level" "info" "--daemon-addr" "unix:///var/run/netbird.sock" "--log-file" "/var/log/netbird/client.log"
+StandardOutput=journal
+StandardError=journal
+Restart=always
+RestartSec=120
+EnvironmentFile=-/etc/sysconfig/netbird
+Environment=SYSTEMD_UNIT=netbird
+
+[Install]
+WantedBy=multi-user.target
diff --git a/packages/n/netbird/monitoring.yaml b/packages/n/netbird/monitoring.yaml
new file mode 100644
index 00000000000..aa642eb8882
--- /dev/null
+++ b/packages/n/netbird/monitoring.yaml
@@ -0,0 +1,7 @@
+releases:
+ id: 383363
+ rss: https://github.com/netbirdio/netbird/tags.atom
+security:
+ cpe:
+ - vendor: netbirdio
+ product: netbird
diff --git a/packages/n/netbird/package.yml b/packages/n/netbird/package.yml
new file mode 100644
index 00000000000..baa03d59248
--- /dev/null
+++ b/packages/n/netbird/package.yml
@@ -0,0 +1,54 @@
+# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
+name : netbird
+version : 0.71.4
+release : 1
+source :
+ - https://github.com/netbirdio/netbird/archive/refs/tags/v0.71.4.tar.gz : 91b1977e177a40c2fec6f13ebb7e102b0abd8734569bdb211eed21f3ac8f14db
+homepage : https://netbird.io/
+license :
+ - BSD-3-Clause
+ - AGPL-3.0-only
+component : network.clients
+summary : Configuration-free peer-to-peer private network
+description: |
+ NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
+builddeps :
+ - pkgconfig(gl)
+ - pkgconfig(glfw3)
+ - pkgconfig(wayland-client)
+ - pkgconfig(wayland-protocols)
+ - pkgconfig(x11)
+ - pkgconfig(xkbcommon)
+ - golang
+networking : true
+patterns :
+ - ui:
+ - /usr/bin/netbird-ui
+ - /usr/share/applications
+ - /usr/share/icons
+ - /usr/share/metainfo
+build : |
+ pushd client
+ go build
+ pushd ui
+ go build
+install : |
+ %install_license LICENSE
+ %install_license LICENSES/AGPL-3.0.txt
+ %install_license LICENSES/BSD-3-Clause.txt
+ install -Dm00755 ${workdir}/client/client ${installdir}/usr/bin/netbird
+ install -Dm00755 ${workdir}/client/ui/ui ${installdir}/usr/bin/netbird-ui
+
+ # Install .desktop file, icon, and metainfo
+ install -Dm00755 ${pkgfiles}/io.netbird.netbird_ui.desktop ${installdir}/usr/share/applications/io.netbird.netbird_ui.desktop
+ install -Dm00644 ${workdir}/client/ui/assets/netbird.png ${installdir}/usr/share/icons/hicolor/256x256/apps/io.netbird.netbird_ui.png
+ install -Dm00644 ${pkgfiles}/io.netbird.netbird_ui.metainfo.xml ${installdir}/usr/share/metainfo/io.netbird_ui.metainfo.xml
+
+ # Install service and preset
+ install -Dm00644 ${pkgfiles}/netbird.service ${installdir}%libdir%/systemd/system/netbird.service
+ install -Dm00644 -t ${installdir}/%libdir%/systemd/system-preset/ ${pkgfiles}/60-netbird.preset
+
+ # Shell completions
+ ${workdir}/client/client completion bash | install -Dm00644 /dev/stdin ${installdir}/usr/share/bash-completion/completions/netbird
+ ${workdir}/client/client completion zsh | install -Dm00644 /dev/stdin ${installdir}/usr/share/zsh/site-functions/_netbird
+ ${workdir}/client/client completion fish | install -Dm00644 /dev/stdin ${installdir}/usr/share/fish/vendor_completions.d/netbird.fish
diff --git a/packages/n/netbird/pspec_x86_64.xml b/packages/n/netbird/pspec_x86_64.xml
new file mode 100644
index 00000000000..5d06af88ae4
--- /dev/null
+++ b/packages/n/netbird/pspec_x86_64.xml
@@ -0,0 +1,56 @@
+
+
+ netbird
+ https://netbird.io/
+
+ Hans Kelson
+ hans@communitycomputing.net
+
+ BSD-3-Clause
+ AGPL-3.0-only
+ network.clients
+ Configuration-free peer-to-peer private network
+ NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
+
+ https://sources.getsol.us/README.Solus
+
+
+ netbird
+ Configuration-free peer-to-peer private network
+ NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
+
+ network.clients
+
+ /usr/bin/netbird
+ /usr/lib64/systemd/system-preset/60-netbird.preset
+ /usr/lib64/systemd/system/netbird.service
+ /usr/share/bash-completion/completions/netbird
+ /usr/share/fish/vendor_completions.d/netbird.fish
+ /usr/share/licenses/netbird/AGPL-3.0.txt
+ /usr/share/licenses/netbird/BSD-3-Clause.txt
+ /usr/share/licenses/netbird/LICENSE
+ /usr/share/zsh/site-functions/_netbird
+
+
+
+ netbird-ui
+ Configuration-free peer-to-peer private network
+ NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
+
+
+ /usr/bin/netbird-ui
+ /usr/share/applications/io.netbird.netbird_ui.desktop
+ /usr/share/icons/hicolor/256x256/apps/io.netbird.netbird_ui.png
+ /usr/share/metainfo/io.netbird_ui.metainfo.xml
+
+
+
+
+ 2026-06-24
+ 0.71.4
+ Packaging update
+ Hans Kelson
+ hans@communitycomputing.net
+
+
+
\ No newline at end of file