0% found this document useful (0 votes)
152 views8 pages

GitHub - Hydralauncher - Hydra - Hydra Is A Game Launcher With Its Own Embedded Bittorrent Client

Hydra is a game launcher that features an embedded BitTorrent client, developed using TypeScript (Electron) and Python. It supports Windows and Linux, offers customizable download paths, and includes integration with How Long To Beat (HLTB). The project is open for contributions, and installation instructions are provided for users to set it up on their systems.

Uploaded by

eduardo.acbe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
152 views8 pages

GitHub - Hydralauncher - Hydra - Hydra Is A Game Launcher With Its Own Embedded Bittorrent Client

Hydra is a game launcher that features an embedded BitTorrent client, developed using TypeScript (Electron) and Python. It supports Windows and Linux, offers customizable download paths, and includes integration with How Long To Beat (HLTB). The project is open for contributions, and installation instructions are provided for users to set it up on their systems.

Uploaded by

eduardo.acbe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.

com/hydralauncher/hydra

hydralauncher / hydra Public

Code Issues 265 Pull requests 12 Actions Wiki Security Insights

1 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

main 76 Branches 36 Tags Go to file Go to file Code About

Hydra is a game launcher with its own


thegrannychaseroperation Merge pull request #1447 from leandroperin/feat-favorites embedded bittorrent client
110131f · last week 3,030 Commits
Readme

MIT license
.github feat: adding sentry to renderer 2 months ago
Security policy
.husky ci: changing order of git hooks 9 months ago
Activity

build chore: dont remove installation dirs in c… 2 months ago Custom properties

11.9k stars
docs added anchor tag last month
102 watching
python_rpc Merge branch 'feat/migration-to-leveld… 2 weeks ago 3.1k forks

Report repository
resources feat: update tray icon 2 months ago

scripts chore: update upload-build script 2 weeks ago Releases 25

seeds feat: update steam-games.json 2 weeks ago v3.1.5 - "Spectre" Latest


on Jan 1
src readonly props last week
+ 24 releases
.editorconfig feat: migrating to electron-vite 10 months ago

Packages
.env.example lint 2 months ago
No packages published
.eslintignore lint 2 months ago

.eslintrc.cjs feat: adding source search 2 months ago Contributors 86

.gitignore chore: refactoring toast 3 weeks ago

.npmrc feat: force developer to use yarn 9 months ago

.prettierignore feat: write migrations 6 months ago + 72 contributors

.prettierrc.cjs chore: merge with main 10 months ago


Languages
LICENSE first commit 10 months ago

TypeScript 83.9% SCSS 12.8%


README.md chore: add openssl to readme 2 months ago
Python 2.3% Other 1.0%

SECURITY.md docs: Create SECURITY.md 6 months ago

commitlint.config.js ci: testing husky 9 months ago

2 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

electron-builder.yml lint 2 months ago

electron.vite.config.ts Merge branch 'main' into feat/migratio… 2 weeks ago

package.json fix: possible undefined on bottom-panel 2 weeks ago

requirements.txt feat: adding aria2c 3 months ago

tsconfig.json feat: migrating to electron-vite 10 months ago

tsconfig.node.json feat: moving visibility update to settings 5 months ago

tsconfig.web.json chore: refactoring toast 3 weeks ago

yarn.lock fix: possible undefined on bottom-panel 2 weeks ago

README MIT license Security

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

build passing version v3.1.5

lang pt-BR lang en lang ru lang uk-UA lang be lang es lang fr lang de lang it lang cs lang da lang nb lang et

3 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

Table of Contents
• Table of Contents
• About
• Features
• Installation
• Contributing
◦ Join our Telegram
◦ Fork and clone your repository
◦ Ways you can contribute
◦ Project Structure
• Build from source
◦ Install Node.js
◦ Install Yarn
◦ Install Node Dependencies
◦ Install Python 3.9
◦ Install Python Dependencies
• Environment variables
• Running
• Build
◦ Build the bittorrent client
◦ Build the Electron application
• Contributors
• License

About
4 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

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

5 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

• 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

6 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

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 on STEAMGRIDDB_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

7 of 8 14/02/2025, 13:30
GitHub - hydralauncher/hydra: Hydra is a game launcher with its own embedded bittorrent client https://github.com/hydralauncher/hydra

License
Hydra is licensed under the MIT License.

8 of 8 14/02/2025, 13:30

You might also like