Tuie - A rich, performant TUI library for rust
Yet another Rust TUI library competing with Ratatui without clear differentiation.
Scriptable local traffic workbench for inspecting, intercepting, replaying, and rewriting HTTP/HTTPS and WebSocket traffic.
Three UIs (TUI, terminal, web) simplify MitM debugging, but mitmproxy and Burp already own this.
Backend developers, security researchers, API debuggers, DevTools power users
mitmproxy · Burp Suite Community · Charles Proxy
I built this over the past couple of years as a way to inspect HTTP/HTTPS traffic (learning project). It started as a Tauri desktop app but I recently simplified the whole thing — dropped the desktop GUI and replaced it with three simpler interfaces (TUI with ratatui https://github.com/ratatui/ratatui, terminal, web) that you pick with a CLI flag.
The proxy intercepts both HTTP and HTTPS, works as a forward or reverse proxy, and lets you search and drill into individual request/response pairs. The TUI is the default — it gives you a live table of traffic with detail panels. The web interface streams everything over WebSocket if you prefer a browser. Terminal mode just prints colored lines, useful for piping or logging.
Setup is pretty minimal — install, run, point your system proxy at it.
Happy to hear feedback or ideas. Still a lot I want to improve.
Yet another Rust TUI library competing with Ratatui without clear differentiation.
Rewrote Claude Code's TUI in Rust because React Ink was the actual bottleneck.
MITM proxy catches leaked secrets before they hit AI APIs — better than post-hoc scanning.
Daemon keeps MR pipelines and agent status fresh without leaving your terminal.
Rust TUI kills V8 heap crashes that plague the official Node.js Claude Code CLI.
Wireshark-in-terminal with TCP reassembly, GeoIP, and htop-style UX. 20-year pro's tool.