Terrarium: Open-Source Sandbox for Agentic Environments with Time Machine Rewind

Running multiple AI agents in production often leads to security headaches and configuration drift. One developer built Terrarium, an open-source sandbox that provides isolated environments for agents with a safety net: a time machine that lets you rewind container state when things go wrong.
Key Features
- Isolated "worlds" — agents operate in separate containers with security hardening out of the box.
- Reverse-proxy management — easy routing between worlds and external services via a built-in GUI.
- Time machine — if an agent corrupts state, simply rewind the container to a previous snapshot.
- Runs on any VPS or cloud with an attached disk — no special infrastructure required.
Quick Start
Clone the repo and launch:
git clone https://github.com/terion-name/terrarium
cd terrarium
make runThen access the management GUI at http://localhost:8080 to create worlds, configure routing, and set snapshot schedules.
Who It's For
Developers running multiple agentic workflows who need per-agent isolation, audit trails, and the ability to roll back from catastrophic agent decisions without rebuilding infrastructure.
📖 Read the full source: r/openclaw
👀 See Also

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.

ThumbGate Implements Tsinghua's Natural-Language Agent Harness Pattern for AI Safety
The open-source tool ThumbGate implements the Natural-Language Agent Harness pattern from Tsinghua's NLAH paper, mapping four components: contracts to prevention rules from thumbs-down feedback, verification gates to PreToolUse hooks, durable state to SQLite+FTS5 lesson database, and adapters to MCP server adapters for multiple AI coding agents.
