rndme/download
file downloading using client-side javascript observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4350
- days_rel: n/a
- days_push: 1208
- n_releases_24m: 0
Adoption not part of the score
2329 stars · 412 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
file-upload developer-tools web-development frontend files browser client-side-download blob dataurl browser-file-save javascript
1 source
- readme: https://github.com/rndme/download · fetched 2026-08-28 · b8c66e333d6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rndme/download | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem