Prebuilt artifacts for the Linux virtual machine that ships inside Sim's desktop app.
The app downloads these on first use, checks each one against a sha256 that is pinned in the app's source, and expands them into a per-user cache. Nothing here is bundled into the installer, and no source for the app lives in this repository — it holds release assets only.
| Asset | What it is | License |
|---|---|---|
vmlinux-<version>.gz |
Linux kernel built for arm64 virtual machines | GPL-2.0-only |
linux-<version>.tar.xz |
The complete corresponding source for that kernel | GPL-2.0-only |
KERNEL-SOURCE.md |
Build configuration and the written source offer | GPL-2.0-only |
guest-init.cpio.gz |
Minimal init that mounts the shared workspace and starts the guest agent | Apache-2.0 |
rootfs-<id>.ext4.gz |
Debian 13 (trixie) root filesystem | Debian's own, see /usr/share/doc inside the image |
vfkit (Apache-2.0) is fetched from its own upstream release and is not
mirrored here.
The kernel binary is GPL-2.0-only. The complete corresponding source for the
exact binary in a release is published in that same release as
linux-<version>.tar.xz, alongside KERNEL-SOURCE.md recording the
configuration and toolchain it was built with.