{"id":24604189,"url":"https://github.com/hyperplay-gaming/hyperplay-desktop-client","last_synced_at":"2025-04-05T18:11:39.766Z","repository":{"id":123883328,"uuid":"528201640","full_name":"HyperPlay-Gaming/hyperplay-desktop-client","owner":"HyperPlay-Gaming","description":"The HyperPlay desktop app","archived":false,"fork":false,"pushed_at":"2024-10-29T12:32:53.000Z","size":305415,"stargazers_count":76,"open_issues_count":132,"forks_count":31,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-10-29T13:10:22.415Z","etag":null,"topics":["blockchain","epicgames","games","gog","launcher","linux","macos","metamask","walletconnect","web3","windows"],"latest_commit_sha":null,"homepage":"https://hyperplay.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperPlay-Gaming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-23T23:58:14.000Z","updated_at":"2024-10-28T23:09:19.000Z","dependencies_parsed_at":"2024-11-05T16:36:49.733Z","dependency_job_id":null,"html_url":"https://github.com/HyperPlay-Gaming/hyperplay-desktop-client","commit_stats":null,"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperPlay-Gaming%2Fhyperplay-desktop-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperPlay-Gaming%2Fhyperplay-desktop-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperPlay-Gaming%2Fhyperplay-desktop-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperPlay-Gaming%2Fhyperplay-desktop-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperPlay-Gaming","download_url":"https://codeload.github.com/HyperPlay-Gaming/hyperplay-desktop-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","epicgames","games","gog","launcher","linux","macos","metamask","walletconnect","web3","windows"],"created_at":"2025-01-24T15:17:33.233Z","updated_at":"2025-04-05T18:11:39.748Z","avatar_url":"https://github.com/HyperPlay-Gaming.png","language":"TypeScript","readme":"# HyperPlay\n\n## Index\n\n- [HyperPlay](#hyperplay)\n  - [Index](#index)\n  - [Supported Operating Systems](#supported-operating-systems)\n  - [Installation](#installation)\n    - [Linux](#linux)\n      - [Debian, Ubuntu and Derivatives](#debian-ubuntu-and-derivatives)\n      - [Other Distributions (TAR.XZ)](#other-distributions-tarxz)\n    - [Windows](#windows)\n    - [macOS](#macos)\n  - [Contributing](#contributing)\n  - [Credits](#credits)\n\n## Supported Operating Systems\n\n- Windows 8+ (might work on Win7 if you have the latest PowerShell but we do not give support for it)\n- Linux:\n  - Ubuntu 20.04LTS or newer\n  - Fedora 33 or newer\n  - Arch Linux (Manjaro and Garuda as well)\n  - 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.\n- SteamOS (downloading using Discover only)\n- macOS 10.15 or higher\n\n## Installation\n\n### Linux\n\n#### Debian, Ubuntu and Derivatives\n\nDownload the `hyperplay.x.x.x_amd64.deb` from the Releases section\n\n```bash\nsudo dpkg -i hyperplay.x.x.x_amd64.deb\n```\n\n#### Other Distributions (TAR.XZ)\n\nSince 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.\n\nFor the tar.xz file, you need first to extract it somewhere, enter the folder and run:\n\n```bash\nchmod +x hyperplay\n```\n\nTo run it use:\n\n```bash\n./hyperplay\n```\n\n### Windows\n\nDownload 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.\n\n### macOS\n\nDownload HyperPlay-x.x.x.dmg and move the HyperPlay App to the Applications folder.\n\n## Screenshots\n\n[//]: # 'Easy way to upload screenshots: https://stackoverflow.com/a/26601810'\n\n\u003cimg width=\"1840\" alt=\"Hyperplay main page\" src=\"https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/assets/38574891/18c94466-8511-4f47-8de7-e74bc9b54ddf\"\u003e\n\u003cimg width=\"1840\" alt=\"Hyperplay wallet signature during game\" src=\"https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/assets/38574891/a56d34c6-f1a8-46dc-9a18-5e0c6035e468\"\u003e\n\u003cimg width=\"1840\" alt=\"Hyperplay game detail page\" src=\"https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/assets/38574891/a4a2ffe9-2e2a-4f88-be34-8903d900385b\"\u003e\n\n## Contributing\n\nRead our [Contribution License Agreement](https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/blob/main/doc/cla.md).\n\n### Local Development\n\nThis projects uses optional NPM packages.\n\nFor internal developers, use:\n\n```bash\npnpm run setup\npnpm start\n```\n\nFor external developers, use:\n\n```bash\npnpm run setupWithoutOptional\npnpm start\n```\n\n#### M1/M2 Mac\n\nIf you are using an M1 or M2 Mac and receive the following error message:\n\n```\nError: Cannot find module @rollup/rollup-darwin-arm64. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.\n```\n\nPlease try the following\n\n```bash\nrm -f pnpm-lock.yaml\nrm -rf node_modules\npnpm cache delete\npnpm run setupWithoutOptional\npnpm start\n```\n\n#### Lavamoat\n\nPlease note that at times, the console may alert you to run `pnpm exec allow-scripts auto`. This is from `@lavamoat/allow-scripts` and is due to a dependency adding a new preinstall or postinstall script. After running `pnpm exec allow-scripts auto` and updating the package.json to enable or disable the script, please run `pnpm run setup` or `pnpm run setupWithoutOptional` again.\n\n## Credits\n\n### Those Awesome Guys: Gamepad prompts images\n\n- URL: https://thoseawesomeguys.com/prompts/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperplay-gaming%2Fhyperplay-desktop-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperplay-gaming%2Fhyperplay-desktop-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperplay-gaming%2Fhyperplay-desktop-client/lists"}