Releases: project-unisonOS/unison-platform
Release list
UnisonOS v0.6.0-preview.1 (unsupported preview)
UnisonOS v0.6.0-preview.1
This is an unsupported, pre-production preview for software-only evaluation. Physical appliance compatibility and recovery validation remain pending. Do not use it for production data.
Download unisonos-v0.6.0-preview.1-x86_64.tar, unisonos-preview-bundle-ed25519.pem, and unisonos-v0.6.0-preview.1-manifest.json. Verify every downloaded file with SHA256SUMS before installation.
UnisonOS Alpha v0.5.0-alpha.1
UnisonOS Alpha Release — v0.5.0-alpha.1
Built: 2025-12-17T02:03:32Z
What’s new
- Alpha bundle release for UnisonOS evaluators (WSL2 + Linux VM + bare-metal installer).
- Bare-metal installer is full Ubuntu Server live-server media with embedded autoinstall payload (not a seed-only ISO).
- Includes
unisonos-manifest-v0.5.0-alpha.1.jsonandSHA256SUMS-v0.5.0-alpha.1.txtfor verification.
MVP checklist (alpha)
- WSL2 install: expected (alpha; verify on your host)
- Linux VM install: expected (alpha; verify on your hypervisor)
- Bare-metal install: expected (alpha; verify on target hardware/VM)
- Boots/starts to “ready” automatically: expected once Docker + services start
- Inference works end-to-end (default interaction model is Qwen): expected after models are installed
- Renderer reachable and usable: expected after services are up
- One-command smoke test: https://project-unisonos.github.io/developers/releases/
- Recovery message if model missing: expected (install models per docs)
Model packs
- Default profile:
alpha/default(Qwen for interaction + planner) - If models are missing, follow the prompt or see:
Known issues
- Alpha quality; expect rough edges in first-run experience and hardware compatibility.
- VM images may take longer to boot on hosts without virtualization acceleration.
Verification
- Verify
SHA256SUMS-v0.5.0-alpha.1.txtagainst downloaded assets.
Report bugs
- Packaging/install/release issues: https://github.com/project-unisonOS/unison-platform/issues
- Devstack issues: https://github.com/project-unisonOS/unison-devstack/issues
- Renderer issues: https://github.com/project-unisonOS/unison-experience-renderer/issues
v0.0.0-test-wsl
Test release (WSL2) with standardized notes/assets
v0.0.0-test-vm
UnisonOS Platform Image — Linux VM (Developer)
Who this release is for: Developers who want an isolated VM-based UnisonOS environment.
Target platform: Linux VM (QCOW2/VMDK)
Not for: WSL2 installs; bare-metal installs.
Download
This release contains:
unisonos-linux-vm-dev.qcow2— QEMU/virt-manager compatible disk image.unisonos-linux-vm-dev.vmdk— VMware-compatible disk image (optional).
Install
📘 Installation instructions: https://project-unisonos.github.io/unison-platform/install#linux-vm
Notes
- This repository distributes platform images via GitHub Releases (not GHCR).
- Versioned releases are immutable; see “latest per target” in
docs/release-strategy.md.
v0.0.0-test-metal
UnisonOS Platform Image — Bare Metal Installer
Who this release is for: Developers/operators installing onto dedicated hardware.
Target platform: Bare metal (bootable ISO)
Not for: WSL2 installs; VM-based installs.
Download
This release contains:
unisonos-bare-metal.iso— Bootable installer ISO (flash to USB).
Install
📘 Installation instructions: https://project-unisonos.github.io/unison-platform/install#bare-metal
Notes
- This repository distributes platform images via GitHub Releases (not GHCR).
- Versioned releases are immutable; see “latest per target” in
docs/release-strategy.md.
v0.0.0-test
chore: skip cosign verify for unpublished wsl/vm images