Downloads
Download the latest Lokihub release for your operating system.
release
Latest Release: v0.1.2-alpha — View on GitHub
Download Assets
Desktop
| Platform | Download 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
| Platform | Download 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
- Open the downloaded
.dmgfile. - Drag Lokihub to your Applications folder.
Windows
- Extract the downloaded
.zipfile. - 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.
-
Extract the archive:
tar -xvf lokihub-server-*.tar.gz # Linux
# Or unzip on Windows/macOS -
Run the binary:
./lokihub -
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.