Dagger: The Automation Engine for Programmable Software Delivery

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Dagger: The Automation Engine for Programmable Software Delivery

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

Analyzed by OSRepos on February 11, 2026

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

Related repositories

Similar repositories that may be relevant next.

no-mistakes: AI-Driven Git Proxy for Flawless Pull Requests

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.

GitAIDeveloper Tools
Gogcli: Google Workspace Management from Your Terminal

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.

gcalgcontactsgdrive
PinchTab: High-Performance Browser Automation for AI Agents

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.

browser-automationGoheadless-chrome
Multigres: Vitess Adaptation for Scalable Postgres Databases

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.

GoPostgresVitess

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️