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

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 Repos

Awesome GitHub RepositoriesLinux SDKs

Support for building and deploying to Linux platforms.

Explore 20 awesome GitHub repositories matching operating systems & systems programming · Linux SDKs. Refine with filters or upvote what's useful.

Awesome Linux SDKs GitHub Repositories

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

    swiftlang/swift

    70,051Auf GitHub ansehen↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. The language is built on a task-based concurrency model that schedules asynchronous operations across multicore hardware to ensure data race safety. The project distinguishes itself through a native, bi-directional interoperability mechanism that allows for direct integration wit

    Provides the necessary toolchains and libraries to build and deploy applications on Linux platforms.

    Swift
    Auf GitHub ansehen↗70,051
  • tinygo-org/tinygoAvatar von tinygo-org

    tinygo-org/tinygo

    17,529Auf GitHub ansehen↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Provides cross-compilation support for generating Linux-compatible binary executables.

    Goadafruitarduinoarm
    Auf GitHub ansehen↗17,529
  • nasa/fprimeAvatar von nasa

    nasa/fprime

    10,766Auf GitHub ansehen↗

    F Prime ist ein komponentenbasiertes Framework für die Entwicklung und Bereitstellung von Embedded- und Raumfahrtsoftware. Es bietet eine modulare Architektur, die Softwarelogik von Kommunikationsschnittstellen entkoppelt und es Entwicklern ermöglicht, Systemstrukturen über eine domänenspezifische Modellierungssprache zu definieren. Dieser modellbasierte Ansatz ermöglicht eine automatisierte Codegenerierung, die Konsistenz über komplexe Systemtopologien hinweg gewährleistet und gleichzeitig strikte Schnittstellenverträge zwischen Softwaremodulen aufrechterhält. Das Framework zeichnet sich durch sein integriertes Build-System und eine Suite für Bodendatenoperationen aus. Es automatisiert den gesamten Lebenszyklus von Embedded-Software, von der Cross-Kompilierung und dem Abhängigkeitsmanagement bis hin zur Generierung von Telemetrie- und Befehlsschnittstellen. Durch die Bereitstellung einer einheitlichen Umgebung für Onboard-Flugsoftware und bodengestützte Überwachung erleichtert es die nahtlose Integration, das Testen sowie die Steuerung und Überwachung verteilter Embedded-Systeme über verschiedene Hardwareplattformen hinweg. Über die Kernarchitektur hinaus enthält das Projekt umfassende Werkzeuge für die Systembeobachtbarkeit, einschließlich Echtzeit-Telemetrie-Visualisierung, Ereignisprotokollierung und diagnostischer Tracing-Funktionen. Es unterstützt eine breite Palette von Bereitstellungsszenarien, von Bare-Metal-Umgebungen bis hin zu Echtzeitbetriebssystemen, und bietet Mechanismen für Speicherverwaltung, zustandsgesteuerte Verhaltensmodellierung und asynchrone Aufgabenausführung. Das Projekt wird als C++-Repository mit umfangreicher Dokumentation und Build-System-Unterstützung für die plattformübergreifende Entwicklung gepflegt.

    Configures the build system to compile and link software components specifically for standard Linux operating systems.

    C++componentscppembedded
    Auf GitHub ansehen↗10,766
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Creates production-ready, secure embedded Linux distributions using validated recipes and reference images.

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
  • sulinggg/openwrt-rpiAvatar von SuLingGG

    SuLingGG/OpenWrt-Rpi

    6,354Auf GitHub ansehen↗

    OpenWrt-Rpi is a firmware builder and embedded Linux build toolset designed to compile custom router operating system images for Raspberry Pi and NanoPi hardware. It utilizes a GitHub Actions CI pipeline to automate the generation of fresh firmware images from the latest source code via daily updates. The project maintains a custom package repository and local software sources for managing community plugins and kernel modules. This infrastructure is used to ensure version consistency and prevent dependency conflicts during the installation of network drivers and system extensions. The build

    Provides a toolset for creating specialized, production-ready Linux distributions for embedded ARM and x86 hardware.

    Shellg-dockgithub-actionsnanopi-r2s
    Auf GitHub ansehen↗6,354
  • nvidia/isaac-gr00tAvatar von NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Auf GitHub ansehen↗

    Builds reproducible, optimized embedded Linux distributions using Yocto Project recipes validated for Jetson hardware.

    Jupyter Notebook
    Auf GitHub ansehen↗6,222
  • gliderlabs/docker-alpineAvatar von gliderlabs

    gliderlabs/docker-alpine

    5,703Auf GitHub ansehen↗

    This repository provides a Docker base image built on Alpine Linux, designed to produce containers under 5 MB. It is a minimal Linux container image that uses the apk package manager for installing software from the Alpine Linux repository. The image is constructed with a musl-based C library and a BusyBox-based userland, replacing GNU coreutils with a single compact binary. It structures the filesystem as a single root filesystem layer to minimize storage and transfer overhead, and is compatible with multi-stage Docker builds to keep final images lean. The project covers building smaller an

    Uses musl libc instead of glibc to produce smaller statically linked binaries.

    Shell
    Auf GitHub ansehen↗5,703
  • raspberrypi/documentationAvatar von raspberrypi

    raspberrypi/documentation

    5,575Auf GitHub ansehen↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Provides guides for building custom kernels, configuring bootloaders, and managing device tree overlays on Raspberry Pi.

    Pythonasciidocdocumentationraspberry-pi
    Auf GitHub ansehen↗5,575
  • stupidloud/nanopi-openwrtAvatar von stupidloud

    stupidloud/nanopi-openwrt

    5,536Auf GitHub ansehen↗

    Dieses Projekt ist ein OpenWrt-Firmware-Build-System und ein Embedded-Linux-Build-Tool, das darauf ausgelegt ist, angepasste Router-Firmware-Images für NanoPi-Hardware zu erstellen. Es fungiert als Anpassungs-Kit für Netzwerk-Betriebssysteme und bietet eine strukturierte Umgebung für das Kompilieren maßgeschneiderter Betriebssystem-Images, die spezifische Treiber, Pakete und Kernel-Optimierungen integrieren. Das System zeichnet sich durch tiefgreifendes Hardware- und Performance-Tuning aus, einschließlich Kernel-Space-Flow-Offloading zur Traffic-Beschleunigung und symmetrischem Multiprocessing-Interrupt-Balancing, um Single-Core-Verarbeitungsengpässe zu vermeiden. Es ermöglicht spezialisierte Hardware-Integration wie USB-WLAN-Adapter-Unterstützung für 5G-Bänder, Lüftersteuerung und CPU-Taktoptimierung, um Hardware-Frequenzlimits aufzuheben. Der Build-Prozess deckt ein breites Spektrum an Funktionen ab, einschließlich benutzerdefinierter Patch-Integration, automatisierter Partitions-Erweiterung und dem Bündeln vorinstallierter Software für Heimnetzwerkdienste. Es unterstützt Netzwerkmanagement-Funktionen wie DNS-Konfiguration, VPN-Tunneling, Werbeblockierung und Container-Unterstützung für die Ausführung von Anwendungen auf Embedded-Hardware. Das Projekt verwendet Shell-Skripte, um die Generierung von Firmware-Images zu automatisieren und System-Updates zu verwalten.

    Provides a comprehensive system for building production-ready Linux distributions tailored for embedded ARM networking hardware.

    Shellnanopiopenwrtr1s
    Auf GitHub ansehen↗5,536
  • pyo3/maturinAvatar von PyO3

    PyO3/maturin

    5,413Auf GitHub ansehen↗

    Maturin is a build tool that compiles Rust crates into Python wheel packages, supporting multiple binding systems such as PyO3, CFFI, and UniFFI to create native extension modules. It manages the full build pipeline from Rust compilation to wheel assembly, including cross-compilation for different operating systems and architectures without requiring native hardware. The tool integrates development-mode installation with automatic rebuilds: when a Python import hook detects source changes, it triggers recompilation before the module loads. Editable installs link the compiled module into site-

    Validates Linux wheels against portability rules and tags them for broad distribution compatibility.

    Rustcfficpythoncross-compile
    Auf GitHub ansehen↗5,413
  • michielderhaeg/build-linuxAvatar von MichielDerhaeg

    MichielDerhaeg/build-linux

    5,287Auf GitHub ansehen↗

    Build Linux is a toolset for assembling a custom Linux distribution entirely from source code, automating the process described by Linux From Scratch. It compiles every system component from upstream source, giving the builder full control over included packages and configuration. The build process relies on a Makefile-driven orchestration that coordinates the entire sequence, using script-defined package recipes for each component. It employs chroot isolation to keep build artifacts separate from the host, and follows a stage-wise bootstrapping approach that first builds a minimal set of tem

    Creates small, optimized Linux systems suitable for resource-constrained or embedded environments.

    Shellbusyboxkerneltutorial
    Auf GitHub ansehen↗5,287
  • c3lang/c3cAvatar von c3lang

    c3lang/c3c

    5,147Auf GitHub ansehen↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    Supports compilation specifically for the musl libc implementation on Linux using dedicated compiler flags.

    C3c3compilerlanguage
    Auf GitHub ansehen↗5,147
  • armbian/buildAvatar von armbian

    armbian/build

    5,110Auf GitHub ansehen↗

    This repository is the Armbian build framework — an embedded Linux build system for generating custom operating system images tailored to single-board computers, primarily targeting ARM and RISC-V architectures. The build process is orchestrated by GNU Makefiles and relies on a chroot-based environment to assemble the root filesystem, manage cross-compilation toolchains, and aggregate binary firmware blobs for hardware compatibility. Kernel and bootloader source trees are fetched via git, with structured patches applied in a controlled sequence, while each supported board is described by a ded

    Creates custom embedded Linux distributions with kernel, bootloader, and filesystem for ARM/ARM64 boards.

    Shellaarch64armdebian
    Auf GitHub ansehen↗5,110
  • openwrt/packagesAvatar von openwrt

    openwrt/packages

    4,532Auf GitHub ansehen↗

    Dieses Projekt ist ein Cross-Compilation-Build-System und Software-Repository für das Betriebssystem OpenWrt. Es bietet eine kuratierte Sammlung von Community-gepflegten Softwarepaketen, Build-Skripten und Anwendungsdefinitionen, die zum Kompilieren von Bibliotheken und Dienstprogrammen von Drittanbietern für spezifische Zielhardware-Architekturen verwendet werden. Das System fungiert als Embedded-Linux-Software-Feed und nutzt einen Cross-Compilation-Workflow, um externen Quellcode in kompatible Binärdateien umzuwandeln. Es enthält eine Distribution von Netzwerktools, wie DNS-Server und VPNs, die auf Router-basierte Umgebungen und ressourcenbeschränkte Geräte zugeschnitten sind. Die Build-Funktionen decken ein breites Spektrum an Softwarekategorien ab, darunter Systemdienstprogramme, externe C- und C++-Bibliotheken, Mail-Dienste sowie Multimedia-Anwendungen für Audio-, Video- und Bildverarbeitung. Diese Komponenten werden über ein modulares System aus Paketdefinitionen und Patches in benutzerdefinierte Firmware-Erweiterungen integriert.

    Functions as an embedded Linux software feed providing a curated collection of application definitions and patches.

    Makefilehacktoberfest
    Auf GitHub ansehen↗4,532
  • unikraft/unikraftAvatar von unikraft

    unikraft/unikraft

    3,733Auf GitHub ansehen↗

    Unikraft is a modular library operating system and unikernel framework designed to compile applications into minimal, bootable virtual machine images. It serves as an OCI-compliant image builder and a cloud-native hypervisor target, enabling the creation of specialized runtimes that include only the specific drivers and libraries required by a single application. The system features a Linux compatibility layer that maps standard API calls and POSIX standards to unikernel libraries, allowing unmodified binaries to run without a full general-purpose kernel. It distinguishes itself by allowing c

    Links object files against the musl C library using native build systems to simplify software porting.

    Capplicationcloudcloud-native
    Auf GitHub ansehen↗3,733
  • andrew-d/static-binariesAvatar von andrew-d

    andrew-d/static-binaries

    3,714Auf GitHub ansehen↗

    This project is a collection of common Unix utilities compiled as statically linked binaries. It provides a portable Nix toolset and a bundle of POSIX utilities designed to run across different Linux distributions without requiring shared library dependencies. The collection focuses on cross-distribution compatibility and minimal environment setup. By utilizing a musl-based toolchain and static-link compilation, these utilities are distributed as standalone files that execute immediately without the need for a package manager or external system packages. The project covers a range of portabl

    Uses a musl-based toolchain to ensure binaries remain compatible across diverse Linux distributions.

    Shell
    Auf GitHub ansehen↗3,714
  • ophub/fnnasAvatar von ophub

    ophub/fnnas

    2,661Auf GitHub ansehen↗

    fnnas is a Debian-based network attached storage operating system and deployment framework designed to transform x86 and Arm64 hardware into private storage servers. It provides a custom operating system image builder and a kernel compilation tool for building and packaging specific kernels and device tree blobs for various hardware platforms. The project includes a hardware-specific deployer that maps device models to required bootloaders and kernel tags. It features an eMMC backup and recovery tool to save factory system images from internal storage and restore them to revert system changes

    Creates specialized Linux distributions for embedded hardware targets with configurable filesystem sizes.

    Shella311dallwinneramlogic
    Auf GitHub ansehen↗2,661
  • richfelker/musl-cross-makeAvatar von richfelker

    richfelker/musl-cross-make

    1,532Auf GitHub ansehen↗

    Musl-cross-make is a build system that automatically downloads, patches, and compiles source components to generate relocatable cross-compilation toolchains targeting the musl C library. It functions as an automated build environment for creating custom cross-compilers and standard library toolchains for alternative target architectures. The system orchestrates the sequential downloading, patching, configuring, and compiling of multi-component toolchains, applying distribution-specific bug fixes and architecture patches directly to extracted source trees. It downloads required upstream source

    Builds custom compilers and standard library environments tailored for lightweight distributions using musl.

    Makefilebinutilscross-compilergcc
    Auf GitHub ansehen↗1,532
  • plexinc/plex-media-playerAvatar von plexinc

    plexinc/plex-media-player

    1,210Auf GitHub ansehen↗

    Plex Media Player is a client application designed for streaming and playing audio and video content from remote media servers. It functions as a home theater interface, providing a graphical environment optimized for large-screen displays and remote control navigation. The software is built to operate across various desktop operating systems and can be deployed as part of custom embedded Linux media systems. The application utilizes a high-performance media playback engine based on a command-line media player core, which offloads video decoding to hardware to support high-resolution content.

    Generates optimized, minimal Linux operating system images for dedicated media playback hardware.

    C++
    Auf GitHub ansehen↗1,210
  • xavierberger/rpi-monitorAvatar von XavierBerger

    XavierBerger/RPi-Monitor

    1,206Auf GitHub ansehen↗

    RPi-Monitor is a monitoring suite designed for embedded Linux environments and single-board computers. It provides a framework for gathering real-time hardware telemetry, tracking system performance metrics, and visualizing data through a web-based dashboard. The system is built to handle long-term data persistence by utilizing fixed-size round-robin databases, ensuring historical records are maintained without exceeding storage capacity. The project distinguishes itself through its focus on embedded hardware integration and flexible deployment. It supports the monitoring of external physical

    Integrates monitoring tools directly into custom operating system builds using build recipes and layers.

    JavaScriptembedded-devicesembedded-servermonitoring
    Auf GitHub ansehen↗1,206
  1. Home
  2. Operating Systems & Systems Programming
  3. Platform Development and Integration
  4. Platform SDKs
  5. Linux SDKs

Unter-Tags erkunden

  • Linux Build Targets3 Sub-TagsBuild configurations and toolchain settings for compiling software specifically for Linux-based operating systems. **Distinct from Linux SDKs:** Distinct from general Linux SDKs: focuses on build-system configuration for cross-compilation rather than application-level SDKs.