https://github.com/live-miracles/wake-up-support
Small tool to remotely boot up systems on local network
https://github.com/live-miracles/wake-up-support
electron typescript wake-on-lan
Last synced: 3 days ago
JSON representation
Small tool to remotely boot up systems on local network
- Host: GitHub
- URL: https://github.com/live-miracles/wake-up-support
- Owner: live-miracles
- License: mit
- Created: 2026-06-01T09:25:38.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2026-06-01T12:41:57.000Z (28 days ago)
- Last Synced: 2026-06-01T14:13:25.551Z (27 days ago)
- Topics: electron, typescript, wake-on-lan
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wake Up Support
A small Windows-focused Electron app for sending Wake-on-LAN magic packets to systems on a local network.
## Development
```powershell
npm install
npm run dev
```
## Build
```powershell
npm run build
npm run dist
```
Set the `build.publish.owner` and `build.publish.repo` values in `package.json` to your GitHub release repository before publishing auto-updates.