Claude Code Booster
Session manager for parallel Claude Code CLI sessions β groups terminal + VS Code + Visual Studio per git worktree with one-click context switching and restart restore.
A tiny Windows desktop app for developers who run multiple Claude Code CLI sessions in parallel across git worktrees.
Each session groups a terminal (running claude), VS Code, and Visual Studio around a single worktree. Click βFocusβ to bring all three windows to the foreground together. Click βRestore Allβ after a restart to relaunch everything β terminals resume with claude βresume, IDEs reopen to the right folders.
Built over a weekend to scratch a personal itch: after a Windows restart, it used to take 30+ minutes to reopen 5 sessions worth of terminals, editors, and IDEs in the right directories. Now it takes one click.
What it does:
- Session cards with live status dots (terminal / VS Code / VS alive or dead)
- One-click context switching β focus all windows for a session together
- One-click restore β relaunches everything after a restart
- Creates git worktrees and opens all apps in one step
- Minimizes to system tray, dark/light theme
Tech: .NET 9, WinForms + WebView2, no installer, no admin rights β just run it.
Built on: Forked from https://github.com/rogerbarreto/copilot-booster by https://github.com/rogerbarreto. Core services for git worktree management, terminal launching, and Win32 window tracking were adapted from that project. The Copilot-specific features, WinForms UI, and Edge browser support were replaced with Claude Code CLI support and a WebView2 dashboard.
Juggling multiple Claude Code CLI sessions just got a whole lot easier with this desktop sidekick that corrals your terminals and IDEs into neat, one-click worktree squads. Say goodbye to window chaos and hello to instant context switching and session restoring magic!
Key features:
- π Manage multiple parallel Claude Code CLI sessions by git worktree
- π One-click context switch to focus all windows for a session
- π Restore all terminals and IDEs after restart seamlessly
- π Supports dark and light themes respecting system settings
This summary was generated by GitHub Copilot based on the project README.