getting started
spacecake is a desktop markdown editor designed for working with AI coding agents. it gives Claude Code context about your open files, displays live session metrics, and lets you visually edit the plans and specs that Claude creates.
installation
Section titled “installation”spacecake is available for macOS, Windows, and Linux.
you can also build from source by following the steps in the release pipeline.
step 1: download
Section titled “step 1: download”- macOS: download the
.dmgfile (arm64 for Apple Silicon, x64 for Intel) or.zipfor manual installation - Windows: download the
.exeinstaller - Linux: download the
.debfile (for Debian-based distributions like Ubuntu) or.AppImagefor other distros
step 2: install
Section titled “step 2: install”for DMG (macOS):
- open the downloaded
.dmgfile - drag the
spacecakeapp into your Applications folder - launch
spacecakefrom Applications or Spotlight (cmd+Space)
for ZIP (macOS):
- extract the
.zipfile - move the extracted
spacecake.appto your Applications folder - launch
spacecakefrom Applications or Spotlight (cmd+Space)
for EXE (Windows):
- run the downloaded
.exeinstaller - follow the installation prompts (you may see a Windows SmartScreen warning since the installer isn’t code-signed yet - click “More info” then “Run anyway” to proceed)
- launch
spacecakefrom the Start menu or desktop shortcut
for DEB (Linux):
- install the package:
sudo dpkg -i spacecake_*.deb - launch
spacecakefrom your application menu or runspacecakein your terminal
step 3: open your first project
Section titled “step 3: open your first project”when spacecake launches, you’ll start in your home folder (~/.spacecake). press ⌘O (or ctrl+O on Windows/Linux) to open your project’s root directory.
you can create notes and folders in your home folder, or open any project folder as a workspace anytime.
next steps
Section titled “next steps”- learn about workspaces, the sidebar, and panels
- explore markdown features like slash commands, code blocks, and mermaid diagrams
- use the git panel for staging, committing, and branch management
- set up the claude code integration for AI-assisted editing
- see all keyboard shortcuts