# 使用 Homebrew, Nix 安装 azurite

查看 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
- **软件包管理器页面:** <https://formulae.brew.sh/formula/azurite>
- **版本:** 3.36.0
- **来源摘要:** Lightweight server clone of Azure Storage that simulates it locally
- **主页:** <https://github.com/Azure/Azurite>
- **仓库:** <https://github.com/Azure/Azurite>
- **许可证:** MIT
- **源码归档:** <https://registry.npmjs.org/azurite/-/azurite-3.36.0.tgz>
- **最后更新:** 2026-07-16T15:31:43Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- azurite (cli)
- azurite-blob (cli)
- azurite-queue (cli)
- azurite-table (cli)
- azurite (别名)
- azurite-blob (别名)
- azurite-queue (别名)
- azurite-table (别名)

## 依赖

- node

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 3.36.0
- 管理器更新时间: 2026-07-16
- 本地数据: OK
- 上游仓库: https://github.com/Azure/Azurite
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** azurite
- **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 - 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


## 相关链接

- [Cloud CLI packages](https://pkg.so/zh-hans/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [node](https://pkg.so/zh-hans/brew/node/) - Runtime dependency declared by Homebrew.
- [azcopy](https://pkg.so/zh-hans/brew/azcopy/) - Shares pkgdb curated category or tags: azure, cli, cloud-infrastructure, storage.
- [fakecloud](https://pkg.so/zh-hans/brew/fakecloud/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, emulator, local-development.
- [static-web-apps-cli](https://pkg.so/zh-hans/brew/static-web-apps-cli/) - Shares pkgdb curated category or tags: azure, cli, cloud-infrastructure, local-development.
- [azure-cli](https://pkg.so/zh-hans/brew/azure-cli/) - Shares pkgdb curated category or tags: azure, cli, cloud-infrastructure.
- [awscli-local](https://pkg.so/zh-hans/brew/awscli-local/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, local-development.
- [azure-dev](https://pkg.so/zh-hans/brew/azure-dev/) - Shares pkgdb curated category or tags: azure, cli, cloud-infrastructure.
- [aztfexport](https://pkg.so/zh-hans/brew/aztfexport/) - Shares pkgdb curated category or tags: azure, cli, cloud-infrastructure.
- [azqr](https://pkg.so/zh-hans/brew/azqr/) - Shares pkgdb curated category or tags: azure, cli, cloud-infrastructure.
- [azurite](https://pkg.so/zh-hans/npm/azurite/) - Same normalized package name appears in another local ecosystem. Shared terms: azure, azurite, azurite-blob, azurite-queue, azurite-table.
- [gulp-azure-storage](https://pkg.so/zh-hans/npm/gulp-azure-storage/) - Local package facts share a topical domain. Shared terms: azure, blob, cli, cloud, cloud-infrastructure.
- [azurite](https://pkg.so/zh-hans/npm/azurite/) - Same normalized package name in another local ecosystem.

## 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
- 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
