ITISYOU_OS

System Releases

Early development builds are intended exclusively for VM environments. Releases are published only with verification evidence attached.

Physical-Hardware Warning

ITISYOU OS is an experimental, pre-alpha research kernel. It is developed and verified exclusively inside QEMU with project-generated disposable disk images. Do not install it on physical hardware, point it at a real disk, or expect it to preserve data. There are no production builds.

v0.2.0-dev

PRE-ALPHA LOCALLY-VERIFIED
Published
Commit cc29cda
Arch x86_64
Environment QEMU / VM only

NO_RELEASES_PUBLISHED — the current version is a development tree, not a release. There are no download links because no artifact has passed the release gate yet; this page will state checksums and evidence when one does.

What a release will contain

The build pipeline already produces the release shape — it just hasn’t earned a release yet. When the V0.1 verification gates pass, a release will publish exactly what the gate verified:

  • itisyou-kernel-{bios,uefi}.img — interactive kernel
  • itisyou-kernel-selftest-{bios,uefi}.img — selftest suite
  • manifest.txt — sizes + SHA-256 for every artifact
  • QEMU evidence — serial logs + JSON results of the release run

Release rules

  1. EVIDENCE FIRST

    A release is cut only from a commit whose full verification gate (build, host tests, 4-way QEMU boot/selftest matrix) passed — and the evidence ships with it.

  2. CHECKSUMS ALWAYS

    Every artifact is listed in a SHA-256 manifest generated by the same build that produced it. Verify before booting.

  3. QEMU ONLY

    Artifacts are disk images for virtual machines. They are not installers, and no release will target physical hardware in V0.1.

  4. NO SILENT REPLACEMENT

    Published artifacts are immutable; a fix means a new version, never an overwritten file.