Tech News
← Back to articles

Show HN: Era – Open-source local sandbox for AI agents

read original related products more articles

ERA Agent - Sandbox to run AI generated code

Run untrusted or AI-generated code locally inside microVMs that behave like containers for great devX, 200ms launch time, and better security.

There's a fully managed cloud layer, globally deployed Worker/API, jump to cloudflare/README.md.

Quick Start

installation options

option 1: homebrew (recommended)

# 1. install the tap brew tap binsquare/era-agent-cli # 2. install era agent brew install binsquare/era-agent-cli/era-agent # 3. install dependencies brew install krunvm buildah # 4. verify the CLI is on PATH agent vm exec --help # 4. follow platform-specific setup (see below)

option 2: from source

# 1. install dependencies brew install krunvm buildah # on macos # 2. clone the repository git clone https://github.com/binsquare/era cd era-agent # 3. build the agent make # 4. follow platform-specific setup (see below)

Installation (macOS)

... continue reading