Releases: genio-learn/CC-GUI
CC-GUI v0.6.0
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.5.1
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.5.0
What's new
A full UI re-imagining (phases 0–6) — new navigation, a reworked Console, a brand-new Board view, refreshed overlays, and a motion pass.
- Title bar & layout switch — a new title bar with a live
N sessions · M livepill and a[Console | Board]segmented control to flip between the two workspaces. (#16) - New Board view — a spatial, column-per-project layout with agent cards (live state, a real status preview, diffstat, review/blocked chips) and a docked terminal that attaches the selected session inline. Filter by All / Needs review / Running / Blocked, or search by name. (#20)
- Reworked Console sidebar — a projects rail (incl. zero-session projects) with per-project new-session/shell actions and click-to-filter, a Sections | Projects grouping toggle, bordered stack (cascade) groups, a status-legend footer, and reworked liveness glyphs with per-project identity colors. (#17)
- Reskinned center & detail panes — restyled tab strip with per-tab liveness dots, a framed terminal with a powerline (project · branch · edits · elapsed · state), and a refreshed detail pane with a diffstat bar, PR-label chips, and Review-diff / Open-PR actions. (#18)
- Refreshed overlays — sectioned command palette, two-column help grid, a context menu that separates Kill (stop process) from Delete session…, a delete-confirm dialog, restyled inline review comments, and a top-anchored theme-picker popover with follow-system and live preview. (#19)
- Motion & polish — tokenized shadow tiers, a subtle overlay fade/slide, a uniform blurred scrim, a blinking terminal cursor, and full
prefers-reduced-motionsupport. (#21) - Theming groundwork — 6 new semantic theme tokens across all 10 built-in themes so the new chrome reskins cleanly. (#15)
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.4.0
What's new
- Image diffs in review mode — review mode now renders before/after image diffs, including for Git LFS-tracked images, so visual asset changes are actually viewable. (#10)
- Cleaner session sidebar — tidied session rows and added per-tab status glyphs for at-a-glance session state; input fields no longer autocorrect. (#9)
- Updated
claude-commanderto v0.17.0 (from v0.15.0) — picks up the latest upstream session/engine improvements.
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.3.0
What's Changed
- Drag a session onto a section to pin it there; drop onto the index-0 "In Progress" catch-all to clear the pin — complements the existing right-click "Move to section" menu. (#6)
- Fixed tab drag-reorder, which never worked because the native webview drag-drop handler swallowed the events; also added an accent insertion line at the drop point and made Esc cancel a drag cleanly. (#7)
- Release tooling: the release script now keeps
package-lock.jsonin sync with the bumped version, so the lockfile no longer drifts andnpm cistays green. (#8)
Full changelog: v0.2.1...v0.3.0
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.2.1
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.2.0
Download the asset for your platform below. aarch64 = Apple Silicon
(macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS
quarantines it and may report it as "damaged" — it isn't. Drag
CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.1.5
Download the asset for your platform below. aarch64 = Apple Silicon (macOS); amd64 = x86_64 (Linux).
macOS (.dmg, Apple Silicon): the app is unsigned, so macOS quarantines it and may report it as "damaged" — it isn't. Drag CC-GUI.app into /Applications, then clear the quarantine flag:
xattr -cr /Applications/CC-GUI.app
Then open it normally.
Linux: run the portable .AppImage (any distro) or install the .deb.
CC-GUI v0.1.4
Download the asset for your platform below.
macOS (.dmg, Apple Silicon, unsigned): on first launch, right-click
the app and choose Open (or run xattr -cr /Applications/CC-GUI.app)
to get past Gatekeeper.
CC-GUI v0.1.1
Fixes
- Terminal icons — the embedded terminal showed
__/--instead of the Claude Code status line's icon glyphs on machines without a Nerd Font installed. CC-GUI now bundles MesloLGS NF (Apache-2.0) and renders the terminal with it, so the status line looks right out of the box regardless of installed fonts.
No other changes since v0.1.0.
Getting started
git clone git@github.com:Ed-Barnes937/CC-GUI.git
cd CC-GUI
npm install
npm run app:install # build + install to /Applications (macOS)See the README for full setup.