KelpsGet now is KGet! v1.5.0 (New Release)
A modern, lightweight, and versatile downloader written in Rust for fast and reliable file downloads via command line (CLI) and graphical user interface (GUI).
Screenshots
- GUI:
- Torrent on
localhost:9091/transmission/web/:
- CLI:
- Interactive:
How It Works (Summary)
- Progress Bar (CLI): Shows speed, ETA, and transferred bytes.
- Smart File Naming:
- Uses the filename from the URL.
- Defaults to
index.htmlif the URL ends with/.
- Error Handling: Exits with code 1 on HTTP errors (e.g., 404).
- Space Check: Verifies available disk space.
- Automatic Retry: Retries download on network failure.
- Advanced Download Mode (HTTP/HTTPS): Downloads in parallel chunks, supports resume.
- Proxy Support: HTTP, HTTPS, SOCKS5 with authentication.
- Optimization Features: Compression (for cache), file caching, speed limiting.
- Torrent Downloads: Adds magnet links to
transmission-daemonfor download. - FTP/SFTP Downloads: Connects to FTP/SFTP servers to transfer files.
Features
See the full list of features and recent changes in the CHANGELOG.
KGet now is a Crate too!
If you want to use KGet as a crate you can click here.
Installation
Option 1: Compile from source (Recommended to get all features)
You will need Rust installed. If you don't have it, install it from rustup.rs.
Install some dependencies: For Debian/Ubuntu based systems:
For Fedora:
Clone the repository and compile the project:
The executable will be in target/release/kget. You can copy it to a directory in your PATH:
Option 2: Install via Cargo
If you encounter issues with the GUI when installing via cargo install, compiling from source is more reliable.
Option 3: Download Pre-compiled Binaries
Check the Releases section for the latest binaries for your OS.
Linux/macOS:
Windows:
Run the .exe file directly.
Additional Requirement for Torrent Downloads: Transmission Daemon
KGet uses the transmission-daemon to manage torrent downloads.
1. Install Transmission Daemon:
- Debian/Ubuntu:
- Fedora:
- Arch Linux:
2. Stop the Daemon for Configuration:
3. Configure Transmission:
Edit the settings.json file. Common locations:
/var/lib/transmission-daemon/info/settings.json(Debian/Ubuntu, if installed as a service)/var/lib/transmission/.config/transmission-daemon/settings.json(Another common path, check your system)~/.config/transmission-daemon/settings.json(if run as a user)
Use sudo nano /var/lib/transmission-daemon/info/settings.json (or the correct path for your system).
Find and modify these lines:
Important: After saving and starting transmission-daemon, it will replace the plain text rpc-password with a hashed version.
4. (Optional) Adjust Daemon User Permissions:
If transmission-daemon runs as a specific user (e.g., debian-transmission or transmission), ensure this user has write permissions in the download directories you intend to use with KelpsGet or Transmission itself. You can add your user to the Transmission daemon's group:
# Check the Transmission group/user name on your system
5. Start the Transmission Daemon:
# Check status:
Access http://localhost:9091 in your browser. You should see the Transmission web interface and be prompted to log in with the rpc-username and rpc-password you configured.
Usage
Command Line (CLI)
Examples:
-
HTTP/HTTPS Download:
-
Rename Output File:
-
FTP Download:
-
SFTP Download: (Requires SSH key setup or password if the server allows it)
-
Torrent Download (Magnet Link): (Requires
transmission-daemonconfigured and running)KelpsGet will add the torrent to Transmission and attempt to open the web interface (
http://localhost:9091) for management. -
Silent Mode:
-
Advanced Download Mode (HTTP/HTTPS):
-
Use Proxy:
-
Proxy with Authentication:
-
Speed Limit:
-
Disable Compression (KelpsGet-specific, not HTTP):
-
Disable Cache (KelpsGet-specific):
Graphical User Interface (GUI)
To start the GUI:
The GUI allows you to enter the URL, output path, and start downloads. Status and progress are displayed in the interface.
KelpsGet Configuration
KelpsGet uses a configuration file at:
- Windows:
%APPDATA%\kelpsget\config.json - Linux/macOS:
~/.config/kelpsget/config.json
Example config.json for KelpsGet:
Note on cache_dir and key_path: If using ~, ensure your program correctly expands the tilde to the user's home directory, or use absolute paths.
🔗 Important Links
- 📚 Documentation
- 📦 crates.io
- 💻 GitHub
- 📝 Changelog
You can see posts about the project in others communities:
Contributing
Want to contribute? Check out our contribution guide!
Found a bug or want to add a feature? Open an issue or send a PR!
🚀 Download files effortlessly with the speed and reliability of Rust. 🚀
License
This project is licensed under the MIT License - see the LICENSE file for details.