Speedora is a fast, elegant, and lightweight command-line tool for measuring network performance directly from your terminal.
It provides real-time results for ping, download speed, and upload speed, powered by Rust’s speed and safety.
- ⚡ Accurate speed tests (download & upload)
- 📡 Ping measurement with RTT
- 🌐 Multi-server selection
- 📊 ASCII-based progress display
- 🦀 Rust async backend (tokio + reqwest)
- 🔧 Minimal, modular code structure
- Rust
- Tokio
- Reqwest
- Clap
- Futures Util
Clone the repository:
git clone https://github.com/Suvanwita/Speedora.git
cd SpeedoraBuild the project:
cargo build --releaseRun:
cargo run --release