// Who builds with Task
Trusted by teams shipping
production software.
Thousands of open source projects use Task as their build and release orchestrator, from hyperscaler platforms and enterprise security tools to CLI utilities downloaded millions of times. Below are a few organizations whose public repositories ship a Taskfile.yml. Every entry links to real, production code you can inspect yourself.
// Featured adopters

Docker
The industry-standard container platform uses Task in mcp-registry, the official registry for Docker Model Context Protocol servers.
View Taskfile on GitHub
Vercel
The team behind Next.js and the leading frontend cloud platform uses Task to run and release the official Vercel Terraform provider.
View Taskfile on GitHub
HashiCorp
HashiCorp ships Task across its Validated Design modules for Terraform, Vault, Consul, Nomad, and Boundary on AWS, Azure, and GCP.
View Taskfile on GitHub// More projects using Task
Microsoft
Azure Sentinel, Microsoft’s cloud-native SIEM used by enterprises worldwide, relies on Task to orchestrate its repository automation.
Google Cloud
DeployStack, Google Cloud’s one-click Terraform deployment tool, automates its workflows with Task.
AWS
The AWS Samples AppMod Blueprints reference platform uses Task to orchestrate its demo environments.
Anthropic
Anthropic’s Rust protobuf implementation, buffa, uses Task for its build and release tooling.
MongoDB
The official Go driver for MongoDB uses Task to orchestrate its build, lint, formatting, and full test suite across every commit.
Redpanda
Redpanda Connect, the stream processor formerly known as Benthos, uses Task to orchestrate builds, Docker images, test suites, and its GitHub release pipeline.
Flet
Build realtime web, mobile and desktop apps in Python, with no frontend experience required.
GoReleaser
Release engineering, simplified. GoReleaser is the de-facto release automation tool for Go projects.
Arduino CLI
The official Arduino command-line tool. Task powers the entire Arduino developer tooling stack across 70+ repositories.
FerretDB
A truly open-source MongoDB alternative built on PostgreSQL, with Task driving every build and release step.
Tyk
Open source API gateway supporting REST, GraphQL, TCP and gRPC, automated end-to-end with Task.
Charmbracelet
The team behind Bubble Tea uses Task to build Glamour, the stylesheet-based markdown renderer for CLI apps.
Outline
Outline, the open-source proxy server originally built by Jigsaw (Google), uses Task for its build pipeline.
werf
werf, the CNCF-hosted CI/CD tool for shipping software to Kubernetes, uses Task as its build and development entry point.
Gobuster
The ubiquitous directory, DNS and virtual-host brute-forcing tool trusted by pen testers worldwide runs its entire build through Task.
// Why Task?
- Is Task production-ready?
- Yes. Task ships as a single static binary, has been in wide production use since 2018, and powers the release workflows of projects with millions of downloads including Arduino CLI, GoReleaser, FerretDB, and Gogs.
- Who uses Task in enterprise?
- Docker, Vercel, HashiCorp, Microsoft (Azure Sentinel), Google Cloud, AWS, and Anthropic are among the organizations that ship code with a
Taskfile.yml. Task is also embedded end-to-end in Arduino’s developer tooling stack across more than 70 repositories. - How is Task different from Make?
- Task uses plain YAML instead of Make’s tab-sensitive syntax, runs identically on Linux, macOS, and Windows, and provides built-in caching based on file fingerprints. It also comes with an ecosystem of editor and CI integrations that Make lacks by default.
- Where can I find real-world Taskfile examples?
- Every project above links directly to a public repository containing a production
Taskfile.yml. Browsing those is the fastest way to see Task used in real codebases at different scales.