No description
  • Go 49%
  • TypeScript 40.9%
  • NSIS 4.3%
  • JavaScript 3.2%
  • CSS 2.1%
  • Other 0.5%
Find a file
ArchDevs d23e0189b6
Some checks failed
Wails Build Windows, Linux & macOS / build (app-linux, ubuntu-latest, linux/amd64) (push) Has been cancelled
Wails Build Windows, Linux & macOS / build (app-macos, macos-latest, darwin/universal) (push) Has been cancelled
Wails Build Windows, Linux & macOS / build (app-windows, windows-latest, windows/amd64) (push) Has been cancelled
Wails Build Windows, Linux & macOS / cleanup (push) Has been cancelled
updated: to version 1.0.5
2026-02-18 18:03:43 +04:00
.github/workflows fix: include webkit helpers in linuxdeploy executables and set GTK version 3 2026-02-15 22:03:21 +04:00
build added macos support 2026-02-07 20:46:33 +04:00
cmd/update-helper fixed auto update 2026-02-08 19:18:57 +04:00
frontend remove: unused butler test 2026-02-18 17:08:56 +04:00
internal updated: to version 1.0.5 2026-02-18 18:03:43 +04:00
pkg add detailed logging for downloads and installations 2026-02-14 18:31:35 +04:00
.gitignore added go.sum to gitignore 2026-01-12 22:51:18 +04:00
go.mod add ghw library for system info detection 2026-02-14 18:26:57 +04:00
go.sum add ghw library for system info detection 2026-02-14 18:26:57 +04:00
HyLauncher.desktop added flatpak support, fixed macos butler download 2026-01-20 17:14:35 +04:00
HyLauncher.png Add PKGBUILD 2026-01-14 15:12:29 +05:00
LICENSE changed to license GPL 2026-01-16 15:13:57 +04:00
main.go Add structured logging system 2026-02-14 16:37:41 +04:00
PKGBUILD Update PKGBUILD 2026-01-21 19:50:35 +05:00
README.md Enhance star history chart with theme support 2026-02-15 22:13:30 +04:00
wails.json added license 2026-01-12 22:59:02 +04:00

HyLauncher - Free Hytale Launcher

For demo only. Support Hytale developers!

HyLauncher

Unofficial Hytale Launcher
Неофициальный Hytale лаунчер

GitHub Downloads (all assets, all releases) Static Badge Static Badge


Фичи

  • Онлайн режим
  • Скачивание игры
  • Скачивание всех зависимостей
  • Униклальные идентификаторы ников (каждый ник уникальный)
  • Поддержка всех платформ Windows/Linux/MacOS

Установка

Переходим в раздел releases.
Скачиваем самую последнюю версию лаунчера.
Не нужно скачивать update-helper(.exe)


Билд

Зависимости

  • Golang 1.24+
  • NodeJS 22+

Linux make

Билд и установка через make

git clone https://github.com/ArchDevs/HyLauncher.git
cd HyLauncher
makepkg -sric

Linux / MacOS / Windows

git clone https://github.com/ArchDevs/HyLauncher.git
cd HyLauncher
go install github.com/wailsapp/wails/v2/cmd/wails@v2.11.0
wails build

Билд появится в папка build/bin

macOS

macOS builds work on both Intel and Apple Silicon (M1/M2/M3) Macs.

Build for macOS:

wails build -platform darwin/universal

Running the app: Since the app is not code-signed, macOS will show security warnings on first launch. To run:

  • Right-click the app → "Open" → "Open anyway"
  • Or run: xattr -cr build/bin/HyLauncher.app (removes quarantine attributes for testing)

Game launch issues: If you get "Hytale.app is corrupted" error when launching the game:

  1. The launcher automatically tries to fix permissions - just try launching again
  2. If it still fails, manually run:
    xattr -cr ~/Library/Application\ Support/HyLauncher/shared/games/release/*/Client/Hytale.app
    codesign --force --deep --sign - ~/Library/Application\ Support/HyLauncher/shared/games/release/*/Client/Hytale.app
    
  3. Or disable Gatekeeper temporarily: sudo spctl --master-disable (re-enable after with sudo spctl --master-enable)

GitHub Actions: macOS builds are handled automatically by GitHub Actions. The workflow builds universal binaries that work on both Intel and Apple Silicon Macs.


License

У нас используется лицензия GPL 3.0.
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. via choosealicense.com


Credits


Authors

Star History

Star History Chart