Sesame

Sesame

An open-source, self-hostable coding agent platform. Run AI-powered development agents on your own infrastructure.

Why Sesame?

Multiple AI Agents

Claude Code, Codex, Copilot, Gemini, OpenCode, and Amp — all from one interface.

Self-Hostable

Run on your own infrastructure with full control over your data and configuration.

Bring Your Own Keys

Use your existing Claude Max, ChatGPT Pro, or Copilot subscriptions — or configure API keys.

Sandboxed Execution

Secure code execution in isolated environments — Docker, cloud VMs, or local filesystem.

Real-Time Streaming

Watch agents work live with streaming output, file changes, and progress updates.

Modern Interface

Clean, responsive UI built with React and shadcn/ui.

Get Running in Minutes

Deploy with Docker in three (and a half) commands.

mkdir sesame && cd sesame
curl -O https://raw.githubusercontent.com/jakejarvis/sesame/main/docker-compose.yml
docker compose up -d

Then open http://localhost:13531 and start coding. Full quickstart guide →