Hydra is a game launcher with its own embedded bittorrent client
Go to file
2024-06-19 20:21:50 -03:00
.github add artifact 2024-06-07 14:35:22 -03:00
.husky ci: changing order of git hooks 2024-05-18 22:01:18 +01:00
build test build 2024-05-30 12:54:23 -03:00
docs update screenshot 2024-05-04 16:44:34 -03:00
resources feat: adding bypass for region blocks 2024-05-12 23:43:00 +01:00
seeds refactor hero panel 2024-06-07 11:43:57 -03:00
src fix: refresh session token 2024-06-19 20:21:50 -03:00
.editorconfig feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.env.example feat: create HydraApi 2024-06-13 20:08:30 -03:00
.eslintignore feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.eslintrc.cjs fix: fixing named pipes on windows 2024-05-13 22:01:34 +01:00
.gitignore undo: add logs folder to .gitignore 2024-05-30 22:23:07 -03:00
.npmrc feat: force developer to use yarn 2024-05-16 11:17:01 -04:00
.prettierignore ci: changing order of git hooks 2024-05-18 22:02:06 +01:00
.prettierrc.cjs chore: merge with main 2024-04-25 05:52:19 +01:00
commitlint.config.js ci: testing husky 2024-05-13 00:49:42 +01:00
electron-builder.yml build portable 2024-06-06 12:09:51 -03:00
electron.vite.config.ts feat: adding import download source 2024-06-03 02:12:05 +01:00
LICENSE first commit 2024-04-18 08:46:06 +01:00
package.json feat: get mime from library that checks the file binary 2024-06-19 15:33:24 -03:00
postinstall.cjs undo build pipeline changes 2024-06-07 09:16:02 -03:00
README.be.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
README.es.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
README.fr.md Move "en" badge at first in README.fr.md 2024-06-02 19:26:11 +02:00
README.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
README.pl.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
README.pt-BR.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
README.ru.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
README.uk-UA.md Add "fr" badge to all READMEs 2024-06-02 19:28:35 +02:00
tsconfig.json feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
tsconfig.node.json fix: fixing errors with electron dl manager 2024-05-05 19:18:48 +01:00
tsconfig.web.json fix: fixing errors with electron dl manager 2024-05-05 19:18:48 +01:00
yarn.lock feat: get mime from library that checks the file binary 2024-06-19 15:33:24 -03:00


Hydra Launcher

Hydra is a game launcher with its own embedded bittorrent client and a self-managed repack scraper.

build release

be pl pt-BR ru uk-UA es fr

Hydra Catalogue

Table of Contents

About

Hydra is a Game Launcher with its own embedded BitTorrent Client and a self-managed repack scraper.
The launcher is written in TypeScript (Electron) and Python, which handles the torrenting system by using libtorrent.

Features

  • Self-Managed repack scraper among all the most reliable websites on the Megathread
  • Own embedded bittorrent client
  • How Long To Beat (HLTB) integration on game page
  • Downloads path customization
  • Repack list update notifications
  • Windows and Linux support
  • Constantly updated
  • And more ...

Installation

Follow the steps below to install:

  1. Download the latest version of Hydra from the Releases page.
    • Download only .exe if you want to install Hydra on Windows.
    • Download .deb or .rpm or .zip if you want to install Hydra on Linux. (depends on your Linux distro)
  2. Run the downloaded file.
  3. Enjoy Hydra!

Contributing

Join our Telegram

We concentrate our discussions on our Telegram channel.

Fork and clone your repository

  1. Fork the repository (click here to fork now)
  2. Clone your forked code git clone https://github.com/your_username/hydra
  3. Create a new branch
  4. Push your commits
  5. Submit a new Pull Request

Ways you can contribute

  • Translation: We want Hydra to be available to as many people as possible. Feel free to help translate to new languages or update and improve the ones that are already available on Hydra.
  • Code: Hydra is built with Typescript, Electron and a little bit of Python. If you want to contribute, join our Telegram!

Project Structure

  • torrent-client: We use libtorrent, a Python library, to manage torrent downloads
  • src/renderer: the UI of the application
  • src/main: all the logic rests here.

Build from source

Install Node.js

Ensure you have Node.js installed on your machine. If not, download and install it from nodejs.org.

Install Yarn

Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on yarnpkg.com.

Install Node Dependencies

Navigate to the project directory and install the Node dependencies using Yarn:

cd hydra
yarn

Install Python 3.9

Ensure you have Python 3.9 installed on your machine. You can download and install it from python.org.

Install Python Dependencies

Install the required Python dependencies using pip:

pip install -r requirements.txt

Environment variables

You'll need an SteamGridDB API Key in order to fetch the game icons on installation. If you want to have onlinefix as a repacker you'll need to add your credentials to the .env

Once you have it, you can copy or rename the .env.example file to .env and put it onSTEAMGRIDDB_API_KEY, ONLINEFIX_USERNAME, ONLINEFIX_PASSWORD.

Running

Once you've got all things set up, you can run the following command to start both the Electron process and the bittorrent client:

yarn dev

Build

Build the bittorrent client

Build the bittorrent client by using this command:

python torrent-client/setup.py build

Build the Electron application

Build the Electron application by using this command:

On Windows:

yarn build:win

On Linux:

yarn build:linux

Contributors

License

Hydra is licensed under the MIT License.