Deploy AI agents,
just like Docker.

Package, deploy, and manage AI agents with Agentfile.
One binary. Works with or without AI.

v0.1.0

$ curl -fsSL https://aide.sh/install | bash
terminal
$ aide.sh pull aide/github-reviewer
aide/github-reviewer:0.1.0

$ aide.sh run aide/github-reviewer --name reviewer
reviewer

$ aide.sh exec reviewer pr list
#41  feat: add cron scheduler       OPEN
#38  docs: update README            OPEN

$ aide.sh exec reviewer diff
=== Diff: feature/auth vs main ===
 src/auth.rs   | 42 +++++++++
 src/main.rs   |  3 +
 2 files changed, 45 insertions(+)

$ aide.sh exec reviewer notifications
3 unread:
  PullRequest: feat: add cron scheduler
  Issue: Bug in vault encryption
  Release: v0.1.0

Built-in Observability

aide.sh dash — monitor skills, cron, usage, and logs in one place

aide.sh dashboard

Hot Agents