macOS
brew install nats-serverlocal Homebrew formula metadata
brew
nats-server のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install nats-serverlocal Homebrew formula metadata
sudo apk add nats-serverAlpine Linux edge package indexes · nats-server · ソース: dl-cdn.alpinelinux.org
sudo apt install nats-serverDebian stable package indexes · nats-server · ソース: deb.debian.org
nix profile install nixpkgs#nats-servernixpkgs package indexes · pkgs/by-name/na/nats-server/package.nix · ソース: api.github.com
scoop install main/nats-serverScoop official bucket manifest trees · bucket/nats-server.json · ソース: api.github.com
winget install --id NATSAuthors.NATSServer -eWindows Package Manager source index · NATSAuthors.NATSServer · ソース: cdn.winget.microsoft.com
概要
Lightweight cloud messaging system
履歴
NATS Server is the Go server for NATS, a subject-based connective messaging system for distributed systems, microservices, edge, IoT, command/control, and event or stream processing.
NATS was created by Derek Collison. NATS documentation says the acronym stands for Neural Autonomic Transport System and that Collison conceived it as a central-nervous-system-like messaging platform. A 2016 NATS blog post explains that it began as a central nervous system for a cloud control plane, initially without higher QoS guarantees beyond TCP/IP.
The nats-io/nats-server repository was created on 2012-10-29. NATS Streaming was announced on 2016-07-19 to add persistence and delivery guarantees as a layered service; later NATS Server 2.2 made JetStream the recommended persistence, streaming, and higher-guarantee option, while NATS Streaming became deprecated.
CNCF announced hosting NATS on 2018-03-15 at incubating maturity. The NATS FAQ says maintainership follows a governance process as part of CNCF, with Synadia engineers and community maintainers maintaining the server, streaming server, and official client libraries.
GitHub API data fetched on 2026-07-01 showed 20,126 stars and 1,856 forks, the largest upstream community signal in this batch. Homebrew's formula JSON generated on 2026-07-01 reported 8,660 installs over 365 days and 8,658 installs-on-request over 365 days, indicating that most Homebrew installs are direct requests rather than incidental dependencies.
NATS adoption is broader than the Homebrew formula because it is commonly run via Docker, Kubernetes, release archives, and cloud/edge deployments. The official install docs list command-line installer, Docker, Kubernetes, package managers, release zips, and source builds as normal installation paths.
Developers run `nats-server` locally for development, as a service for production messaging, or in clusters. Core NATS handles publish/subscribe, request/reply, queueing, service/microservice communication, and subject-based addressing; JetStream adds persistence, replay, key/value, object-store-like patterns, and stronger delivery semantics.
Package nerds use the Homebrew package when they want a local broker-like service without container overhead: `brew install nats-server`, then run the binary and connect clients on the default client port. For production, the same binary is more often wrapped in service managers, Docker images, Helm charts, or managed deployment automation.
nats-server is significant because it is both the reference server and the operational heart of the NATS ecosystem. Unlike a client-only package, installing it gives developers a working messaging substrate for local integration tests, demos, and small deployments, while the same project scales into clustered cloud-native infrastructure.
セキュリティ状態
formula declares a Homebrew service. infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
nats-server | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/nats-io/nats-server
インストールメタデータ
| パッケージキー | brew:nats-server |
|---|---|
| バージョン | 2.14.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nats-server |
| ホームページ | https://nats.io |
| リポジトリ | https://github.com/nats-io/nats-server |
| 上流ドキュメント | https://docs.nats.io/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/nats-io/nats-server/archive/refs/tags/v2.14.3.tar.gz |
| 最終更新 | 2026-06-29T16:08:38Z |
| 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 | nats-server |
| 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-nats-io-nats-server-dev 2.10.27-1
High-Performance server for NATS.io (library)
https://github.com/nats-io/nats-server
sudo apt install golang-github-nats-io-nats-server-devnats-server 2.10.27-1+b2
High-Performance server for NATS.io (program)
https://github.com/nats-io/nats-server
sudo apt install nats-servernats-server
nix profile install nixpkgs#nats-servergolang-github-nats-io-nats-server-dev 2.10.7-1
High-Performance server for NATS.io (library)
https://github.com/nats-io/nats-server
sudo apt install golang-github-nats-io-nats-server-devnats-server 2.10.7-1
High-Performance server for NATS.io (program)
https://github.com/nats-io/nats-server
sudo apt install nats-servernats-server 2.14.0-r1
High-Performance server for NATS.io
https://github.com/nats-io/nats-server
sudo apk add nats-servermain/nats-server
scoop install main/nats-serverNATSAuthors.NATSServer
winget install --id NATSAuthors.NATSServer -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.