requirejs/almond
A minimal AMD API implementation for use after optimized builds observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5492
- days_rel: n/a
- days_push: 2256
- n_releases_24m: 0
Adoption not part of the score
2410 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Almond is a minimal AMD module loader API implementation intended as a tiny replacement for RequireJS in optimized/bundled builds. It is roughly 1KB minified and gzipped, supports loader plugins, and does not perform dynamic module loading.
Use cases
- replace RequireJS in optimized single-file builds to reduce bundle size
- ship a library using AMD modules without forcing users to include a full AMD loader
- reduce JavaScript payload size for size-sensitive apps like mobile web
- bundle AMD modules with loader plugins like text templates into one file
- wrap optimized AMD builds so the AMD API does not leak to consumers
When to choose
- your project uses AMD modules and the RequireJS optimizer to produce a single bundled file
- you need a tiny loader footprint and do not need dynamic code loading
- you are building a distributable library and want to hide the AMD API behind a closure
When to avoid
- you need dynamic or lazy module loading at runtime
- you use RequireJS multiversion support, contexts, packages config, or require.toUrl()
- you are starting a new project - modern bundlers and ES modules are the standard today
Facets
library · maturity maintenance
build-tool developer-tools web-development frontend developer-tools browser amd module-loader requirejs javascript bundling
2 sources
- readme: https://github.com/requirejs/almond · fetched 2026-08-28 · 218009882d9e
- registry_npm: https://registry.npmjs.org/almond · fetched 2026-08-29 · 7a09e99c0494
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| requirejs/almond | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="requirejs/almond")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem