Docs
Doc / Install / Linux Cli
Installing on Linux
OmniEdge CLI is compatible with both macOS and Linux for AMD64, Apple Silicon (M1/M2/M3), Intel X86, ArmV7 and Arm64V8. Last update: Version v1.0.0, Jan 08, 2026.
Sign up your account: Sign up
Download and install OmniEdge cli by running the following command:
curl https://raw.githubusercontent.com/omniedgeio/omniedge/refs/heads/main/omniedge-install.sh | bash- Interactive Login (Recommended, New in v1.0.1):
# Launches browser-based authentication via Device Flow
omniedge login- Login By Password:
omniedge login -u yourname@youremail.com -f your_auth_file_path- Login By Secret-Key, You can generate secret-key on omniedge web
omniedge login -s yoursecuritykey -f your_auth_file_path- Join Your Network,you can just call omniedge join, it will automatically prompt the available network for you to choose. And you can also add one parameter
-nto specify the network id manually. And then, enjoy the omniedge network.
sudo omniedge join -f your_auth_file_pathand select your virtual network or
sudo omniedge join -n 'virtual-network-id'with a specified virtual network.
- Wait a second and a secure VPN will be established

If you have more questions, feel free to discuss.
On This Page