Skip to content

Releases: project-unisonOS/unison-platform

UnisonOS v0.6.0-preview.1 (unsupported preview)

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:32
2749aba

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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Dec 02:09

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.json and SHA256SUMS-v0.5.0-alpha.1.txt for 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

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.txt against downloaded assets.

Report bugs

v0.0.0-test-wsl

Choose a tag to compare

@github-actions github-actions released this 12 Dec 22:22
Test release (WSL2) with standardized notes/assets

v0.0.0-test-vm

Choose a tag to compare

@github-actions github-actions released this 12 Dec 22:22

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

Choose a tag to compare

@github-actions github-actions released this 12 Dec 22:22

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

Choose a tag to compare

@github-actions github-actions released this 11 Dec 22:11
chore: skip cosign verify for unpublished wsl/vm images