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 ISO -- coming soon

A bootable SmechVisor ISO -- boots directly into OpenRC + smechvisord on bare metal or QEMU, no installer required. Built via SmechDeploy's smechvisor profile. Real hardware testing is the next milestone before this ships.

Verifying Your Download

After downloading the binary, compare its checksum against the value listed above:

sha256sum smechvisord

If the output doesn't match exactly, re-download -- do not run a binary 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.