Skip to content

Releases: TopiasTsui/ClaudeCodeLinuxGui

v0.5.3

22 May 09:18

Choose a tag to compare

Native GTK4 Linux GUI for the Claude Code CLI (no Electron).

Highlights since the initial cut

  • Streamed answers kept whole — text written before an in-turn tool call no longer disappears.
  • Flicker-free transcript — rendered by in-place DOM updates instead of reloading the whole page on every token; multi-step narration is split into readable paragraphs.
  • Copy & zoom the transcript — drag-select + Ctrl+C / Ctrl+A; Ctrl+= / Ctrl+- / Ctrl+0 font zoom (remembered across restarts); selection highlight always visible.
  • Focus follows you — returning to the window from another app lands the cursor in the input.
  • Clipboard pastes go to /tmp, never into your project folder.
  • install.sh now stops the old instance before replacing the binary.

Install (Debian/Ubuntu)

sudo apt install ./claude-code-linux-gui_0.5.3_amd64.deb

Ubuntu 23.10+ may also need the AppArmor profile — see the README.

Not affiliated with Anthropic.