Package Details: smolvm-bin 1.6.3-1

Git Clone URL: https://aur.archlinux.org/smolvm-bin.git (read-only, click to copy)
Package Base: smolvm-bin
Description: Tool to build & run portable, lightweight, self-contained virtual machines.
Upstream URL: https://github.com/smol-machines/smolvm
Licenses: Apache-2.0
Conflicts: smolvm, smolvm-git
Provides: smolvm
Submitter: anelgarhy
Maintainer: anelgarhy
Last Packager: anelgarhy
Votes: 2
Popularity: 0.41
First Submitted: 2026-04-19 12:44 (UTC)
Last Updated: 2026-07-16 15:07 (UTC)

Latest Comments

anelgarhy commented on 2026-05-31 07:34 (UTC)

huh, i dont know how that stray + got in, the issue should be fixed in smolvm-bin 0.8.0-2. Thanks for your help (˶ᵔ ᵕ ᵔ˶)

eternalfloof commented on 2026-05-30 22:43 (UTC)

Your use-system-libs.patch file has a stray + mark, causing it to not be a valid bash file. It should be: +export SMOLVM_AGENT_ROOTFS='/usr/lib/smolvm/agent-rootfs'

with one + sign (part of the diff syntax), not two.

mathieu.clabaut commented on 2026-05-22 12:01 (UTC)

I got "permission denied" (work when installed from the github install script unde rmy account).

smolvm machine run --net -it --image archlinux -v $(pwd):/home/ -w /home -- /bin/sh
Starting ephemeral machine (vm-fa6bb80d)...
Pulling image archlinux... done.                              ng...
Error: agent operation failed: run interactive: Permission denied (os error 13)