Skip to content

Commit e58db6f

Browse files
docs: add roadmap for potential production release
1 parent f519435 commit e58db6f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

desktop/HandshakeDVPN/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,23 @@ This app uses the [Sentinel C# SDK](https://github.com/Sentinel-Autonomybuilder/
338338

339339
---
340340

341+
## Roadmap — Potential Production Release
342+
343+
This is currently an example for builders. If there's community interest, a production release could include:
344+
345+
| Feature | Description | Complexity |
346+
|---------|-------------|------------|
347+
| **Windows installer** | Inno Setup .exe — bundles app, WireGuard driver, V2Ray, .NET runtime. Start menu + auto-start. | Medium |
348+
| **Built-in Handshake browser** | WebView2 tab for browsing Handshake TLD sites (.forever, .badass, etc.) directly in the app. When connected, Handshake DNS resolves these automatically. | Medium |
349+
| **Code signing** | Signed installer removes "Unknown publisher" warning | Low (requires certificate) |
350+
| **Auto-updater** | Background service checks for new versions and installs silently | Medium |
351+
| **System tray mode** | Minimize to tray, quick connect/disconnect from tray icon | Low |
352+
| **Windows Service tunnel** | VPN tunnel runs as system service (survives user logout) | High |
353+
354+
If you'd like to see this become a full release, open an issue or contribute.
355+
356+
---
357+
341358
## License
342359

343360
MIT

0 commit comments

Comments
 (0)