macOS
brew install cakelocal Homebrew formula metadata
brew
Cross platform build automation system with a C# DSL. Version 6.2.0 via Homebrew; verified 2026-05-22.
install
brew install cakelocal Homebrew formula metadata
scoop install main/cakeScoop official bucket manifest trees · bucket/cake.json · source: api.github.com
overview
Cross platform build automation system with a C# DSL
history
Cake, short for C# Make, is a cross-platform build automation system that lets .NET projects write build scripts in C# instead of XML, shell, or a separate build DSL. Its package-manager importance comes from being both a CLI tool and a build-script runtime that follows the .NET packaging ecosystem closely.
The project describes itself as a free and open source build automation system with a C# DSL for compiling code, copying files, running tests, packaging NuGet artifacts, and similar release tasks. The official repository release stream shows early 0.x releases in 2015 and later release notes document the long migration through Mono-era .NET tooling, .NET Core, .NET global tools, Cake Frosting, and Cake.Sdk.
Cake joined the .NET Foundation ecosystem and expanded beyond a single runner into several supported modes: Cake .NET Tool, Cake Frosting, and Cake SDK. Official release notes show recurring updates for new C# language versions, new .NET target frameworks, NuGet client behavior, and CI provider integrations.
Cake gained adoption among .NET projects that wanted build definitions checked into source control but preferred C# over MSBuild targets, PowerShell, FAKE scripts, or ad hoc shell scripts. Its README and website advertise cross-platform CI usage across Windows, Linux, and macOS, with build server integrations including Azure Pipelines, GitHub Actions, GitLab, TeamCity, Jenkins, AppVeyor, Bitrise, and others.
The official site emphasizes its addins and modules ecosystem, which helped Cake spread through package-manager workflows: users install the tool, add build.cake or Cake SDK project files, then pull in task-specific addins for packaging, signing, test runners, coverage tools, and deployment.
Package users usually install the `cake` executable and run it in a repository containing a Cake script or Cake SDK/Frosting project. The tool is commonly used in local development and CI to normalize build, test, pack, and release commands across operating systems.
The `cake.config` file is the documented project-level configuration surface for runner settings, while larger builds typically keep most behavior in C# build scripts and addins.
Cake is notable because it sits at the intersection of package management, build orchestration, and language-native scripting: it made NuGet-delivered build logic feel normal to C# developers before the modern .NET CLI fully standardized many project workflows.
For package nerds, the interesting bit is its long survival through major .NET packaging changes: NuGet.exe, Mono, project.json/DNX/DNU-era tooling, .NET Core, global tools, and modern target frameworks all show up in its release notes.
security posture
No matching local secret-handling manifest was found for cake. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
cake.configcake.configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cake | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/cake-build/cake
install metadata
| Package key | brew:cake |
|---|---|
| Version | 6.2.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cake |
| Homepage | https://cakebuild.net/ |
| Repository | https://github.com/cake-build/cake |
| Upstream docs | https://cakebuild.net/docs |
| License | MIT |
| Source archive | https://github.com/cake-build/cake/archive/refs/tags/v6.2.0.tar.gz |
| Last updated | 2026-05-22T17:47:49Z |
| Pulse | updated |
| Dependencies | dotnet |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cake |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
main/cake
scoop install main/cakesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.