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 notarized
Download for Mac

Claude 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.
Download .mcpbContextCake-0.7.5.mcpb · 1.3 MB · SHA-256

First source

Choose a folder with Markdown files

Markdown folderRecommended · no conversion required
Folder addedContextCake can now read these files.
Connect an AI tool
Choose your files first. The app gives you the connection steps next.

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

    Test prompt
    Use ContextCake to list the available concepts. Name the sources each one uses and the project questions it can help answer.
    Sourced answer

    decisions/primary-db

    resolved
    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, 2026
    Conflict preservedPostgres (org standard). All services provision managed RDS through the platfo…
    company · May 1, 2026
Use ContextCake with your own files.ContextCake 0.7.5 · Apple silicon
Download the DMG

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.

Node.js 22+ · macOS, Linux, or WSL · no npm install
Show source installationapp-v0.5.0 · archive or Git
Source archive

Download and verify the archive

The checksum verifies that the downloaded file matches the published release.

Download tagged source
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.gz
Verify and unpack
printf '%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 contextcake

Prefer your browser? Download the same .tar.gz, then run the verification block above.

Git checkout

Clone the tagged source

Use Git when you want a checkout for inspection, history, or contribution work.

Clone with Git
git clone --branch app-v0.5.0 --depth 1 \
  https://github.com/ContextCake/context-cake.git contextcake
cd contextcake
Use GitHub CLI instead
Clone with GitHub CLI
gh repo clone ContextCake/context-cake contextcake -- \
  --branch app-v0.5.0 --depth 1
cd contextcake
Included example

Run the bundled example

The result shows which source supplied each section and where another source differs.

Resolve the demo
node resolver.mjs --manifest playground/manifest.json --concept decisions/primary-db

How 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
6a245d960ac420a3fe5377a6dca97d5e4ea216068e91c6f60d1c8822ed699b2f View manifest
Updates
Checked over HTTPS; you choose whether to relaunch. Updates and privacy