Download OmniEdge client
Choose your platform to see download options.
Windows
macOS
GUI
CLi
Docker
Github Action
OpenWrt
Synology
iOS
Android
Get started on Github Action
Bring Github Action into intranet, access nodes/devices from CI workflows.
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. Fill github action environment variable with your own Security-key and Virtual Network ID:
- name: OmniEdge for Github Action
uses: omniedgeio/github-action@v1
with:
securitykey: ${{ secrets.OMNIEDGE_SECURITY_KEY }}
virtualnetworkid: ${{ secrets.OMNIEDGE_VIRTUALNETWORK_ID }}