hyalus-desktop
hyalus-desktop copied to clipboard
Hyalus desktop client (Windows/macOS/Linux)
Hyalus Desktop
Hyalus desktop client (Windows/macOS/Linux)
Building
Requirements
- Node.js 20.x
- PNPM (run
corepack enable)
Instructions
- Clone the repository
git clone https://github.com/atriplex-co/hyalus-desktop.git
cd hyalus-desktop
- Install dependencies
pnpm i
- Build JS code
pnpm build:main
pnpm build:preload
- Build packaged binaries
pnpm electron-builder -w # for Windows
pnpm electron-builder -m # for macOS
pnpm electron-builder -l # for Linux
Notes
- The build output should be in
dist/packaged. - Edit
electron-builder.ymlif you want to build for a new platform/architecture.