enforra-node

official tools

Enforra action-governance environment for Node.js agents — evaluate local policies before tool callbacks execute and record local audit evidence.

linux/arm64
by smolmachines updated 7/12/2026
pull
smolvm pack pull registry.smolmachines.com/library/enforra-node:0.1.0

This command uses a tag published for this package. Confirm that its platform entry in the tags table matches your host architecture; :latest is not universally multi-platform.

how to use

Verified steps — with the smolvm CLI installed:

# Pull :0.1.0 — linux/arm64 only

smolvm pack pull registry.smolmachines.com/library/enforra-node:0.1.0 -o enforra-node.smolmachine

# Run a one-off command — ephemeral, the VM is discarded when it exits

smolvm pack run --sidecar enforra-node.smolmachine /opt/enforra/real/node /app/enforra-run.js --help

# Or run it as a persistent machine — create, start, exec, stop

smolvm machine create --name enforra-node --from enforra-node.smolmachine
smolvm machine start --name enforra-node
smolvm machine exec --name enforra-node -- /opt/enforra/real/node /app/enforra-run.js --help
smolvm machine stop --name enforra-node

The current public artifact is available for arm64 hosts. Enforra documentation: https://enforra.com/

tags
tagdigestsizeplatformscreated
0.1.080 MB
linux/arm64
7/12/2026
configuration
base image 192.168.64.1:5001/enforra-node:latest
mode container
entrypoint docker-entrypoint.sh
workdir /app
resources 4 CPU, 8192 MB
guest platform linux/arm64
host platform darwin/arm64
smolvm version 1.4.1
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_VERSION=22.23.1 YARN_VERSION=1.22.22