Download OmniEdge client
Choose your platform to see download options.
Windows
macOS
GUI
CLi
Docker
Github Action
OpenWrt
Synology
iOS
Android
Get started on OpenWrt
Compatible with OpenWrt Routers: amd64, arm64, arm, mips, mipsle
Last update: Version 1.0.1, January 9, 2026.
1. Sign up your account
2. Generate Security-key and get the Virtual Network ID from Dashboard
3. Download ipk related to your arch, and copy it to your router
opkg install omniedge*.ipk4. Add your Security key and virtual network id to /etc/init.d/omniedge, run ** chmod +x /etc/init.d/omniedge** if you system missing the script
security_key=OMNIEDGE_SECURITY_KEY
virtual_network_id=OMNIEDGE_VIRTUALNETWORK_ID5. Enable and run Omniedge
/etc/init.d/omniedge enable
/etc/init.d/omniedge start