atriplex-co / hyalus-desktop

Hyalus desktop client (Windows/macOS/Linux)
https://hyalus.app
GNU Affero General Public License v3.0
20 stars 5 forks source link
calling chat conference encrypted messaging messenger voip

Hyalus Desktop

Hyalus desktop client (Windows/macOS/Linux)

Building

Requirements

Instructions

  1. Clone the repository
git clone https://github.com/atriplex-co/hyalus-desktop.git
cd hyalus-desktop
  1. Install dependencies
pnpm i
  1. Build JS code
pnpm build:main
pnpm build:preload
  1. Build packaged binaries
pnpm electron-builder -w # for Windows
pnpm electron-builder -m # for macOS
pnpm electron-builder -l # for Linux

Notes