cd /news/developer-tools/claude-terminal-hub-stop-hunting-for… · home topics developer-tools article
[ARTICLE · art-97349] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Claude Terminal Hub: stop hunting for folders to resume Claude Code sessions

A developer built Claude Terminal Hub, an open-source Electron app for Windows that lists recent Claude Code sessions from all projects in one screen and resumes them with a single click. The app reads session JSONL files from ~/.claude/projects, generates titles, and opens real PowerShell terminals via node-pty, supporting up to four side-by-side panels. It is available on GitHub.

read1 min views1 publishedAug 14, 2026

Every time I went back to an old Claude Code session, the process was the same: open Explorer, remember which folder that project lived in, open a terminal there, type claude --resume <id>

from memory or paste it from somewhere. I got tired of it and built Claude Terminal Hub. It's a Windows desktop app, built with Electron, that lists your recent Claude Code sessions from every project on the machine in a single screen. It reads the .jsonl

files Claude Code writes to ~/.claude/projects

, zero configuration needed. Each session shows an AI-generated title and the last prompt sent, sorted by recent activity.

One click on a session opens a terminal panel in the right folder, already running claude --resume

. You can keep up to 4 panels open side by side, each one a real PowerShell process via node-pty

, not a fake console. Arrow keys, vim

, the Claude Code TUI itself, all work normally inside the panel.

.jsonl

file, not the full transcript, to list sessions fast even with a large session history.contextBridge

between main and renderer, no broad IPC surface.xterm.js

instance per terminal panel.node-pty

, so shell state, arrow keys, and TUIs behave like a native terminal.Windows installer ready (NSIS), no admin rights required. Open source on GitHub:

https://github.com/obrenoalvim/claude-terminal-hub Does anyone else miss multiplexing Claude Code terminals like this, or already solved it a different way?

── more in #developer-tools 4 stories · sorted by recency
── more on @claude terminal hub 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/claude-terminal-hub-…] indexed:0 read:1min 2026-08-14 ·