Hatchet
by Hatchet Inc.
Open-source distributed task queue and workflow engine for Python, TypeScript, and Go services. Hatchet is an open-source distributed task queue from Hatchet Inc., a New York Y Combinator W24 startup founded in 2023.
Performance Scores
2 rankings evaluated
Score range: 6.9 – 7.6
-
#6Best Process Orchestration Platforms 2026
Score: 6.9 · Best for: Backend teams wanting durable execution on Postgres alone
-
#8Best Durable Workflow Engines for Production in 2026
Score: 7.6 · Best for: Teams that want durable workflows on Postgres without operating Cassandra
Key Facts
company
| Attribute | Value | As of | Source |
|---|---|---|---|
| Founded | 2023 | May 2026 | Y Combinator directory |
| Headquarters | New York, NY | Jul 2026 | Y Combinator company profile |
| Employees | 1-10 | May 2026 | Hatchet LinkedIn |
| License | MIT | Jul 2026 | Hatchet GitHub LICENSE file |
pricing
| Attribute | Value | As of | Source |
|---|---|---|---|
| Hatchet pricing (July 2026) | Hatchet pricing (verified July 2026): Cloud tiers are now Developer (Free), Team $500/mo + usage (10 users, 5 tenants, 500 RPS, 3-day retention), Scale $1,000/mo + usage (unlimited users/tenants, audit logs, HIPAA, 7-day retention), and Enterprise (custom) — replacing the older Free/Starter $25/Growth naming. Self-hosting remains free under Apache-2.0 (Postgres + workers). | Jul 2026 | Hatchet pricing |
| Starter pricing | Free Developer tier with $10 per 1M task runs (first 100,000 runs free); paid plans from $500/month (Team) | Jul 2026 | Hatchet pricing page |
community
| Attribute | Value | As of | Source |
|---|---|---|---|
| GitHub stars | 7,600+ | Jul 2026 | GitHub API |
features
| Attribute | Value | As of | Source |
|---|---|---|---|
| SDKs | Python, TypeScript, Go, Ruby | Jul 2026 | Hatchet documentation |
| Deployment | Hatchet Cloud (managed) and self-hosted Postgres | May 2026 | Hatchet self-host docs |
Strengths
- ●PostgreSQL is the only required datastore: no Cassandra, Kafka or Elasticsearch
- ●MIT across the whole repository, with no proprietary enterprise directory
- ●Python, TypeScript and Go SDKs with durable workflow semantics
- ●Managed cloud alongside a lightweight self-hosted deployment
- ●Postgres-backed (no Cassandra dependency)
- ●Open-source with managed cloud option
- ●Multi-language SDKs (Python, TS, Go)
- ●Lightweight self-hosting story
Limitations
- ●Shorter production track record than Temporal, Airflow or Camunda
- ●7,612 stars and 84 contributors: the smallest community in this ranking
- ●Published throughput of 2,000 events per second is modest for a distributed engine
- ●No connector catalogue; every integration is application code
- ●Newer project with smaller production track record
- ●Feature parity with Temporal still maturing
- ●Smaller integration ecosystem
Based on evaluations in 2 rankings: Best Process Orchestration Platforms 2026, Best Durable Workflow Engines for Production in 2026
Pricing Plans
Developer (Free)
Cloud free tier
- ✓1 production environment, community support
- !Free execution allowance
Team
$500/mo + usage
- ✓10 users, 5 tenants, 500 RPS
- ✓3-day retention
Scale
$1,000/mo + usage
- ✓Unlimited users/tenants, audit logs, HIPAA
- ✓7-day retention
Enterprise
Custom; dedicated infra, SOC 2, SLAs
- ✓Dedicated infrastructure
Self-hosted (open source)
Apache-2.0; no quotas (Postgres + workers)
- ✓Self-managed task queue
About Hatchet
Hatchet is an open-source distributed task queue from Hatchet Inc., a New York Y Combinator W24 startup founded in 2023. Apache 2.0, Postgres-backed, with SDKs for Python, TypeScript, and Go. 5,500+ GitHub stars as of 2026. Cloud and self-hosted.
Hatchet is an open-source distributed task queue and workflow engine built by Hatchet Inc., a New York infrastructure startup founded in 2023 and a Y Combinator W24 alumnus. The product targets backend teams running Python, TypeScript, or Go services who need durable task execution, fan-out, retries, and event-driven triggers without operating Celery, Redis, or RabbitMQ themselves.
Hatchet is licensed under Apache 2.0 and runs on Postgres rather than Redis or Kafka. The Postgres-backed design simplifies operations because most teams already operate Postgres in production. Workers connect to a Hatchet engine over gRPC and pull tasks; the engine handles scheduling, retries with exponential backoff, concurrency limits per key, and rate limiting. Workflows are defined in code using the SDK and can express step dependencies, parallel fan-out, and child workflow patterns.
Hatchet is offered both as a managed Hatchet Cloud product and a self-hosted Apache 2.0 release. As of May 2026 the public GitHub repository has more than 5,500 stars. Hatchet Cloud pricing starts with a free Developer tier (first 100,000 task runs free, then $10 per 1M runs); paid plans start at $500/month (Team), with higher tiers quote-based.
The platform integrates with most Python, TypeScript, and Go web frameworks (FastAPI, Django, Express, Fastify, Gin) and with deployment platforms including Render, Fly.io, AWS, GCP, and Railway. It is positioned for teams who want a Temporal-style durable execution model on a Postgres-only stack.
Integrations (8)
Other Workflow Automation Tools
Activepieces
No-code workflow automation with self-hosting and AI-powered features
Workflow AutomationAutomatisch
Open-source Zapier alternative
Workflow AutomationBardeen
AI-powered browser automation via Chrome extension
Workflow AutomationCalendly
Scheduling automation platform for booking meetings without email back-and-forth, with CRM integrations and routing forms for lead qualification.
Workflow AutomationSee How It Ranks
Best Durable Workflow Engines for Production in 2026
A ranked list of the best durable workflow engines for production deployments in 2026. Durable workflow engines persist execution state to a database so that long-running workflows survive process restarts, deployments, and infrastructure failures. The ranking covers Temporal, Prefect, Apache Airflow, Camunda, Windmill, and n8n. Tools were evaluated on production reliability, developer experience, scalability, open-source health, and documentation quality. The shortlist intentionally mixes code-first engines (Temporal, Prefect, Airflow) with hybrid visual platforms (Camunda, Windmill, n8n) to reflect how production teams actually choose workflow engines in 2026.
Best No-Code Automation Platforms in 2026
A ranked list of no-code automation platforms in 2026. The ranking covers visual workflow builders that allow non-engineering teams to connect SaaS apps, route data, and add conditional logic without writing code. Entries cover proprietary cloud platforms (Zapier, Make, Pipedream, IFTTT) and open-source visual builders (n8n, Activepieces). Scoring reflects integration breadth, pricing accessibility, visual editor ease, reliability and error handling, and self-hosting availability.
Questions About Hatchet
What is the difference between Inngest and traditional cron for job scheduling?
Inngest is a durable event-driven job platform with retries, observability, and step functions, while traditional cron is a time-based scheduler with no built-in retry, queueing, or observability. Inngest is closer to a job queue than to cron, and is most useful for application background work that needs reliability guarantees.
Can you self-host Trigger.dev in 2026?
Yes. Trigger.dev is open-source under the Apache 2.0 license and supports self-hosting via Docker Compose or Kubernetes. Self-hosting gives you full control over your job runs and data, but you take on operating Postgres, Redis, the worker queue, and the dashboard yourself.
What's the difference between Inngest and Temporal?
Inngest is a developer-first durable functions platform with TypeScript and Python SDKs, 50,000 step runs/month free, and Pro pricing from $99/month (July 2026). Temporal is the heavyweight durable workflow engine with seven-language SDKs, Cassandra-backed scale, and Cloud pricing from roughly $200/month at low volume.
What's the difference between Trigger.dev and Inngest?
Trigger.dev is a fully Apache 2.0 durable runner with task-based authoring, machine-size selection, and first-class self-host. Inngest is a developer-first event-driven step platform with an open-source dev server, a managed cloud, 50,000 step runs/month free, and $20/month Hobby pricing.
Learn More
Inngest vs Temporal 2026: Durable Functions vs Durable Workflows
Inngest (2021, San Francisco) is a developer-first durable functions platform with TypeScript and Python SDKs, 50,000 step runs/month free, and Pro pricing from $99/month. Temporal (2019) is the heavyweight durable workflow engine with seven-language SDK coverage, Cassandra-backed scale, and Cloud pricing from roughly $200/month at low volume or $2.5-4.5K/month self-host. This 2026 comparison covers programming model, pricing, scale ceiling, and operational footprint.
Trigger.dev vs Inngest 2026: OSS Durable Runners Compared
Trigger.dev (2022, London) is a fully Apache 2.0 durable runner with task-based authoring, machine-size selection, and first-class self-host. Inngest (2021, San Francisco) is a developer-first event-driven step platform with an open-source dev server and a managed cloud (50K step runs/month free, Pro from $99/month). This 2026 comparison covers license, programming model, pricing, observability, and self-host options.