coil-kt/coil
Image loading for Android and Compose Multiplatform. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- 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: 45.0
- age_days: 2580
- days_rel: 7
- days_push: 7
- n_releases_24m: 13
Adoption not part of the score
11881 stars · 786 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Coil is a Kotlin-first image loading library for Android and Compose Multiplatform, built on Coroutines and Okio. It provides fast, lightweight image loading with memory and disk caching, downsampling, and automatic request pausing/cancelling.
Use cases
- load images from urls in android app
- display images in jetpack compose
- image loading library for kotlin multiplatform
- cache and downsample images on android
- replace glide with coroutine-based image loader
- load network images in compose multiplatform
When to choose
- you're building an Android or Compose Multiplatform app that displays images
- you want a lightweight, Kotlin-first image loader with minimal dependencies
- you need memory/disk caching and automatic request cancellation
- your project uses Coroutines, Compose, OkHttp, or Ktor
When to avoid
- you need image loading on non-Kotlin platforms like iOS-native or web without Compose
- you're tied to an existing stack like Glide or Picasso with heavy customization
- you need advanced image editing or processing rather than loading and display
Facets
library · maturity stable
image-processing caching ui-components mobile-development frontend image-processing jvm cross-platform image-loading compose-multiplatform coroutines okio asyncimage android
2 sources
- readme: https://github.com/coil-kt/coil · fetched 2026-08-28 · 802ab0e1c5a6
- homepage: https://coil-kt.github.io/coil/ · fetched 2026-08-29 · 6fc474b6fccb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coil-kt/coil | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem