
Temporal
Durable execution platform for workflow orchestration
The Lens
Temporal is a durable execution platform for workflows that can't just crash and lose state: payment processing, order fulfillment, long-running agent tasks. Write your business logic as code, and Temporal guarantees it runs to completion even if servers crash, networks fail, or deployments happen mid-workflow.
What's free: The Temporal server is fully open source. MIT license. All core features are free: workflow execution, activity retries, timers, signals, queries, search, visibility.
Temporal's mental model is the big win: write normal-looking code (Go, Java, TypeScript, Python, .NET) and Temporal handles retries, timeouts, crash recovery, and state persistence automatically. No message queues to manage. No dead letter queues to monitor. Your workflow function just runs, no matter what.
The catch: operating the Temporal server is non-trivial. It needs Cassandra or PostgreSQL + Elasticsearch for visibility. A production cluster is 3+ nodes with careful resource planning. The programming model also requires understanding of deterministic constraints. Your workflow code can't use random numbers, current time, or non-deterministic operations, which trips up developers initially.
Free vs Self-Hosted vs Paid
open core### What's Free The entire Temporal server. MIT license. Workflows, activities, timers, signals, queries, all SDKs (Go, Java, TypeScript, Python, .NET), the Web UI, visibility search. Everything.
### Temporal Cloud (Managed) - **Free trial**: Limited-time trial with 1 namespace. - **Pay-as-you-go**: ~$25/mo base + $25/1M actions. 10M actions/mo = ~$275/mo. - **Enterprise**: Custom pricing. Multi-region, dedicated infrastructure, SLA.
### Self-Hosting Cost - **Development**: Docker Compose with PostgreSQL. $0 on your laptop. - **Production minimum**: 3 Temporal server nodes + PostgreSQL + Elasticsearch. Budget $100-300/mo on cloud VMs. - **Production scale**: Cassandra cluster + Temporal cluster. $500-2,000/mo+. This is serious infrastructure.
### The Math At 5M actions/month: - **Temporal Cloud**: ~$150/mo. Zero ops. - **Self-hosted**: ~$150-300/mo infrastructure + 8-16 hrs/mo ops time (~$600-1,200 at $75/hr).
Temporal Cloud wins economically for most teams up to very high scale.
### When to Self-Host Data residency requirements, air-gapped environments, or processing 50M+ actions/month where Temporal Cloud costs exceed infrastructure + ops.
Server is free and open source. Temporal Cloud starts ~$25/mo + usage. Self-hosting costs $100-300/mo in infrastructure plus significant ops time.
Similar Tools
About
- Stars
- 19,411
- Forks
- 1,458
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.





