restatedev/restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 15th, 2026
Created on January 4th, 2023
Open Issues & Pull Requests: 458 (+0)
GitHub issues: Enabled
Number of forks: 207
Total Stargazers: 4,448 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.2 hours
Mean response time: 46.6 days
90th percentile: 136.8 days
Tracked items: 758

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 17% of issues opened in the past year have never received a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "partition-processor" is answered fastest, typically in under an hour, while "onboarding" waits about 3 months. 61% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 60% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 256
New in 7 days: 3
Closed in 7 days: 6
Avg open age: 335 days
Stale 30+ days: 233
Stale 90+ days: 194

Recent activity

Opened in 7 days: 3
Closed in 7 days: 6
Comments in 7 days: 5
Events in 7 days: 23

Top labels

  • bug (67)
  • enhancement (45)
  • release-blocker (39)
  • cli (35)
  • onboarding (31)
  • ops-ex (28)
  • admin (22)
  • good first issue (21)

Detailed Description

Restate is a distributed runtime platform that enables building resilient applications by providing durable versions of common programming constructs without requiring deep expertise in fault tolerance.

Restate addresses the challenge of building systems that survive infrastructure failures by offering durable execution semantics. Applications define handlers using standard async-await patterns in supported languages, and Restate ensures these handlers execute reliably even when services crash, networks fail, or infrastructure becomes unavailable. The platform persists execution state and automatically retries failed operations, allowing developers to write straightforward business logic while the runtime handles the complexity of distributed fault tolerance.

Restate suits teams building microservices, workflows, event-driven systems, or serverless applications where reliability matters but operational complexity should be minimized. It works well for use cases like durable AI agents, workflow orchestration, microservice coordination, event processing, and async task management. The platform provides SDKs for TypeScript, Java, Kotlin, Python, Go, and Rust, allowing integration into polyglot environments. Installation is straightforward through package managers, container images, or direct binary downloads.

The project shows consistent development activity with regular updates to both the core runtime and SDK implementations. The maintainers actively engage with the community through multiple channels including Discord and Slack. Documentation is comprehensive and kept current alongside feature development. The project maintains multiple language SDKs in parallel, indicating a commitment to supporting diverse developer ecosystems. Issue tracking and feature requests are actively managed through GitHub.