A desktop backup/restore tool for Elgato Wave Link (Tauri + React).
This project is early alpha software.
- Use it at your own risk.
- You are responsible for verifying backups/restores in your own environment.
- The author is not responsible for any data loss, corruption, or downtime.
- Windows: tested and currently the primary target.
- macOS: untested (builds exist, but behavior has not been fully validated end-to-end).
- Open the app.
- Click
Create Backup(optional custom name). - Restore from the backup list with
Restore. - Use
Import Backupto bring an external.wlbkinto the app list. - Use
Deleteto remove a backup.
npm install
npm run tauri devnpm run build
npm run tauri build- Windows:
%LOCALAPPDATA%\Wave Link Backup Tool\Backups - macOS:
~/.wavelink-backup-tool/backups
This repo includes a GitHub Actions workflow that builds Windows and macOS artifacts and creates a release when you push a version tag.
Example:
git tag v0.2.0
git push origin v0.2.0