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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesHardware Capability Detection

Automatic identification of hardware features to configure software runtimes and resources.

Distinct from Runtime Hardware Configuration: Distinct from Runtime Hardware Configuration: focuses on the detection phase rather than the configuration of drivers.

Explore 9 awesome GitHub repositories matching development tools & productivity · Hardware Capability Detection. Refine with filters or upvote what's useful.

Awesome Hardware Capability Detection GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openmathlib/openblasAvatar de OpenMathLib

    OpenMathLib/OpenBLAS

    7,470Ver en GitHub↗

    OpenBLAS is a high-performance implementation of the Basic Linear Algebra Subprograms standard designed for numerical computing and matrix operations. It serves as a hardware-accelerated numerical library and optimized math kernel library, providing a computational engine for large-scale matrix multiplication and vector operations. The library distinguishes itself through the use of hand-tuned assembly kernels and SIMD instruction mapping, such as AVX and SVE, to maximize floating-point performance on specific CPU architectures. It features a multi-threaded framework that manages parallel exe

    Identifies processor models at startup to automatically configure the software runtime for the best available kernels.

    Cblaslapacklapacke
    Ver en GitHub↗7,470
  • lzhoang2801/opcore-simplifyAvatar de lzhoang2801

    lzhoang2801/OpCore-Simplify

    6,823Ver en GitHub↗

    OpCore-Simplify is an automated tool that generates a complete OpenCore EFI folder for Hackintosh builds. It scans the system hardware to identify supported devices and compatible macOS versions, then assembles a bootable EFI configuration by downloading the latest OpenCore bootloader and required kernel extensions from official sources. The tool differentiates itself by automating the entire EFI creation process, from hardware detection through patch application. It automatically selects and applies the correct ACPI hotfixes and kernel extensions based on the detected hardware and target mac

    Scans system components and BIOS to identify hardware and generate a compatibility report for tailoring the EFI build.

    Pythonhackintoshhackintosh-efilzhoang2601
    Ver en GitHub↗6,823
  • rebeccahughes/react-native-device-infoAvatar de rebeccahughes

    rebeccahughes/react-native-device-info

    6,669Ver en GitHub↗

    This project is a cross-platform mobile device information library designed to retrieve hardware, software, and network specifications from iOS and Android devices. It serves as a tool for accessing unique device identifiers, hardware models, and processor architectures to distinguish individual mobile devices. The library provides specialized capabilities for mobile hardware identification and operating system metadata retrieval, including build numbers and API levels. It also functions as a system state monitor for real-time tracking of battery levels, charging status, and network connectiv

    Automatically identifies hardware features, such as cameras or keyboards, to configure software resources.

    TypeScript
    Ver en GitHub↗6,669
  • valvesoftware/openvrAvatar de ValveSoftware

    ValveSoftware/openvr

    6,615Ver en GitHub↗

    OpenVR is a software development kit and runtime that provides a unified API for accessing virtual reality hardware from multiple manufacturers. It abstracts vendor-specific headsets, controllers, and tracking systems into a common interface, enabling applications to work across different VR devices without requiring hardware-specific code. The SDK handles core VR operations including stereoscopic frame submission to a compositor, headset and controller tracking, and input binding that maps abstract application actions to physical device controls. The runtime is built around a modular driver

    Checks whether a VR headset or runtime is installed without fully starting the system.

    C++hardwareopenvr-sdksdk
    Ver en GitHub↗6,615
  • tensorflow/tpuAvatar de tensorflow

    tensorflow/tpu

    5,281Ver en GitHub↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Identifies supported locations, accelerator types, and runtime versions available for use.

    Jupyter Notebook
    Ver en GitHub↗5,281
  • devicekit/devicekitAvatar de devicekit

    devicekit/DeviceKit

    4,713Ver en GitHub↗

    DeviceKit es una librería de hardware para iOS que proporciona un reemplazo basado en tipos de valor para especificaciones de dispositivos y métricas de estado del sistema. Sirve como framework para detectar la identidad del dispositivo, capacidades de hardware, métricas de pantalla e indicadores de estado del sistema en tiempo real. La librería incluye herramientas para identificar modelos de dispositivos específicos, familias y estado del simulador para implementar optimizaciones específicas de hardware. También proporciona un detector de componentes físicos, como sensores biométricos y soporte para stylus, para activar o desactivar funciones de la interfaz. Las capacidades adicionales cubren el análisis de métricas de pantalla para dimensiones y densidades de píxeles, así como el monitoreo del sistema para niveles de batería, estado de carga, modos de energía y espacio en disco disponible.

    Detects the presence of physical components like biometric sensors and stylus support to toggle features.

    Swift
    Ver en GitHub↗4,713
  • dusty-nv/jetson-containersAvatar de dusty-nv

    dusty-nv/jetson-containers

    4,386Ver en GitHub↗

    Jetson Containers es un sistema de gestión de contenedores que construye y ejecuta imágenes de Docker aceleradas por GPU para cargas de trabajo de aprendizaje automático en hardware de borde ARM64. Funciona como un orquestador de contenedores CUDA, detectando automáticamente la versión del kit de herramientas CUDA del host y las capacidades de la GPU para garantizar la compatibilidad del contenedor en tiempo de ejecución, mientras selecciona la imagen de contenedor correcta haciendo coincidir la versión de JetPack o L4T del host en el momento del lanzamiento. El proyecto ofrece contenedores preconfigurados para ejecutar modelos de lenguaje grandes cuantizados y tuberías de generación aumentada por recuperación optimizadas para dispositivos de borde, junto con contenedores integrados de ROS y marcos de IA para desplegar agentes autónomos y procesamiento multimodal. Su sistema de construcción en capas modular ensambla imágenes de Docker a partir de capas reutilizables preconstruidas, compilando marcos de IA/ML desde la fuente para optimizarlos para arquitecturas de GPU de borde específicas y versiones de CUDA, con almacenamiento en caché de ruedas local para acelerar las construcciones posteriores. La plataforma proporciona contenedores de Docker preconstruidos con versiones aceleradas por GPU de PyTorch, TensorFlow, JAX y ONNX Runtime para plataformas Jetson, lo que admite capacidades como la ejecución de LLM, modelos de voz, modelos de visión-lenguaje y traducción automática neuronal en hardware de borde. También permite construir contenedores personalizados con paquetes de IA acelerados por GPU, ejecutar contenedores de Triton Inference Server y Transformer Engine, y acelerar los flujos de trabajo de ciencia de datos con bibliotecas RAPIDS.

    Detects the host's CUDA toolkit version and GPU capabilities to ensure container compatibility at runtime.

    Jupyter Notebookcontainersdockerdockerfiles
    Ver en GitHub↗4,386
  • dortania/opencore-install-guideAvatar de dortania

    dortania/OpenCore-Install-Guide

    4,212Ver en GitHub↗

    Este proyecto es un manual técnico integral para instalar macOS en hardware x86 que no es de Apple utilizando el bootloader OpenCore. Sirve como una guía de configuración para emular hardware de Apple y parchear el firmware del sistema para lograr la compatibilidad del sistema operativo en PCs. La documentación proporciona instrucciones detalladas para la emulación de hardware SMBIOS, incluyendo la generación de identificadores de sistema y perfiles de modelo. Cubre la aplicación de parches de tablas ACPI para habilitar la gestión de energía nativa y la modificación de servicios de tiempo de ejecución UEFI para resolver problemas de mapa de memoria y protección contra escritura. El recurso detalla además la compatibilidad de hardware para componentes de red, gráficos y audio, así como la gestión de extensiones de kernel. Incluye orientación sobre la configuración del bootloader, la creación de instaladores arrancables y el uso de registros detallados (verbose) y kits de depuración para solucionar pánicos de kernel.

    Provides methods for the automatic identification of hardware features to determine necessary drivers and compatibility.

    JavaScript
    Ver en GitHub↗4,212
  • speed47/spectre-meltdown-checkerAvatar de speed47

    speed47/spectre-meltdown-checker

    3,936Ver en GitHub↗

    This project is a diagnostic toolset used to scan CPU hardware and Linux kernel images to assess susceptibility to Spectre, Meltdown, and other transient execution vulnerabilities. It functions as a vulnerability scanner and security auditor designed to identify side-channel attack risks and verify the status of hardware-level security patches. The tool provides capabilities for both active system assessment and standalone kernel image security analysis. It evaluates the presence of security mitigations by analyzing CPU hardware and kernel configurations without requiring a running kernel or

    Evaluates vulnerability status by intersecting CPU hardware capabilities with active operating system boot parameters.

    Shellcve-2017-5715cve-2017-5753cve-2017-5754
    Ver en GitHub↗3,936
  1. Home
  2. Development Tools & Productivity
  3. Runtime Hardware Configuration
  4. Hardware Capability Detection

Explorar subetiquetas

  • CUDA Runtime DetectionsAutomatic detection of CUDA toolkit versions and GPU capabilities to ensure container compatibility at runtime. **Distinct from Hardware Capability Detection:** Distinct from Hardware Capability Detection: focuses specifically on CUDA runtime version and GPU capability detection for container compatibility, not general hardware feature detection.
  • Hackintosh Hardware DetectorsScans system components and BIOS to identify hardware specifically for tailoring Hackintosh EFI builds. **Distinct from Hardware Capability Detection:** Distinct from Hardware Capability Detection: targets Hackintosh-specific hardware detection for EFI configuration rather than general runtime capability detection.
  • Security Posture EvaluationDetermining the security state of a system by analyzing hardware capabilities and boot parameters. **Distinct from Hardware Capability Detection:** Focuses on security vulnerability detection through hardware/config intersection, whereas Hardware Capability Detection is for general runtime optimization.
  • VR Runtime Presence ChecksLightweight checks to determine whether a VR headset or runtime is installed without fully initializing the system. **Distinct from Hardware Capability Detection:** Distinct from Hardware Capability Detection: focuses on VR-specific presence detection without full system startup, not general hardware feature identification.