Desktop Sudoku game built with Wails3 + Vue.
- Sudoku-focused desktop experience with built-in mini games.
- Supports
sudoku://protocol only. - Strict protection against DNS leaks and DNS pollution.
- Uses hev-socks5-tunnel for cross-platform TUN support in broader proxy scenarios.
- Forces IPv4 preference to avoid common IPv6 compatibility issues.
- Multi-language UI and light/dark theme support.
If macOS blocks the app after unzip/download, clear quarantine attributes first.
- Open
Terminal. - Run:
xattr -cr "/Applications/sudoku4x4.app"If your app is not in /Applications, replace the path with the actual .app path.
Tip: Type xattr -cr first, then drag the .app file into Terminal to auto-fill the path.
When enabling TUN on macOS / Linux, the app asks for your macOS / Linux login password inside the app (once per app session) to grant admin privileges needed for route/DNS updates. After that, TUN start/stop is silent (no extra system password dialog). The password stays in memory only and is never written to disk.
GPL-3.0