Skip to content

OpenClaw Offline Secure v1.1.0

Choose a tag to compare

@EVEZX EVEZX released this 17 Jun 05:09
· 28 commits to main since this release

🦞 OpenClaw Offline Secure Package

Self-contained, air-gapped OpenClaw deployment.

What's Inside

  • OpenClaw 2026.6.8 β€” Complete AI gateway runtime
  • Node.js v22.22.2 β€” Standalone binary (no system install needed)
  • 78 skills β€” 58 builtin + 5 plugin + 15 custom
  • Config template β€” API keys as environment variables (zero leaked secrets)
  • SHA-256 verified β€” 33,115 file checksums

One-Command Install

tar xzf openclaw-offline-secure-*.tar.gz
cd openclaw-offline
chmod +x install.sh verify.sh harden.sh
./verify.sh          # Check integrity
sudo ./install.sh    # Install to /opt/openclaw
sudo ./harden.sh     # Firewall + SSH + fail2ban

Security

  • Zero outbound connections for core operation
  • Config at 0600, credentials at 0700
  • fail2ban: 3 retries β†’ 24h ban
  • SSH: no password auth, no root login
  • UFW: deny all inbound except 22/18789/443
  • Full audit logging

Verification

SHA-256: 0f8367b2bfd41b5d5eeda7590a3f334e021e70961d4e2213f11b7087fb6109b7

Size: 99MB (compressed)

Built by Steven Crawford-Maggard Β· @evez666 Β· EVEZX