Skip to main content

Downloads

Download the latest Lokihub release for your operating system.

release

Latest Release: v0.1.2-alphaView on GitHub

Download Assets

Desktop

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

Server

PlatformDownload Link
Linux (amd64)lokihub-server-linux-amd64-v0.1.2-alpha.tar.gz
Linux (arm64)lokihub-server-linux-arm64-v0.1.2-alpha.tar.gz
macOS (Universal)lokihub-server-macos-v0.1.2-alpha.zip
Windows (x86_64)lokihub-server-windows-v0.1.2-alpha.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.