One-Command Docker Setup for OpenClaw with Full-Disk Encryption and Monitoring

A community-developed Docker setup for OpenClaw that simplifies self-hosting with security and monitoring features built in. The project aims to make deployment secure from the disk up while maintaining simplicity.
Key Features
This setup adds several enhancements to vanilla OpenClaw:
- VPS disk encryption guides for LUKS+Btrfs and ZFS configurations
- Debian Trixie base system for stability with full toolchain
- Tini as PID 1 for proper signal forwarding and no zombie processes
- Data stored as plain files on the host at ~/.openclaw instead of opaque Docker volumes
- Built-in monitoring tools: btop, nload, and iftop pre-installed in the container
Deployment Process
The setup process is designed to be minimal:
git clone https://github.com/congzhangzh/your_openclaw.git && cd your_openclaw
./shell
Once inside the shell, run openclaw onboard to complete setup. The gateway runs continuously in the background after detaching with Ctrl+P, Ctrl+Q.
Project Details
The project is MIT-licensed and hosted on GitHub. The creator is seeking community feedback on several points:
- Which communication channels users prefer (Telegram, Discord, etc.)
- Additional features desired for the Docker setup
- Current approaches to VPS disk security
📖 Read the full source: r/openclaw
👀 See Also

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.

Developer Builds Scheme Compiler to WASM Using AI in 4 Days
A developer created Puppy Scheme, a Scheme compiler that targets WebAssembly, in about 4 days using AI assistance. The compiler supports 73% of R5RS and R7RS, uses WASM GC, and achieved compilation time improvements from 3½ minutes to 11 seconds overnight.

InsAIts Runtime Security Monitor for Claude Code Hits 8,000 PyPI Downloads
InsAIts, a runtime security monitor for Claude Code agentic sessions, has reached 8,140 total downloads on PyPI. Version 3.4.0 adds an Adaptive Context Manager, layered anchor injection system, and dashboard improvements.

Browser Harness: Giving LLMs raw CDP access to self-correct browser tasks
Browser Harness strips away browser frameworks, giving LLMs direct CDP websocket access and letting them write missing tools mid-task. Demonstrated by self-inventing an upload_file() function.