Ross ROSS = Recommend OSS · open-source software intelligence for agents

qmuntal/stateless

Go library for creating finite state machines observed · 2026-08-28

github.com/qmuntal/stateless · homepage · Go · BSD-2-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
qmuntal/statelessmain63

For agents

markdown · JSON · MCP: product_card(name="qmuntal/stateless")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem