typelevel/cats
Lightweight, modular, and extensible library for functional programming. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4235
- days_rel: 590
- days_push: 12
- n_releases_24m: 1
Adoption not part of the score
5456 stars · 1245 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Cats is a lightweight, modular, and extensible Scala library providing abstractions for functional programming, such as type classes (Functor, Monad, Applicative) and pure data types. It aims to be a stable, binary-compatible foundation for an ecosystem of pure, typeful Scala libraries, running on JVM, Scala.js, and Scala Native.
Use cases
- use type classes like Monad and Functor in Scala
- write pure functional Scala code
- model errors with validated and Either
- build a pure FP library ecosystem on a stable core
- learn functional programming abstractions in Scala
- replace Scalaz with a modular FP foundation
When to choose
- you are doing functional programming in Scala and want lawful, modular type classes
- you need a stable, binary-compatible FP core for Scala libraries
- you want cross-building support across JVM, Scala.js, and Scala Native
When to avoid
- you want a batteries-included FP standard library with IO/Task included (look at Cats Effect or ZIO)
- your project is imperative/OO Scala with no interest in FP abstractions
- you need a runtime effect system rather than pure abstractions
Facets
library · maturity stable
type-system developer-tools programming-languages developer-tools jvm cross-platform functional-programming typeclasses category-theory scala scalajs scala-native pure-fp algorithms
3 sources
- readme: https://github.com/typelevel/cats · fetched 2026-08-28 · 6c86cb87ecd5
- homepage: https://typelevel.org/cats/ · fetched 2026-08-29 · 1bdd2ce73551
- site_page: https://typelevel.org/cats/faq.html · fetched 2026-08-29 · a0fbc9776983
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| typelevel/cats | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem