Skip to content

HyperPlay-Gaming/hyperplay-desktop-client

Folders and files

NameName
Last commit message
Last commit date
Oct 20, 2022
Feb 26, 2024
Sep 27, 2023
Jul 19, 2023
Dec 14, 2023
Nov 21, 2023
Aug 6, 2023
May 4, 2023
Feb 21, 2024
Feb 28, 2024
May 24, 2023
Feb 28, 2024
May 26, 2023
Aug 25, 2022
Feb 28, 2024
Jul 19, 2023
Jul 19, 2023
Aug 25, 2022
Feb 26, 2024
Dec 18, 2023
Feb 24, 2023
Aug 25, 2022
Feb 1, 2023
Aug 8, 2023
Aug 8, 2023
Aug 24, 2022
Aug 24, 2022
Aug 24, 2022
Aug 23, 2022
Jun 28, 2023
Dec 5, 2023
Mar 1, 2023
Aug 24, 2022
Feb 1, 2023
Oct 21, 2022
Aug 15, 2023
Feb 26, 2024
Feb 28, 2024
Jul 19, 2023
Dec 7, 2023
Feb 28, 2024
Feb 28, 2024

Repository files navigation

HyperPlay

Index

Supported Operating Systems

  • Windows 8+ (might work on Win7 if you have the latest PowerShell but we do not give support for it)
  • Linux:
    • Ubuntu 20.04LTS or newer
    • Fedora 33 or newer
    • Arch Linux (Manjaro and Garuda as well)
    • HyperPlay will still work on most distros but we do not give official support for them. So do not open Issues here in these cases, instead, open a Discussion or try our Discord.
  • SteamOS (downloading using Discover only)
  • macOS 10.15 or higher

Installation

Linux

Debian, Ubuntu and Derivatives

Download the hyperplay.x.x.x_amd64.deb from the Releases section

sudo dpkg -i hyperplay.x.x.x_amd64.deb

Other Distributions (TAR.XZ)

Since these two distribution formats don't have a form of dependency management, make sure the curl command is available. You might run into weird issues if it's not.

For the tar.xz file, you need first to extract it somewhere, enter the folder and run:

chmod +x hyperplay

To run it use:

./hyperplay

Windows

Download HyperPlay_Setup.x.x.x.exe or the Portable HyperPlay-x.x.x.exe file and run it. It will install it to the start menu and desktop, use those to run it.

macOS

Download HyperPlay-x.x.x.dmg and move the HyperPlay App to the Applications folder.

Screenshots

Hyperplay main page Hyperplay wallet signature during game Hyperplay game detail page

Local Development

This projects uses submodules, so you need to clone it with the --recurse-submodules flag or run git submodule update --init --recursive after cloning.

yarn setup
yarn start

Testing with Docker

It is recommended to run end to end tests with Docker so you don't alter your local config files or have your local config files interfere with the tests.

To run e2e tests on the unpackaged app running in dev mode. From the root of your local Heroic directory, run:

yarn test:e2e

To run e2e tests on the packaged app. From the root of your local Heroic directory, run:

yarn test:e2ePackaged

Credits

Those Awesome Guys: Gamepad prompts images