Show HN: Claudraband – Claude Code for the Power User
Published: 2026-04-12
Claudraband Claude Code for the power user Experimental: this project is still evolving as Claude Code and ACP clients change. CLI • Library • Daemon API • Examples claudraband wraps the official Claude Code TUI in a controlled terminal so you can keep sessions alive, resume them later, answer pending prompts, expose them through a daemon, or drive them through ACP. It provides: Resumable non-interactive workflows. Essentially claude -p with session support: cband continue <session-id> 'what was the result of the research?' An HTTP daemon for remote or headless session control An ACP server for editor and alternate frontend integration A TypeScript library for building these workflows into your own tools Caveats This is not a replacement for the Claude SDK. It is geared toward personal, ad-hoc usage. We do not touch OAuth and we do not bypass the Claude Code TUI. You must authenticate through Claude Code, and every interaction runs through a real Claude Code session. Setup Requirements: Node.js or Bun An already authenticated Claude Code tmux for the first-class local and daemon-backed workflow Install or run: # one-off npx @halfwhey/claudraband "review the staged diff" bunx @halfwhey/claudraband "review the staged diff" # install once npm install -g @halfwhey/claudraband The package installs both claudraband and cband . cband is the recommended shorthand. The package bundles Claude Code @anthropic-ai/claude-code@2.1.96 ; set CLAUDRABAND_CLAUDE_PATH if you need to overr…
Originally sourced from Hacker News