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

zio/zio

ZIO — A type-safe, composable library for async and concurrent programming in Scala observed · 2026-08-28

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

Health v2 · maintenance only

89/100

  • Activity 99
  • Release rhythm 71
  • 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: 33.5
  • age_days: 3028
  • days_rel: 119
  • days_push: 8
  • n_releases_24m: 17

Full methodology

Adoption not part of the score

4410 stars · 1585 forks observed · 2026-08-28

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

ZIO is a zero-dependency Scala library for type-safe, composable asynchronous and concurrent programming, built on lightweight fibers. It provides resource safety, structured concurrency, streaming, STM, and testable dependency injection in a purely functional effect system.

Use cases

  • write concurrent Scala code without deadlocks or race conditions
  • build scalable async applications on the JVM
  • manage resources safely with automatic acquisition and release
  • process data with composable streaming pipelines
  • retry and timeout failing operations declaratively
  • write deterministic, type-safe tests with injected services
  • perform transactional in-memory state with STM

When to choose

  • you are building Scala/JVM applications needing high-performance concurrency
  • you want compile-time type safety for async and error handling
  • you need resource-safe, interruption-aware parallelism
  • you want a rich ecosystem (streams, testing, DI) around one effect system

When to avoid

  • your project is not on Scala or the JVM
  • your team is not prepared for a functional programming learning curve
  • you need a minimal single-threaded app where an effect system is overkill
  • you are locked into another ecosystem like Akka or Cats Effect

Facets

library · maturity stable

concurrency error-handling streaming testing scheduling developer-tools developer-tools backend microservices jvm cross-platform effect-system fibers functional-programming stm resource-safety async scala

5 sources

Member repositories

RepositoryRoleHealth v2
zio/ziomain89

For agents

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

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