# Install dagger with Homebrew, chocolatey, MacPorts, pacman, scoop, winget

Portable devkit for CI/CD pipelines. Version 0.21.7 via Homebrew; verified 2026-06-17.

## Install

```sh
sudo av install brew:dagger
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install dagger
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dagger
```

  Evidence: MacPorts ports tree: devel/dagger/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- pacman (92%):

```sh
sudo pacman -S dagger
```

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

### Windows

- Chocolatey (92%):

```sh
choco install dagger
```

  Evidence: Chocolatey community package catalog: dagger from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.444','dell-command-monitor'

- Scoop (92%):

```sh
scoop install main/dagger
```

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

- winget (92%):

```sh
winget install --id Dagger.Cli -e
```

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

## Package facts

- **Package key:** brew:dagger
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/dagger>
- **Version:** 0.21.7
- **Source summary:** Portable devkit for CI/CD pipelines
- **Homepage:** <https://dagger.io>
- **Repository:** <https://github.com/dagger/dagger>
- **Upstream docs:** <https://docs.dagger.io/>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/dagger/dagger/archive/refs/tags/v0.21.7.tar.gz>
- **Last updated:** 2026-06-17T18:26:16Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- dagger (cli)
- dagger (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.21.7
- Package-manager updated: 2026-06-17
- Local data: ok
- Upstream repository: https://github.com/dagger/dagger
- Upstream latest detected: v0.21.7 (current)
## Project history and usage

Dagger is a software-delivery automation platform and CLI. It packages CI/CD automation as programmable, container-backed modules and functions that run locally, in CI, or in Dagger Cloud.

### Project history

Dagger's official launch post introduced it on March 30, 2022 as a portable devkit for CI/CD pipelines from the creators of Docker. The public repository itself dates back to 2019, and the launch post says the project had been developed with early adopters before continuing in the open.

### Adoption history

Dagger's adoption pitch is local-first CI/CD: write automation once, run it on a laptop or CI server, and avoid environment drift and CI lock-in. Current official docs emphasize a CLI, a Dagger Engine, generated SDKs, reusable modules, tracing, and container-runtime-backed execution.

### How it is used

Users invoke the dagger CLI to run functions, modules, checks, toolchains, and CI workflows. Current module configuration is centered on dagger-module.toml, while workspace commands such as dagger install, dagger config, and dagger settings update dagger.toml.

### Why package nerds care

Dagger is interesting to package nerds because it treats delivery pipelines as portable code rather than vendor-specific YAML. Its formula installs a CLI that brokers a larger engine, SDK, module, and container ecosystem, making the package a doorway into programmable build and release workflows.

### Timeline

- 2019: Public dagger/dagger GitHub repository is created.
- 2022: Dagger is publicly introduced as a portable devkit for CI/CD pipelines.
- 2022: Official launch post says development will continue in the open.
- 2026: Official docs describe Dagger as a platform for automating software delivery.

### Related projects

- The launch post says Dagger is powered by BuildKit; current docs place it alongside container runtimes, SDKs, Dagger modules, Dagger Cloud, and OpenTelemetry tracing.

### Sources

- <https://dagger.io/blog/public-launch-announcement>
- <https://docs.dagger.io/>
- <https://docs.dagger.io/reference/configuration/modules>
- <https://api.github.com/repos/dagger/dagger>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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: ./dagger.json
## Source Database Details

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

- pacman - dagger - 0.21.4-1: normalized package name match | Arch Linux sync databases: dagger from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A portable devkit for CI/CD pipelines | https://dagger.io
- MacPorts - dagger: normalized package name match | MacPorts ports tree: devel/dagger/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - dagger: normalized package name match | Chocolatey community package catalog: dagger from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.444','dell-command-monitor'
- Scoop - main/dagger: normalized package name match | Scoop official bucket manifest trees: bucket/dagger.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Dagger.Cli: normalized package name match | Windows Package Manager source index: Dagger.Cli 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.
- [gitea-runner](https://www.automicvault.com/pkg/brew/gitea-runner/) - Shares av.db curated category or tags: automation, ci-cd, cli, developer-tools.
- [jenkins-job-builder](https://www.automicvault.com/pkg/brew/jenkins-job-builder/) - Shares av.db curated category or tags: automation, ci-cd, cli, developer-tools.
- [pipelight](https://www.automicvault.com/pkg/brew/pipelight/) - Shares av.db curated category or tags: automation, ci-cd, cli, developer-tools.
- [tfcmt](https://www.automicvault.com/pkg/brew/tfcmt/) - Shares av.db curated category or tags: automation, ci-cd, cli, developer-tools.
- [act](https://www.automicvault.com/pkg/brew/act/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [brigade-cli](https://www.automicvault.com/pkg/brew/brigade-cli/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [circleci](https://www.automicvault.com/pkg/brew/circleci/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [gabo](https://www.automicvault.com/pkg/brew/gabo/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [gitlab-ci-local](https://www.automicvault.com/pkg/brew/gitlab-ci-local/) - Local package facts share a topical domain. Shared terms: ci, ci-cd, cli, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/dagger.yml](https://github.com/automic-vault/db/blob/main/combined/dagger.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
