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

obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults
Tools

obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults

obsidian-mcp is an MCP server exposing 25 tools (including get_note, traverse_graph, query_dataview, move_note, create_notes) that gives Claude graph-aware access to your Obsidian vault — avoiding context window death on 5k-note vaults. MIT, works with Claude Desktop, Claude Code, Cursor, Cline, Continue, Zed.

OpenClawRadar
Rails-AI-Context Gem Provides Claude Code with Complete Rails App Model via MCP
Tools

Rails-AI-Context Gem Provides Claude Code with Complete Rails App Model via MCP

The rails-ai-context gem auto-introspects Rails applications and exposes 39 tools via MCP, allowing Claude Code to query specific app details like schema with encrypted columns, model associations, routes, Stimulus wiring, and Turbo mappings instead of reading entire files.

OpenClawRadar
Open-source SwiftUI testing skill for Claude Code uses Computer Use to visually test apps
Tools

Open-source SwiftUI testing skill for Claude Code uses Computer Use to visually test apps

An open-source Claude Code skill called /ios-test visually tests SwiftUI apps using Computer Use capability. The agent finds .xcodeproj files, builds the app in a Simulator, then navigates through every screen, tapping buttons and following links like a real user.

OpenClawRadar
Tendr Skill Adds CLI-Based Long-Term Memory with Hierarchy to Reduce Token Usage
Tools

Tendr Skill Adds CLI-Based Long-Term Memory with Hierarchy to Reduce Token Usage

A new OpenClaw skill separates reasoning from execution for long-term memory operations, using a CLI tool to handle structural changes deterministically. It supports wikilinks and explicit semantic hierarchy across files to reduce token consumption and prevent error accumulation.

OpenClawRadar