https://github.com/rexios80/hds_desktop
The new desktop app for HDS
https://github.com/rexios80/hds_desktop
Last synced: 3 months ago
JSON representation
The new desktop app for HDS
- Host: GitHub
- URL: https://github.com/rexios80/hds_desktop
- Owner: Rexios80
- Created: 2022-09-10T00:38:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:29:46.000Z (8 months ago)
- Last Synced: 2025-02-28T03:41:06.521Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 32.2 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
The new desktop app for HDS
## Features
- Local connection for one overlay and one watch
- Connection support:
- Overlays with websocket
- Watches with REST connections## Getting started
1. Download the binary for your platform [here](https://github.com/Rexios80/hds_desktop/releases/latest).
2. Complete the steps required by your platform to run the appWindows
1. Run the downloaded file
2. Click "Allow access" on this popup

MacOS
1. Run the following in a terminal:
```bash
chmod +x hds_desktop_macos_intel
```
OR
```bash
chmod +x hds_desktop_macos_apple_silicon
```2. Press "OK" on this popup:
3. Open System Preferences > Security & Privacy > General and click "Open Anyway"
4. Click "Open" on this popup
Linux
1. Run the following in a terminal:
```bash
chmod +x hds_desktop_linux
```2. Run the app
## Usage
1. Disable HDS Cloud in the watch app and overlay settings
2. The desktop app will list possible IP addresses of your machine. Pick the correct one and input it into the watch app settings.
3. Everything else is the same as with HDS Cloud## Additional information
If you need to change the port, run the binary with the `--port` flag
For additional help, join the [Discord server](https://discord.gg/FayYYcm)