slackhq/nebula

A scalable overlay networking tool with a focus on performance, simplicity and security

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 3rd, 2026
Created on November 16th, 2019
Open Issues & Pull Requests: 104 (+0)
GitHub issues: Enabled
Number of forks: 1,181
Total Stargazers: 18,308 (+0)
Total Subscribers: 242 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.5 days
Mean response time: 123.4 days
90th percentile: 284.8 days
Tracked items: 174

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 74% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "NeedsDecision" is answered fastest, typically in about 2 days, while "NeedsInvestigation" waits about 2 months. Only 8% of issues opened in the past year have been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 34
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 586 days
Stale 30+ days: 30
Stale 90+ days: 20

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • NeedsInvestigation (17)
  • WaitingForInfo (15)
  • NeedsDecision (10)
  • NeedsFix (10)
  • documentation (7)
  • bug (5)
  • enhancement (3)

Detailed Description

Nebula is a scalable overlay networking tool that lets you create a software-defined network connecting computers across the internet with mutual authentication and encryption.

Nebula solves the problem of securely connecting distributed infrastructure without requiring a centralized VPN or complex networking setup. It uses a peer-to-peer architecture based on the Noise Protocol Framework, where nodes authenticate each other using certificates that assert IP address, name, and group membership. Discovery nodes called lighthouses help peers locate each other and enable UDP hole punching to traverse firewalls and NATs. Traffic filtering is defined through user-created security groups rather than fixed addressing schemes, allowing flexible policy enforcement across any combination of cloud providers, datacenters, and endpoints.

Nebula suits organizations managing infrastructure across multiple cloud regions or datacenters that need encrypted inter-node communication without the overhead of traditional VPN solutions. It works well for both small deployments and large-scale networks of tens of thousands of machines. The tool runs on Linux, macOS, Windows, FreeBSD, iOS, and Android, with distribution packages available for major Linux distributions and Homebrew. Those who prefer not to manage their own certificate infrastructure and lighthouses can use a managed hosting option. The README does not compare Nebula to alternative overlay networking tools.

The project receives issue reports from both core maintainers and external users, indicating adoption beyond the immediate team without creating an unsustainable support burden. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker centers on investigation, information gathering, and decision-making, suggesting the project is actively evaluating feature requests and bug reports rather than simply processing high volumes of routine maintenance.