Release v1.2.8
Lumen Hub v1.2.8
🖥️ Lumen Gateway (GUI)
Lumen Gateway is a cross-platform system tray application that runs in the background and hosts the daemon, routing strategies, and an interactive React-based network discovery dashboard.
macOS Installation (Universal)
- Download
lumen-gateway-v1.2.8-darwin-universal.zip. - Unzip the file and move
Lumen Gateway.appto your/Applicationsfolder. - Right-click the app and choose Open (or run
xattr -d com.apple.quarantine "/Applications/Lumen Gateway.app"to bypass Gatekeeper).
Windows Installation (AMD64)
- Download
Lumen-Gateway-v1.2.8-windows-amd64.exe. - Double-click to run. The gateway will run in your system tray on port
5866(configurable).
🚀 Installation
Download Binaries
# Linux AMD64
curl -fsSL https://github.com/EdwinZhanCN/Lumen-SDK/releases/download/v1.2.8/lumenhub-v1.2.8-linux-amd64.tar.gz | tar xz
sudo install -m 0755 lumenhubd lumenhub /usr/local/bin/
# Linux ARM64
curl -fsSL https://github.com/EdwinZhanCN/Lumen-SDK/releases/download/v1.2.8/lumenhub-v1.2.8-linux-arm64.tar.gz | tar xz
sudo install -m 0755 lumenhubd lumenhub /usr/local/bin/
# macOS AMD64
curl -fsSL https://github.com/EdwinZhanCN/Lumen-SDK/releases/download/v1.2.8/lumenhub-v1.2.8-darwin-amd64.tar.gz | tar xz
xattr -d com.apple.quarantine lumenhubd lumenhub 2>/dev/null || true
sudo install -m 0755 lumenhubd lumenhub /usr/local/bin/
sudo xattr -d com.apple.quarantine /usr/local/bin/lumenhubd /usr/local/bin/lumenhub 2>/dev/null || true
# macOS ARM64
curl -fsSL https://github.com/EdwinZhanCN/Lumen-SDK/releases/download/v1.2.8/lumenhub-v1.2.8-darwin-arm64.tar.gz | tar xz
xattr -d com.apple.quarantine lumenhubd lumenhub 2>/dev/null || true
sudo install -m 0755 lumenhubd lumenhub /usr/local/bin/
sudo xattr -d com.apple.quarantine /usr/local/bin/lumenhubd /usr/local/bin/lumenhub 2>/dev/null || truemacOS builds are currently unsigned/not notarized. If you download the archive with a browser or another tool that adds Gatekeeper quarantine, remove it before installing:
xattr -d com.apple.quarantine lumenhubd lumenhub 2>/dev/null || true📋 Changes
- Update VERSION (3705d6f)