macOS
brew install dagulocal Homebrew formula metadata
brew
Lightweight and powerful workflow engine. Version 2.10.1 via Homebrew; verified 2026-07-06.
install
brew install dagulocal Homebrew formula metadata
overview
Lightweight and powerful workflow engine
history
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.
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.
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.
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.
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.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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.
~/.config/dagu/config.yaml~/.config/dagu/dags/*.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dagu | 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/dagucloud/dagu
install metadata
| Package key | brew:dagu |
|---|---|
| Version | 2.10.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dagu |
| Homepage | https://dagu.sh |
| Repository | https://github.com/dagucloud/dagu |
| Upstream docs | https://docs.dagu.sh/ |
| License | GPL-3.0-only |
| Source archive | https://github.com/dagucloud/dagu/archive/refs/tags/v2.10.1.tar.gz |
| Last updated | 2026-07-06T21:38:25Z |
| Pulse | updated |
| Build dependencies | go, node, pnpm |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dagu |
| 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 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.