7 repository-uri
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.
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.
oneAPI Threading Building Blocks (oneTBB)
Runs automated test suites on every commit to catch issues early in development.
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.
WinObjC este o implementare a runtime-ului limbajului Objective-C și a modelului de obiecte pentru sistemul de operare Windows. Scopul său principal este de a permite execuția codului Objective-C și a API-urilor iOS pe Windows pentru a susține portarea aplicațiilor iOS. Proiectul dispune de o punte API nativă care mapează apelurile framework-ului de sistem Objective-C către funcțiile API native Windows. Include un toolchain pentru a converti țintele și workspace-urile proiectelor Xcode în formate Visual Studio și traduce fișierele de design storyboard în elemente de interfață active pe ecran. Codul sursă acoperă interoperabilitatea binară, compilarea multi-arhitectură și rutarea evenimentelor de interfață utilizator. De asemenea, oferă instrumente de diagnosticare pentru inspectarea stărilor memoriei în runtime și vizualizarea obiectelor native în timpul debugging-ului. Rezultatele proiectului sunt distribuite ca pachete NuGet.
Allows calling native Windows system functions and platform APIs from within an Objective-C codebase.
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.
ollama-js este o bibliotecă client JavaScript și un wrapper API care oferă o interfață programatică pentru interacțiunea cu și gestionarea modelelor de limbaj mari (LLM). Permite execuția modelelor atât în medii locale, cât și în cloud, facilitând generarea de text conversațional și gestionarea ciclului de viață al modelelor. Proiectul se distinge prin oferirea de instrumente specializate pentru administrarea modelelor, inclusiv capacitatea de a descărca, crea și elimina modele, precum și capacitatea de a defini blueprint-uri de modele personalizate și template-uri de prompt-uri. Oferă, de asemenea, un client de vector embedding pentru generarea reprezentărilor numerice ale textului pentru a susține pipeline-urile de căutare semantică și regăsire. Biblioteca acoperă o gamă largă de capabilități, inclusiv analiza multimodală pentru procesarea imaginilor, capturarea urmelor de raționament intern și impunerea schemelor JSON structurate pentru extracția datelor. Mai mult, suportă interacțiunea avansată cu modelele prin invocarea de instrumente și streaming-ul răspunsurilor prin generatoare asincrone. Biblioteca este scrisă în TypeScript.
Executes models as native processes on Windows with hardware acceleration for NVIDIA and AMD GPUs.
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.