← ALL PROJECTS
2026·WIP
T-BROWSEE
RUSTACTIX-WEBTOKIOCLI
A command-line searching tool built with Rust, Actix-web, and Tokio.
The Problem
Context switching between terminal and browser kills developer flow.
The Solution
T-Browsee lets you search directly from your terminal. Run a command, get answers, stay in flow.
Architecture
- Rust - startup under 10ms, zero runtime overhead
- Clap - ergonomic argument parsing
- Tokio - non-blocking HTTP requests
- Actix-web - production-grade HTTP client