the best interface for Claude Code
# Add to your Claude Code skills
git clone https://github.com/spacecake-labs/spacecakespacecake is an open-source desktop app for Claude Code.
It combines an integrated terminal, visual markdown editor, and live task tracking.
You can run agents, write specs, and see what's happening in one place.
For full documentation, visit spacecake.ai.
âšī¸
spacecakeis in public alpha. Supported platforms: macOS (Apple Silicon & Intel), Windows (x64), and Linux (x64). If you find any bugs, please open an issue in this repo or join us on Discord.
This is a monorepo:
| folder | description |
| --- | --- |
| spacecake-app/ | desktop app |
| website/ | landing page & docs (spacecake.ai) |
| cli/ | command-line tool |
Download an installer for your platform from the latest release:
.dmg file (arm64 for Apple Silicon, x64 for Intel).exe installer.deb file (for Debian-based distributions like Ubuntu) or .AppImage for other distros.zip file for manual installationlinux & windows users: for best file watching performance, install watchman. spacecake will show a tip in the status bar recommending this.
No comments yet. Be the first to share your thoughts!
On first launch, spacecake opens the home folder (~/.spacecake) for general notes.
Press âO (macOS) or ctrl+O (Windows/Linux) to open your project as a workspace.
| shortcut | action |
| --- | --- |
| âO | open workspace |
| âP | quick open file |
| âN | new file |
| ctrl+` | toggle terminal |
| ctrl+G | open plans |
See the full keyboard shortcuts list for more.
ctrl+D, anyone?)spacecake comes with Ghostty terminal embedded.
spacecake provides deep integration with Claude Code:
ctrl+G to view and manage pla...