Skip to content

// 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.

// More projects using Task

N° 04

Microsoft

Azure Sentinel, Microsoft’s cloud-native SIEM used by enterprises worldwide, relies on Task to orchestrate its repository automation.

Azure/Azure-Sentinel
N° 05

Google Cloud

DeployStack, Google Cloud’s one-click Terraform deployment tool, automates its workflows with Task.

GoogleCloudPlatform/deploystack
N° 06

AWS

The AWS Samples AppMod Blueprints reference platform uses Task to orchestrate its demo environments.

aws-samples/appmod-blueprints
N° 07

Anthropic

Anthropic’s Rust protobuf implementation, buffa, uses Task for its build and release tooling.

anthropics/buffa
N° 08

MongoDB

The official Go driver for MongoDB uses Task to orchestrate its build, lint, formatting, and full test suite across every commit.

mongodb/mongo-go-driver
N° 09

Redpanda

Redpanda Connect, the stream processor formerly known as Benthos, uses Task to orchestrate builds, Docker images, test suites, and its GitHub release pipeline.

redpanda-data/connect
N° 10

Flet

Build realtime web, mobile and desktop apps in Python, with no frontend experience required.

flet-dev/flet
N° 11

GoReleaser

Release engineering, simplified. GoReleaser is the de-facto release automation tool for Go projects.

goreleaser/goreleaser
N° 12

Arduino CLI

The official Arduino command-line tool. Task powers the entire Arduino developer tooling stack across 70+ repositories.

arduino/arduino-cli
N° 13

FerretDB

A truly open-source MongoDB alternative built on PostgreSQL, with Task driving every build and release step.

FerretDB/FerretDB
N° 14

Tyk

Open source API gateway supporting REST, GraphQL, TCP and gRPC, automated end-to-end with Task.

TykTechnologies/tyk
N° 15

Charmbracelet

The team behind Bubble Tea uses Task to build Glamour, the stylesheet-based markdown renderer for CLI apps.

charmbracelet/glamour
N° 16

Outline

Outline, the open-source proxy server originally built by Jigsaw (Google), uses Task for its build pipeline.

OutlineFoundation/outline-server
N° 17

werf

werf, the CNCF-hosted CI/CD tool for shipping software to Kubernetes, uses Task as its build and development entry point.

werf/werf
N° 18

Gobuster

The ubiquitous directory, DNS and virtual-host brute-forcing tool trusted by pen testers worldwide runs its entire build through Task.

OJ/gobuster

// 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.