aicoolies logo
Temporal logo

Temporal

Durable execution for fault-tolerant workflows

Share
freemiumOpen Source
Visit Website →

Temporal is an open-source durable execution platform that ensures application code runs to completion regardless of failures or outages. It captures workflow state at every step, enabling seamless recovery without custom retry logic. With SDKs for Go, Java, Python, TypeScript, and .NET, Temporal powers mission-critical orchestration at Netflix, Nvidia, and other enterprises. Valued at $5B, it replaces fragile cron jobs, state machines, and saga patterns with resilient workflow-as-code.

Temporal is an open-source durable execution platform originally derived from Uber's Cadence project. It provides a runtime that guarantees application code executes to completion even in the face of infrastructure failures, network outages, and server crashes. Rather than requiring developers to write custom retry loops, reconciliation logic, and manual state tracking, Temporal automatically captures the full state of every workflow execution, enabling seamless recovery and replay from any point of failure.

The platform embraces a workflow-as-code approach where developers write orchestration logic as ordinary functions in their preferred programming language using native SDKs for Go, Java, Python, TypeScript, .NET, and PHP. Workflows can run for seconds, days, or even months without losing progress. Activities handle interactions with external services and include built-in support for timeouts, retries, and heartbeats. The architecture separates concerns across frontend, history, and matching services backed by durable storage in Cassandra, MySQL, or PostgreSQL.

Temporal is used by enterprises including Netflix, Nvidia, Snap, and Stripe for workloads ranging from financial transactions and order processing to cloud infrastructure deployment and AI model training pipelines. Its Series D funding at a $5 billion valuation underscores growing demand for durable execution in the age of AI agents. Temporal Cloud offers a fully managed serverless option alongside the self-hosted open-source distribution, and the web UI provides detailed visibility into workflow execution history for debugging and monitoring.

Pricing

Open-source self-hosted free, Temporal Cloud pay-per-use

Platforms

Go, Java, Python, TypeScript, .NET SDKs, self-hosted or cloud

Categories

Tags

Use Cases

Alternatives

Related Tools

KubeAI

Kubernetes operator for serving AI inference workloads

KubeAI is an Apache-2.0 Kubernetes operator for deploying and scaling AI inference workloads, including LLMs, embeddings, reranking, and speech-to-text. It gives platform teams OpenAI-compatible endpoints, model proxy/controller primitives, model caching, scale-from-zero behavior, and cluster-native resource management for self-hosted inference on Kubernetes.

open-sourceOpen Source

Notion MCP Server

Official Notion MCP server for AI-agent workspace access

Notion MCP Server is Notion's official MIT-licensed MCP server for connecting AI assistants to Notion workspaces. It supports the vendor-backed remote OAuth path and tools designed for page, workspace, and Markdown-style operations, making it a safer default than unofficial Notion bridges for teams already using Notion for docs, projects, or internal knowledge bases.

open-sourceOpen SourceTelemetry

Linear MCP Server

Official authenticated remote MCP endpoint for Linear issues, projects, comments, and coding-agent workflows.

Linear MCP Server is Linear’s official authenticated remote MCP endpoint for agent access to issues, projects, and comments. It gives Claude, Codex, Cursor, VS Code, Windsurf, Zed, and other clients a centrally hosted way to find, create, and update Linear work items through OAuth-backed MCP without maintaining a local connector or brittle API glue.

freemiumTelemetry

Slack MCP Server

Official Slack MCP server for approved workspace search, messaging, canvas, and user-context actions.

Slack MCP Server is Slack’s official remote MCP layer for giving approved AI clients workspace context and controlled actions. It lets agents search messages, files, users, and channels, draft or send messages, read threads, manage canvases, and authenticate through Slack OAuth while workspace admins approve integrations and normal Slack rate limits still apply.

freemiumTelemetry

Spotlight by Backplanes

Session reports for Claude Code and Codex runs

Spotlight by Backplanes turns completed Claude Code and Codex sessions into concise reports for engineering, security, and spend review. The CLI installs on macOS, Linux, or WSL 2, watches sessions after they finish, redacts PII and credentials locally before upload, then summarizes files touched, commands run, external domains reached, scope drift, risky actions, and next-session improvements.

freemiumTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source

Used in Stacks

Comparisons

Hatchet vs Temporal — PostgreSQL-Based Task Queue vs Distributed Workflow Engine

Hatchet and Temporal both provide durable task execution but target different architectural preferences. Hatchet is a YC-backed modern task queue built on PostgreSQL with TypeScript and Python SDKs. Temporal is the enterprise standard for distributed workflows with Go, Java, TypeScript, and Python support. This comparison helps backend teams choose between PostgreSQL simplicity and distributed system power.

HatchetTemporal

Trigger.dev vs Temporal — Modern TypeScript Platform vs Battle-Tested Workflow Engine

Trigger.dev and Temporal both provide durable task execution, but serve different scale and complexity tiers. Trigger.dev is an open-source TypeScript platform with managed cloud, $16M Series A, and AI-first features. Temporal is the industry's most powerful workflow engine at $1.72B valuation, used for mission-critical systems. This comparison helps teams choose between modern TypeScript-native tooling and enterprise-grade distributed workflows.

Trigger.devTemporal

Inngest vs Temporal — Serverless Step Functions vs Self-Hosted Workflow Engine

Inngest and Temporal both provide durable workflow execution, but target different complexity levels. Inngest offers zero-infrastructure step functions via a managed cloud with TypeScript and Python SDKs. Temporal is a battle-tested distributed workflow engine at $1.72B valuation, used by Snapchat, Coinbase, and Netflix for mission-critical systems. This comparison helps teams choose between modern simplicity and enterprise-grade power.

InngestTemporal