saoudrizwan/Disk
Easily persist structs, images, and data on iOS observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3328
- days_rel: n/a
- days_push: 755
- n_releases_24m: 0
Adoption not part of the score
3112 stars · 172 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Disk is a Swift library for iOS that simplifies persisting Codable structs, images, and data to disk with minimal code. It handles encoding/decoding automatically and follows Apple's iOS Data Storage Guidelines.
Use cases
- persist structs to disk in an iOS app
- save images to local storage with one line of code
- store Codable objects without manual encoding/decoding
- cache data files on iOS following storage guidelines
- save and retrieve arrays of models from disk
- manage local file storage in Swift apps
When to choose
- you're building an iOS app in Swift 4+ and need simple local persistence
- you want to save Codable structs or UIImage objects without boilerplate
- you need lightweight file storage that respects Apple's data storage guidelines
When to avoid
- you need a full database with queries, indexing, or relationships
- you're targeting platforms other than iOS
- you need cross-platform persistence or cloud sync
Facets
library · maturity maintenance
file-system serialization mobile-development developer-tools swift codable persistence file-storage cocoapods carthage spm ios-tools ios
1 source
- readme: https://github.com/saoudrizwan/Disk · fetched 2026-08-28 · ee6be739a3c5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| saoudrizwan/Disk | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="saoudrizwan/Disk")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem