Skip to main content

Downloads

Download the latest Lokihub release for your operating system.

release

Latest Release: 0.4.0 — View on GitHub

Download Assets​

Desktop​

PlatformDownload Link
Linux (RPM aarch64)lokihub-desktop-linux-aarch64-0.4.0.rpm
Linux (AppImage amd64)lokihub-desktop-linux-amd64-0.4.0.AppImage
Linux (Deb amd64)lokihub-desktop-linux-amd64-0.4.0.deb
Linux (AppImage arm64)lokihub-desktop-linux-arm64-0.4.0.AppImage
Linux (Deb arm64)lokihub-desktop-linux-arm64-0.4.0.deb
Linux (RPM x86_64)lokihub-desktop-linux-x86_64-0.4.0.rpm
macOS (Universal)lokihub-desktop-macos-0.4.0.dmg
Windows (x86_64)lokihub-desktop-windows-0.4.0.zip

Server​

PlatformDownload Link
Linux (amd64)lokihub-server-linux-amd64-0.4.0.tar.gz
Linux (arm64)lokihub-server-linux-arm64-0.4.0.tar.gz
macOS (Universal)lokihub-server-macos-0.4.0.zip
Windows (x86_64)lokihub-server-windows-0.4.0.zip

Installation & Usage​

tip

If your OS flags the binary as unverified, you may need to explicitly allow it in your security settings.

Desktop (GUI)​

macOS

  1. Open the downloaded .dmg file.
  2. Drag Lokihub to your Applications folder.

Windows

  1. Extract the downloaded .zip file.
  2. Run lokihub.exe.

Linux

  • AppImage:
    chmod +x lokihub-*.AppImage
    ./lokihub-*.AppImage
  • Debian/Ubuntu:
    sudo dpkg -i lokihub-*.deb
  • Fedora/RHEL:
    sudo rpm -i lokihub-*.rpm

Server (HTTP)​

The server version runs as a background process and serves the web interface via HTTP.

  1. Extract the archive:

    tar -xvf lokihub-server-*.tar.gz # Linux
    # Or unzip on Windows/macOS
  2. Run the binary:

    ./lokihub
  3. Open in Browser: Navigate to http://localhost:1610 (default port).

Next Steps​

After installation, follow the Setup Guide to connect Lokihub to your FLND node.

Verify Downloads​

All releases are published on GitHub with checksums. Visit the releases page to verify download integrity.