ABOUT
IronClaw is a secure, self-hosted AI agent with a web browser interface, multi-LLM support, hybrid memory search, and WASM-sandboxed tool execution — all data stays on your server.
infoThe gateway auth token is auto-generated and stored in /root/.ironclaw/.env.
infoConfigure your LLM provider after installation by running: ironclaw onboard
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/root/.ironclaw/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/ironclaw.sh'; sha='91b87902d7083ea87ee60d331dc2ada5315f4791f8a35e1687f1a38137c8e0fe'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/ironclaw.shSHA-256 91b87902d7083ea87ee60d331dc2ada5315f4791f8a35e1687f1a38137c8e0fe alpineAlpine 3.24
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/root/.ironclaw/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-ironclaw.sh'; sha='89329bb8d5aeda4bb7ce5a109348d1898b5f89b631d02978937033efeca63aa5'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-ironclaw.shSHA-256 89329bb8d5aeda4bb7ce5a109348d1898b5f89b631d02978937033efeca63aa5 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.