ContextCake for Mac · app-v0.7.5
Download ContextCake for Mac.
ContextCake runs locally. After you install it, choose a folder of Markdown files and connect the AI tool you use. The app walks you through both steps.
Mac app
Apple silicon (M1 or later)
ContextCake-0.7.5-arm64.dmg · 118.4 MB · signed and notarizedClaude Desktop
Add ContextCake to Claude Desktop
Install the MCP bundle, then choose the ContextCake manifest you want Claude to use. Activation metrics are off by default.First source
Choose a folder with Markdown files
Set up the app in three steps.
You do not need to write a manifest or run a terminal command for the standard Mac setup.
- 1
Choose a folder with Markdown files
A repository docs folder, Obsidian vault, or Markdown wiki export works without conversion. You can add more folders and repositories later.
Markdown folder · recommended~/Documents/Work notes.md · .mdx · .txt - 2
Connect your AI tool
Choose Connect an agent in the app. MCP is the local connection that lets compatible AI tools search and read your ContextCake sources.
Claude CodeCodexCursorClaude DesktopOther MCP - 3
Run the test prompt
Try this prompt to check the connection. The answer should name the source it used and show any conflicting version.
Use ContextCake to list the available concepts. Name the sources each one uses and the project questions it can help answer.Sourced answerresolveddecisions/primary-db
Effective choicePostgres in every shared environment. Locally I run SQLite for the test suite so I can reset state per-run w…personal · Jun 28, 2026Conflict preservedPostgres (org standard). All services provision managed RDS through the platfo…company · May 1, 2026
Run the source version on Intel Mac, Linux, or WSL.
The Mac app requires Apple silicon. Use the versioned source for other supported platforms, contribution work, or a complete audit before you run anything.
Show source installationapp-v0.5.0 · archive or Git
Download and verify the archive
The checksum verifies that the downloaded file matches the published release.
curl --fail --location https://github.com/ContextCake/context-cake/archive/refs/tags/app-v0.5.0.tar.gz \
--output context-cake-app-v0.5.0.tar.gzprintf '%s %s\n' 'c0f99cdbf3fb1b483d9324a471afff54a63457da79e17ba652231f0e1f99a984' 'context-cake-app-v0.5.0.tar.gz' | shasum -a 256 --check &&
mkdir contextcake &&
tar -xzf context-cake-app-v0.5.0.tar.gz -C contextcake --strip-components=1 &&
cd contextcakePrefer your browser? Download the same .tar.gz, then run the verification block above.
Clone the tagged source
Use Git when you want a checkout for inspection, history, or contribution work.
git clone --branch app-v0.5.0 --depth 1 \
https://github.com/ContextCake/context-cake.git contextcake
cd contextcakeUse GitHub CLI instead
gh repo clone ContextCake/context-cake contextcake -- \
--branch app-v0.5.0 --depth 1
cd contextcakeRun the bundled example
The result shows which source supplied each section and where another source differs.
node resolver.mjs --manifest playground/manifest.json --concept decisions/primary-dbHow the Mac download is verified.
The Mac app is Developer ID-signed and notarized. Each release lists the exact DMG and its checksum. Installed Macs reject an update unless it carries the same Developer ID signature. ContextCake reads only the sources you add.
- Current release
- app-v0.7.5 · ContextCake-0.7.5-arm64.dmg
- SHA-256
6a245d960ac420a3fe5377a6dca97d5e4ea216068e91c6f60d1c8822ed699b2fView manifest- Updates
- Checked over HTTPS; you choose whether to relaunch. Updates and privacy