Skip to content

Release v1.2.9

Choose a tag to compare

@github-actions github-actions released this 24 Jun 03:57
49a2896

Lumen Hub v1.2.9

🖥️ 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)

  1. Download lumen-gateway-v1.2.9-darwin-universal.zip.
  2. Unzip the file and move Lumen Gateway.app to your /Applications folder.
  3. Right-click the app and choose Open (or run xattr -d com.apple.quarantine "/Applications/Lumen Gateway.app" to bypass Gatekeeper).

Windows Installation (AMD64)

  1. Download Lumen-Gateway-v1.2.9-windows-amd64.exe.
  2. 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.9/lumenhub-v1.2.9-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.9/lumenhub-v1.2.9-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.9/lumenhub-v1.2.9-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.9/lumenhub-v1.2.9-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 || true

macOS 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

  • feat: new EmbeddingV1 schema, for score (49a2896)

📖 Documentation