# Installer dagu avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dagu pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dagu
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dagu
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:dagu
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.11.3
- **Résumé source:** Lightweight and powerful workflow engine
- **Page d'accueil:** <https://dagu.sh>
- **Dépôt:** <https://github.com/dagucloud/dagu>
- **Dernière mise à jour:** 2026-08-02T18:01:56Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dagu (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.11.3
## Historique du projet et usages

Dagu is a local-first workflow engine with a Web UI and a declarative YAML workflow format. It is packaged as a self-contained CLI/server tool for people who want scheduled DAGs, retries, logs, approvals, and automation without running a database-backed orchestration stack.

### Historique du projet

The official repository metadata records the Dagu repository as created in April 2022. Current official docs describe Dagu as local-first workflow orchestration that runs anywhere, with declarative YAML, a single binary, and air-gapped readiness.

### Historique d'adoption

Dagu's adoption story is aimed at small teams and operators moving beyond cron without adopting a heavyweight Airflow-style deployment. The official README explicitly compares the single-binary Dagu model with traditional orchestrators that require multiple services such as a web server, scheduler, workers, PostgreSQL, Redis or RabbitMQ, and a Python runtime.

### Modes d'utilisation

Users define workflows as YAML DAG files, run them with the dagu CLI, and operate the scheduler, executor, and web UI with commands such as dagu start-all. The official configuration docs define ~/.config/dagu/config.yaml as the default process-level configuration file and document default DAG, log, and data paths.

### Pourquoi les passionnés de paquets s'y intéressent

Dagu matters to package nerds because it compresses a workflow scheduler, web UI, local file-backed state, and DAG runner into a single installable tool. It fills the package-manager niche between cron-plus-shell-scripts and a full distributed orchestration platform.

### Chronologie

- 2022: Official Dagu GitHub repository is created.
- 2025: v1.22.0 release is published in the current official repository.
- 2026: Official docs present Dagu as local-first orchestration with declarative YAML and a single-binary deployment model.

### Related projects

- Official materials position Dagu as an alternative to Airflow and Cron and document actions for shell commands, Docker containers, Kubernetes Jobs, SSH, HTTP, SQL, and AI-agent harnesses.

### Sources

- <https://docs.dagu.sh/>
- <https://raw.githubusercontent.com/dagucloud/dagu/main/README.md>
- <https://raw.githubusercontent.com/dagucloud/docs/main/server-admin/configuration.md>
- <https://api.github.com/repos/dagucloud/dagu>
- <https://github.com/dagucloud/dagu/releases/tag/v1.22.0>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


## 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: ~/.config/dagu/config.yaml, ~/.config/dagu/dags/*.yaml

## Combined YAML source

View the package source record on GitHub. [combined/dagu.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dagu.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
