Claudraband icon
Claudraband icon

Claudraband

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.

Claudraband screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • JavaScript
  • Typescript
  • Node.JS
0likes
0comments
0articles

Features

Claudraband News & Activities

Highlights All activities

Recent activities

Claudraband information

  • Developed by

    KW flaghalfwhey
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

GitHub repository

  •  199 Stars
  •  8 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Claudraband was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Claudraband?

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.

Official Links