Made in GTK and Rust.
Ram Downloader is a joke program. It doesn't actually download any RAM, I made this for fun and experience
Ram Downloader is a simple GUI utility that helps download more RAM. You can select how much RAM you want to download and what CloudRAM protocol to use.
Ram Downloader supports all operating systems, including Microsoft Windows 7 and later, Apple macOS 10.7 and higher as well as UNIX and Linux.
Download the binary for your operating system from here and execute it. If you are on Windows or macOS, you must install GTK first. Currently there are only Windows and Linux binaries. macOS binaries are coming soon. If you are on macOS, you can follow the compiling instructions.
Make sure you have git for your operating system. Make sure you also have the rust compiler and the GTK framework.
- Download the source code of the repo with
git clone https://github.com/daniel071/gtkRamDownloader.git
- CD into the new directory
- Run
cargo run
if you want to test it orcargo build
if you want to create an executable.