dagger alternatives and similar tools
Based on the "Automation" category.
Alternatively, view dagger alternatives based on common mentions on social networks and blogs.
-
The effortless CI/CD framework that runs anywhere
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby. -
Glazier
A tool for automating the installation of the Microsoft Windows operating system on various device platforms. -
Bolt
You can use Bolt to run one-off tasks, scripts to automate the provisioning and management of some nodes, you can use Bolt to move a step beyond scripts, and make them shareable.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of dagger or a related project?
README
What is Dagger?
Dagger is a programmable CI/CD engine that runs your pipelines in containers.
Programmable
Develop your CI/CD pipelines as code, in the same programming language as your application.
Runs your pipelines in containers
Dagger executes your pipelines entirely as standard OCI containers. This has several benefits:
- Instant local testing
- Portability: the same pipeline can run on your local machine, a CI runner, a dedicated server, or any container hosting service.
- Superior caching: every operation is cached by default, and caching works the same everywhere
- Compatibility with the Docker ecosystem: if it runs in a container, you can add it to your pipeline.
- Cross-language instrumentation: teams can use each other's tools without learning each other's language.
Who is it for?
Dagger may be a good fit if you are...
- A developer wishing your CI pipelines were code instead of YAML
- Your team's "designated devops person", hoping to replace a pile of artisanal scripts with something more powerful
- A platform engineer writing custom tooling, with the goal of unifying continuous delivery across organizational silos
- A cloud-native developer advocate or solutions engineer, looking to demonstrate a complex integration on short notice