awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesPlatform Detection

Capabilities to identify the host operating system and hardware architecture at runtime.

Distinguishing note: Candidates focus on virtualization or specific OS lists rather than the act of runtime detection

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Platform Detection. Refine with filters or upvote what's useful.

Awesome Platform Detection GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • emdash-cms/emdashAvatar von emdash-cms

    emdash-cms/emdash

    10,887Auf GitHub ansehen↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Detects the underlying CMS from a URL to recommend the optimal import strategy.

    TypeScriptastrocmsemdash
    Auf GitHub ansehen↗10,887
  • neutralinojs/neutralinojsAvatar von neutralinojs

    neutralinojs/neutralinojs

    8,543Auf GitHub ansehen↗

    Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com

    Allows the application to identify the current host platform and adapt its behavior across different operating systems.

    C++
    Auf GitHub ansehen↗8,543
  • chef/chefAvatar von chef

    chef/chef

    8,199Auf GitHub ansehen↗

    Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and maintenance of infrastructure state across a fleet of servers. It operates as an idempotent automation engine, ensuring systems converge to a desired state by applying only the necessary changes to resolve differences. The system functions as a multi-platform server orchestrator capable of managing infrastructure across different operating systems, cloud providers, and hardware architectures. It includes a dedicated infrastructure testing framework to verify configuration code

    Identifies the host operating system and platform family at runtime to apply conditional configuration.

    Rubyautomationcfgmgtchef
    Auf GitHub ansehen↗8,199
  • danger/dangerAvatar von danger

    danger/danger

    5,645Auf GitHub ansehen↗

    Checks which platform plugin is loaded so a single plugin adapts behavior across GitHub, GitLab, and other hosts.

    Rubyautomationbitbucketci
    Auf GitHub ansehen↗5,645
  • tuhinshubhra/red_hawkAvatar von Tuhinshubhra

    Tuhinshubhra/RED_HAWK

    3,695Auf GitHub ansehen↗

    RED_HAWK is a penetration testing framework and reconnaissance suite designed for information gathering and vulnerability assessment. It provides a toolkit for infrastructure reconnaissance, technology stack detection, automated web spidering, and security scanning. The project distinguishes itself through a multi-stage reconnaissance pipeline that maps attack surfaces. This includes DNS-based infrastructure mapping to resolve network layouts and pattern-based detection to identify specific content management systems and server stacks. The system covers a broad range of capabilities includin

    Identifies website platforms like WordPress or Joomla by matching fingerprints in server responses.

    PHPadmin-scannerbackups-findercloudflare-detection
    Auf GitHub ansehen↗3,695
  1. Home
  2. Operating Systems & Systems Programming
  3. Platform Detection

Unter-Tags erkunden

  • CMS Detection for ImportSends a request to a URL to detect the underlying CMS and suggest the best import method. **Distinct from Platform Detection:** Distinct from Platform Detection: identifies the CMS platform (e.g., WordPress) rather than the operating system or hardware.
  • Git Host Platform DetectorsRuntime detection of the active git hosting platform to adapt API client behavior accordingly. **Distinct from Platform Detection:** Distinct from general Platform Detection: specifically identifies GitHub, GitLab, or Bitbucket at runtime rather than the operating system or hardware architecture.