Axern¶
| 类型 | 相关 | 分类 | Harness |
| 星数 | ⭐161 | 状态 | ✅ 活跃 |
| 能力 | security, harness | 更新时间 | 2026-08-15 |
📖 项目简介¶
The supported local path runs the complete stack with Docker Compose. It needs only the axern CLI and Docker Compose v2 — no source checkout, Make, Helm, or language toolchains. brew install cofy-x/tap/axern Without Homebrew, use the standalone checksummed installer: curl -fsSL https://raw.githubusercontent.com/cofy-x/axern/main/install.sh | sh Then start Axern and run the first workload: axern local up axern run python:3.12-slim -- python -c 'print("hello from axern")' local up starts Postg
✨ 核心特性¶
- Agent sandboxes: execute agent-generated code behind a runsc isolation boundary while retaining process, file, terminal, and output APIs
- Durable services: run trusted, performance-sensitive processes with runc while the control plane owns replicas, health, storage, and rol
- Reproducible agent execution: use Axrun to coordinate immutable tasks, verification, trajectories, usage, and typed artifacts.
📦 安装¶
brew install cofy-x/tap/axern
🚀 快速开始¶
curl -fsSL https://raw.githubusercontent.com/cofy-x/axern/main/install.sh | sh