qmuntal/stateless
Go library for creating finite state machines observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 66
- Release rhythm 37
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 263
- age_days: 2548
- days_rel: 204
- days_push: 204
- n_releases_24m: 2
Adoption not part of the score
1382 stars · 69 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library for creating finite state machines and lightweight state machine-based workflows directly in code. It is an idiomatic port of the C# Stateless library, based on UML statechart theory.
Use cases
- model state machines in Go
- build state machine-based workflows
- implement hierarchical states with entry/exit events
- add guard clauses for conditional transitions
- generate dot-graph state diagrams
- model device or process states with well-defined transitions
When to choose
- you need a finite state machine in a Go project
- you want UML statechart features like hierarchical states and guards
- you want to visualize state machines as dot graphs
- you are porting logic from the C# Stateless library
When to avoid
- you need a full workflow engine with persistence and human tasks
- you need distributed or durable workflow orchestration
- your project is not written in Go
Facets
library · maturity active
workflow-automation developer-tools developer-tools go cross-platform state-machine fsm statechart dot-graph uml-statechart algorithms automation
3 sources
- readme: https://github.com/qmuntal/stateless · fetched 2026-08-28 · 238493a6ec3d
- homepage: https://wikipedia.org/wiki/Finite-state_machine · fetched 2026-08-29 · 6bd229a8148f
- site_page: https://en.wikipedia.org/wiki/Wikipedia:About · fetched 2026-08-29 · 822f861f7833
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qmuntal/stateless | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="qmuntal/stateless")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem