- Go 49%
- TypeScript 40.9%
- NSIS 4.3%
- JavaScript 3.2%
- CSS 2.1%
- Other 0.5%
|
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
|
||
|---|---|---|
| .github/workflows | ||
| build | ||
| cmd/update-helper | ||
| frontend | ||
| internal | ||
| pkg | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| HyLauncher.desktop | ||
| HyLauncher.png | ||
| LICENSE | ||
| main.go | ||
| PKGBUILD | ||
| README.md | ||
| wails.json | ||
HyLauncher - Free Hytale Launcher
For demo only. Support Hytale developers!
Unofficial Hytale Launcher
Неофициальный Hytale лаунчер
Фичи
- Онлайн режим
- Скачивание игры
- Скачивание всех зависимостей
- Униклальные идентификаторы ников (каждый ник уникальный)
- Поддержка всех платформ 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:
- The launcher automatically tries to fix permissions - just try launching again
- 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 - Or disable Gatekeeper temporarily:
sudo spctl --master-disable(re-enable after withsudo 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
- Hytale-F2P Online fix method by game patching