Hydra is a game launcher with its own embedded bittorrent client
Go to file
Zamitto dfc2dd1c8b
Some checks failed
Release / build (ubuntu-latest) (push) Has been cancelled
Release / build (windows-latest) (push) Has been cancelled
Merge pull request #1388 from KelvinDiasMoreira/readme-improvement
readme translation pt-BR improvement
2025-01-20 15:09:33 -03:00
.github feat: adding sentry to renderer 2024-12-31 04:44:05 +00:00
.husky ci: changing order of git hooks 2024-05-18 22:01:18 +01:00
build chore: dont remove installation dirs in custom install script 2024-12-27 17:42:12 -03:00
docs added anchor tag 2025-01-10 14:45:19 -03:00
python_rpc fix: seeding causing python process to crash 2024-12-24 02:15:27 -03:00
resources feat: update tray icon 2024-12-23 18:02:26 -03:00
scripts feat: adding sentry to renderer 2024-12-31 04:44:05 +00:00
seeds lint 2024-12-22 06:58:20 -03:00
src refactor: add non re-render rules to useEffect 2025-01-17 12:25:35 -03:00
.editorconfig feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.env.example lint 2024-12-22 06:58:20 -03:00
.eslintignore lint 2024-12-22 06:58:20 -03:00
.eslintrc.cjs feat: adding source search 2024-12-20 17:07:51 +00:00
.gitignore feat: adding sentry to renderer 2024-12-31 04:44:05 +00:00
.npmrc feat: force developer to use yarn 2024-05-16 11:17:01 -04:00
.prettierignore feat: write migrations 2024-08-26 16:36:01 -03: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 lint 2024-12-22 06:58:20 -03:00
electron.vite.config.ts feat: adding sentry to renderer 2024-12-31 04:44:05 +00:00
LICENSE first commit 2024-04-18 08:46:06 +01:00
package.json chore: bump version 2025-01-01 19:53:48 -03:00
README.md chore: add openssl to readme 2024-12-20 22:56:42 -03:00
requirements.txt feat: adding aria2c 2024-11-28 19:09:13 +00:00
SECURITY.md docs: Create SECURITY.md 2024-08-27 03:01:10 -03:00
tsconfig.json feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
tsconfig.node.json feat: moving visibility update to settings 2024-09-13 23:56:27 +01:00
tsconfig.web.json feat: moving visibility update to settings 2024-09-13 23:56:27 +01:00
yarn.lock feat: adding translation for button 2025-01-01 21:32:22 +00:00


Hydra Launcher

Hydra is a game launcher with its own embedded bittorrent client.

build release

pt-BR en ru uk-UA be es fr de ita cs da nb ee

Hydra Catalogue

Table of Contents

About

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

Features

  • Own embedded bittorrent client
  • How Long To Beat (HLTB) integration on game page
  • Downloads path customization
  • 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 OpenSSL 1.1

OpenSSL 1.1 is required by libtorrent in Windows environments.

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.

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

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.