Item detail

coder/boo

boo coder/boo is an MIT-licensed GNU screen-style terminal multiplexer written in Zig and built on Ghostty's libghostty-vt terminal-emulation core — every session's output is parsed through Ghostty's terminal emulation so boo always knows the exact screen state of every session (contents, styles, cursor, scrollback, and terminal modes), which is used to rehydrate the terminal on attach, to answer

Score8.4
Popularity699.0
Risklow
TierGold
Score breakdown
Usefulness8.8
Novelty10.0
Momentum10.0
Maturity9.1
Open-source/build7.4
Evidence7.2
Workflow potential9.1
Setup ease6.5

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for AI coding agents and headless automation scripts that need to drive interactive CLI programs (REPLs, build runners, debuggers, TUI tools) without writing screen-scraping regex against raw byte logs, because boo's `peek` returns the rendered screen reconstructed from libghostty terminal state, not a byte log; for SRE / ops teams running long-running interactive processes on remote hosts

Who should use it

BuildersPower users

Who should skip it

Skip if the source link, docs, or setup requirements do not match your workflow.

Risk explanation

Risk label needs manual review.

Evidence links

Closest alternatives / related signals