Self-host your AI Computer.
curl -fsSL https://kortix.com/install | bash
curl -fsSL http://localhost:3000/install | bash
bash <(curl -fsSL https://raw.githubusercontent.com/kortix-ai/computer/main/scripts/get-kortix.sh)pnpm dev— start frontend + API in dev modepnpm dev:frontend— start frontend onlypnpm dev:api— start API onlypnpm dev:sandbox— start sandbox with dev bind mounts (hot reload, fromsandbox/)pnpm dev:sandbox:build— rebuild and start the sandboxpnpm build— build all packages (pnpm -r run build)pnpm ship <version>— bump versions, build + push Docker images, build Hetzner snapshot, create GitHub releasepnpm ship --dry-run <version>— validate without making changespnpm ship --check— show current release statepnpm snapshot [version]— build the Hetzner snapshot manuallypnpm nuke— tear down local Docker environmentpnpm nuke:start— nuke + restart fresh
See LICENSE for details.