Earthly is an open-source build automation tool for monorepo-style codebases. It allows developers to define builds and dependencies in a declarative way, then automatically parallelizes and caches builds for fast, reproducible development.
Earthly: Open-Source Build Automation Tool for Monorepo-Style Codebases
Open-source build automation tool allowing developers to define builds and dependencies in a declarative way, then automatically parallelizing and caching builds for fast, reproducible development.
What is Earthly?
Earthly is an open-source build automation tool designed specifically for monorepo-style codebases. It provides developers a simple way to define their build workflows and dependencies in a declarative Earthfile, then handles executing builds efficiently.
Key features of Earthly include:
Automatic parallelization - Earthly analyzes dependencies and runs independent build steps in parallel for faster builds.
Global cache - Earthly caches build artifacts, docker images, and dependencies globally to optimize rebuild times.
Reproducible builds - Dependency declarations and content-based caching result in bit-for-bit reproducible builds, enabling confidence.
Portable builds - Earthfiles allow defining builds that work across different environments and operating systems.
Integration with existing tools - Earthly builds can integrate with docker, make, bash, and anything else developers already use.
With its unique focus on monorepo use cases, Earthly aims to simplify CI/CD and development build workflows for large, complex codebases with many interdependencies between components and services.
What Is Jenkins?Jenkins is the most widely used open-source automation server for continuous integration and continuous delivery (CI/CD). It automates building, testing, and deploying software, enabling development teams to integrate code changes frequently and catch issues early.Key FeaturesJenkins supports pipeline-as-code through Jenkinsfiles, which define build, test, and deployment stages in...
GitLab is an open source end-to-end software development platform with built-in git repository management, issue tracking, code reviews, activity feeds, wikis and continuous integration/continuous deployment (CI/CD). It allows developers to host and collaborate on Git repositories and connect all stages of the DevOps lifecycle in the same user interface.Some key...
What Is Travis CI?Travis CI is a continuous integration service that automatically builds and tests code changes pushed to GitHub repositories. It was one of the first CI services to offer free builds for open-source projects, making it a foundational tool in the open-source ecosystem.Key FeaturesTravis CI uses a .travis.yml...
CircleCI is a continuous integration and delivery platform designed to help developers build, test, and deploy applications with speed and confidence. It provides cloud-based infrastructure for running automated jobs in Linux containers, allowing code to be built, tested, and delivered rapidly and reliably.Some key features of CircleCI include:Automated building, testing...
GitHub Actions is an automation platform that allows developers to automate software development workflows within GitHub. It uses YAML-based workflow files that you store in a code repository to build out tasks called actions. GitHub Actions goes beyond continuous integration and delivery by allowing you to run workflows when events...
JetBrains TeamCity is a continuous integration and continuous delivery server developed by JetBrains for software development teams. It automates building, testing, and deploying applications to help streamline the software development lifecycle.Some key features of TeamCity include:Customizable build configurations and build chains to automate compiling, running tests, generating reports, deploying applications,...
sr.ht is an open source platform designed for collaborative development and project hosting. It aims to provide a full suite of integrated tools needed for managing open source projects and communities.Some key features of sr.ht include:Git hosting with web interfaces, access controls, and repositories optimized for fast cloningContinuous integration that...
Concourse is an open-source continuous thing platform designed for automation of pipelines in software development. It provides resources and tasks that can be combined into pipelines to automate build, test, and deployment processes.Some key features of Concourse include:Built-in resources for interacting with common infrastructure like GitHub, Amazon S3, and DockerConcept...
Codeship is a cloud-based continuous integration and delivery service that helps development teams test, build and deploy their code quickly and efficiently. Some key features of Codeship include:Fully automated build, test and deployment pipelinesIntegration with GitHub, Bitbucket and GitLab for easy code hosting and managementParallel testing for faster test executionBuilt-in...
au2mator is an open-source robotic process automation (RPA) tool for automating repetitive and mundane tasks. It allows you to build automation workflows visually without the need for programming or scripting.Some key features of au2mator include:Visual interface to build automation workflows by demonstrationSupport for automating tasks on web applications, Windows apps,...
Azure DevOps is a Microsoft cloud-based collaborative development environment that supports Git repositories, Kanban boards, extensive automated builds, load testing, release management and application analytics. Key capabilities include:Version control with Git repositories for source code and integration with Visual Studio and EclipseAgile planning and tracking using Kanban boards with configurable...
AppVeyor is a cloud-based continuous integration service designed specifically for building and testing .NET applications. It integrates seamlessly with GitHub, Bitbucket and other source control providers to automatically build and test each time developers push code.Key features of AppVeyor include:Support for .NET Framework, .NET Core, Node.js, Ruby and other technologies...
Launchdeck is a user-friendly website builder designed to help small business owners, entrepreneurs, bloggers, and anyone else easily create stunning websites. With its intuitive drag-and-drop editor, hundreds of professionally designed templates, and built-in ecommerce functionality, Launchdeck makes it simple for anyone to launch a beautiful, functional website without needing to...
Peakflow is a network monitoring and analytics platform developed by Aruba Networks, now a part of Hewlett Packard Enterprise. It provides real-time visibility into network traffic patterns and performance to help IT teams ensure optimal network operations and quickly detect potential issues.Key features of Peakflow include:Data collection from a variety...
Laminar is an open-source JavaScript library for building reactive web applications. It allows you to create fast and dynamic user interfaces using a declarative and functional programming style.Some key features of Laminar include:Reactive programming model based on streams and signals for managing state and effectsDeclarative syntax to describe UI as...
Cicada.sh is an open-source personal knowledge management and sharing platform. It enables users to capture and share knowledge using a structured, networked note-taking system, inspired by technologies like Roam Research and Obsidian.With Cicada.sh, you can organize your notes and thoughts into an interconnected network rather than a restrictive hierarchy. Notes...
Buildbot is an open-source continuous integration and continuous delivery application that allows software development teams to automate the build, test, and release processes. It provides a customizable workflow engine that allows you to define your build steps, run tests, generate reports, and integrate with version control systems.Some key features of...
Drone.io is an open source continuous delivery platform built with Docker that allows developers to build, test, and deploy code easily and efficiently. Some key features and benefits of Drone.io include:Simple setup using a Docker container and YAML-based configuration pipelineSupports building and testing code written in all major languages like...
Agola is an open-source automation platform designed specifically for software development teams. It provides a simple way to set up continuous integration, deployment, and delivery pipelines without the complexity of traditional CI/CD tools.Some key capabilities and benefits of Agola include:Configuration-as-Code - Pipelines, jobs, tasks, and other components are defined in...
Appcircle is a cloud-based mobile app testing platform used by developers to test their iOS, Android, and web apps on thousands of real devices. Its key features include:Access to an extensive device lab with thousands of real iOS, Android, and browser environments.Manual testing by accessing these devices remotely and interacting...
Strider CD is an open source continuous delivery and deployment platform. It provides automation and visibility around the build, test and release processes for web applications.Some key features of Strider CD include:User friendly interface to create pipelines, connect repositories from GitHub, Bitbucket, GitLab etc. and configure builds and deploymentsSupports multiple...
Zuul is an open source API gateway and edge service created by Netflix. It provides a range of functionality for services operating at the edge of the network.Some of the key features and benefits of Zuul include:Dynamic routing - Zuul handles dynamic routing of traffic to multiple backing services and...
Screwdriver is an open source continuous delivery and release automation platform optimized for deploying infrastructure and applications. Some key features and capabilities of Screwdriver include:Automated testing and builds - Screwdriver has built-in functionality to run automated builds and tests as code gets merged, ensuring code integrity and quality.Continuous Delivery pipelines...
BuildMaster is an automated software deployment and release management platform designed to help development and operations teams collaborate to deliver business applications faster and more reliably. It provides an enterprise-grade pipeline for building, testing, and deploying software changes across complex multi-tier environments.Key capabilities and benefits of BuildMaster include:Modeling applications and...
Bitrise is a continuous integration and delivery (CI/CD) platform designed specifically for mobile app development teams. It aims to automate the repetitive parts of building, testing and deploying mobile apps so developers can focus on writing code.Some key capabilities and benefits of Bitrise include:Supports native iOS and Android apps, as...
GreenhouseCI is a cloud-based continuous integration and delivery (CI/CD) platform that helps software teams automate building, testing, and deploying their applications. Some key capabilities and benefits of GreenhouseCI include:Automated build pipelines - Configure pipelines with steps to compile code, run tests, security scans, generate artifacts like containers, and deploy to...
Distelli is a continuous delivery and automation platform designed to help developers streamline building, testing, and deploying applications and infrastructure. It provides capabilities to:Automate infrastructure provisioning across physical servers, VMs, Kubernetes clusters, AWS, and moreEasily push code changes to testing and production environmentsRun automated tests as part of the deployment...
Semaphore is a hosted continuous integration and continuous delivery (CI/CD) platform designed for agile development teams. It allows developers to easily automate their development pipelines to test, build and deploy software applications faster and more efficiently.Some key features of Semaphore include:Fast and reliable CI/CD pipelinesSupport for a wide range of...
Bitten is an open source web-based test management system originally developed by Mozilla to meet their automated testing needs for large-scale software projects. It integrates closely with popular source code management systems like Mercurial, Git, Subversion etc. to provide tracking, scheduling, and reporting of automated tests.Some key features of Bitten...
SCM-Manager Universe is an open source self-hosted platform for managing Git, Mercurial, and Subversion source code repositories. It provides a centralized web interface for browsing repositories, viewing commit histories, comparing file changes, and managing user access permissions.Key features of SCM-Manager Universe include:Support for Git, Mercurial, and Subversion repositoriesWeb-based repository browsing...
IKAN ALM is an end-to-end application lifecycle management (ALM) solution designed to manage the software development process from requirements gathering to deployment. It provides a central hub for teams to plan, track, and release quality software.Key features of IKAN ALM include:Requirements management - Capture, link, trace, and manage requirements throughout...
Cloudogu EcoSystem is an open source platform aimed at developers who want to build and operate cloud-native applications. It provides all the tools and infrastructure needed to develop, deliver, and run applications in the cloud.Key features of Cloudogu EcoSystem include:Kubernetes-based container orchestration for deploying and scaling applicationsJenkins and Dogu build...
Continua CI is an open-source continuous integration and delivery platform optimized for speed and efficiency. It is written in Golang and leverages Docker containers to provide isolated and reproducible build environments.Key features of Continua CI include:Very fast build processing due to its lightweight and optimized Golang codebaseDocker-based build isolation for...
Parabuild is a continuous integration and build server software designed to automatically build and test software projects on a frequent, regular basis. Some key features and capabilities of Parabuild include:Automated building and testing of projects whenever changes are committed to version controlSupport for many version control systems including SVN, Git,...
Cider CI is an open-source continuous integration and delivery platform designed specifically for iOS, macOS, and tvOS app development. It seamlessly integrates with GitHub and Bitbucket to automatically build, test, and distribute your apps every time you push code.Key features of Cider CI include:Support for building iOS, macOS, tvOS, and...
Nevercode is a cloud-based mobile application development and hosting platform designed to help businesses, organizations, and developers rapidly build, deploy and manage mobile apps without needing to write any code.Key features of Nevercode include:Intuitive drag-and-drop interface for designing responsive app layouts for iOS and Android.Pre-made app templates and components for...
BuildHive is a continuous integration and delivery platform designed for agile development teams. It allows you to automate your build, test and release processes with the aim of shipping quality code more frequently.Key features of BuildHive include:Automated building and packaging of applications based on source code changesRunning automated tests and...
Razorops is a cloud management platform delivered as a service to help businesses effectively utilize the cloud. It allows organizations to easily deploy, monitor, manage, and optimize cloud environments across leading providers like AWS, Azure, and Google Cloud.Key capabilities and benefits of Razorops include:Cloud deployment automation to quickly stand up...
Ansible Semaphore is an open source web-based graphical front-end for managing Ansible playbooks. It provides a user-friendly interface for running playbooks on remote servers without needing direct access to the Ansible command-line tools.Key features of Ansible Semaphore include:Web-based UI for kicking off Ansible playbooks and viewing execution logs in real...
Buildkite is a continuous integration and continuous delivery platform optimized for software development teams. It allows developers to automatically build, test and deploy their code changes frequently and efficiently.Some key features of Buildkite include:Easy parallelization - Buildkite makes it simple to run tests and jobs in parallel across multiple agents...
Vexor.io is a visual website and application builder platform that makes it easy for anyone to create professional, responsive websites and web applications without needing to know how to code.With Vexor.io's intuitive drag-and-drop interface, users can select from a wide range of ready-made content modules like text, images, videos, galleries,...