bowser-js/bowser
a browser detector observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 95
- Release rhythm 69
- Longevity 100
Flags: 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: 13
- age_days: 5607
- days_rel: 206
- days_push: 32
- n_releases_24m: 6
Adoption not part of the score
5750 stars · 487 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bowser is a small, fast JavaScript library for detecting browser, platform, and engine from user agent strings, with support for User-Agent Client Hints. It works in both browser and Node.js environments and provides a rich API for parsing and filtering user agents.
Use cases
- detect which browser a user is on
- parse user agent strings in javascript
- get browser name and version from useragent
- detect operating system and device from user agent
- filter users by browser capabilities
- use user-agent client hints for browser detection
- check if user is on internet explorer or safari
When to choose
- you need a lightweight (~5kB gzipped) browser detection library
- you need detection working in both browser and Node.js
- you want a rich API for filtering users by browser, OS, or engine
- you want support for User-Agent Client Hints
When to avoid
- you need server-side device intelligence from real device databases
- you rely solely on user agent parsing in modern browsers where client hints are frozen or reduced
- you need bot/crawler detection
Facets
library · maturity stable
parser developer-tools web-development frontend developer-tools browser cross-platform user-agent-parser browser-detection os-detection device-detection client-hints javascript nodejs
3 sources
- readme: https://github.com/bowser-js/bowser · fetched 2026-08-28 · 576f84339c69
- homepage: http://bowser-js.github.io/bowser/ · fetched 2026-08-29 · 1730c7a4a1ad
- registry_npm: https://registry.npmjs.org/bowser · fetched 2026-08-29 · 45092301c057
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bowser-js/bowser | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="bowser-js/bowser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem