macOS
brew install nebulalocal Homebrew formula metadata
sudo port install nebulaMacPorts ports tree · net/nebula/Portfile · ソース: api.github.com
brew
nebula のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install nebulalocal Homebrew formula metadata
sudo port install nebulaMacPorts ports tree · net/nebula/Portfile · ソース: api.github.com
sudo apk add nebulaAlpine Linux edge package indexes · nebula · ソース: dl-cdn.alpinelinux.org
sudo apt install nebulaDebian stable package indexes · nebula · ソース: deb.debian.org
sudo dnf install nebulaFedora Rawhide package metadata · nebula · ソース: dl.fedoraproject.org
nix profile install nixpkgs#nebulanixpkgs package indexes · pkgs/by-name/ne/nebula/package.nix · ソース: api.github.com
sudo pacman -S nebulaArch Linux sync databases · nebula · ソース: geo.mirror.pkgbuild.com
sudo zypper install nebulaopenSUSE Tumbleweed package metadata · nebula · ソース: download.opensuse.org
概要
Scalable overlay networking tool for connecting computers anywhere
履歴
Nebula is Slack's open-source overlay networking system for connecting machines across clouds, data centers, and less predictable networks with encrypted peer-to-peer tunnels. Slack announced it on 2019-11-19 after more than two years of internal use, describing it as the answer to connecting tens of thousands of computers across many locations.
The project came out of Slack's attempt to replace IPSec for inter-region encrypted connectivity. Slack's engineering post says IPSec initially worked but became an operational burden and added routing hops through tunnel hosts, so Slack built a system that combined certificates, encryption, security groups, peer discovery, and tunneling into one operational model.
The public GitHub repository was created on 2019-11-16. The README credits Nebula to Slack Technologies, Inc. by Nate Brown and Ryan Huber, with additional contributors, and describes the design as a mutually authenticated peer-to-peer software-defined network based on the Noise Protocol Framework.
Nebula's adoption signal is unusually strong for a Homebrew networking package because it was production-proven before release: Slack said in 2019 that Nebula ran on every server at Slack. The GitHub repository showed 17,472 stars and 1,157 forks via the GitHub API on 2026-07-01, reflecting durable open-source visibility in the mesh-VPN and overlay-networking space.
Homebrew's formula page listed stable version 1.10.3 and showed 1,724 installs over 365 days, 171 over 90 days, and 60 over 30 days when checked on 2026-07-01. That is modest compared with mainstream CLIs but healthy for self-hosted network infrastructure.
Package users install the `nebula` daemon and `nebula-cert` helper, generate a CA plus host certificates, designate one or more lighthouse nodes for discovery, then run hosts from YAML configuration files. Practical usage centers on private service networks, remote admin access, multi-cloud host reachability, and replacing static VPN concentrator patterns with direct encrypted peer paths where NAT traversal works.
The official docs make the operational shape clear: configuration covers PKI, static host maps, lighthouse discovery, UDP listening, NAT keepalives, relay fallback, TUN setup, firewall rules, logging, and metrics. Package nerds tend to compare Nebula with Tailscale, WireGuard mesh tooling, and classic IPSec/OpenVPN, valuing its self-hosted CA and explicit group-based firewall model.
Nebula matters because it is not just another VPN wrapper: it packages Slack's internal overlay-network design as a small Go tool with cross-platform release artifacts and distro packages. In package indexes it sits at the intersection of VPN, mesh networking, zero-trust-ish host identity, and SRE-friendly private networking.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
config.yml/path/to/config.ymlCredential-bearing paths to review before unattended agent runs.
ca.keyca.crt{host}.crt{host}.key実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
nebula | cli | グローバル実行可能ファイル | |
nebula-cert | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/slackhq/nebula
インストールメタデータ
| パッケージキー | brew:nebula |
|---|---|
| バージョン | 1.11.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nebula |
| ホームページ | https://github.com/slackhq/nebula |
| リポジトリ | https://github.com/slackhq/nebula |
| 上流ドキュメント | https://github.com/slackhq/nebula#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/slackhq/nebula/archive/refs/tags/v1.11.0.tar.gz |
| 最終更新 | 2026-07-23T21:07:08Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nebula |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
golang-github-slackhq-nebula-dev 1.9.3+dfsg-6
performant, scalable network overlay (Go library)
https://github.com/slackhq/nebula
sudo apt install golang-github-slackhq-nebula-devnebula 1.9.3+dfsg-6+b2
performant, scalable network overlay
https://github.com/slackhq/nebula
sudo apt install nebulanebula
nix profile install nixpkgs#nebulagolang-github-slackhq-nebula-dev 1.6.1+dfsg-3build1
performant, scalable network overlay (Go library)
https://github.com/slackhq/nebula
sudo apt install golang-github-slackhq-nebula-devnebula 1.6.1+dfsg-3build1
performant, scalable network overlay
https://github.com/slackhq/nebula
sudo apt install nebulanebula 1.10.3-r3
Scalable overlay networking tool with a focus on performance, simplicity and security
https://github.com/slackhq/nebula
sudo apk add nebulanebula-openrc 1.10.3-r3
Scalable overlay networking tool with a focus on performance, simplicity and security (OpenRC init scripts)
https://github.com/slackhq/nebula
sudo apk add nebula-openrcnebula 1.10.3-1.fc45
A scalable overlay networking tool with a focus on performance, simplicity and security
https://github.com/slackhq/nebula
sudo dnf install nebulanebula 1.10.3-1
A scalable overlay networking tool with a focus on performance, simplicity and security
https://github.com/slackhq/nebula
sudo pacman -S nebulanebula 1.10.3-2.1
A scalable overlay networking tool
https://github.com/slackhq/nebula
sudo zypper install nebulanebula-cert 1.10.3-2.1
Seperate nebula-cert package
https://github.com/slackhq/nebula
sudo zypper install nebula-certnebula
sudo port install nebulaソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.