macOS
brew install azuritelocal Homebrew formula metadata
安装
brew install azuritelocal Homebrew formula metadata
nix profile install nixpkgs#azuritenixpkgs package indexes · pkgs/by-name/az/azurite/package.nix · 来源: api.github.com
概览
Lightweight server clone of Azure Storage that simulates it locally
历史
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.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
azurite | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
azurite-blob | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
azurite-queue | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
azurite-table | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:azurite |
|---|---|
| 版本 | 3.36.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/Azure/Azurite |
| 最后更新 | 2026-07-16T15:31:43Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
azurite
nix profile install nixpkgs#azurite来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.