Hydra is a game launcher with its own embedded bittorrent client
Go to file
2024-05-04 19:35:57 +02:00
.github/workflows feat: adding background to item 2024-05-03 19:51:13 +01:00
build fix: fixing typo on portuguese translation 2024-05-02 23:42:07 +01:00
docs feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
resources fix: fixing typecheck errors 2024-04-30 03:27:07 +01:00
src Merge branch 'main' of https://github.com/hydralauncher/hydra 2024-05-04 19:35:49 +02:00
torrent-client chore: removing pycache 2024-04-24 10:29:24 +01:00
.editorconfig feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.env.example feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.eslintignore feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.eslintrc.cjs fix: fixing typechecks 2024-04-25 20:54:38 +01:00
.gitignore fix: copy unrar.wasm as part of the postinstallation process 2024-05-04 19:27:14 +02:00
.prettierignore feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
.prettierrc.cjs chore: merge with main 2024-04-25 05:52:19 +01:00
electron-builder.yml fix: copy unrar.wasm as part of the postinstallation process 2024-05-04 19:27:14 +02:00
electron.vite.config.ts Merge branch 'main' of https://github.com/hydralauncher/hydra 2024-05-04 12:07:44 +02:00
hydra.db fix: moving db 2024-04-29 11:49:26 +01:00
LICENSE first commit 2024-04-18 08:46:06 +01:00
package.json Merge branch 'main' of https://github.com/hydralauncher/hydra 2024-05-03 22:09:10 +02:00
postinstall.cjs refactor: ran prettier 2024-05-04 19:27:58 +02:00
README.md Merge branch 'main' of github.com:lilezek/hydra 2024-05-04 19:35:57 +02:00
requirements.txt feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
tsconfig.json feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
tsconfig.node.json fix: added the @globals back and removed some merge leftovers 2024-04-30 11:09:29 +02:00
tsconfig.web.json fix: added the @globals back and removed some merge leftovers 2024-04-30 11:09:29 +02:00
yarn.lock Merge branch 'main' of https://github.com/hydralauncher/hydra 2024-05-04 19:35:49 +02:00

Hydra

Discord GitHub Actions Workflow Status GitHub package.json version

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.

Hydra Catalogue

Installation

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.

Clone the Repository

git clone https://github.com/hydralauncher/hydra.git

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 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 a 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 paste the .env.example file and put it on STEAMGRIDDB_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 start

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:

yarn make

Contributors

hydralauncher
Hydra
zamitto
Null
fzanutto
Null
lilezek
Null
JackEnx
Null
Magrid0
Magrid
fhilipecrash
Fhilipe Coelho
shadowtosser
Null
jps14
José Luís
pmenta
João Martins
ferivoq
FeriVOQ
xbozo
Guilherme Viana
eltociear
Ikko Eltociear Ashimine
Netflixyapp
Netflixy
Hachi-R
Hachi
FerNikoMF
Firdavs
userMacieG
Maciej Ratyński

License

Hydra is licensed under the MIT License.