@machinen/native-arm64-linux
v0.4.0
Published
Machinen host-side native binaries for arm64 linux — VMM (KVM) + gvproxy + guest ELFs, mke2fs, and mksquashfs. Consolidates what used to be several per-tool packages.
Readme
@machinen/native-arm64-linux
All of machinen's host-side native binaries for arm64 linux, in one package:
| subdir | contents |
| ------------ | -------------------------------------------------- |
| vmm/ | machinen-vm (KVM microVM), gvproxy, guest ELFs |
| e2fsprogs/ | bundled mke2fs |
| squashfs/ | bundled mksquashfs |
This is the consolidated native optional dependency for this host — one
install, one optionalDependency, one os/cpu gate.
index.mjs exports an absolute path per binary: binary (the VMM),
gvproxy, initPath, execAgentPath, mke2fs, mksquashfs.
Unlike the darwin sibling, the linux e2fsprogs/squashfs binaries don't
ship a lib/ — they link statically / against the host's libc.
The VMM, gvproxy, and guest ELFs are CI-staged on publish (absent in the repo); the e2fsprogs/squashfs binaries are committed.
