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.

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.

PinchTab: High-Performance Browser Automation for AI Agents
June 21, 2026
PinchTab is a high-performance browser automation bridge and multi-instance orchestrator, designed to give AI agents direct control over Chrome. Built in Go, it offers advanced stealth injection, real-time dashboards, and token-efficient web interaction. It supports both headless and headed modes, enabling robust and secure automation workflows for various applications.

Multigres: Vitess Adaptation for Scalable Postgres Databases
June 3, 2026
Multigres is an innovative project that adapts Vitess for use with PostgreSQL, aiming to bring advanced sharding and scalability features to Postgres environments. Currently in early development, it offers a promising solution for managing large-scale Postgres deployments. Users can explore its capabilities and contribute to its growth.
Source repository
Open the original repository on GitHub.