2 repository-uri
Software implementations that avoid native binary dependencies by using existing system tools and file parsing.
Distinguishing note: None of the candidates address the goal of avoiding native dependencies through alternative system-level retrieval methods
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Native-Free Implementations. Refine with filters or upvote what's useful.
OSHI is a Java system information library and cross-platform hardware monitor used to extract real-time performance data and specifications from processors, memory, disks, network interfaces, and system firmware. It serves as an operating system metadata provider, querying system boot times, uptime, and detailed version information across various desktop and server distributions. The library integrates with observability pipelines by exporting system and process metrics to external monitoring backends using the Micrometer standard. It also supports connecting to vendor libraries to extract ad
Supports creating system information providers using command-line tools and file parsing to avoid native code dependencies.
unioffice is a comprehensive document processing suite that provides a PDF document processor, an Open XML document library, a document security toolkit, and a document content extractor. It is designed to programmatically create, read, and modify Word, Excel, and PowerPoint files, as well as generate and edit PDF documents. The project is distinguished by its native language implementation of the Open XML standard, which removes native binary dependencies to simplify container deployments. It features advanced capabilities for digital document security, including hardware-based PDF signing,
Implements the Open XML standard using a pure language approach to eliminate native binary dependencies.