Hydra is a game launcher with its own embedded bittorrent client
Go to file
2024-05-02 22:28:19 +01:00
.github/workflows feat: create issue templates 2024-05-01 22:02:29 -03:00
build chore: merge with main 2024-04-25 05:52:19 +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' into main 2024-05-02 22:28:19 +01: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: update fastlist directory 2024-04-30 16:04:42 -03: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: update fastlist directory 2024-04-30 16:04:42 -03:00
electron.vite.config.ts ci: testing pipeline 2024-04-29 11:01:34 +01: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 chore: merge with main 2024-04-30 03:59:35 +01:00
postinstall.cjs fix: update fastlist directory 2024-04-30 16:04:42 -03:00
README.md docs(contributor): contrib-readme-action has updated readme 2024-05-02 21:25:21 +00: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 ci: testing pipeline 2024-04-29 11:01:34 +01:00
tsconfig.web.json feat: migrating to electron-vite 2024-04-21 06:26:29 +01:00
yarn.lock ci: testing pipeline 2024-04-29 11:01:34 +01: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
JackEnx
Null
Magrid0
Magrid
fhilipecrash
Fhilipe Coelho
jps14
José Luís
shadowtosser
Null
ferivoq
FeriVOQ
xbozo
Guilherme Viana
pmenta
João Martins
eltociear
Ikko Eltociear Ashimine
Netflixyapp
Netflixy
FerNikoMF
Firdavs

License

Hydra is licensed under the MIT License.