Downloads

All releases are clearly labeled with their maturity level. Always verify checksums before running anything on bare metal.

smechvisord daemon -- v0.1.0-alpha

Early Alpha

The smechvisord control plane daemon binary for x86_64 Linux (musl-compatible). Serves the SmechVisor dashboard on port 8080 and exposes the REST API for KVM pipeline management, IOMMU telemetry, and VFIO passthrough control. Run this on an existing SmechOS or compatible musl + OpenRC base.

Released
2026-06-30
Platform
x86_64 Linux
SHA-256
3d01bc31079feb49c2180a75398a39e4d756fe136463464d9ebabc20a088e122
MD5
36416a70cf496306437b7c540734059d

SmechVisor Install ISO -- v0.1.0-alpha

Early Alpha

Bootable install media for x86_64 bare metal. Boots into a minimal environment running the SmechVisor TUI installer -- a Newt-based wizard that partitions your disk, extracts all packages from the ISO itself (no internet required), installs GRUB, and reboots into the installed SmechVisor OS. Install-only, no live mode -- same philosophy as Proxmox VE.

Released
2026-06-30
Platform
x86_64 bare metal
SHA-256
a1322e1561ed5e61a4cfbd5b184f9a9e90e95c837cb4e9374596a8d1602005b1
MD5
045185c77688f7a93ff5850ca39c193c

spk -- v2.0.1

Release Candidate

The spk (Smech Sovereign Package Keeper) binary for SmechVisor. Used to perform live OTA upgrades (spk system-upgrade) and network deployments (spk deploy-system-img-copy). Zero external dependencies -- pure Rust.

Released
2026-07-02
Platform
x86_64 Linux

SmechVisor Deploy Shim ISO -- v0.1.0-alpha

Early Alpha

Minimal bootable ISO (~20MB) for deploying SmechVisor over the network from a running SmechVisor node. Boots into a Newt TUI wizard: select disk → auto-partition (EFI 512MB / swap 2GB / root remainder) → set up Wi-Fi or Ethernet → display a 7-character code → receive the full SmechVisor system over TCP from a donor node running spk-visor deploy-system-img-copy <code> → install GRUB → reboot. No packages bundled -- everything streams from the donor.

Released
2026-07-02
Platform
x86_64 bare metal
SHA-256
1d0ac83deafae5f7e331e1b9815ce18b9810bfcd6bb30cfa4b381682e8b8cca7
MD5
88a9f0e59b042c37b226f9611ee9b396

Verifying Your Download

Always verify checksums before writing to a disk or running on bare metal:

sha256sum smechvisord
sha256sum smechvisor-install-*.iso
sha256sum smechvisor-deploy-shim-*.iso

If the output doesn't match exactly, re-download -- do not flash a binary or ISO whose checksum doesn't match.

Quick Start

# Make executable
chmod +x smechvisord

# Run (web assets must be present)
SMECHVISORD_WEB_DIR=/usr/share/smechvisord/web \
SMECHVISORD_BIND=0.0.0.0:8080 \
./smechvisord

# Dashboard available at http://<host-ip>:8080

See the README for full OpenRC init script setup and cloud-hypervisor configuration.