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

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

## インストール

```sh
sudo av install brew:azurite
```

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

### macOS

- Homebrew (100%):

```sh
brew install azurite
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#azurite
```

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

## パッケージ情報

- **パッケージキー:** brew:azurite
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.36.0
- **ソース概要:** Lightweight server clone of Azure Storage that simulates it locally
- **ホームページ:** <https://github.com/Azure/Azurite>
- **最終更新:** 2026-07-16T15:31:43Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- azurite (エイリアス)
- azurite-blob (エイリアス)
- azurite-queue (エイリアス)
- azurite-table (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.36.0
## プロジェクトの歴史と使われ方

Azurite is Microsoft's open-source, cross-platform Azure Storage API emulator. It lets developers run Blob, Queue, and Table-compatible storage endpoints locally for development and tests without provisioning real Azure Storage accounts.

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

Azurite began as a Node.js-based Azure Storage emulator and evolved through a legacy JavaScript V2 line into Azurite V3. The official README explains that V3 uses a TypeScript architecture and a server code generator aligned with Azure Storage swagger, replacing more manually maintained V2 code.

Microsoft Learn positions Azurite as the local emulator for Azure Storage development. The README documents separate `azurite`, `azurite-blob`, `azurite-queue`, and `azurite-table` commands, plus npm, Docker, Visual Studio Code, NuGet, and Visual Studio installation paths.

### 採用の歴史

Azurite adoption tracks the growth of local-first cloud development. Azure developers use it in test suites, sample apps, CI jobs, and demos where real cloud storage would be slower, costlier, or harder to reset.

Package-manager adoption is narrower than Azure CLI but important: the input package facts list Homebrew and Nix packages, while the official README also highlights npm and Docker as mainstream installation routes.

### 使われ方

Common usage is simply `azurite` from a project directory, or service-specific commands such as `azurite-blob -l path/to/workspace`. The storage workspace defaults to the current working directory when `--location` is omitted; options control host, ports, debug logs, HTTPS certificates, OAuth behavior, and in-memory persistence.

There is no single user-level config file or credentials file documented for the CLI. Local storage state lives in the selected workspace, and custom accounts or keys can be supplied through environment variables or connection strings.

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

For package nerds, Azurite is a useful example of a cloud emulator packaged as a developer service, not just a command. It brings Node.js runtime expectations, multiple executables, long-lived local state, ports, Docker parity, and API-version compatibility into the package story.

It also replaced older Azure Storage Emulator workflows that were more Windows-centered, making Homebrew/Nix packaging matter for macOS and Linux developers building Azure-backed apps.

### タイムライン

- 2018: Azure/Azurite GitHub Releases include V2 releases.
- 2019: Azurite V3 preview introduces the TypeScript and generated-server architecture.
- 2020s: Azurite V3 supports Blob, Queue, and Table preview endpoints and is documented across Microsoft Learn, npm, Docker, and editor workflows.

### Related projects

- Azure Storage Emulator was the older local emulator lineage for Azure Storage scenarios.
- Azure Storage SDKs and Storage Explorer are common clients pointed at Azurite.
- Azurite's generated-server architecture follows Azure Storage REST API swagger.

### ソース

- Azure/Azurite README and releases
- Microsoft Learn Azurite docs
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

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

- Nix - azurite: normalized package name match | nixpkgs package indexes: pkgs/by-name/az/azurite/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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