aicoolies logo
Earthly logo
Earthly logo

Earthly

Your CI/CD scripts as code. Consistent, reproducible builds.

open sourceupdated Apr 21, 2026

Build automation framework that combines Dockerfile and Makefile syntax for repeatable, containerized builds. Earthly runs every step in a container so builds produce identical results on dev laptops and CI, augmenting Make/Gradle/npm/cargo with cross-language reproducibility. Features parallel target execution, layer caching, multi-platform builds, and references across Earthfiles or repositories.

Earthly is a build automation framework that combines the best ideas from Dockerfiles and Makefiles into a simple, instantly familiar syntax for creating repeatable, containerized builds. It solves the problem of inconsistent builds across different environments by running every build step in a container, ensuring that builds produce identical results on a developer laptop and in CI. Earthly works alongside existing language-specific build tools rather than replacing them, augmenting Make, Gradle, npm, cargo, and other build systems with containerized reproducibility.

Key features include automatic parallel execution of independent build targets, layer-based caching that skips unchanged steps, and the ability to reference targets across multiple Earthfiles in different directories or even different repositories. Earthly supports both monorepo and polyrepo workflows, with built-in support for multi-platform builds and cross-compilation. The Earthfile syntax is deliberately familiar to anyone who has written a Dockerfile, using commands like FROM, RUN, COPY, and SAVE, lowering the learning curve significantly.

Earthly is designed for development teams working on projects with complex build pipelines, monorepos with multiple services, or polyglot codebases that use multiple programming languages. It integrates with popular CI systems including GitHub Actions, GitLab CI, CircleCI, Jenkins, and AWS CodeBuild, serving as a portable build layer that decouples build logic from CI platform specifics. Earthly Lunar extends the platform with guardrails and policies for managing builds across engineering organizations.

Pricing

Free (open-source) / Earthly Cloud from $0

Platforms

CLI (macOS, Linux, Windows)

Categories

Tags

Use Cases

GitHub Actions logo

GitHub Actions

Automate your workflow from GitHub

GitHub's built-in CI/CD and workflow automation platform that runs directly in your repository. Define workflows in YAML triggered by Git events (push, PR, release), schedules, or manual dispatch. Massive marketplace of 20,000+ community-maintained actions for testing, building, deploying, and automating tasks. Supports matrix builds, caching, secrets, environments with approval gates, and self-hosted runners. Free for public repos with generous minutes for private repos.

freemium
GitLab CI/CD logo

GitLab CI/CD

Built-in CI/CD for GitLab

GitLab's built-in CI/CD pipeline system defined via .gitlab-ci.yml files in your repository. Features multi-stage pipelines, parallel jobs, matrix builds, environments with deployment tracking, merge train for serialized merges, auto DevOps for zero-config CI/CD, container registry, and security scanning (SAST/DAST). Supports self-hosted runners and Kubernetes executors. Tightly integrated with GitLab's merge requests and issue tracking. A leading alternative to GitHub Actions for GitLab users.

freemiumOpen Source
CircleCI logo

CircleCI

Continuous integration and delivery

Cloud CI/CD platform known for speed and Docker-first workflows. Offers parallelism, intelligent caching, and orbs (reusable configuration packages) for common tasks. Used by Spotify, Samsung, and Ford. Strong at complex build pipelines with conditional logic, matrix builds, and granular resource allocation that help large teams optimize their build times.

freemium
Woodpecker CI logo

Woodpecker CI

Lightweight self-hosted CI/CD engine for the Gitea stack

Woodpecker CI is a community-maintained open-source CI/CD engine forked from Drone CI, designed as the default continuous integration solution for self-hosted Git platforms like Gitea, Forgejo, and Codeberg. With simple YAML pipeline configuration, minimal resource usage (~100MB RAM), and Apache-2.0 licensing, it provides a lightweight alternative to Jenkins and GitHub Actions for developers who prefer infrastructure they control.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
gh-aw GitHub parent mark

GitHub Agentic Workflows

Run AI coding agents in GitHub Actions from Markdown

Open-source GitHub CLI extension for defining repository automations in Markdown and running Copilot, Claude Code, Codex, Gemini or custom agents inside hardened GitHub Actions workflows.

freeOpen Source

FAQ

What is Earthly?

Build automation framework that combines Dockerfile and Makefile syntax for repeatable, containerized builds. Earthly runs every step in a container so builds produce identical results on dev laptops and CI, augmenting Make/Gradle/npm/cargo with cross-language reproducibility. Features parallel target execution, layer caching, multi-platform builds, and references across Earthfiles or repositories.

Is Earthly free?

Yes — Earthly is open source and free to use. Free (open-source) / Earthly Cloud from $0

Is Earthly open source?

Yes — Earthly is open source.

What are the best Earthly alternatives?

The top editor-verified Earthly alternatives are GitHub Actions, GitLab CI/CD, CircleCI, and more.