# dmytro-anokhin/url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.

Repository: https://github.com/dmytro-anokhin/url-image
Canonical: https://ross.abutalabs.com/products/url-image
Language: Swift
License: MIT
License Family: permissive
Topics: ios, swift, swiftui, swift-package-manager, macos
Archived: true
Last push: 2024-07-08T14:59:45+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2643, "days_push": 786, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1156, forks 96 (observed 2026-08-28T04:03:48.186343+00:00)

## What it is
URLImage is a lightweight, pure SwiftUI view that downloads and displays images from URLs, with in-memory and on-disk caching. It serves as an AsyncImage replacement for iOS versions before 15, with customizable placeholder, progress, and error states.

## Use cases
- display remote images in a SwiftUI app
- AsyncImage replacement for iOS 13 and 14
- cache downloaded images locally on disk and memory
- show placeholder and progress while an image loads
- load images in an iOS 14 widget

## When to choose
- your SwiftUI app targets iOS versions before 15 and needs remote images
- you want built-in memory and disk caching with customizable loading states
- you prefer a small, pure-SwiftUI dependency installed via Swift Package Manager

## When to avoid
- you target iOS 15+ and can use the native AsyncImage
- you need advanced features like image transformations or a full networking stack
- the project is in maintenance mode and you need actively developed features

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, caching, http-client, image-processing
- domain: mobile-development, frontend, developer-tools
- platform: -
- tags: swiftui, remote-image, image-cache, async-image, swift-package-manager, ios, macos, swift, mobile, desktop

## Member repositories
- dmytro-anokhin/url-image (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:48.186343+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:32:07.103913+00:00, confidence not recorded.
  - readme: https://github.com/dmytro-anokhin/url-image (fetched 2026-08-28T04:03:48.186343+00:00, sha 4d3e0dd49565)
- Data as of 2026-08-30T08:39:29.467469+00:00.
