Run This Ai
EN DE

How to Install Eve on Ubuntu 24.04

Install Eve on Ubuntu 24.04 with Docker Compose.

Eve is a filesystem-first framework for building durable AI agents, created by Vercel. Unlike traditional agent frameworks that rely on complex orchestrators and state machines, Eve uses the filesystem as the authoring interface. Agent capabilities live in conventional directories and files, making projects easier to inspect, extend, and operate. Key features include: agent instructions in markdown, typed function tools with Zod schemas, procedural skills loaded on demand, channel integrations (HTTP, Slack, Discord), and recurring schedules. Agents run with full state persistence out of the box, support human-in-the-loop prompts, and can delegate tasks to subagents. Eve is built with TypeScript, distributed via npm (npx eve@latest init), and supports all major LLM providers through a unified model interface. The framework is Apache-2.0 licensed with 3,400+ GitHub stars and is actively developed by Vercel.

Requirements · Eve

See the full tool page: Eve →