macOS
brew install docker-buildxlocal Homebrew formula metadata
brew
Docker CLI plugin for extended build capabilities with BuildKit. Version 0.35.0 via Homebrew; verified 2026-06-17.
install
brew install docker-buildxlocal Homebrew formula metadata
sudo apt install docker-buildxDebian stable package indexes · docker-buildx · source: deb.debian.org
sudo dnf install docker-buildxFedora Rawhide package metadata · docker-buildx · source: dl.fedoraproject.org
nix profile install nixpkgs#docker-buildxnixpkgs package indexes · docker-buildx · source: raw.githubusercontent.com
sudo pacman -S docker-buildxArch Linux sync databases · docker-buildx · source: geo.mirror.pkgbuild.com
sudo zypper install docker-buildxopenSUSE Tumbleweed package metadata · docker-buildx · source: download.opensuse.org
scoop install main/docker-buildxScoop official bucket manifest trees · bucket/docker-buildx.json · source: api.github.com
winget install --id Docker.Buildx -eWindows Package Manager source index · Docker.Buildx · source: cdn.winget.microsoft.com
overview
Docker CLI plugin for extended build capabilities with BuildKit
history
Docker Buildx is the Docker CLI plugin that exposes extended Docker Build capabilities backed by BuildKit. The upstream README highlights builder instances, multi-node and multi-platform builds, Compose build support, Bake, and Docker or Kubernetes drivers.
Buildx grew out of Docker's shift from the classic image builder toward BuildKit. Rather than replacing docker build with a separate tool, Buildx kept a familiar command-line shape while exposing BuildKit features such as named builders, remote drivers, multi-platform output, cache controls, Bake files, and registry image tools.
Buildx moved from an advanced plugin into ordinary Docker build practice. The README states that Docker Desktop includes Buildx on Windows and macOS, and that Docker Engine package repositories provide Docker Buildx packages for Linux. The batch input shows broad downstream packaging across Homebrew, Debian, Fedora-style distributions, Nix, Arch, Scoop, Ubuntu, winget, and zypper.
Typical use starts with docker buildx build for BuildKit-backed builds, then expands to docker buildx create and use for builder instances, docker buildx bake for higher-level build definitions, docker buildx imagetools for registry image inspection and manipulation, and docker buildx prune or du for build cache maintenance. It is especially common in CI pipelines that publish multi-architecture container images.
Buildx is one of the most important Docker-adjacent packages because it made BuildKit's advanced build graph usable from the Docker CLI. For package nerds, it also illustrates the modern Docker CLI-plugin model: a separate executable named docker-buildx can be installed by a package manager and discovered by Docker as a subcommand.
security posture
No matching local secret-handling manifest was found for docker-buildx. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
buildkitd.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
docker-buildx | 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/docker/buildx
install metadata
| Package key | brew:docker-buildx |
|---|---|
| Version | 0.35.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/docker-buildx |
| Homepage | https://docs.docker.com/buildx/working-with-buildx/ |
| Repository | https://github.com/docker/buildx |
| Upstream docs | https://docs.docker.com/build |
| License | Apache-2.0 |
| Source archive | https://github.com/docker/buildx/archive/refs/tags/v0.35.0.tar.gz |
| Last updated | 2026-06-17T21:33:55Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | docker-buildx is a Docker plugin. For Docker to find the plugin, add "cliPluginsExtraDirs" to ~/.docker/config.json: "cliPluginsExtraDirs": [ "$HOMEBREW_PREFIX/lib/docker/cli-plugins" ] |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | docker-buildx |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
docker-buildx 0.13.1+ds1-3
Docker CLI plugin for extended build capabilities with BuildKit (program)
https://github.com/docker/buildx
sudo apt install docker-buildxgolang-github-docker-buildx-dev 0.13.1+ds1-3
Docker CLI plugin for extended build capabilities with BuildKit (library)
https://github.com/docker/buildx
sudo apt install golang-github-docker-buildx-devdocker-buildx
nix profile install nixpkgs#docker-buildxdocker-buildx 0.12.1-0ubuntu2
Docker CLI plugin for extended build capabilities with BuildKit
https://github.com/docker/buildx
sudo apt install docker-buildxdocker-buildx 0.34.1-1.fc45
Docker CLI plugin for extended build capabilities with BuildKit
https://github.com/docker/buildx
sudo dnf install docker-buildxdocker-buildx 0.34.1-1
Docker CLI plugin for extended build capabilities with BuildKit
https://github.com/docker/buildx
sudo pacman -S docker-buildxdocker-buildx 0.33.0-39.1
Docker CLI plugin for extended build capabilities with BuildKit
https://github.com/docker/buildx
sudo zypper install docker-buildxdocker-stable-buildx 0.25.0-17.1
Docker CLI plugin for extended build capabilities with BuildKit
https://github.com/docker/buildx
sudo zypper install docker-stable-buildxmain/docker-buildx
scoop install main/docker-buildxDocker.Buildx
winget install --id Docker.Buildx -esource 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.