bower/bower
A package manager for the web 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: 5109
- days_rel: n/a
- days_push: 689
- n_releases_24m: 0
Adoption not part of the score
14911 stars · 1800 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bower is a command-line package manager for front-end web dependencies, fetching packages over Git with a flat dependency tree and a registry. It is still maintained but the project itself recommends Yarn with webpack or Parcel for new projects.
Use cases
- manage front-end dependencies like jquery via a CLI
- install browser libraries from a git-based registry
- pin specific versions of web components in bower.
- fetch any asset type (AMD, CommonJS, plain files) as a package
- maintain legacy projects that still use bower.
When to choose
- maintaining an existing codebase that already uses Bower
- you need a package-agnostic manager for non-JS front-end assets
- your build tooling consumes Bower's dependency API
When to avoid
- starting a new front-end project (use npm, yarn, or pnpm instead)
- you need modern module resolution or bundling integration
- you want an actively evolving ecosystem
Facets
cli-tool · maturity maintenance
package-manager cli developer-tools web-development frontend developer-tools cli cross-platform front-end javascript legacy git-based-packages command-line nodejs
1 source
- readme: https://github.com/bower/bower · fetched 2026-08-28 · 5474df97d347
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bower/bower | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem