airutorg/airut
75 stars · Last commit 2026-05-30
Airut is a system for running Claude Code tasks from email and Slack. It handles workspace provisioning, container isolation, network sandboxing, session persistence, and cleanup — a secure foundation for autonomous agentic development.
README preview
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="assets/logo.svg">
<img src="assets/logo.svg" alt="Airut logo" width="400">
</picture>
</p>
# Airut
Sandboxed Claude Code over email and Slack. Named "Airut" (Finnish:
herald/messenger). Created by [Pyry Haulos](https://github.com/phaulos).
## What It Does
Send a message — email or Slack — with instructions, and get results back in the
same thread. Starting a new task is as simple as starting a new conversation.
Airut provisions an isolated container, runs Claude Code, and cleans up when
done.