superdurable/dex
Durable Execution (D-EX) framework built on Temporal/Cadence
About the project
Dex is a Go Durable Execution framework built on Temporal/Cadence: it lets you write long-running applications as ordinary code while the platform restores state and resumes execution after failures and restarts.
Useful for
- Run workers hosting long-lived Flows with steps, RPCs and timers
- Build a fault-tolerant process with branches, loops and waiting for external events
- Connect an AI assistant via skill-dex-developer to build and test Dex applications
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 1 star so far today, about 4 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- GitHub Trending Go today: #13, +9 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 110
- Stars in a day
- 4
- Forks
- 10
- Issues and pull requests
- 507
- Watchers
- 3
- Language
- Go
- Latest release
- cli-v0.10.0 · September 18, 2026
- Created
- September 7, 2023
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 20, 2026GitHub Trending Go today: #13, +9 stars
Similar projects
-
4.6
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
2.8
agentscope-ai-java/idempotency-shield
Express middleware that makes handlers safe to retry: a duplicate request with the same Idempotency-Key gets the cached response replayed instead of re-running the handler. Storage is in-memory or Redis.
-
2.6
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
2.5
tokio-rs/tokio
An asynchronous runtime for Rust providing non-blocking I/O, a task scheduler, timers, and network sockets. Used to build reliable concurrent applications and network services in Rust.
-
2.4
planetscale/lead
A deliberately non-production Postgres text-search extension that mimics TIN behavior so TIN-compatible application SQL can be exercised in dev, test, CI, and staging. It is unsuitable for production: the index stores…
-
2.1
HelixDB/helix-db
A Rust graph-vector database for knowledge graphs and AI agent memory, combining graph, vector, full-text and KV storage in one system without separate stores.