awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

41 repository-uri

Awesome GitHub RepositoriesPlatform Integrations

Tools and configurations that facilitate software development, build processes, and workflow automation across specific operating system platforms.

Explore 41 awesome GitHub repositories matching operating systems & systems programming · Platform Integrations. Refine with filters or upvote what's useful.

Awesome Platform Integrations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mattpocock/skillsAvatar mattpocock

    mattpocock/skills

    131,422Vezi pe GitHub↗

    This project is an AI agent workflow framework and development toolkit designed for AI-driven software engineering. It provides a system of modular instructions, prompt libraries, and standardized routines to orchestrate complex engineering sequences and automate the decomposition of plans into technical tasks. The system differentiates itself through advanced context management and prompt engineering, using state compression and handoff documents to preserve conversation history between different AI sessions. It employs a structured library of prompt skills and high-signal trigger words to e

    Moves tasks through a defined state machine of triage roles to manage project progression.

    Shell
    Vezi pe GitHub↗131,422
  • ocornut/imguiAvatar ocornut

    ocornut/imgui

    73,875Vezi pe GitHub↗

    Acest proiect este o bibliotecă de interfață grafică de tip immediate-mode concepută pentru dezvoltarea rapidă a instrumentelor și a interfețelor de depanare. Prin generarea geometriei UI la fiecare cadru prin cod procedural, elimină nevoia de sincronizare persistentă a stării între datele aplicației și interfață. Este destinată în principal integrării în pipeline-urile de randare existente, unde produce buffere de vertex-uri brute și comenzi de desen care sunt agnostice față de API-ul grafic subiacent. Biblioteca se distinge printr-o arhitectură extrem de decuplată care acceptă layout-uri complexe, andocabile și cu mai multe ferestre de vizualizare. Gestionează pozițiile ferestrelor, tragerea tab-urilor și divizarea nodurilor, permițând dezvoltatorilor să detașeze elementele de interfață în ferestre independente ale sistemului de operare. Pentru a asigura o interacțiune consistentă în medii diverse, mapează evenimentele de intrare native într-un format unificat și oferă o scopare robustă bazată pe identificatori pentru a urmări stările elementelor între cadre. Framework-ul oferă o suprafață largă de capabilități pentru construirea de instrumente sofisticate de motor și utilitare de diagnosticare. Include suport pentru componente vizuale avansate, cum ar fi editoare de noduri, plottere 2D și 3D și inspectoare specializate, alături de infrastructură pentru scalarea DPI și randarea formelor personalizate. Sistemul este conceput pentru o portabilitate ridicată, oferind opțiuni de configurare la momentul compilării care permit dezvoltatorilor să adapteze structurile de date de bază și tipurile matematice la cerințele specifice ale motorului. Depozitul oferă exemple extinse pentru conectarea bibliotecii la backend-uri și framework-uri grafice majore, alături de instrumente pentru generarea de binding-uri specifice limbajelor.

    Connects interactive interface components to diverse rendering backends including Vulkan, Metal, and DirectX.

    C++apicplusplusframework
    Vezi pe GitHub↗73,875
  • python/cpythonAvatar python

    python/cpython

    73,265Vezi pe GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a combination of reference counting and generational cyclic garbage collection, while dynamic type dispatching determines object behavior at runtime based on metadata stored within object headers. The project is distinguished by its C-based architecture, which provides a stable forei

    Specialized configuration arguments facilitate the creation of framework-style installations tailored for macOS system integration.

    Python
    Vezi pe GitHub↗73,265
  • traefik/traefikAvatar traefik

    traefik/traefik

    63,644Vezi pe GitHub↗

    Traefik is a cloud-native edge router and API gateway designed to manage service communication and traffic flow across distributed infrastructure. It functions as a dynamic service proxy that automatically discovers backend services and configures routing rules in real time, eliminating the need for manual restarts or complex configuration updates. By integrating directly with container orchestrators and service registries, it maintains a consistent state for network traffic, load balancing, and security policy enforcement. The project distinguishes itself through its deep integration with di

    Unifies traffic management across virtual machines and containers by discovering services and applying consistent routing and security policies.

    Goconsuldockeretcd
    Vezi pe GitHub↗63,644
  • tiimgreen/github-cheat-sheetAvatar tiimgreen

    tiimgreen/github-cheat-sheet

    57,407Vezi pe GitHub↗

    This project is a community-driven knowledge base that serves as a comprehensive guide for mastering version control operations and platform-specific workflows. It functions as a developer productivity resource, consolidating essential information on command-line operations, repository management, and advanced interface techniques into a single, version-controlled document. The guide distinguishes itself by providing actionable insights into platform-specific automation and navigation. It covers the use of keyboard shortcuts to accelerate daily tasks, the application of advanced search syntax

    Automates issue state transitions using specific keywords in commit messages.

    awesomeawesome-listgit
    Vezi pe GitHub↗57,407
  • jetbrains/kotlinAvatar JetBrains

    JetBrains/kotlin

    52,880Vezi pe GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platform-specific machine code, bytecode, or source code. The project distinguishes itself through a multi-target build orchestration model that manages complex compilation units and hierarchical source sets. Developers can define common interface logic that is satisfied by platform-sp

    Implements specific packaging directives required to bundle code into functional mobile application artifacts.

    Kotlincompilergradle-pluginintellij-plugin
    Vezi pe GitHub↗52,880
  • hyprwm/hyprlandAvatar hyprwm

    hyprwm/Hyprland

    36,388Vezi pe GitHub↗

    Hyprland is a Wayland compositor and tiling window manager for Linux systems. It functions as a display server protocol implementation that coordinates communication between hardware and graphical applications, while automatically organizing open windows into non-overlapping layouts to maximize screen space. The project distinguishes itself through a dynamic tiling engine that utilizes a binary space partitioning algorithm to calculate window geometry in real time. It provides a highly customizable workspace platform where users define system behavior and visual aesthetics through declarative

    Loads external dynamic libraries at runtime to inject custom functionality without requiring core system recompilation.

    C++compositorcpp26wayland
    Vezi pe GitHub↗36,388
  • notepad-plus-plus/notepad-plus-plusAvatar notepad-plus-plus

    notepad-plus-plus/notepad-plus-plus

    27,194Vezi pe GitHub↗

    Notepad++ is a high-performance, lightweight source code editor designed for local development on Windows. Built as a native desktop application, it utilizes a specialized editing component to manage text buffers and render syntax highlighting for large files with minimal resource overhead. The editor distinguishes itself through a robust plugin architecture that allows users to extend core functionality by loading external binary modules at runtime. It also provides extensive support for custom language definitions, enabling users to map unique syntax rules and keywords to the rendering engi

    Directly interfaces with the underlying operating system windowing system to ensure minimal resource overhead.

    C++editornotepadnotepad-official
    Vezi pe GitHub↗27,194
  • renovatebot/renovateAvatar renovatebot

    renovatebot/renovate

    21,796Vezi pe GitHub↗

    Renovate is a GitOps-driven dependency management engine designed to automate the maintenance of software projects. It functions as an automated update tool that scans repository files to identify outdated dependencies, fetches the latest compatible versions from external sources, and generates pull requests to apply those updates. By integrating directly with code hosting platforms, it synchronizes project dependencies through declarative configuration files, ensuring that software components remain current and secure. The project distinguishes itself through its platform-agnostic architectu

    Integrates with code hosting platforms to manage dependency updates across multiple repositories from a centralized location.

    TypeScriptazure-devopsbitbucketdependencies
    Vezi pe GitHub↗21,796
  • futurice/android-best-practicesAvatar futurice

    futurice/android-best-practices

    20,754Vezi pe GitHub↗

    This project provides a comprehensive set of architectural patterns, build configurations, and quality standards for developing maintainable and scalable Android applications. It serves as a guide for organizing mobile application code into feature-based modules to improve encapsulation and simplify navigation, while establishing a framework for standardizing build processes and dependency management across development environments. The repository distinguishes itself by offering strategies for integrating automated quality assurance, including unit testing, static code analysis, and performa

    Implements automated code shrinking and build variant configurations to ensure performant and compact production releases.

    androidandroid-developmentbest-practices
    Vezi pe GitHub↗20,754
  • github/docsAvatar github

    github/docs

    18,951Vezi pe GitHub↗

    GitHub Copilot is an AI-powered development platform designed to integrate large language models directly into coding environments. It functions as an interactive assistant and an agentic workflow orchestrator, enabling developers to automate code generation, perform automated code reviews, and execute complex, multi-step development tasks through natural language prompts. The platform distinguishes itself through its autonomous agent capabilities, which allow for repository-level research, implementation planning, and code modifications across multiple files. It supports a modular architectu

    Executes common repository workflows directly from the terminal to minimize context switching.

    TypeScriptdocsworks-with-codespaces
    Vezi pe GitHub↗18,951
  • gfx-rs/wgpuAvatar gfx-rs

    gfx-rs/wgpu

    17,382Vezi pe GitHub↗

    This project is a cross-platform graphics and compute framework that provides a unified, hardware-agnostic abstraction layer for rendering and parallel processing. It enables developers to build high-performance applications that execute consistently across diverse operating systems and hardware backends, including Vulkan, Metal, and DirectX. By mapping high-level graphics commands to native APIs, it serves as a portable foundation for both real-time 3D rendering and general-purpose GPU computing. The framework distinguishes itself through a robust architecture that supports both native deskt

    Maps high-level graphics commands to native hardware backends like Vulkan, Metal, and DirectX.

    Rustd3d12gpuhacktoberfest
    Vezi pe GitHub↗17,382
  • swiftlang/swift-evolutionAvatar swiftlang

    swiftlang/swift-evolution

    15,854Vezi pe GitHub↗

    Swift Evolution serves as the central governance and design platform for the Swift programming language. It provides a structured, collaborative framework for tracking, discussing, and managing the formal proposals and technical goals that define the language's syntax, semantics, and core features. By maintaining a comprehensive collection of design documentation, the project ensures the long-term stability and consistency of the language as it matures. The repository acts as the primary hub for the language's evolution, coordinating community feedback and technical decisions through a transp

    Modifies platform frameworks to improve interoperability and native integration through language-specific interface adjustments.

    Markdown
    Vezi pe GitHub↗15,854
  • budtmo/docker-androidAvatar budtmo

    budtmo/docker-android

    15,322Vezi pe GitHub↗

    Docker-Android runs a full Android emulator inside a Docker container, enabling mobile app testing and automation without requiring a physical device. The emulator uses QEMU-based virtualization with optional KVM acceleration for hardware-backed performance, and supports nested virtualization on cloud VMs from providers like AWS, GCP, and Azure for environments without direct hardware acceleration. The container exposes the Android Debug Bridge over TCP/IP, allowing host-side tools to connect to the emulator as if it were a local device. It provides browser-based interaction with the emulator

    Compiles Android projects and produces build artifacts inside a container using Gradle.

    Pythonalibabacloudandroidandroid-emulator
    Vezi pe GitHub↗15,322
  • waydroid/waydroidAvatar waydroid

    waydroid/waydroid

    11,549Vezi pe GitHub↗

    Waydroid is a containerized mobile runtime that executes a full Android operating system directly on Linux desktop environments. By utilizing Linux kernel namespaces, it isolates the mobile environment while sharing the host kernel to provide native-like performance and hardware access for mobile applications. The project distinguishes itself through deep integration with the host system, bridging mobile display buffers to native desktop windows and translating host input events into mobile gestures. It enables multi-window management, allowing mobile applications to run alongside native desk

    Builds and configures mobile operating system images from source to deploy tailored containerized environments on diverse hardware.

    Pythonandroidlinux
    Vezi pe GitHub↗11,549
  • aosp-mirror/platform_frameworks_baseAvatar aosp-mirror

    aosp-mirror/platform_frameworks_base

    10,812Vezi pe GitHub↗

    This project provides the core framework and system API layer for the Android operating system. It consists of the fundamental Java and C++ libraries that define system behavior and establish the interface contracts required for system applications and hardware abstraction. The project includes a runtime optimizer used to reduce startup time and improve execution speed by pre-compiling methods and configuring boot images. It also features a software quality toolchain that enforces code formatting, audits commit metadata, and manages API compatibility to ensure stable interface contracts acros

    Defines the rules and settings for compiling source code, managing dependencies, and generating boot images.

    Java
    Vezi pe GitHub↗10,812
  • nasa/fprimeAvatar nasa

    nasa/fprime

    10,766Vezi pe GitHub↗

    F Prime este un framework bazat pe componente, conceput pentru dezvoltarea și implementarea software-ului pentru sisteme embedded și zbor spațial. Acesta oferă o arhitectură modulară care decuplează logica software de interfețele de comunicare, permițând dezvoltatorilor să definească structurile sistemului printr-un limbaj de modelare specific domeniului. Această abordare bazată pe modele permite generarea automată de cod, asigurând consistența în topologii complexe de sistem, menținând în același timp contracte stricte de interfață între modulele software. Framework-ul se distinge prin sistemul său integrat de build și suita de operațiuni cu date la sol. Acesta automatizează întregul ciclu de viață al software-ului embedded, de la compilarea încrucișată și gestionarea dependențelor până la generarea interfețelor de telemetrie și comandă. Prin furnizarea unui mediu unificat atât pentru software-ul de zbor de la bord, cât și pentru monitorizarea la sol, facilitează integrarea, testarea și controlul sistemelor embedded distribuite pe diverse platforme hardware. Dincolo de arhitectura sa de bază, proiectul include instrumente cuprinzătoare pentru observabilitatea sistemului, inclusiv vizualizarea telemetriei în timp real, logarea evenimentelor și trasarea diagnosticelor. Acesta suportă o gamă largă de scenarii de implementare, de la medii bare-metal la sisteme de operare în timp real, și oferă mecanisme pentru gestionarea memoriei, modelarea comportamentului bazat pe stări și execuția asincronă a sarcinilor. Proiectul este menținut ca un depozit C++ cu documentație extinsă și suport pentru sistemul de build pentru dezvoltare multi-platformă.

    Applies platform-specific flags and definitions to ensure correct compilation for macOS environments.

    C++componentscppembedded
    Vezi pe GitHub↗10,766
  • android/ndk-samplesAvatar android

    android/ndk-samples

    10,513Vezi pe GitHub↗

    The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++ native code into Android applications. This repository serves as a practical guide for developers utilizing the Android Native Development Kit to implement performance-critical application components that require direct hardware access and low-level system interaction. The project highlights the use of the Java Native Interface to bridge managed code with native modules, enabling cross-language function calls and efficient data exchange. It demonstrates how to manage native act

    Switches between release and debug modes to balance binary performance and file size against troubleshooting needs.

    C++
    Vezi pe GitHub↗10,513
  • pocoproject/pocoAvatar pocoproject

    pocoproject/poco

    9,438Vezi pe GitHub↗

    POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy

    Supports building native C++ libraries for Android using the NDK toolchain.

    C++c-plus-plusconfigurationcross-platform
    Vezi pe GitHub↗9,438
  • sequelpro/sequelproAvatar sequelpro

    sequelpro/sequelpro

    9,194Vezi pe GitHub↗

    Sequel Pro is a native macOS database administration application and graphical user interface client. It provides a dedicated desktop environment for managing MySQL and MariaDB databases, allowing users to perform server configuration and organize database data. The tool focuses on relational database visualization and the administration of both MySQL and MariaDB server instances. It enables the organization of data and the execution of management tasks through a desktop interface designed for macOS.

    Utilizes specific Xcode build configurations to target various macOS environment binaries.

    Objective-Cmacosmysqlobjective-c
    Vezi pe GitHub↗9,194
Înapoi123Înainte
  1. Home
  2. Operating Systems & Systems Programming
  3. Platform Development and Integration
  4. Platform Integrations

Explorează sub-etichetele

  • Android Build Configurations3 sub-tag-uriRules and settings for packaging libraries into Android-compatible application projects.
  • Cross-Platform Ingress ManagementUnified traffic management across VMs and containers.
  • GitHub Workflow Utilities1 sub-tagTools and templates for managing GitHub repository workflows.
  • Graphics BackendsSupport for various graphics APIs like Vulkan and DirectX.
  • Issue Management Automations1 sub-tagMechanisms for managing issue states through external actions like commit messages.
  • macOS Build ConfigurationsBuild-time settings and flags specifically for targeting macOS framework structures.