Fundraising Fox

Dagger

YC W19

San Francisco, US · Founded 2018 · Delaware corporation · 22 employees · 10 known investors

Dagger provides a platform for test orchestration with a runtime, system API, and SDKs across multiple languages. It serves developers building and automating end-to-end tests.

Also known as Blocklayer · Elastic Ledger · Dagger.io

Developer ToolsEnterprise SoftwareDevSecOpsUnited States of AmericaUnited KingdomFranceArgentinaColombiaUruguayPortugalAmerica / CanadaEuropeLatin AmericaFully Remote

Founders & leadership· Y Combinator alumni (W19)

Dagger was founded in 2018 by Solomon Hykes, Andrea Luzzardi, and Samuel Alba.

SHSolomon Hykes
Solomon Hykesin𝕏Co-FounderFounder/CEO at Docker
AL
Andrea LuzzardiCo-founder
SA
Samuel AlbaCo-founder
EB
Eric BardinExecutive

Investors · 10

Also in the syndicate · 6

Brian StevensDaniel LopezEllen PaoIdit LevineJulius VolzNat Friedman

Reported raises · per SEC filings

Form D private placements

$30.4M disclosed across 2 of 5 rounds · 2021–2022

$20MraisedApr 2022 · 14 investors · Other
Rule 506(b)
Officers, directors & promoters on the filing
  • Sam AlbaExecutive Officer, Director, Promoter
  • Erica BresciaDirector
  • Andrea LuzzardiExecutive Officer, Director, Promoter
  • Solomon HykesExecutive Officer, Director, Promoter
  • Eric BardinExecutive Officer, Promoter
Offering amount
$20M
Amount sold
$20M
First sale
Feb 2022
Incorporated
Corporation, Delaware, 2018
Federal exemptions
06b
Full filing on SEC EDGAR ↗
$10.4MraisedOct 2021 · 26 investors · Other
Rule 506(b)
Officers, directors & promoters on the filing
  • Eric BardinExecutive Officer, Promoter
  • Solomon HykesExecutive Officer, Director, Promoter
  • Andrea LuzzardiExecutive Officer, Director, Promoter
  • Samuel AlbaExecutive Officer, Director, Promoter
Offering amount
$10.4M
Amount sold
$10.4M
First sale
Jul 2021
Incorporated
Corporation, Delaware, 2018
Federal exemptions
06b
Full filing on SEC EDGAR ↗

Source: SEC EDGAR Form D. Amounts as filed; amended filings shown once at their latest values.

Company profile

researched Aug 2026

Dagger develops a platform for automating software delivery: building, testing and shipping codebases repeatably and at scale. Its core is an execution engine and cross-language system API for orchestrating containers, filesystems, secrets, git repositories and network tunnels, paired with SDKs for eight languages (Go, Python, TypeScript, PHP, Java, .NET, Elixir and Rust), an interactive REPL, and an ecosystem of reusable modules. Pipelines are defined in general-purpose programming languages rather than shell scripts or proprietary YAML, and run in containers with sandboxed orchestration functions, explicit and strictly typed host dependencies, just-in-time construction of intermediate artifacts, and content-addressed incremental caching.

The product is positioned as local-first: once configured, the same automation runs on a laptop, an AI sandbox, a CI server or dedicated cloud infrastructure, with a Linux container runtime (e.g. Docker, or Docker Desktop on macOS/Windows) as the only dependency. Observability is built in — every operation emits OpenTelemetry spans with logs and metrics, viewable in a terminal TUI, a web view, or exported to backends such as Jaeger or Honeycomb. Documentation describes typical uses including linting and formatting, end-to-end tests with real services, running code generators, interactive debugging of broken builds via drop-in terminals, and agents running Dagger checks inside their development loop.

Alongside the open-source engine (Apache-2.0 licensed), the company offers Dagger Cloud, described as a control plane that complements the engine with workflow visualization (Traces) and operational insights aggregated across an organization's engines in both development and CI contexts. Dagger Cloud is a "bring your own compute" service rather than a hosting service, and works with any CI environment where the engine can run, including GitLab, CircleCI, GitHub Actions, Jenkins and Tekton. The company collectively describes the Dagger Engine, Dagger Cloud and the SDKs as the "Dagger Platform" and frames it as a "devops operating system."

Founding story

Dagger was founded by Solomon Hykes, Sam Alba and Andrea Luzzardi, who identify themselves as the creators of Docker, with the stated aim of bringing order to the complexity of software deployment. Their public launch materials frame the problem as devops engineers assembling delivery pipelines from throwaway scripts and CI-specific configuration, causing dev/CI drift, CI lock-in and low reuse between pipelines.

Business model

Open-core: the Dagger engine and SDKs are distributed as an open-source project under the Apache-2.0 license and installable via a CLI (for example, Homebrew), while Dagger Cloud provides a commercial hosted control plane layer offering trace-based workflow visualization and operational insights on top of customer-provided compute.

Sources describe a free open-source engine plus Dagger Cloud, a "bring your own compute" hosted service; specific pricing or revenue terms are not disclosed in the available material.

Traction

The open-source repository has approximately 16,200 stars, 913 forks, 229 watchers and 12,454 commits. The project shipped a public beta in March 2022 and has progressed through multiple release lines to a 1.0.0-beta.10 documentation version. Users are reported to run Dagger with CI providers including GitLab, CircleCI, GitHub Actions, Jenkins and Tekton.

Latest developments

Current documentation describes Dagger as a CI orchestration engine centered on workspaces and installable modules (for example eslint, prettier, playwright and Go code generators) invoked through commands such as `dagger check`, `dagger install`, `dagger generate` and `dagger api call`, along with guidance on upgrading to workspaces. A 1.0.0-beta.10 version line is documented, and the feature set now emphasizes agent-friendly workflows in which AI agents run sandboxed, cached Dagger checks.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Dagger positions itself as an alternative to shell scripts, Makefiles and proprietary CI YAML configuration, and as a portable layer that runs on top of existing CI providers rather than replacing them; investor commentary at the Series A framed the company as making custom app delivery pipelines portable across clouds.

Key claimed differentiators are pipelines written in real programming languages with typed APIs instead of YAML; identical execution locally and in CI; content-addressed incremental caching; zero-instrumentation OpenTelemetry tracing; interactive debugging terminals at any pipeline step; just-in-time service dependencies; native secrets integration; and a reusable module ecosystem shared across eight SDK languages.

Technology

Dagger's engine was originally built on BuildKit and continues to depend on Linux container primitives; it currently requires running in a privileged container because rootless operation would constrain the overlayfs snapshotter and network device management. It exposes a typed, composable cross-language system API (the repository lists GraphQL among its topics) from which each language SDK is generated, giving idiomatic bindings with type safety. Custom object types are content-addressed and can cross SDK and module boundaries without serialization. Every operation is keyed by its inputs so only affected steps re-run, with caching shared across local and CI runs, and every operation emits OpenTelemetry traces. The CLI sends optional anonymized telemetry (version, platform, command, anonymous device ID) and honors the Console Do Not Track standard.

Go-to-market

Community-led and developer-first: a public open-source repository on GitHub, extensive documentation and quickstarts, a Discord community and GitHub Discussions help forum, a module registry of installable packages, and a CLI install path via Homebrew. Adoption of the free engine funnels toward Dagger Cloud for organization-level visibility.

Developers, devops and platform engineering teams who build, test and deploy software across local development environments and CI systems, including organizations seeking to avoid CI lock-in and dev/CI drift; documentation also references AI agents running Dagger checks in sandboxed environments.

Geography

Headquartered in San Francisco, with a distributed open-source contributor and user community reached through GitHub and Discord.

History

The project was developed initially with a community of alpha and private beta testers before being opened up publicly. In March 2022 the company announced the public beta of its product together with a $20 million Series A, following an earlier $3 million pre-seed and a $7 million seed round, and stated it would use the funding to grow the team and continue developing the product with the open source community. The product has since evolved from a CUE-based "portable devkit" for CI/CD pipelines into a code-first CI orchestration engine with SDKs in eight languages, a module ecosystem and workspaces; documentation lists released version lines from 0.16.x through 0.21.x and a 1.0.0-beta.10 pre-release.

Risks & controversies

The engine currently requires a privileged container, and the project advises treating host machines as the security boundary as with Docker or Kubernetes. Windows container builds are not supported because BuildKit support remains experimental and Dagger adds custom networking, init and Linux namespace code without Windows equivalents. The CLI collects anonymized telemetry by default, though it can be disabled. Documentation also notes that traces from CI runs lacking proper Git context appear as "orphaned."

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
GitHub commitsJan 202612,454 commits
GitHub forksJan 2026913 forks
GitHub starsJan 202616,200 stars
GitHub watchersJan 2026229 watchers
HeadcountAug 202615
SDK languages supportedJan 20268 languages
Total funding raisedMar 2022$30M

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Founder mafia

3 people who came through Dagger went on to found or lead other companies.

Competitors · 1

by search overlap

Companies competing with Dagger for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 4

launches, deals, and filings
Mar 2022
Dagger raises $20M Series A led by Redpoint Ventures

Dagger announced a $20 million Series A led by Redpoint Ventures with participation from Y Combinator and angel investors including Nat Friedman, Brian Stevens, Idit Levine, Julius Volz, Ellen Pao and Daniel Lopez, bringing total funding to $30 million. Erica Brescia of Redpoint joined the board.

$20M source ↗

Mar 2022
Erica Brescia of Redpoint Ventures joins the board

source ↗

Mar 2022
Public beta of the Dagger devops platform

Dagger announced the public beta of its product, described as a devops operating system that orchestrates delivery of applications to the cloud.

source ↗

Jan 2022
Public launch of Dagger as an open-source CI/CD devkit

The founders publicly introduced Dagger as a portable devkit for CI/CD pipelines powered by BuildKit, moving development into the open after alpha and private beta programs.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Legal entities · 1

corporate structure
DaggerDelaware

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Dagger do?
Dagger builds an open-source, code-defined CI/CD and test orchestration engine that runs identically locally, in CI, or in the cloud.
Who founded Dagger?
Dagger was founded by Solomon Hykes, Andrea Luzzardi, Samuel Alba in 2018.
Who are Dagger's investors?
Dagger's investors include Redpoint Ventures, Wayfinder Ventures, Y Combinator, ACE & Company.
How much funding has Dagger raised?
Dagger has disclosed $30.4M raised across 2 of its 5 known rounds.
Where is Dagger headquartered?
Dagger is headquartered in San Francisco, US.