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

segmentio/ksuid

K-Sortable Globally Unique IDs observed · 2026-08-28

github.com/segmentio/ksuid · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 89
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3402
  • days_rel: n/a
  • days_push: 69
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5266 stars · 198 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Go library for generating and parsing KSUIDs (K-Sortable Unique IDentifiers), the reference implementation of the KSUID format. KSUIDs are globally unique identifiers that embed a timestamp so they sort naturally by generation time without coordination.

Use cases

  • generate unique IDs without a central coordinator
  • generate sortable unique identifiers in Go
  • replace UUIDv4 with time-ordered IDs
  • generate collision-resistant IDs for distributed systems
  • parse and inspect KSUID strings
  • generate copy-paste friendly unique identifiers

When to choose

  • you need unique IDs in Go that sort by creation time
  • you want coordination-free ID generation like Snowflake but without deployment complexity
  • you need more entropy than UUIDv4 for collision/guessing resistance
  • you want human-friendly, copy-paste-safe ID text representations

When to avoid

  • you need strict ordering guarantees rather than loose wall-clock ordering
  • you need sequential 64-bit IDs and already have coordination infrastructure
  • you must conform to the RFC 4122 UUID standard
  • you need IDs shorter than 20 characters

Facets

library · maturity stable

developer-tools serialization developer-tools backend microservices go cross-platform ksuid unique-ids uuid-alternative sortable-ids id-generation

10 sources

Member repositories

RepositoryRoleHealth v2
segmentio/ksuidmain72

For agents

markdown · JSON · MCP: product_card(name="segmentio/ksuid")

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