Skip to content
@openzro

OpenZro

Self-hosted zero-trust mesh networking. WireGuard core + dashboard + K8s operator + native installers — all BSD-3-Clause, no commercial limits.
openZro

openZro

Self-hosted zero-trust mesh networking on WireGuard.

Latest release BSD-3-Clause Documentation Package repository


openZro is a permissively-licensed fork of NetBird at v0.52.2 — the last release before the upstream relicensed to AGPLv3. We forked to keep a BSD-3-Clause lineage available for teams that need that license posture (financial industry, internal compliance, embedded redistribution) and to layer features that come up in compliance-heavy deployments. Attribution to NetBird is preserved verbatim across LICENSE, AUTHORS, and DERIVED-FROM.md — this is a fork built on top of their work, not a replacement of it.

There is no managed cloud — every binary lives on GitHub Releases, every dashboard is the operator's own. See Why self-host only for the rationale behind that posture.

What openZro adds on top of upstream

  • High availability for management / signal / relay — distributed cluster layer with Redis or NATS backends, leader election, per-resource locks.
  • Real peer approval — the upstream stub at management/integrations/integrations/validator.go was a no-op; openZro persists Pending / Approved / Rejected state and respects IntegratedValidatorGroups.
  • Device admission gate with audited, time-boxed, reason-required per-peer bypass — driven by Brazilian central bank (BACEN) compliance requirements but generally applicable.
  • MDM / EDR posture for Microsoft Intune, SentinelOne, Huntress, and CrowdStrike Falcon — clean Provider interface (~150 lines per vendor).
  • Flow exports to S3, Google Cloud Storage, Datadog Logs Intake, Elastic, and generic HTTP — credentials encrypted at rest.
  • Activity Streamer with custom payload templates (so SIEM teams don't need a Vector / Fluent Bit middleman).
  • SCIM 2.0 server (Okta + Microsoft Entra tested).
  • Lightweight signed package repository at pkg.openzro.io — APT, YUM, DNF, zypper.

Get started

# Debian / Ubuntu
curl -fsSL https://pkg.openzro.io/openzro-archive-keyring.gpg \
  | sudo tee /usr/share/keyrings/openzro-archive-keyring.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/openzro-archive-keyring.gpg] \
https://pkg.openzro.io/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/openzro.list > /dev/null
sudo apt-get update && sudo apt-get install -y openzro

For RHEL / Fedora / openSUSE / Windows / macOS / Docker / self-host, see the install guide.

Repositories

Repo Contents
openzro/openzro The core: client, management, signal, relay, dashboard. BSD-3-Clause.
openzro/docs Source for docs.openzro.io.
openzro/.github This profile + shared org assets.

Status

🟣 Alpha — current release is v0.1.0-alpha.3. The architecture is production-grade (it's NetBird's, with our additions); the integration shape is settled; what's still moving is the breadth of EDR / MDM vendor coverage and the polish of the install paths. We don't recommend it for production traffic yet — but pilots and homelabs are welcome and we want to hear what breaks.

See docs/ROADMAP.md for what's planned next.

Get involved

License

BSD-3-Clause, forever. The whole tree stays permissive — this is non-negotiable. See LICENSE and AUTHORS.

Built on the foundation provided by the NetBird team — thank you.

Popular repositories Loading

  1. openzro openzro Public

    Self-hosted zero-trust mesh networking on WireGuard. BSD-3 fork of NetBird @ v0.52.2 with HA, peer admission gate, MDM/EDR posture, and audit-grade flow exports.

    Go 27 1

  2. docs docs Public

    Openzro docs repository

    MDX

  3. helms helms Public

    Openzro helms repository

    Go Template

  4. openzro-operator openzro-operator Public

    Openzro operator repository

    Go

  5. .github .github Public

  6. homebrew-tap homebrew-tap Public

    Homebrew tap for openZro

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…