Kotlin/kotlinx-io
Kotlin multiplatform I/O library observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 96
- Release rhythm 66
- 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: 99
- age_days: 3255
- days_rel: 68
- days_push: 28
- n_releases_24m: 8
Adoption not part of the score
1545 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
kotlinx-io is a Kotlin multiplatform library providing basic I/O primitives such as Buffer, Source, Sink, and ByteString, inspired by Okio. It also offers experimental filesystem support with a multiplatform FileSystem and Path API.
Use cases
- read and write bytes across JVM, native, and JS targets with one API
- efficiently buffer and copy byte data without extra allocations
- perform file and directory operations in Kotlin multiplatform code
- migrate or interoperate with Okio-based code via the bridge module
- build multiplatform network or serialization libraries on top of Source/Sink abstractions
When to choose
- you need consistent I/O primitives across all Kotlin multiplatform targets
- you want segment-based buffers with cheap copies and minimal allocations
- you are building a Kotlin multiplatform library that needs file or byte-stream access
When to avoid
- you need a fully stable, guaranteed-non-breaking API (the library is Alpha)
- you already use Okio and do not need multiplatform coverage
- you need advanced filesystem features beyond basic operations
Facets
library · maturity experimental
file-system serialization developer-tools developer-tools cross-platform files cross-platform jvm windows wasm kotlin-multiplatform buffer okio-inspired byte-manipulation jetbrains android ios macos linux
1 source
- readme: https://github.com/Kotlin/kotlinx-io · fetched 2026-08-28 · d9ad210cd23d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Kotlin/kotlinx-io | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="Kotlin/kotlinx-io")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem