Automation#
Build automation.
Software#
This page lists all projects in this category. Use the index of all projects, the sidebar, or click on tags to browse other categories.
Apache Ant#
Automation build tool, similar to make, a library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.
★460 2026-05-16 Java Apache-2.0
Apache Maven#
Build automation tool mainly for Java. A software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information.
★5052 2026-05-20 Java Apache-2.0
Bazel#
A fast, scalable, multi-language and extensible build system. Used by Google.
★25409 2026-05-20 Java Apache-2.0
GNU Make#
The most popular automation build tool for many purposes, make is a tool which controls the generation of executables and other non-source files of a program from the program’s source files.
Gradle#
Another build automation system.
★18574 2026-05-20 Groovy Java Apache-2.0
OpenBolt#
Orchestration tool to run orchestration workflows or one-off tasks/scripts to automate the provisioning and management of nodes. Community fork of the last open source version of Puppet Bolt.
★22 2026-05-20 Ruby Apache-2.0
Rake#
Build automation tool similar to Make, written in and extensible in Ruby.