awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jart avatar

jart/cosmopolitan

0
View on GitHub↗
20,562 स्टार्स·735 फोर्क्स·C·isc·10 व्यूज़

Cosmopolitan

Cosmopolitan is a cross-platform C runtime library and build framework that enables the creation of single-file, self-contained executables. By providing a unified set of system headers and a specialized compiler toolchain, it allows developers to write low-level systems code that executes natively across multiple operating systems without requiring recompilation for each target environment.

The project utilizes a polyglot binary format and a system call shimming layer to intercept and translate kernel requests, effectively bypassing standard library dependencies. This approach consolidates all necessary runtime code and library dependencies directly into the executable, resulting in binaries that function immediately on target machines without external configuration or pre-installed runtimes.

This framework supports the distribution of portable software that maintains compatibility across diverse environments, including legacy systems. The project is distributed as a development toolkit, providing the necessary infrastructure to build and deploy zero-dependency applications from a single source build.

Features

  • Single-File Executables - Enables the creation of single-file, self-contained executables that run natively across multiple operating systems without recompilation.
  • Cross-Platform Abstractions - Implements a standard library that abstracts operating system differences to enable native execution of binaries on multiple platforms.
  • Static Compilation Toolchains - Provides a build system that produces self-contained executables without external dependencies or the need for recompilation on different target operating systems.
  • Cross-Platform Build Tools - Provides the infrastructure to write low-level systems code that executes natively across multiple operating systems from a single source build.
  • Single-Binary Distributions - Packages software into a single executable file that runs across multiple operating systems without requiring recompilation or external dependencies.
  • Polyglot Binaries - Utilizes a custom executable file structure that embeds multiple platform-specific headers to allow the same binary to execute on different operating systems.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.
  • Zero-Dependency Build Systems - Distributes applications that function immediately on any target machine without needing to install runtimes, libraries, or specific system configurations.
  • System Calls - Implements a translation layer that intercepts low-level kernel requests and maps them to the appropriate native interface for each supported operating system.
  • Compatibility Layers - Supports running modern software applications on older or restricted operating systems by bypassing standard library dependencies.
  • Dependency-Free Runtimes - Provides a minimal execution environment embedded within the binary that handles process initialization without relying on standard system libraries.
  • Static Dependency Bundlers - Bundles all necessary library code and runtime dependencies directly into the executable to eliminate external runtime requirements.

स्टार हिस्ट्री

jart/cosmopolitan के लिए स्टार हिस्ट्री चार्टjart/cosmopolitan के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Cosmopolitan के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Cosmopolitan के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dotnet/coredotnet का अवतार

    dotnet/core

    21,897GitHub पर देखें↗

    This project is a cross-platform development framework and managed runtime environment designed for building high-performance applications. It provides a comprehensive toolkit for constructing web services, cloud-native microservices, and desktop applications, utilizing a unified runtime that handles memory management and execution across diverse operating systems. The framework distinguishes itself through a native ahead-of-time compilation toolchain that transforms source code into optimized, self-contained machine code binaries. This capability enables fast startup times and reduced memory

    PowerShelldotnetdotnet-core
    GitHub पर देखें↗21,897
  • just-js/justjust-js का अवतार

    just-js/just

    3,803GitHub पर देखें↗

    Just is a JavaScript runtime environment designed for system-level programming and high-performance execution. It provides a direct interface to kernel functions and hardware resources, allowing developers to interact with operating system features that are typically inaccessible through standard high-level programming environments. The runtime distinguishes itself by offering a streamlined execution model that minimizes startup latency and provides the ability to compile scripts into standalone, dependency-free binaries. By leveraging the V8 engine and a specialized module loading system, it

    JavaScriptjavascriptlinuxruntime
    GitHub पर देखें↗3,803
  • shirou/gopsutilshirou का अवतार

    shirou/gopsutil

    11,866GitHub पर देखें↗

    This library provides a cross-platform toolkit for retrieving system metrics and managing processes. It functions as a unified interface for accessing low-level hardware and operating system data, allowing developers to monitor CPU, memory, disk, and network usage across diverse computing architectures without requiring external dependencies. The project distinguishes itself through its ability to maintain consistent data structures across different operating systems by parsing native system headers and wrapping low-level system calls. It includes specialized support for containerized environ

    Gogogolangsystem-information
    GitHub पर देखें↗11,866
  • dotnet/runtimedotnet का अवतार

    dotnet/runtime

    17,966GitHub पर देखें↗

    This project is a cross-platform managed execution environment and general-purpose application framework designed for building high-performance software. It provides a unified runtime that handles memory management, type safety, and code execution across diverse operating systems. By integrating a native code compilation toolchain, the platform enables developers to convert managed code into optimized machine instructions, significantly improving startup performance and reducing runtime dependencies for production environments. The framework distinguishes itself through a comprehensive toolch

    C#dotnethacktoberfesthelp-wanted
    GitHub पर देखें↗17,966
Cosmopolitan के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

jart/cosmopolitan क्या करता है?

Cosmopolitan is a cross-platform C runtime library and build framework that enables the creation of single-file, self-contained executables. By providing a unified set of system headers and a specialized compiler toolchain, it allows developers to write low-level systems code that executes natively across multiple operating systems without requiring recompilation for each target environment.

jart/cosmopolitan की मुख्य विशेषताएं क्या हैं?

jart/cosmopolitan की मुख्य विशेषताएं हैं: Single-File Executables, Cross-Platform Abstractions, Static Compilation Toolchains, Cross-Platform Build Tools, Single-Binary Distributions, Polyglot Binaries, Windows Environments, Zero-Dependency Build Systems।

jart/cosmopolitan के कुछ ओपन-सोर्स विकल्प क्या हैं?

jart/cosmopolitan के ओपन-सोर्स विकल्पों में शामिल हैं: dotnet/core — This project is a cross-platform development framework and managed runtime environment designed for building… just-js/just — Just is a JavaScript runtime environment designed for system-level programming and high-performance execution. It… shirou/gopsutil — This library provides a cross-platform toolkit for retrieving system metrics and managing processes. It functions as a… dotnet/runtime — This project is a cross-platform managed execution environment and general-purpose application framework designed for… rxi/microui — microui is a minimal immediate-mode graphical user interface library written in C, designed for resource-constrained… nothings/stb — This project is a collection of portable, header-only C functions designed for integration into software projects…