# mzeeshanid/MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.

Repository: https://github.com/mzeeshanid/MZDownloadManager
Canonical: https://ross.abutalabs.com/products/mzdownloadmanager
Language: Swift
License: BSD-3-Clause
License Family: permissive
Topics: downloader, downloadmanager, nsurlsession
Last push: 2023-05-25T10:36:06+00:00

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

## Adoption (not part of the score)
Stars 1117, forks 234 (observed 2026-08-28T04:03:38.963902+00:00)

## What it is
A Swift download manager library for iOS built on URLSession that supports concurrent, background, resumable, pausable, and retryable file downloads. It is distributed via CocoaPods and Swift Package Manager.

## Use cases
- download multiple files concurrently in an ios app
- resume interrupted downloads after app quit
- download large files while app is in background
- pause and retry file downloads
- download files to a custom destination path

## When to choose
- you need background or resumable downloads in an iOS app without writing URLSession delegate plumbing yourself
- you want a lightweight, battle-tested Swift download manager with CocoaPods/SPM support

## When to avoid
- your project targets platforms other than iOS
- you need modern async/await APIs or active development - the project is in maintenance mode
- your server does not support range requests needed for resuming

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, file-upload, developer-tools
- domain: mobile-development, files, networking
- platform: -
- tags: download-manager, nsurlsession, background-downloads, resumable-downloads, cocoapods, swift-package-manager, ios-tools, ios, swift, mobile

## Member repositories
- mzeeshanid/MZDownloadManager (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.963902+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:41:54.127783+00:00, confidence not recorded.
  - readme: https://github.com/mzeeshanid/MZDownloadManager (fetched 2026-08-28T04:03:38.963902+00:00, sha 6b98e7443815)
- Data as of 2026-08-30T08:39:29.467469+00:00.
