Skip to main content
STUB DOCUMENT: This page is intentionally minimal and will be expanded with deeper technical details in a future update.
Cyberwave Edge Core acts as the orchestrator of Cyberwave edge drivers. Public repository: cyberwave-os/cyberwave-edge-core

Use Cyberwave Edge with the CLI

SSH to the edge device where you want to install Edge Core, then install the Cyberwave CLI and run the installer:
# Install the Cyberwave CLI (one-time setup)
curl -fsSL https://cyberwave.com/install.sh | bash

# Run the edge installer (interactive)
sudo cyberwave edge install
Manage the edge node service lifecycle, configuration, and monitoring:
SubcommandDescription
installInstall cyberwave-edge-core and register systemd service
startStart the edge node
stopStop the edge node
restartRestart the edge node (systemd or process)
statusCheck if the edge node is running
logsShow edge node logs
driverManage edge driver containers (subgroup)