Releases: ejames-dev/SubSync
Releases · ejames-dev/SubSync
SubSync v1.0.0
SubSync v1.0.0
Windows Download
SubSync 1.0.0.exe
What is included
- Portable Windows desktop executable
- Embedded local API and SQLite database
- Dashboard summary metrics backed by local data
- Manual subscription management
- Saved connection state for supported providers
- Billing email import that creates or updates subscriptions
- Persisted notification settings
- No Docker or Postgres requirement
How to use it
- Download
SubSync 1.0.0.exefrom this release. - Run the executable.
- Open
Connectionsto save provider links or import a billing email. - Open
Dashboardto review renewals, spend, and duplicate subscriptions. - Open
Settingsto adjust reminder preferences.
Notes
- All app data is stored locally on the machine.
- Provider
Connectactions currently save local connection state. Real third-party OAuth sync is not included in this release. - Billing email import is the primary automated ingestion path in
v1.0.0.
Validation
npm run lintnpm run test:e2e --workspace apinpm run build:desktopnpm run dist:desktopnpm audit --omit=devfor the staged desktop runtime
Known limitations
- Provider sync is not yet a full live OAuth integration.
- The portable executable is unsigned, so Windows SmartScreen may warn on first launch.