v0.3.0 — macOS, Windows, Linux

Infinite canvas for Claude Code

Manage multiple Claude Code sessions across projects on a single canvas. Terminals, previews, plans, diffs — all in one window.

Download Learn more
curl -sL https://github.com/Leffffff/claugrammer-releases/releases/latest/download/install.sh | bash click to copy
CLAUDE my-project
Claude Code v2.1
~/projects/my-project

> Add authentication to the API

I'll add JWT authentication...
src/auth/middleware.ts created
src/auth/jwt.ts created
npm test -- 12 passed
TERMINAL my-project
$ npm run dev
ready in 1.2s
Local: http://localhost:3000
PREVIEW my-project
localhost:3000
PLAN my-project
✓ Set up database schema
☐ Add authentication
☐ Write API endpoints

Everything in one canvas

>_

Claude Terminals

Real PTY terminals running Claude Code. Auto-starts in your project folder with full ANSI color support.

$

Exec Terminals

Run dev servers, tests, builds. Port auto-detection updates your preview. Rebuild triggers auto-refresh.

W

Web Preview

Live iframe preview of your dev server. Auto-detects port from terminal output. Refreshes on rebuild.

P

Plan View

Todo list per workspace saved as markdown. Claude Code can read your plan from .claugrammer/PLAN.md.

D

Diff Viewer

Live git diff with syntax highlighting. Toggle staged/unstaged. Auto-refreshes every 5 seconds.

F

File Tree

Browse your workspace files. Click to expand. Send file paths directly to Claude with one click.

R

Recipes

Save command sequences as reusable macros. One-click replay. "npm install, npm run dev, claude" in one shot.

T

6 Themes

Dark, Dracula, Monokai, Nord, Solarized, Light. Plus 4 canvas backgrounds. Change anytime from settings.

S

Session Persistence

Your layout, windows, and canvas position are saved automatically. Everything restores on restart.

All platforms

Native desktop app built with Tauri. Small binary, low memory usage.

macOS

Apple Silicon + Intel
.dmg installer

Windows

x64
.msi installer

Linux

x64
.deb + .AppImage

Start using Claugrammer

Free and open source. Download now.

Download latest release