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

typelevel/cats-effect

The pure asynchronous runtime for Scala observed · 2026-08-28

github.com/typelevel/cats-effect · homepage · Scala · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
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: 22
  • age_days: 3434
  • days_rel: 10
  • days_push: 9
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

2236 stars · 577 forks observed · 2026-08-28

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

Cats Effect is a high-performance, purely functional asynchronous runtime for Scala built around the IO monad and a typeclass hierarchy defining functional effect systems. It provides lightweight fibers, resource safety, cancellation, and concurrency primitives that power a large ecosystem of streaming, HTTP, and database libraries in the Typelevel ecosystem.

Use cases

  • build highly concurrent Scala applications with lightweight fibers
  • manage resources safely with automatic acquisition and release
  • capture and compose asynchronous side effects in a pure functional style
  • write testable effectful Scala programs using typeclasses
  • run web services handling tens of thousands of requests per second
  • implement producer-consumer patterns with queues and semaphores
  • trace and debug effectful program execution in production

When to choose

  • you are writing Scala applications in a purely functional style
  • you need a mature, resource-safe concurrency runtime with lightweight fibers
  • you want to interoperate with the Typelevel ecosystem (fs2, http4s, doobie)
  • you need composable asynchronous code with cancellation and backpressure

When to avoid

  • your team is unfamiliar with functional programming concepts like monads and typeclasses
  • you are maintaining a legacy Scala 2 codebase pinned to the end-of-life 2.x series
  • you prefer direct imperative threading models like plain Futures or OS threads
  • you are working outside the JVM/Scala ecosystem

Facets

library · maturity stable

concurrency middleware sdk programming-languages developer-tools backend jvm cross-platform scala functional-programming effect-system io-monad typeclasses fibers typelevel runtime resource-safety asynchronous javascript

6 sources

Member repositories

RepositoryRoleHealth v2
typelevel/cats-effectmain99

For agents

markdown · JSON · MCP: product_card(name="typelevel/cats-effect")

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