arrow-kt/arrow
The perfect companion for your Kotlin journey - Inspired by functional, data-oriented and concurrent programming observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- 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: 47.5
- age_days: 3449
- days_rel: 90
- days_push: 8
- n_releases_24m: 11
Adoption not part of the score
6580 stars · 472 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Arrow is a Kotlin library for typed functional programming, providing data types like Option and Either, typed error handling with the Raise DSL, concurrency utilities, resilience patterns, and optics for immutable data. It integrates with coroutines and works across JVM, Android, and Kotlin Multiplatform.
Use cases
- handle domain errors in Kotlin with typed errors instead of exceptions
- validate user input and accumulate all validation errors
- manage coroutine resources and graceful shutdown in Ktor servers
- work with immutable data models using optics
- add retry and resilience patterns to Kotlin services
- write functional-style Kotlin with Option and Either types
When to choose
- you write Kotlin (backend, Android, or multiplatform) and want structured, compiler-checked error handling
- you want functional programming abstractions that feel idiomatic to Kotlin
- you need resilience, concurrency, and immutable-data tooling in one ecosystem
When to avoid
- your team prefers exception-based error handling and imperative style
- you work outside the Kotlin/JVM ecosystem
- you want a minimal zero-dependency project and can't accept additional library abstractions
Facets
library · maturity active
error-handling concurrency serialization caching middleware programming-languages developer-tools backend mobile-development cross-platform jvm cross-platform functional-programming kotlin typed-errors monads optics typeclasses coroutines immutability resilience android
5 sources
- readme: https://github.com/arrow-kt/arrow · fetched 2026-08-28 · 596008ebd104
- homepage: http://arrow-kt.io · fetched 2026-08-29 · cbe0ae914942
- site_page: https://arrow-kt.io/learn/quickstart · fetched 2026-08-29 · 91210f4090b0
- site_page: https://apidocs.arrow-kt.io · fetched 2026-08-29 · 81aec4a17266
- site_page: https://arrow-kt.io/learn/integrations · fetched 2026-08-29 · a3b882032b01
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| arrow-kt/arrow | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem