Dagger: The Automation Engine for Programmable Software Delivery
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Dagger is an open-source automation engine designed to build, test, and ship any codebase reliably and at scale. It transforms your software delivery into a programmable, local-first, repeatable, and observable process. With SDKs in multiple languages, Dagger offers a modern alternative to traditional shell scripts and YAML-based CI/CD.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Dagger is a powerful automation engine that redefines how software is built, tested, and shipped. It provides a complete execution engine and system API, allowing developers to automate complex software delivery workflows with unprecedented programmability. Dagger runs consistently across your local machine, CI server, or directly in the cloud, requiring only a container runtime like Docker.
Installation
Getting started with Dagger is straightforward. You can install it using Homebrew on macOS and Linux:
brew install dagger/tap/dagger
For other installation methods and detailed instructions, please refer to the official documentation.
Examples
Dagger empowers you to define your CI/CD pipelines as code using native SDKs in 8 languages, including Go, Python, and TypeScript. This programmability allows for complex logic, reusable modules, and full type safety, moving beyond the limitations of shell scripts and proprietary YAML. For instance, you can define functions to build a Docker image, run tests, and deploy an application, all orchestrated within a Dagger pipeline.
Why Use Dagger?
Dagger offers several compelling advantages for modern software delivery:
- Programmable: Replace brittle shell scripts and restrictive YAML with a complete execution engine and system API. Dagger provides SDKs for 8 languages, an interactive REPL, and a rich ecosystem of reusable modules, making your delivery pipelines truly programmable.
- Local-first: Automate tasks once and run them reliably anywhere. Dagger ensures identical behavior on your laptop, CI server, or cloud infrastructure, with the only dependency being a container runtime.
- Repeatable: Tools run in isolated containers, orchestrated by sandboxed functions. Host dependencies are explicit, artifacts are built just-in-time, and every operation is incremental by default, ensuring trustworthy and consistent outputs.
- Observable: Gain deep insights into your workflows. Every operation emits a full OpenTelemetry trace, enriched with granular logs and metrics. Visualize traces directly in the terminal or a web view, enabling immediate debugging of complex workflows.
Links
- Documentation: https://docs.dagger.io
- Quickstart: https://docs.dagger.io/quickstart
- Community Discord: https://discord.gg/dagger-io
- GitHub Discussions: https://github.com/dagger/dagger/discussions
- Contributing: https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md
Related repositories
Similar repositories that may be relevant next.

GoBooks: A Curated List of Essential Golang Books for All Skill Levels
July 20, 2026
GoBooks is a highly popular GitHub repository offering a meticulously curated collection of Golang books, catering to developers from beginners to advanced practitioners. It serves as a comprehensive resource for finding the right learning materials on topics like concurrency, performance, and system design, making it easier to navigate the vast Go ecosystem.

Zero: The AI Coding Agent for Your Local Terminal
July 6, 2026
Zero is an innovative AI coding agent designed for your local terminal, offering powerful capabilities to inspect repositories, edit files, run commands, and utilize browser/terminal helpers. It provides durable local sessions while giving users full control over the AI model and permission levels. This tool empowers developers with a customizable and secure AI assistant directly within their development environment.

no-mistakes: AI-Driven Git Proxy for Flawless Pull Requests
June 30, 2026
no-mistakes is an innovative Git proxy that streamlines the pull request workflow by ensuring code quality before it reaches your remote. It uses an AI-driven validation pipeline in a disposable worktree, automatically applying safe fixes and escalating complex issues for human review. This tool helps developers maintain clean, high-quality codebases and open perfect PRs effortlessly.
Gogcli: Google Workspace Management from Your Terminal
June 24, 2026
Gogcli is a powerful command-line interface for Google Workspace, allowing users to manage Gmail, Calendar, Drive, Docs, Sheets, and many other services directly from their terminal. It is designed for both interactive use and robust automation, providing predictable output, agent safety features, and support for multiple accounts.
Source repository
Open the original repository on GitHub.
12 counted GitHub visits