// self-hosted alternative

The self-hosted AWS App Runner alternative you own

AppCrane is the self-hosted counterpart: Docker isolation, auto-HTTPS via Caddy, and GitHub-native deploys on one server you own — driven by your AI agent over MCP, with no cloud bill.

AWS App Runner builds and runs containers on AWS with autoscaling and load balancing managed for you — powerful, but it's AWS-hosted, AWS-priced, and wired into the broader AWS surface area you have to manage.

Explore AppCrane View on GitHub
AppCrane vs AWS App Runner — at the architecture level
  AppCrane AWS App Runner
Where it runsA server you own — any Ubuntu boxAWS (managed, AWS-priced)
Where code & data liveOn infrastructure you own; nothing phones homeOn the provider’s cloud
Pricing modelOne server you already pay for — no per-seat, per-request or bandwidth meteringUsage- or seat-metered, billed by the provider
DeploysGitHub-native push-to-deploy, zero-downtime releases, instant symlink rollbackManaged build & deploy pipeline
Agent-native (MCP)MCP server — your AI agent deploys, sets env, reads logs, rolls backNo MCP; dashboard, CLI or CI
Isolation & TLSPer-app Docker containers, auto-HTTPS via CaddyManaged container runtime
Openness / lock-inOpen source (AGPL-3.0), standard Docker + Caddy — leave anytimeProprietary managed platform
AuditPer-user audit: who deployed what, which environment, whenProvider-defined logging

AWS App Runner is a good fit when you want someone else to own the servers. Choose AppCrane when the apps are agent-built, the agent should do the deploying, and your code, data and audit trail should stay on infrastructure you own. It’s open source — read every line.

glick.run — AGPL-3.0