The Durable
Task Queue
For Product Engineers

  • Fully Open-Source. Built on Postgres.
  • Beautiful Dashboard. Deploy anywhere.
Hyrex Standing
Learn Hyrex
SDKs available in Python & Typescript
Hyrax Coding
pip install hyrex
1from hyrex import HyrexRegistry
2
3hy = HyrexRegistry()
4
5@hy.task
6def onboard_user(user_email: str):
7    user_id = create_user_account(user_email)
8    send_welcome_email(user_id)
9    grant_access_to_system(user_id)
10
11# Some other part of your codebase
12onboard_user.send("henry@hyrex.io")
Apache 2 License

Built with ❤️ for the Open Source Community

No vendor lock-in. Full source code access.Build, modify, and deploy however you want.

Beautiful Open-Source Dashboards

Monitor tasks, queues, and workers with a clean, open-source UI tailored for Hyrex.

Works great with your existing stack
Next.js
Next.js
Drop into React apps with zero config changes.
Express.js
Express.js
Add task queues to Node.js backends seamlessly.
Django
Django
Integrate with Python web apps using our SDK.
FastAPI
FastAPI
Build async APIs with durable background tasks.

Stay Updated

Get the latest updates on Hyrex development, tutorials, and best practices.