KGet 1.6.0 is here! The most significant update yet for the Rust-powered download manager.
What's New
π§² Native BitTorrent Client
- Download magnet links directly - no external apps needed!
- Built with
librqbitfor pure Rust performance - DHT peer discovery, parallel piece downloading
- Works in both CLI and GUI
π¨ Redesigned GUI
- Dark theme with modern aesthetics
- Multi-download tracking with real-time progress
- Turbo mode indicator (β‘ 4x connections)
- Smart filename truncation
- Shimmer animations on progress bars
π Native macOS App
- SwiftUI-based app with deep macOS integration
- URL scheme handlers (
kget://,magnet:) - Drag-and-drop
.torrentfile support - Menu bar integration
- Native notifications
β‘ Performance
- Parallel connections
- Auto-optimization based on file type
- Resume interrupted downloads
- SHA-256 integrity verification for ISOs
Quick Start
# Install via Cargo
cargo install kget --features "gui,torrent-native"
# Download a torrent
kget "magnet:?xt=urn:btih:..."
# Launch GUI
kget --gui
Links
- GitHub: https://github.com/davimf721/kget
- Documentation: See README.md
- License: MIT
Top comments (0)