D3 force-directed graph at file or function level. Click any node for blast-radius and a callers / callees panel. Color by detected layer or by parent file.
Editor, terminal, git, a live D3 codeflow graph, and persistent agent panes — wrapped in one window. Backed by tmux, so every claude session and shell pane survives restarts, panel remounts, and accidental ⌘Q.
Six surfaces wired up to make the Claude Code loop fast: write code, run agents, see the architecture, ship.
D3 force-directed graph at file or function level. Click any node for blast-radius and a callers / callees panel. Color by detected layer or by parent file.
First-class panel for the claude CLI with multiple chat tabs per project. Sessions live on an isolated tmux socket — they don't die with the window.
Spin up a side-by-side crew — lead, devs, reviewer, qa — each in its own colour-coded pane with a live status header. One keystroke to cycle.
Cursor-style fill-in-the-middle on pause, side-by-side diff for selection edits. Configure any OpenAI-compatible or Anthropic endpoint — separate from the Claude dock.
Tabs, split-pane drag-and-drop, multi-language highlighting, inline diff view, markdown / image / pdf preview. Quick open, go-to-line, search-in-project.
tmux on an isolated socket means quitting devspace can never kill your other sessions. Branch picker, staged / unstaged diff, file-tree refreshing in realtime.
# project metadata · auto-pulled from /repos/icueth/devspace-ide-for-claude-code version = "0.3.31" // latest release stars = — // github stargazers languages = 19+ // codeflow parses team_mode = "⌘⇧T" // keystroke toggle license = "MIT" // open source platform = "darwin-arm64" // macOS · M Series
A force-directed graph of every import in your project, augmented by Claude with the soft edges static analysis can't see — callbacks, plugin registries, pub/sub, interface dispatch.



devspace is a thin shell around the Claude Code CLI. Make sure claude, tmux, and git are on your PATH first.
git ls-files to honour .gitignore when walking projects.# install Claude Code CLI (one of):$ npm install -g @anthropic-ai/claude-code# or:$ brew install anthropic/claude/claude# tmux + git$ brew install tmux git# verify on PATH$ which claude tmux git$ claude --version# drop devspace.app into /Applications, then:$ xattr -dr com.apple.quarantine /Applications/devspace.app
Universal Apple Silicon DMG. The header version pill in-app auto-checks for updates and pulses when a newer build ships.
// linux · windows · intel mac — not yet. devspace ships an Apple Silicon DMG only — Linux and Windows builds are not on the current release pipeline. If you'd like one, open an issue or thumbs-up an existing one on GitHub.