Automic VaultAutomic Vault

brew

使用 Homebrew, scoop 安装 cake

查看 cake 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install cake

local Homebrew formula metadata

Windows

Scoop已验证 · 92%
scoop install main/cake

Scoop official bucket manifest trees · bucket/cake.json · 来源: api.github.com

概览

软件包摘要

Cross platform build automation system with a C# DSL

历史

项目历史与用法

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.

时间线

  • 2015: Early 0.x releases published on GitHub, including 0.2.0 in March 2015.
  • 2016: Release notes add Cake configuration file support and additional CI integrations.
  • 2021: Cake 1.0.0 released after a long 0.x stabilization period.
  • 2023: Cake 4.0.0 adds .NET 8-era updates.
  • 2024: Cake 5.0.0 adds .NET 9 and C# 13 support.
  • 2025: Cake 6.0.0 adds .NET 10 and C# 14 support.
  • 2026: Cake 6.2.0 released according to the official site banner and release notes.

Related projects

  • Cake is related to FAKE, Nuke, MSBuild, dotnet CLI, NuGet, Cake Frosting, Cake.Tool, and Cake.Sdk. In package-manager terms it belongs to the family of build tools that are installed as developer CLI dependencies but execute project-specific build code.

安全态势

尚未找到受保护工具覆盖

没有找到 cake 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
cake.config
Windows
cake.config

可执行文件

已安装的可执行文件

命令类型暴露范围备注
cakecli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本6.2.0
管理器更新时间2026-05-22
本地数据OK
上游当前
检测到的最新版本v6.2.0

https://github.com/cake-build/cake

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:cake
版本6.2.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/cake
主页https://cakebuild.net/
仓库https://github.com/cake-build/cake
上游文档https://cakebuild.net/docs
许可证MIT
源码归档https://github.com/cake-build/cake/archive/refs/tags/v6.2.0.tar.gz
最后更新2026-05-22T17:47:49Z
Pulseupdated
依赖dotnet
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecake
Version Scheme0
Revision0
Conflicts With
  • coffeescript
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Scoop95%

main/cake

scoop install main/cake
  • normalized package name match
  • 匹配方式:Cake
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/cake.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment