macOS
brew install azuritelocal Homebrew formula metadata
brew
Lightweight server clone of Azure Storage that simulates it locally. Version 3.35.0 via Homebrew; verified from local package data.
install
brew install azuritelocal Homebrew formula metadata
nix profile install nixpkgs#azuritenixpkgs package indexes · pkgs/by-name/az/azurite/package.nix · source: api.github.com
overview
Lightweight server clone of Azure Storage that simulates it locally
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
azurite | cli | global executable | |
azurite-blob | cli | global executable | |
azurite-queue | cli | global executable | |
azurite-table | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Azure/Azurite
install metadata
| Package key | brew:azurite |
|---|---|
| Version | 3.35.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/azurite |
| Homepage | https://github.com/Azure/Azurite |
| Repository | https://github.com/Azure/Azurite |
| Upstream docs | https://github.com/Azure/Azurite#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/azurite/-/azurite-3.35.0.tgz |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
azurite
nix profile install nixpkgs#azuritesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.