Fastly is a blazing-fast, cross-platform BitTorrent client built for the terminal. Powered by a dynamically injected Aria2 C++ Engine and wrapped in a stunning UI, Fastly bypasses ISP throttling and maximizes your bandwidth.
- Ghost Protocol: Spoofs as qBittorrent and forces RC4 stream encryption to bypass ISP Deep Packet Inspection (DPI) and throttling.
- Instant Engine: Automatically downloads and configures the
aria2engine on first boot. No pre-installation required. - Max Swarm Injection: Automatically injects 15+ Tier-1 public trackers to instantly revive dead torrents.
- Hybrid Input: Drag and drop
.torrentfiles or pastemagnet:?links seamlessly. - Live Stats: Real-time terminal UI showing encrypted payload details, swarm connections, and pipeline speeds.
- Go to the Releases Tab on the right side of this page.
- Download
fastly.exe. - Double-click to run! (No Python required).
Run it directly from the source code:
git clone [https://github.com/YourUsername/Fastly.git](https://github.com/zenxSrc/Fastly.git)
cd Fastly
pip install rich
python3 fastly.py
Ensure you have aria2 installed on your system: sudo apt install aria2
⚙️ How it Works
Fastly sidesteps standard Python network limitations by acting as an RPC controller. It silently deploys a background C++ daemon, configures aggressive DHT/Peer Exchange limits, and communicates via a local JSON-RPC socket to feed live stats back to the Rich UI.