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

✍️ OpenClawRadar📅 Published: June 5, 2026🔗 Source
Terrarium: Open-Source Sandbox for Agentic Environments with Time Machine Rewind
Ad

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.
Ad

Quick Start

Clone the repo and launch:

git clone https://github.com/terion-name/terrarium
cd terrarium
make run

Then 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

Ad

👀 See Also

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions
Tools

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions

Agent Factory is an autonomous system that scrapes Reddit, HN, GitHub, and Twitter for real problems, scores them on demand, market gap, and feasibility, then builds standalone AI agents for promising ideas. The system uses a minimal Next.js template with 7 tools and runs Claude Code headless via a shell script.

OpenClawRadar
Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs
Tools

Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs

A developer tracked 'fpk' (f-bombs per thousand prompts) across 44,212 Claude Code prompts over 5 months, finding frustration dropped 3.4× from Claude Opus 4-5 to 4-7, and most cursing targeted environmental tooling, not the model.

OpenClawRadar
SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling
Tools

SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling

SendToAI is a free VS Code extension that bundles entire projects into a single clipboard paste, bypassing Claude's 20-file upload limit. It includes visual file selection, token counting, cost estimates, and project notes that persist across sessions.

OpenClawRadar
Automating Claude Desktop Release Notes from Minified Electron Apps
Tools

Automating Claude Desktop Release Notes from Minified Electron Apps

A developer created an automated pipeline using Claude Sonnet and Opus 4.6 to generate release notes for Claude Desktop on Linux, addressing the lack of official release notes from Anthropic. The system extracts, normalizes, and analyzes minified Electron app code as part of a CI/CD workflow.

OpenClawRadar