Danie1s/Tiercel
Pure Swift iOS download framework with background downloads, relaunch recovery, resumable transfers, and task management. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
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: 111
- age_days: 3091
- days_rel: 9
- days_push: 9
- n_releases_24m: 6
Adoption not part of the score
2867 stars · 418 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tiercel is a pure Swift iOS download framework built on URLSession that provides native-level background downloads, resumable transfers, and relaunch recovery. It offers fine-grained task management with multiple isolated SessionManager instances, batch operations, and built-in speed and progress callbacks.
Use cases
- download large files in an iOS app with background support
- resume interrupted downloads after app crash or relaunch
- manage multiple download queues with batch operations
- add pause, resume, and cancel controls to a download manager UI
- restrict downloads to wifi or handle cellular network policies
- verify downloaded file integrity with checksums
When to choose
- you need downloads to survive app relaunches or kills
- you manage multiple download domains or queues in one app
- you want a higher-level API than raw URLSessionDownloadTask
- you need batch download operations with per-task control
When to avoid
- you only need simple one-off downloads with no background or resume requirements
- your app targets Objective-C without bridging
- you need cross-platform downloads beyond iOS
Facets
library · maturity active
http-client file-upload developer-tools mobile-development files networking download-manager background-download resumable-download urlsession cocoapods swift-package-manager task-management ios swift mobile
2 sources
- readme: https://github.com/Danie1s/Tiercel · fetched 2026-08-28 · bd659bff59a4
- homepage: https://github.com/Danie1s/Tiercel/wiki · fetched 2026-08-29 · a5202354bbcc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Danie1s/Tiercel | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem