LAVIK / DOWNLOAD
Put Lavik to work. Choose a Linux package for your machine, verify the checksum, and run your first commands. Free to use, open source under Apache 2.0.
CURRENT RELEASE v0.1.0-beta.1 Beta Released 2026-09-18
Before you download All prebuilt packages require Linux 6.1+, usable io_uring, and Ubuntu 24.04-compatible glibc, including deployments using SPDK / DPDK.
On macOS or Windows, use a Linux VM or Docker Linux environment meeting those requirements. These are Linux binaries.
Full hardware and platform requirements ↗ Kernel TCP / io_uring with compiler-default CPU targets. Use this for the quick start; it is also the package variant used for this site's local Docker command and client checks.
Linux 13.0 MiB
x86-64 AMD / Intel · x86_64
Download Minimal ↓ lavik-v0.1.0-beta.1-linux-x86_64-minimal.tar.gz
SHA-256 & installation commands Download checksum file ↗
8a3e66f313e7112a3a9dff7b1a0d67ae34e988dfa51f5c310e860d0b3f2daa77Linux · bash Copy commands
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-x86_64-minimal.tar.gz &&
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-x86_64-minimal.tar.gz.sha256 &&
sha256sum -c lavik-v0.1.0-beta.1-linux-x86_64-minimal.tar.gz.sha256 &&
tar -xzf lavik-v0.1.0-beta.1-linux-x86_64-minimal.tar.gzNext: start and connect to Lavik → Linux 11.9 MiB
ARM64 AArch64 · aarch64
Download Minimal ↓ lavik-v0.1.0-beta.1-linux-aarch64-minimal.tar.gz
SHA-256 & installation commands Download checksum file ↗
819df5f9f6c534f0fa988d1a9ec3531f1e6b0651527591a54e7235688bf8d984Linux · bash Copy commands
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-aarch64-minimal.tar.gz &&
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-aarch64-minimal.tar.gz.sha256 &&
sha256sum -c lavik-v0.1.0-beta.1-linux-aarch64-minimal.tar.gz.sha256 &&
tar -xzf lavik-v0.1.0-beta.1-linux-aarch64-minimal.tar.gzNext: start and connect to Lavik → Includes DPDK networking and SPDK storage. Requires x86-64-v2 or ARMv8-A + CRC32, plus NUMA / UUID runtime libraries. Defaults to kernel TCP / io_uring; provision and explicitly select DPDK / SPDK to use them.
Linux 18.1 MiB
x86-64 AMD / Intel · x86_64
Download Standard ↓ lavik-v0.1.0-beta.1-linux-x86_64.tar.gz
SHA-256 & installation commands Download checksum file ↗
09ed898a3b4483ffffa0211ebeb56c7aad8218fbedb4680805dbf085fbada0b0Linux · bash Copy commands
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-x86_64.tar.gz &&
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-x86_64.tar.gz.sha256 &&
sha256sum -c lavik-v0.1.0-beta.1-linux-x86_64.tar.gz.sha256 &&
tar -xzf lavik-v0.1.0-beta.1-linux-x86_64.tar.gzNext: start and connect to Lavik → Linux 15.9 MiB
ARM64 AArch64 · aarch64
Download Standard ↓ lavik-v0.1.0-beta.1-linux-aarch64.tar.gz
SHA-256 & installation commands Download checksum file ↗
ef18c718ab681cc7543a5aadfc2fdc040327f423facdeade484a46a928c7e277Linux · bash Copy commands
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-aarch64.tar.gz &&
curl -fLO --retry 3 https://github.com/eloqdata/lavik/releases/download/v0.1.0-beta.1/lavik-v0.1.0-beta.1-linux-aarch64.tar.gz.sha256 &&
sha256sum -c lavik-v0.1.0-beta.1-linux-aarch64.tar.gz.sha256 &&
tar -xzf lavik-v0.1.0-beta.1-linux-aarch64.tar.gzNext: start and connect to Lavik → Build from source Use the pinned build guide for dependencies and CPU-specific optimizations. Its build procedures are outside this site's local command and client verification.
Building and packaging ↗