https://github.com/atriplex-co/hyalus-desktop
Hyalus desktop client (Windows/macOS/Linux)
https://github.com/atriplex-co/hyalus-desktop
calling chat conference encrypted messaging messenger voip
Last synced: about 1 month ago
JSON representation
Hyalus desktop client (Windows/macOS/Linux)
- Host: GitHub
- URL: https://github.com/atriplex-co/hyalus-desktop
- Owner: atriplex-co
- License: agpl-3.0
- Created: 2021-03-28T23:41:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T20:08:18.000Z (9 months ago)
- Last Synced: 2025-07-11T02:20:33.006Z (9 months ago)
- Topics: calling, chat, conference, encrypted, messaging, messenger, voip
- Language: TypeScript
- Homepage: https://hyalus.app
- Size: 2.2 MB
- Stars: 22
- Watchers: 2
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hyalus Desktop
Hyalus desktop client (Windows/macOS/Linux)
## Building
### Requirements
- Node.js 20.x
- PNPM (run `corepack enable`)
### Instructions
1. Clone the repository
```sh
git clone https://github.com/atriplex-co/hyalus-desktop.git
cd hyalus-desktop
```
2. Install dependencies
```sh
pnpm i
```
3. Build JS code
```sh
pnpm build:main
pnpm build:preload
```
4. Build packaged binaries
```sh
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.yml` if you want to build for a new platform/architecture.