SOLUTIONS

One platform, read from three different seats

There is one AppCrane: a self-hosted platform that runs the apps a team builds with an AI agent, on a server that team owns. What changes between these three pages is not the product but the question the reader arrived with. An IT manager is asking who can reach what and what the audit trail says. A forward-deployed engineer is asking what happens when the engagement ends. A developer is asking how the code gets from a branch to a URL. Same install, same repository, same licence.

Pick the seat you are sitting in

Enterprise IT

For IT managers →

You inherited the apps the business built without you. Single sign-on enforced at the proxy, per-app roles, an audit log that tells an agent from a person, per-app memory and CPU ceilings, and a scan of what each deploy actually shipped.

Customer-facing

For forward-deployed engineers →

You build with your agent and it has to run inside the customer's perimeter. One command on their Ubuntu box, then a handoff their own team can operate after you leave — with no vendor account to transfer.

Builder

For app developers →

You want a URL, a database, a log tail and a way back to the last good release — without becoming the person who runs the server. Sandbox and production per app, a gated promote, and a rollback that restarts the image it already built.

What all three are standing on

These are properties of the platform, not of a page. Each one is the same whichever seat you are reading from.

What these pages do not claim. There are no uptime figures, customer counts or compliance certifications anywhere in this section, because none of those have been measured or obtained. Where a capability has a real limit — the off-site backup that is off until you configure it, the vulnerability scan that reports and never blocks — the limit is stated on the page rather than left for you to discover.

The same three questions, answered three ways

IT managerForward-deployed engineerApp developer
Whose server is itYours, in your estateThe customer'sSomeone else's problem
The question that mattersWho can reach what, and what did they doWhat survives after I leaveHow do I ship and how do I undo it
The surface you live inDashboard, audit log, fleet reportsInstall script, then the handoffYour agent, over MCP
What you are handedSSO, roles, scans, backups, limitsA platform the client owns outrightSandbox, production, promote, rollback

Frequently asked

Are these three different products?

No. One AppCrane, one repository, one install. The pages differ in which parts of it the reader needs first.

Do the governance features cost extra?

No. Single sign-on, SCIM provisioning, per-app roles and the audit log are in the AGPL-3.0 build with nothing to activate. A commercial licence is offered separately for running private modifications as a service — that is a licensing question, not a feature gate.

What does it take to run?

An Ubuntu 22.04 or newer server you control, and a domain whose DNS points at it. Caddy provisions TLS on the first request.

Can an agent operate it end to end?

Yes, over MCP — 59 tools at /api/mcp, role-filtered per connection, every call audited as an agent action. Deploy from Claude and Cursor walks through it.

Keep reading

AppCrane — self-hosted · open source · agent-native github.com/gitayg/appCrane ↗
glick.run