#14 · Primary category: AI DevOps & SRE Tools
concourse
Concourse is a container-based automation system written in Go. It's mostly used for CI/CD.
Project last updated:08/29/26
GitHub Stars
7.9K
Forks
898
Contributors
603
License
Apache-2.0
Why we included this project
Shipping machine-learning models still means wiring up builds and deployments, and Concourse is a container-based automation system that handles that job without tying you to a vendor. Pipelines are declared as code, and every job runs in a fresh container, which keeps builds reproducible and workers stateless. That structure suits teams that want model training, container image builds, and deployments flowing through one CI/CD pipeline instead of a pile of ad hoc scripts. Concourse is deliberately opinionated about idempotency and immutability, so the same pipeline keeps running reliably for weeks or years. If you'd rather operate your own pipeline server than pay per-minute build costs on a hosted service, it's a practical choice.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
jenkins
Jenkins automation server
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud