A modern desktop application for managing the ProxiFyre SOCKS5 proxifier — configure proxy rules, manage application exclusions, and control the Windows service, all from a clean dark/light-themed GUI.
Windows only. ProxiFyre itself is a Windows-native proxifier; this UI targets the same platform.
Dashboard
Add Proxy Rule Page
Settings Page
.exe files directlyThese components are required by ProxiFyre and must be installed before running the service.
| # | Component | Description |
|---|---|---|
| 1 | Windows Packet Filter (WinpkFilter) | Low-level packet filtering driver used by ProxiFyre |
| 2 | Visual C++ Redistributable | Microsoft Visual Studio Runtime Libraries (x64) |
| 3 | ProxiFyre | The core SOCKS5 proxifier application |
Download the latest .msi or .exe installer from the Releases
page and run it.
ProxiFyre.exeapp-config.json (use Create Default Config if the file doesn't exist yet)All UI settings are stored in
%APPDATA%\pro.osin.tools.proxifyre-ui\.
| Layer | Technology |
|---|---|
| Desktop shell | Tauri 2 |
| Frontend | SvelteKit 2 + Svelte 5 (Runes) |
| Language | TypeScript + Rust |
| Bundler | Vite |
| Package manager | pnpm |
| Installers | NSIS · MSI (Windows) |
x86_64-pc-windows-msvc target)pnpm install
pnpm tauri dev
pnpm tauri build
Installers are written to src-tauri/target/release/bundle/.
If you replace src-tauri/icons/icon.png (minimum 1024 × 1024 px), regenerate all required icon formats with:
pnpm tauri icon src-tauri/icons/icon.png
GitHub Actions workflow (.github/workflows/release.yml):
check-build — runs cargo check + svelte-check + frontend build on every push/PR to mainbuild-windows — triggered on v*.*.* tags; builds NSIS + MSI installers and publishes a GitHub ReleaseMIT © 2025 Dmitry Osin