Hydra Launcher is an open-source gaming platform created to be the single tool that you need in order to manage your gaming library. Hydra is written in Node.js (Electron, React, Typescript) and Rust, with libtorrent providing the torrent engine.
- Add games that you own to your library
- Have a nice profile that shows what you are playing to your friends
- Save your game progress in the cloud with Hydra Cloud
- Unlock achievements
- Navigate through a rich catalogue with a powerful suggestion algorithm
- Discover new games that you haven't played before
Please, refer to our Documentation pages: docs.hydralauncher.gg
- Node.js + Yarn
- Rust toolchain (for
hydra-native) - Git and a C++ toolchain (Visual Studio C++ Build Tools on Windows, GCC/Clang on Linux, Xcode command-line tools on macOS). The native build obtains CMake and CTest automatically through vcpkg.
After installing dependencies, postinstall now builds the Rust native addon automatically (hydra-native/hydra-native.node).
The native build includes a Rust wrapper around pinned libtorrent. Development and packaged torrenting no longer require Python.
Hydra is licensed under the MIT License.
