Show HN: Claudraband – Claude Code for the Power User

Published: (April 12, 2026 at 12:55 PM EDT)
1 min read
Source: Hacker News

Source: Hacker News

Claudraband wraps a Claude Code TUI in a controlled terminal to enable extended workflows. It uses tmux for visible controlled sessions or xterm.js for headless sessions (a little slower), but everything is mediated by an actual Claude Code TUI.

Example workflow

One workflow uses the current Claude Code session to interrogate older sessions for decisions it made. See the README for details:

Features

  • Resumable non‑interactive workflows – essentially claude -p with session support:

    cband continue 'what was the result of the research?'
  • HTTP server to remotely control a Claude Code session:

    cband serve --port 8123
  • ACP server for alternative frontends such as Zed or Toad:

    cband acp --model haiku

    (See )

  • TypeScript library so you can integrate these workflows into your own application.

Motivation

The project was created because the author was using tmux send-keys heavily in many Claude Code workflows and wanted a more streamlined solution.

0 views
Back to Blog

Related posts

Read more »

EasyPost (YC S13) Is Hiring

High‑performance shipping made easy Our team of problem solvers brings a modern approach to shipping logistics. We collaborate across departments, ask challeng...

DIY Soft Drinks

Article URL: https://blinry.org/diy-soft-drinks/ Comments URL: https://news.ycombinator.com/item?id=47741701 Points: 128 Comments: 29...