zio/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala 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
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
- readme: https://github.com/zio/zio · fetched 2026-08-28 · 941b875f7193
- homepage: https://zio.dev · fetched 2026-08-29 · a794b92febba
- site_page: https://zio.dev/overview/getting-started · fetched 2026-08-29 · 13ae7b59f065
- site_page: https://zio.dev/contributing-to-documentation · fetched 2026-08-29 · 3e6c3734d876
- site_page: https://zio.dev/faq · fetched 2026-08-29 · 4befb004f8f0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zio/zio | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem