Hydra is a game launcher with its own embedded bittorrent client
Go to file
2024-04-21 22:55:00 -03:00
.github/workflows feat: adding onlinefix credentials 2024-04-20 17:11:35 +01:00
docs first commit 2024-04-18 08:46:06 +01:00
images first commit 2024-04-18 08:46:06 +01:00
resources feat: add online fix as repacker 2024-04-19 22:53:58 -03:00
src Revert "feat: change selectFolderModal to a section inside repacksModal" 2024-04-21 22:55:00 -03:00
torrent-client build: add icon to client torrent exe 2024-04-20 13:33:32 -03:00
.env.example chore: add onlinefix credentials to .env.example 2024-04-19 22:55:13 -03:00
.eslintrc.js first commit 2024-04-18 08:46:06 +01:00
.gitignore first commit 2024-04-18 08:46:06 +01:00
.prettierrc.js first commit 2024-04-18 08:46:06 +01:00
forge.config.ts feat: add a modal to select game installation folder (pt and en translation) 2024-04-20 15:54:08 -03:00
hydra-launcher.desktop build(linux): add .desktop config 2024-04-19 15:14:44 -03:00
LICENSE first commit 2024-04-18 08:46:06 +01:00
package.json chore: removing qs 2024-04-20 17:30:03 +01:00
README.md fix: revert unintentional changes 2024-04-19 22:56:05 -03:00
requirements.txt build: add windows deps in requirements.txt 2024-04-19 15:22:44 -03:00
tsconfig.json first commit 2024-04-18 08:46:06 +01:00
webpack.main.config.ts first commit 2024-04-18 08:46:06 +01:00
webpack.plugins.ts first commit 2024-04-18 08:46:06 +01:00
webpack.renderer.config.ts first commit 2024-04-18 08:46:06 +01:00
webpack.rules.ts first commit 2024-04-18 08:46:06 +01:00
yarn.lock chore: removing qs 2024-04-20 17:30:03 +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 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 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

Made with contrib.rocks.

License

Hydra is licensed under the MIT License.