All 246 Dependencies
Every package Temps depends on, ranked by repo health score.
Temps is a single self-hosted binary that consolidates seven categories of infrastructure SaaS into one platform: Git-push deployments with preview URLs, web analytics with session replay, Sentry-compatible error tracking, OpenTelemetry traces/metrics/logs, uptime monitoring and alerts, transactional email with DKIM, and Firecracker-microVM AI sandboxes with a built-in AI gateway. It installs with a single curl script on a plain Ubuntu VPS and auto-detects the framework of whatever repository you push.
What sets it apart from other self-hosted PaaS options like Coolify or Dokploy is that every one of those subsystems is also exposed as a CLI command — 440+ of them across 69 command groups — and the project ships the agent skills (for Claude Code, Codex, and OpenCode) that teach an AI agent to call them. An agent can deploy a project, inspect a trace, add a custom domain, or rotate a sandbox password without a human opening the dashboard, and Temps can also run those agents itself inside sandboxed workflow VMs with the platform's own skills and MCP servers pre-injected.
The backend is a ~92-crate Rust workspace built on Axum, Sea-ORM, and Cloudflare's Pingora proxy engine, backed by PostgreSQL with TimescaleDB for time-series telemetry. The console is a React 19 / TypeScript frontend using shadcn/ui, with its API client generated from the backend's OpenAPI spec rather than hand-written. Import wizards can migrate an existing Coolify, Dokploy, CapRover, Portainer, Kamal, or Kubernetes setup — including databases with their data — onto Temps directly.
The project is young (first commit October 2025) but growing fast, with an active Rust/TypeScript codebase, dual MIT/Apache-2.0 licensing, and no license-gated features in the self-hosted build. An optional paid Temps Cloud offering exists for teams who don't want to run the server themselves, but it's a managed-hosting add-on rather than a feature unlock.