GoCD Review, Pricing & Features

GoCD review 2026: how this open-source continuous delivery server from Thoughtworks works, its history from Cruise, pricing (its free), features, pros and cons.

Category
DevOps
Pricing
Open Source, from Free (self-hosted)
Verified
Not yet
Last updated
July 18, 2026
Founded
2007
Free PlanAPIOpen SourceSelf-Hosted

Overview

GoCD is a free, open-source continuous delivery server used to model and run complex build, test and deployment pipelines. It originated at Thoughtworks Studios in 2007 as a commercial product named Cruise, an evolution of the earlier CruiseControl continuous integration server, and was renamed GoCD around 2010.

Thoughtworks open-sourced GoCD under the Apache License, Version 2.0 on 25 February 2014. Since January 2021, the project has had no dedicated organizational backing or commercial support offering, continuing purely as a community-maintained project sponsored by Thoughtworks.

Key Features

GoCD's signature feature is its value-stream map, a single visual representation of the entire path from a code commit through every build, test and deployment stage to production. Pipeline modeling supports parallel execution and complex fan-in and fan-out dependency management, all built in rather than requiring heavy plugin stacking.

The platform provides traceability that lets teams compare files, artifacts and commit messages across any two arbitrary builds, integrates with Kubernetes, Docker and AWS for cloud-native deployment, and supports an extensible plugin architecture for source control, artifact storage, authentication and notifications.

Pricing

GoCD is entirely free and open-source, licensed under Apache 2.0, with no commercial tier or paid subscription. Teams download the server and agent binaries or container images and run them on their own infrastructure at no cost.

There is no paid support contract available, since Thoughtworks no longer offers commercial support for GoCD; users rely on community documentation, GitHub issues and forums instead.

Key Features

Pros & Cons

Pros

  • Completely free and open source with no commercial licensing tier
  • Value-stream map gives a uniquely clear view of the entire path to production
  • Strong native support for complex, multi-stage pipeline dependencies
  • Deep build-to-build traceability for debugging and auditing releases
  • Core CD functionality works without needing heavy plugin stacking

Cons

  • No organizational backing or commercial support since January 2021
  • Smaller plugin and integration ecosystem than Jenkins, GitLab CI/CD or GitHub Actions
  • Development pace has slowed considerably compared to actively funded CI/CD competitors
  • Requires self-hosting and infrastructure management with no managed cloud offering
  • Smaller community and fewer learning resources than more popular CI/CD tools

Pricing

Frequently Asked Questions

Is GoCD free to use?

Yes, GoCD is completely free and open-source software licensed under Apache 2.0, with no commercial tier or subscription fee.

Who created GoCD?

GoCD originated at Thoughtworks Studios in 2007 as a commercial product named Cruise, an evolution of the CruiseControl continuous integration server, and was renamed GoCD around 2010 before being open-sourced in February 2014.

Is GoCD still actively developed?

GoCD has had no dedicated organizational backing or commercial support since January 2021, and it continues today as a community-maintained project sponsored by Thoughtworks rather than an actively funded product.

What makes GoCD different from Jenkins?

GoCD's built-in value-stream map and native complex pipeline modeling and cross-build traceability come out of the box, whereas Jenkins typically relies on a much larger plugin ecosystem to achieve comparable pipeline visualization.

Does GoCD support Kubernetes and Docker?

Yes, GoCD integrates with Kubernetes, Docker and AWS, letting teams run pipeline agents and deployments in cloud-native and containerized environments.

Does GoCD offer a hosted or managed version?

No, GoCD is only available as self-hosted, open-source software; there is no official managed cloud offering from Thoughtworks.

Related Tools