# rndme/download

file downloading using client-side javascript

Repository: https://github.com/rndme/download
Canonical: https://ross.abutalabs.com/products/rndme-download
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-05-13T19:25:04+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": 4350, "days_push": 1208, "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 2329, forks 412 (observed 2026-08-28T04:06:37.637684+00:00)

## What it is
A tiny JavaScript library providing a download() function that triggers client-side file downloads in the browser from strings, Blobs, Typed Arrays, URLs, or dataURLs. It saves files with a specified name and MIME type, mimicking a server's Content-Disposition header.

## Use cases
- trigger a file download from javascript
- save generated data as a file in the browser
- download a blob to the user's disk
- export client-side data to a csv or text file
- save a dataurl as a named file
- download a file from a url without a server round trip

## When to choose
- you need a small dependency-free way to save client-generated data as a file
- you want to trigger downloads from strings, blobs, typed arrays, or dataurls
- you need broad legacy browser support for client-side downloads

## When to avoid
- you need server-side file downloads or streaming large files
- you need download progress tracking or resumable downloads
- your framework already provides a built-in file-save utility

## Facets
- artifact type: library
- maturity: maintenance
- function: file-upload, developer-tools
- domain: web-development, frontend, files
- platform: browser
- tags: client-side-download, blob, dataurl, browser-file-save, javascript

## Member repositories
- rndme/download (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:37.637684+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-30T02:38:11.545574+00:00, confidence not recorded.
  - readme: https://github.com/rndme/download (fetched 2026-08-28T04:06:37.637684+00:00, sha b8c66e333d6c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
