Installation
Install ilusm
Official builds are installers and a minimal bundle (prebuilt stage‑0, ilusm.ilbc, lib/**/*.ilu, drivers, editor + file‑icon assets). Grab the right file from Download; what ships in the tree is documented there.
Linux (.deb)
1
Download ilusm_<version>_amd64.deb or _arm64.deb from Download (match your CPU).
2
Install:
sudo apt install ./ilusm_0.1.0_amd64.deb
3
Run:
printf '%s\n' 'prn("hi")' > hi.ilu
ilusm hi.ilu
You should see
hi printed. The .deb depends on python3 for host tooling some stdlib paths expect.What you get
ilusm- launcher that runs the prebuilt stage‑0 runner againstilusm.ilbcand yourlib/tree.lib/**/*.ilu- full language + stdlib sources shipped with the bundle; what runs in practice still depends on the host contract and implemented syscalls.- Editor + file icons - see
vscode-extension/andfile-icons/inside the install root.
Exact file list: Download → What is in the bundle.