2024-05-04 19:39:18 +03:00
< br >
< div align = "center" >
2024-05-12 00:15:05 +03:00
2024-05-12 13:22:52 +03:00
[<img src="./resources/icon.png" width="144"/> ](https://hydralauncher.site )
2024-05-12 00:15:05 +03:00
2024-05-04 19:39:18 +03:00
< h1 align = "center" > Hydra Launcher< / h1 >
2024-09-09 19:03:33 +03:00
2024-05-04 19:39:18 +03:00
< p align = "center" >
2024-07-21 22:45:44 +03:00
< strong > Hydra is a game launcher with its own embedded bittorrent client.< / strong >
2024-05-04 19:39:18 +03:00
< / p >
2024-05-11 22:22:20 +03:00
2024-05-12 13:22:52 +03:00
[![build ](https://img.shields.io/github/actions/workflow/status/hydralauncher/hydra/build.yml )](https://github.com/hydralauncher/hydra/actions)
[![release ](https://img.shields.io/github/package-json/v/hydralauncher/hydra )](https://github.com/hydralauncher/hydra/releases)
2024-10-25 14:26:46 +03:00
[![pt-BR ](https://img.shields.io/badge/lang-pt--BR-green.svg )](./docs/README.pt-BR.md)
2024-09-28 01:19:39 +03:00
[![en ](https://img.shields.io/badge/lang-en-red.svg )](./README.md)
2024-10-25 14:26:46 +03:00
[![ru ](https://img.shields.io/badge/lang-ru-yellow.svg )](./docs/README.ru.md)
[![uk-UA ](https://img.shields.io/badge/lang-uk--UA-blue )](./docs/README.uk-UA.md)
[![be ](https://img.shields.io/badge/lang-be-orange )](./docs/README.be.md)
[![es ](https://img.shields.io/badge/lang-es-red )](./docs/README.es.md)
[![fr ](https://img.shields.io/badge/lang-fr-blue )](./docs/README.fr.md)
[![de ](https://img.shields.io/badge/lang-de-black )](./docs/README.de.md)
[![ita ](https://img.shields.io/badge/lang-it-red )](./docs/README.it.md)
[![cs ](https://img.shields.io/badge/lang-cs-purple )](./docs/README.cs.md)
[![da ](https://img.shields.io/badge/lang-da-red )](./docs/README.da.md)
[![nb ](https://img.shields.io/badge/lang-nb-blue )](./docs/README.nb.md)
[![ee ](https://img.shields.io/badge/lang-et-blue.svg )](./docs/README.et.md)
2024-09-28 01:19:39 +03:00
2024-10-21 23:45:42 +03:00
![Hydra Catalogue ](./docs/screenshot.png )
2024-04-18 10:46:06 +03:00
2024-05-04 19:39:18 +03:00
< / div >
2024-04-18 10:46:06 +03:00
2024-05-04 19:39:18 +03:00
## Table of Contents
2024-09-04 23:15:56 +03:00
- [Table of Contents ](#table-of-contents )
2024-05-04 19:39:18 +03:00
- [About ](#about )
- [Features ](#features )
- [Installation ](#installation )
2024-09-10 02:55:48 +03:00
- [Contributing ](#-contributing )
- [Join our Telegram ](#-join-our-telegram )
2024-05-04 22:17:30 +03:00
- [Fork and clone your repository ](#fork-and-clone-your-repository )
- [Ways you can contribute ](#ways-you-can-contribute )
- [Project Structure ](#project-structure )
- [Build from source ](#build-from-source )
- [Install Node.js ](#install-nodejs )
- [Install Yarn ](#install-yarn )
- [Install Node Dependencies ](#install-node-dependencies )
- [Install Python 3.9 ](#install-python-39 )
- [Install Python Dependencies ](#install-python-dependencies )
- [Environment variables ](#environment-variables )
2024-05-04 19:43:27 +03:00
- [Running ](#running )
- [Build ](#build )
2024-05-04 22:17:30 +03:00
- [Build the bittorrent client ](#build-the-bittorrent-client )
- [Build the Electron application ](#build-the-electron-application )
- [Contributors ](#contributors )
2024-09-04 23:15:56 +03:00
- [License ](#license )
2024-05-04 19:39:18 +03:00
## About
2024-07-21 22:45:44 +03:00
**Hydra** is a **Game Launcher** with its own embedded **BitTorrent Client** .
2024-05-04 19:39:18 +03:00
< br >
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
2024-05-04 22:32:47 +03:00
- Windows and Linux support
2024-05-04 19:39:18 +03:00
- Constantly updated
- And more ...
2024-04-18 10:46:06 +03:00
2024-04-18 10:46:06 +03:00
## Installation
2024-05-04 19:39:18 +03:00
Follow the steps below to install:
1. Download the latest version of Hydra from the [Releases ](https://github.com/hydralauncher/hydra/releases/latest ) 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!
2024-05-11 22:22:20 +03:00
## <a name="contributing"> Contributing
2024-05-04 19:39:18 +03:00
2024-05-11 22:22:20 +03:00
### <a name="join-our-telegram"></a> Join our Telegram
2024-05-04 19:39:18 +03:00
2024-05-11 22:22:20 +03:00
We concentrate our discussions on our [Telegram ](https://t.me/hydralauncher ) channel.
2024-05-04 20:36:03 +03:00
### Fork and clone your repository
1. Fork the repository [(click here to fork now) ](https://github.com/hydralauncher/hydra/fork )
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
2024-05-04 22:17:30 +03:00
### 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.
2024-05-11 22:22:20 +03:00
- Code: Hydra is built with Typescript, Electron and a little bit of Python. If you want to contribute, join our [Telegram ](https://t.me/hydralauncher )!
2024-05-04 22:17:30 +03:00
### 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.
2024-05-04 20:36:03 +03:00
## Build from source
2024-05-04 19:39:18 +03:00
2024-04-18 10:46:06 +03:00
### Install Node.js
Ensure you have Node.js installed on your machine. If not, download and install it from [nodejs.org ](https://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 ](https://classic.yarnpkg.com/lang/en/docs/install/ ).
### Install Node Dependencies
Navigate to the project directory and install the Node dependencies using Yarn:
```bash
cd hydra
yarn
```
### Install Python 3.9
2024-05-20 20:58:28 +03:00
Ensure you have Python 3.9 installed on your machine. You can download and install it from [python.org ](https://www.python.org/downloads/release/python-3913/ ).
2024-04-18 10:46:06 +03:00
### Install Python Dependencies
Install the required Python dependencies using pip:
```bash
pip install -r requirements.txt
```
## Environment variables
2024-05-04 19:39:18 +03:00
You'll need an SteamGridDB API Key in order to fetch the game icons on installation.
2024-04-20 04:53:58 +03:00
2024-07-21 22:45:44 +03:00
Once you have it, you can copy or rename the `.env.example` file to `.env` and put it on`STEAMGRIDDB_API_KEY`.
2024-04-18 10:46:06 +03:00
## 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:
```bash
2024-05-04 19:39:18 +03:00
yarn dev
2024-04-18 10:46:06 +03:00
```
## Build
### Build the bittorrent client
Build the bittorrent client by using this command:
```bash
2024-04-20 04:56:05 +03:00
python torrent-client/setup.py build
2024-04-18 10:46:06 +03:00
```
### Build the Electron application
Build the Electron application by using this command:
2024-05-04 19:39:18 +03:00
On Windows:
2024-04-18 10:46:06 +03:00
```bash
2024-05-04 19:39:18 +03:00
yarn build:win
```
On Linux:
2024-04-18 10:46:06 +03:00
```bash
2024-05-04 19:39:18 +03:00
yarn build:linux
2024-04-18 10:46:06 +03:00
```
## Contributors
2024-05-11 22:22:20 +03:00
< a href = "https://github.com/hydralauncher/hydra/graphs/contributors" >
< img src = "https://contrib.rocks/image?repo=hydralauncher/hydra" / >
< / a >
2024-04-18 10:46:06 +03:00
## License
Hydra is licensed under the [MIT License ](LICENSE ).