Swpui, a TUI for case-aware search and replace
Rust TUI bringing VS Code's visual search confidence to the terminal with immediate feedback.

Rewrote Claude Code's TUI in Rust because React Ink was the actual bottleneck.
Developers using Claude Code daily with multi-agent workflows
Claude Code · Aider · Continue
So I rewrote it from scratch in Rust on Ratatui. It talks to Anthropic's official Agent SDK through a small TypeScript bridge, so it should follow Anthropic's ToS. Tool calls, file edits, and permissions all work the same. Only the terminal layer changed.
The thing that surprised me: you don't realize how much the UI was shaping your perception of the model until it's gone. With smooth rendering and no input lag, the same Claude that felt slow and buggy before suddenly feels sharp and responsive. The model didn't change. The friction did.
It's pre-1.0. Would love feedback from anyone :)
Rust TUI bringing VS Code's visual search confidence to the terminal with immediate feedback.
Rust TUI kills V8 heap crashes that plague the official Node.js Claude Code CLI.
E-ink + LLM for 'slow information' is aesthetically lovely, but hardware distribution, battery life claims unverified.
TUI dashboard for GSD projects with Claude session detection built in.
LLM-powered e-ink companion with 10 modes and 3-6 month battery life.
Tails Claude Code's JSONL and paints every function/struct/class by read-depth (unseen → name-only → full body) in a live terminal tree — plus automatic staleness marking when files change. The multi-agent tracking and optional Serena LSP backend are smart touches that make this more than a neat demo: it's practical observability for agent-driven workflows, though it's tightly coupled to Claude/Serena ecosystems.