Docs
Docs / Install / windows
Installing on Windows
OmniEdge Windows Desktop is compatible with Windows 10, 11 & Windows Server 2016, 2019, 2022. Last update: Version v2.9.0, Feb 16, 2026.
Desktop Application (Recommended)
Download OmniEdge Desktop for Windows
Available formats:
- MSI Installer:
omniedge-desktop-2.9.0-windows-x64.msi - NSIS Installer:
omniedge-desktop-2.9.0-windows-x64-setup.exe
Installation Steps
- Download and run the Windows installer (.msi or .exe)
- Click on "Log in..." from the OmniEdge icon in your system tray
- Sign in with your email address or use browser-based OAuth login
- Click "Connect" in the menu bar from the tray icon
- After a moment, a secure P2P VPN connection is established

CLI (For Advanced Users)
Download OmniEdge CLI for Windows
# Extract and run
omniedge start -n <network_id>New in v2.2.1
- WASM Plugin System: Extend functionality with secure WebAssembly plugins
- NAT Traversal: Advanced STUN-based NAT detection with relay fallback
- Exit Node Support: Route all traffic through a secure exit node
- Self-Hosted Mode: Run completely offline with nucleus mode
CLI Commands
# Basic operations
omniedge start # Connect to first available network
omniedge start -n <network_id> # Connect to specific network
omniedge status # Check connection status
omniedge stop # Disconnect
# Plugin management (v2.2.0+)
omniedge plugin list # List installed plugins
omniedge plugin install <path> # Install plugin from ZIP
# NAT configuration (v2.1.0+)
omniedge config show # Show current settings
omniedge config relay on # Enable relay fallbackIf you have more questions, feel free to discuss.
On This Page