awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bowser-js avatar

bowser-js/bowser

0
View on GitHub↗
5,739 stele·485 fork-uri·JavaScript·3 vizualizăribowser-js.github.io/bowser↗

Bowser

Bowser is a browser detection library that parses user-agent strings to identify a browser's name, version, rendering engine, and operating system. It functions as a user-agent parser and version constraint checker, extracting structured browser and platform details from raw user-agent strings without external dependencies.

The library distinguishes itself by integrating User-Agent Client Hints alongside traditional user-agent data for more accurate browser identification in modern environments. It provides cross-platform browser detection that works consistently across desktop and mobile operating systems, and includes version constraint evaluation to test whether a detected browser satisfies version requirements defined per platform or browser name.

Bowser covers browser engine classification, operating system detection, and platform identification, enabling environment-aware logic for compatibility checks or analytics. The library is available for both client-side and server-side use.

Features

  • User Agent Detection Libraries - Parses user-agent strings to identify browser name, version, engine, and operating system for client-side or server-side use.
  • Cross-Platform Browser Detectors - Identifies browser properties consistently across desktop and mobile operating systems from a single library.
  • Browser Name Resolutions - Provides a dictionary-based mapping from user-agent patterns to canonical browser names.
  • Operating System Detection - Identifies operating system name, version, and version name from the user-agent string.
  • Browser Engine Classifications - Classifies the browser's rendering engine (e.g., WebKit, Gecko) from user-agent data.
  • Browser Environment Detection - Identifies browser name, version, and rendering engine by parsing the user-agent string.
  • Browser Engine Classifications - Reports the rendering engine (e.g., WebKit, Gecko) used by the browser.
  • Client Hint Parsing - Parses User-Agent Client Hints alongside traditional user-agent data for more accurate browser identification.
  • Device and OS Detectors - Identifies operating system and device platform by scanning user-agent tokens for known patterns.
  • User Agent Parsers - Extracts structured browser and platform details from raw user-agent strings without external dependencies.
  • Version String Extractions - Isolates version numbers from user-agent substrings using regular expressions and numeric parsing.
  • Browser Version Constraint Checkers - Tests whether a detected browser satisfies version requirements defined per platform or browser name.
  • Browser Version Constraint Evaluations - Evaluates whether a detected browser version satisfies semantic version constraints per platform or browser name.
  • Browser Version Constraint Filters - Checks whether a browser satisfies version requirements defined per platform, OS, or browser name.
  • Browser Version Constraint Filters - Filters browsers by checking if they satisfy version constraints defined per platform, OS, or browser name.
  • Client Hint Integration - Integrates HTTP Client Hint headers alongside user-agent data for more accurate browser identification.

Istoric stele

Graficul istoricului de stele pentru bowser-js/bowserGraficul istoricului de stele pentru bowser-js/bowser

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Bowser

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Bowser.
  • hgoebl/mobile-detect.jsAvatar hgoebl

    hgoebl/mobile-detect.js

    4,137Vezi pe GitHub↗

    mobile-detect.js is a JavaScript library for user agent detection. It analyzes browser request headers to identify hardware types, operating systems, and browser versions. The library includes a client hardware profiler that assigns performance and capability grades to mobile devices based on their characteristics. It also provides tools to apply specific CSS classes to the document body based on detected hardware to enable responsive styling. The project covers broad analysis capabilities, including the detection of mobile phones, tablets, and desktop computers. It extracts operating system

    JavaScript
    Vezi pe GitHub↗4,137
  • faisalman/ua-parser-jsAvatar faisalman

    faisalman/ua-parser-js

    10,140Vezi pe GitHub↗

    ua-parser-js is a JavaScript library used to extract browser, operating system, and device information from raw user agent strings and client hints. It functions as a cross-platform tool that runs in both web browsers and Node.js server environments to identify web visitors. The library integrates modern HTTP client hint headers to retrieve hardware and browser details with higher accuracy than standard string parsing. It also includes a specialized detector to identify automated AI agents, web crawlers, and bots to distinguish human traffic from automated scripts. The project covers hardwar

    JavaScriptanalyticsbot-detectionbrowser-detection
    Vezi pe GitHub↗10,140
  • matthewhudson/current-deviceAvatar matthewhudson

    matthewhudson/current-device

    3,934Vezi pe GitHub↗

    current-device is a JavaScript device detection library used to identify operating systems, device categories, and screen orientations within a web browser environment. It serves as a browser environment detector and client-side mapper that translates browser metadata and user-agent strings into predefined device labels and hardware categories. The library provides tools for executing specific JavaScript logic based on the detected mobile or desktop platform. It also functions as a conditional styling tool and document body class injector, applying descriptive HTML classes to enable device-sp

    TypeScriptdevice-detectionjavascriptmobile
    Vezi pe GitHub↗3,934
  • arasatasaygin/is.jsAvatar arasatasaygin

    arasatasaygin/is.js

    9,078Vezi pe GitHub↗

    is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether variables are primitives, arrays, functions, or specific object types. The project allows for the implementation of custom validation logic and the use of naming namespaces to override default rules and regular expressions. It covers a broad range of validation capabilities, including numeric arithmetic properties, date and time analysis for relative and absolute ranges, and string format verification for patterns such as emails, URLs, and IP addresses. The library also includes

    JavaScript
    Vezi pe GitHub↗9,078
Vezi toate cele 19 alternative pentru Bowser→

Întrebări frecvente

Ce face bowser-js/bowser?

Bowser is a browser detection library that parses user-agent strings to identify a browser's name, version, rendering engine, and operating system. It functions as a user-agent parser and version constraint checker, extracting structured browser and platform details from raw user-agent strings without external dependencies.

Care sunt principalele funcționalități ale bowser-js/bowser?

Principalele funcționalități ale bowser-js/bowser sunt: User Agent Detection Libraries, Cross-Platform Browser Detectors, Browser Name Resolutions, Operating System Detection, Browser Engine Classifications, Browser Environment Detection, Client Hint Parsing, Device and OS Detectors.

Care sunt câteva alternative open-source pentru bowser-js/bowser?

Alternativele open-source pentru bowser-js/bowser includ: hgoebl/mobile-detect.js — mobile-detect.js is a JavaScript library for user agent detection. It analyzes browser request headers to identify… faisalman/ua-parser-js — ua-parser-js is a JavaScript library used to extract browser, operating system, and device information from raw user… matthewhudson/current-device — current-device is a JavaScript device detection library used to identify operating systems, device categories, and… arasatasaygin/is.js — is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether… layui/layer — This project is a JavaScript UI component library and frontend utility toolkit. It serves as a web modal framework and… jenssegers/agent — This project is a PHP user agent parser and mobile device detector. It analyzes HTTP user agent strings to identify…