# Dagger
Open-source runtime for composable workflows.
Intended for systems with many moving parts and strong needs for repeatability, modularity, observability and
cross-platform support, which makes it good for AI agents and CI/CD workflows.
Tries to replace software projects' artisanal scripts with a modern API and cross-language scripting engine.
Helps to create consistent and reliable local development and testing environments that can do whatever one's CI can.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Setup
```sh
brew install 'dagger/tap/dagger'
```
## Further readings
- [Website]
- [Codebase]
### Sources
- [Documentation]
[codebase]: https://github.com/dagger/dagger
[documentation]: https://docs.dagger.io/
[website]: https://dagger.io/