# garnet を Homebrew, Nix, scoop でインストール

garnet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:garnet
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install garnet
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#garnet
```

  証拠: nixpkgs package indexes: pkgs/by-name/ga/garnet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/garnet
```

  証拠: Scoop official bucket manifest trees: bucket/garnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:garnet
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/garnet>
- **バージョン:** 2.1.1
- **ソース概要:** High-performance cache-store
- **ホームページ:** <https://microsoft.github.io/garnet/>
- **リポジトリ:** <https://github.com/microsoft/garnet>
- **上流ドキュメント:** <https://microsoft.github.io/garnet/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/microsoft/garnet/archive/refs/tags/v2.1.1.tar.gz>
- **最終更新:** 2026-07-30T20:57:37Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- GarnetServer (cli)
- GarnetServer (エイリアス)

## 依存関係

- dotnet

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.1.1
- マネージャ更新日: 2026-07-30
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/microsoft/garnet
- 検出された最新: v2.1.1 (最新)
## プロジェクトの歴史と使われ方

Garnet is a Microsoft Research remote cache-store that speaks the Redis RESP protocol while using a .NET and Tsavorite-based architecture.

### プロジェクトの歴史

The public GitHub repository was created in August 2023, and v1.0.0 was released in March 2024. Microsoft describes Garnet as a new cache-store focused on throughput, latency, scalability, storage, recovery, cluster sharding, key migration, and replication.

The project builds on Microsoft research in storage and systems, with the README naming Tsavorite as Garnet's storage layer and noting a Garnet paper planned for PVLDB 2026.

### 採用の歴史

Garnet's adoption path is deliberately Redis-compatible: it starts from the RESP wire protocol so existing Redis clients can talk to it. The README also points to a managed Azure Cosmos DB Garnet Cache offering, moving the project from open-source package to managed service surface.

### 使われ方

Users run GarnetServer and connect with Redis-compatible clients on the usual cache-server model. The docs cover building with .NET, deploying the server, connecting RESP clients, configuration options, TLS, cluster mode, command support, and benchmarking.

### パッケージ好きにとっての重要性

Garnet is significant for package and infrastructure users because it is a Redis-protocol server distributed as source, NuGet packages, a .NET tool, Homebrew, Nix, and Scoop packages. It is also a rare Microsoft Research database system designed to be both benchmark-visible and drop-in-client-friendly.

### タイムライン

- 2023: Public GitHub repository created.
- 2024: v1.0.0 released.
- 2026: Preview 2.0.1 beta releases published and the Garnet paper scheduled for PVLDB 2026.

### Related projects

- Garnet is related to Redis through RESP compatibility, StackExchange.Redis as a supported client example, Tsavorite as its storage engine, DiskANN for vector-search previews, and Azure Cosmos DB Garnet Cache as a managed offering.

### ソース

- <https://api.github.com/repos/microsoft/garnet>
- <https://api.github.com/repos/microsoft/garnet/releases?per_page=100>
- <https://github.com/microsoft/garnet>
- <https://microsoft.github.io/garnet/docs/getting-started>
- <https://raw.githubusercontent.com/microsoft/garnet/main/README.md>


## セキュリティノート

garnet に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** garnet
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - garnet: normalized package name match | nixpkgs package indexes: pkgs/by-name/ga/garnet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/garnet: normalized package name match | Scoop official bucket manifest trees: bucket/garnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [dotnet](https://pkg.so/ja/brew/dotnet/) - Runtime dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [redis](https://pkg.so/ja/brew/redis/) - Shares pkgdb curated category or tags: cache, cli, data, database, redis-protocol.
- [redis@8.2](https://pkg.so/ja/brew/redis-8-2/) - Shares pkgdb curated category or tags: cache, cli, data, database, redis-protocol.
- [kyoto-tycoon](https://pkg.so/ja/brew/kyoto-tycoon/) - Shares pkgdb curated category or tags: cache, cli, data, database, server.
- [mysql](https://pkg.so/ja/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@14](https://pkg.so/ja/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@16](https://pkg.so/ja/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@17](https://pkg.so/ja/brew/postgresql-17/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@18](https://pkg.so/ja/brew/postgresql-18/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [valkey](https://pkg.so/ja/brew/valkey/) - Local metadata places this package in an adjacent workflow. Shared terms: cache, cli, data, database, high.
- [memcached](https://pkg.so/ja/brew/memcached/) - Local metadata places this package in an adjacent workflow. Shared terms: cache, cli, data, high, performance.

## Combined YAML source

View the package source record on GitHub. [combined/garnet.yml](https://github.com/mxcl/pkgdb/blob/main/combined/garnet.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
