# Install docker-buildx with Homebrew, apt, dnf, Nix, pacman, scoop, winget, zypper

Docker CLI plugin for extended build capabilities with BuildKit. Version 0.35.0 via Homebrew; verified 2026-06-17.

## Install

```sh
sudo av install brew:docker-buildx
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install docker-buildx
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install docker-buildx
```

  Evidence: Debian stable package indexes: docker-buildx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install docker-buildx
```

  Evidence: Fedora Rawhide package metadata: docker-buildx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#docker-buildx
```

  Evidence: nixpkgs package indexes: docker-buildx from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S docker-buildx
```

  Evidence: Arch Linux sync databases: docker-buildx from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install docker-buildx
```

  Evidence: openSUSE Tumbleweed package metadata: docker-buildx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/docker-buildx
```

  Evidence: Scoop official bucket manifest trees: bucket/docker-buildx.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Docker.Buildx -e
```

  Evidence: Windows Package Manager source index: Docker.Buildx from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:docker-buildx
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/docker-buildx>
- **Version:** 0.35.0
- **Source summary:** Docker CLI plugin for extended build capabilities with BuildKit
- **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
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- docker-buildx (cli)
- docker-buildx (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- 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" ]
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-09
- Package-manager version: 0.35.0
- Package-manager updated: 2026-06-17
- Local data: ok
- Upstream repository: https://github.com/docker/buildx
- Upstream latest detected: v0.35.0 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2019: Docker Engine 19.03 is the minimum Docker version named by the Buildx README.
- 2020: Buildx 0.6-era examples appear in the README for building Buildx itself.
- 2026: Docker docs list Buildx as the Docker Build command surface for extended BuildKit capabilities, and the batch input lists wide package-manager distribution.

### Related projects

- Buildx is tightly related to BuildKit, Docker Engine, Docker Desktop, Docker Compose builds, Docker Bake, and registry image tooling such as imagetools.

### Sources

- <https://github.com/docker/buildx#readme>
- <https://docs.docker.com/build/>
- <https://docs.docker.com/reference/cli/docker/buildx/>
- <https://formulae.brew.sh/formula/docker-buildx>


## Security Notes

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.



## Configuration and credential file locations

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.


## Configuration files

- Unix: buildkitd.toml
## Source Database Details

- **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:** head, stable

## Other Package-Manager Records

- Debian apt - docker-buildx - 0.13.1+ds1-3: normalized package name match | Debian stable package indexes: docker-buildx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Docker CLI plugin for extended build capabilities with BuildKit (program) | https://github.com/docker/buildx
- Debian apt - golang-github-docker-buildx-dev - 0.13.1+ds1-3: normalized package name match | Debian stable package indexes: golang-github-docker-buildx-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Docker CLI plugin for extended build capabilities with BuildKit (library) | https://github.com/docker/buildx
- Nix - docker-buildx: normalized package name match | nixpkgs package indexes: docker-buildx from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - docker-buildx - 0.12.1-0ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: docker-buildx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Docker CLI plugin for extended build capabilities with BuildKit | https://github.com/docker/buildx
- dnf - docker-buildx - 0.34.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: docker-buildx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Docker CLI plugin for extended build capabilities with BuildKit | https://github.com/docker/buildx
- pacman - docker-buildx - 0.34.1-1: normalized package name match | Arch Linux sync databases: docker-buildx from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Docker CLI plugin for extended build capabilities with BuildKit | https://github.com/docker/buildx
- zypper - docker-buildx - 0.33.0-39.1: normalized package name match | openSUSE Tumbleweed package metadata: docker-buildx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Docker CLI plugin for extended build capabilities with BuildKit | https://github.com/docker/buildx
- zypper - docker-stable-buildx - 0.25.0-17.1: normalized package name match | openSUSE Tumbleweed package metadata: docker-stable-buildx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Docker CLI plugin for extended build capabilities with BuildKit | https://github.com/docker/buildx
- Scoop - main/docker-buildx: normalized package name match | Scoop official bucket manifest trees: bucket/docker-buildx.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Docker.Buildx: normalized package name match | Windows Package Manager source index: Docker.Buildx from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [cdebug](https://www.automicvault.com/pkg/brew/cdebug/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [cekit](https://www.automicvault.com/pkg/brew/cekit/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [devcontainer](https://www.automicvault.com/pkg/brew/devcontainer/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [dockcheck](https://www.automicvault.com/pkg/brew/dockcheck/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [docker](https://www.automicvault.com/pkg/brew/docker/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [docker-clean](https://www.automicvault.com/pkg/brew/docker-clean/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [docker-compose](https://www.automicvault.com/pkg/brew/docker-compose/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.
- [docker-credential-helper](https://www.automicvault.com/pkg/brew/docker-credential-helper/) - Shares av.db curated category or tags: cli, containers, developer-tools, docker.

## Combined YAML source

View the package source record on GitHub. [combined/docker-buildx.yml](https://github.com/automic-vault/db/blob/main/combined/docker-buildx.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
