Post

IronClaw

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.

IronClaw

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ironclaw.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 8 GB OS: Debian 13

Alpine install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-ironclaw.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 8 GB OS: Alpine 3.23

Configuration

Config file:

1
/root/.ironclaw/.env

Notes

The gateway auth token is auto-generated and stored in /root/.ironclaw/.env.
Configure your LLM provider after installation by running: ironclaw onboard

Web Interface

Port: 3000

Source code
Loading...