awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

7 Repos

Awesome GitHub RepositoriesNative Windows Execution

Capabilities for running software natively as a process or service on the Windows operating system.

Distinct from Native Windows Interface Builders: Candidates focus on UI windowing or interface builders, not the ability to run a server process natively on Windows.

Explore 7 awesome GitHub repositories matching operating systems & systems programming · Native Windows Execution. Refine with filters or upvote what's useful.

Awesome Native Windows Execution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tporadowski/redisAvatar von tporadowski

    tporadowski/redis

    9,987Auf GitHub ansehen↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Executes the high-performance key-value store natively on Windows as a process or service.

    Credisredis-for-windowsredis-msi-installer
    Auf GitHub ansehen↗9,987
  • uxlfoundation/onetbbAvatar von uxlfoundation

    uxlfoundation/oneTBB

    6,678Auf GitHub ansehen↗

    oneAPI Threading Building Blocks (oneTBB)

    Runs automated test suites on every commit to catch issues early in development.

    C++composabilityflowgraphheterogeneousprogramming
    Auf GitHub ansehen↗6,678
  • skim-rs/skimAvatar von skim-rs

    skim-rs/skim

    6,592Auf GitHub ansehen↗

    Skim is a cross-platform interactive fuzzy finder that runs as a terminal application, a Rust library, a Vim and Neovim plugin, and a shell integration tool. It provides real-time filtering and selection from lists of items, supporting keyboard and mouse navigation, live preview panes, and multi-select functionality across Linux, macOS, and Windows. The tool distinguishes itself through a composable query expression tree that supports fuzzy, exact, inverse, prefix, suffix, and logical AND/OR operators, combined with a Smith-Waterman scoring engine that penalizes typos and gaps for natural rel

    Runs natively on the Windows operating system without requiring a compatibility layer.

    Rustfuzzyfinderrustskim
    Auf GitHub ansehen↗6,592
  • microsoft/winobjcAvatar von microsoft

    microsoft/WinObjC

    6,239Auf GitHub ansehen↗

    WinObjC is an implementation of the Objective-C language runtime and object model for the Windows operating system. Its primary purpose is to enable the execution of Objective-C code and iOS APIs on Windows to support the porting of iOS applications. The project features a native API bridge that maps Objective-C system framework calls to native Windows API functions. It includes a toolchain to convert Xcode project targets and workspaces into Visual Studio formats and translates visual storyboard design files into active on-screen interface elements. The codebase covers binary interoperabili

    Allows calling native Windows system functions and platform APIs from within an Objective-C codebase.

    C
    Auf GitHub ansehen↗6,239
  • open-mmlab/mmdetection3dAvatar von open-mmlab

    open-mmlab/mmdetection3d

    6,273Auf GitHub ansehen↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Compile and run the 3D detection toolbox on the Windows operating system.

    Python3d-object-detectionobject-detectionpoint-cloud
    Auf GitHub ansehen↗6,273
  • ollama/ollama-jsAvatar von ollama

    ollama/ollama-js

    4,277Auf GitHub ansehen↗

    ollama-js ist eine JavaScript-Client-Bibliothek und ein API-Wrapper, der eine programmatische Schnittstelle für die Interaktion mit und die Verwaltung von Large Language Models bietet. Sie ermöglicht die Ausführung von Modellen sowohl in lokalen als auch in Cloud-Umgebungen und erleichtert die Generierung von Konversationstexten sowie die Verwaltung von Modell-Lebenszyklen. Das Projekt zeichnet sich durch spezialisierte Tools für die Modelladministration aus, einschließlich der Möglichkeit, Modelle herunterzuladen, zu erstellen und zu entfernen, sowie der Kapazität, benutzerdefinierte Modell-Blueprints und Prompt-Templates zu definieren. Es bietet zudem einen Vektor-Embedding-Client zur Generierung numerischer Textrepräsentationen, um semantische Such- und Retrieval-Pipelines zu unterstützen. Die Bibliothek deckt ein breites Spektrum an Funktionen ab, einschließlich multimodaler Analyse zur Bildverarbeitung, Erfassung interner Reasoning-Traces und die Durchsetzung strukturierter JSON-Schemata für die Datenextraktion. Sie unterstützt zudem fortgeschrittene Modellinteraktion durch Tool-Invocation und das Streamen von Antworten via asynchroner Generatoren. Die Bibliothek ist in TypeScript geschrieben.

    Executes models as native processes on Windows with hardware acceleration for NVIDIA and AMD GPUs.

    TypeScriptjavascriptjsollama
    Auf GitHub ansehen↗4,277
  • redis-windows/redis-windowsAvatar von redis-windows

    redis-windows/redis-windows

    3,485Auf GitHub ansehen↗

    This project is a native Windows port of the Redis in-memory key-value store. It provides a high-speed database that maintains datasets in RAM while using periodic snapshots to disk for data persistence. The implementation includes a background system service wrapper, allowing the data store to be installed as a Windows service that starts automatically upon computer boot. It utilizes native Windows compilation to enable execution directly on the host operating system. The system covers in-memory data caching and local data persistence, ensuring that information is recovered after a process

    Enables the data store to run natively as a process on the Windows operating system.

    Batchfileredisredis-for-windowsredis-server
    Auf GitHub ansehen↗3,485
  1. Home
  2. Operating Systems & Systems Programming
  3. Native Windows Execution

Unter-Tags erkunden

  • Continuous Integration TestsAutomated test suites that run on Windows to verify cross-platform compatibility. **Distinct from Native Windows Execution:** Distinct from Native Windows Execution: focuses on CI test execution on Windows, not general runtime capability.