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
·

36 Repos

Awesome GitHub RepositoriesMessage Bus Systems

Architectural patterns and libraries for enabling decoupled communication between software components.

Distinguishing note: Focuses on architectural decoupling patterns rather than specific networking or UI event handling.

Explore 36 awesome GitHub repositories matching software engineering & architecture · Message Bus Systems. Refine with filters or upvote what's useful.

Awesome Message Bus Systems GitHub Repositories

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

    google/guava

    51,473Auf GitHub ansehen↗

    Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t

    Facilitates communication between decoupled components using an event bus for publishing and subscribing to messages.

    Javaguavajava
    Auf GitHub ansehen↗51,473
  • willmcgugan/textualAvatar von willmcgugan

    willmcgugan/textual

    36,292Auf GitHub ansehen↗

    Textual is a Python TUI framework and asynchronous UI library used to build interactive text user interfaces. It provides a component-based architecture for creating cross-platform applications that run in both terminal and web browser environments. The framework distinguishes itself by utilizing a CSS-based layout engine to apply visual styles to widgets and a command palette interface for discovering and executing application functions. It also supports hosting terminal-based interfaces on the web to enable remote access via a standard browser. The toolkit covers a broad range of capabilit

    Routes system logs and debug output to a separate terminal instance via a decoupled communication channel.

    Python
    Auf GitHub ansehen↗36,292
  • devtoys-app/devtoysAvatar von DevToys-app

    DevToys-app/DevToys

    31,666Auf GitHub ansehen↗

    DevToys is a cross-platform desktop application that functions as a comprehensive suite of offline utilities for common software development tasks. It provides a unified interface for performing data formatting, encoding, validation, and asset generation locally without requiring an internet connection. The application is built on a plugin-based extensibility framework that allows users to integrate custom utility modules to meet specific technical requirements. A core differentiator is its clipboard-aware management system, which monitors clipboard content to automatically suggest or open th

    Coordinates application tasks by enabling decoupled communication between components via a centralized event bus.

    C#blazorcross-platformcsharp
    Auf GitHub ansehen↗31,666
  • flameshot-org/flameshotAvatar von flameshot-org

    flameshot-org/flameshot

    30,209Auf GitHub ansehen↗

    This project is a desktop screen capture and annotation utility designed for Linux environments. It provides an interactive graphical overlay that allows users to select specific screen regions, apply visual annotations such as shapes, text, and pixelation, and manage the resulting images through a configurable post-capture pipeline. The application distinguishes itself through deep system integration and automation capabilities. It operates as a persistent background daemon that monitors global hotkeys and supports inter-process communication via a system message bus, enabling users to trigg

    Acts as a background service that uses the system message bus for programmatic control.

    C++capturecross-platformfree-software
    Auf GitHub ansehen↗30,209
  • greenrobot/eventbusAvatar von greenrobot

    greenrobot/EventBus

    24,760Auf GitHub ansehen↗

    EventBus is a publish-subscribe messaging library designed to facilitate decoupled communication between components in Java applications. It functions as a central hub where producers dispatch events that are routed to subscribers based on the class type of the payload. By using annotation-based markers, the system maps event handlers to specific data types, allowing different parts of an application to exchange information without requiring direct references between classes. The library distinguishes itself through a focus on performance and execution control. It utilizes a compile-time inde

    Enabling different parts of an application to exchange information without requiring direct references or tight coupling between classes.

    Java
    Auf GitHub ansehen↗24,760
  • iofficeai/aionuiAvatar von iOfficeAI

    iOfficeAI/AionUi

    16,621Auf GitHub ansehen↗

    AionUi is an AI agent orchestration platform designed to manage and coordinate multiple autonomous assistants within a local environment. It functions as a framework for executing background processes and scheduled tasks that operate independently of the user interface, ensuring that automated workflows continue to run without manual oversight. The platform distinguishes itself through a local-first approach to document generation and file manipulation, allowing users to create and modify office files directly on their hardware to maintain data privacy. It supports parallel agent execution, e

    Enables remote management of desktop tasks by routing external messages to local agent processes via system message bus services.

    TypeScriptacpaiai-agent
    Auf GitHub ansehen↗16,621
  • cockpit-project/cockpitAvatar von cockpit-project

    cockpit-project/cockpit

    13,172Auf GitHub ansehen↗

    Cockpit is a web-based management interface designed for the administration of Linux servers. It provides a graphical environment that allows users to perform system tasks, configure server settings, and monitor performance directly through a standard browser. The platform distinguishes itself by offering centralized control over distributed environments, enabling the management of multiple servers from a single dashboard. It supports the lifecycle management of containerized workloads and virtual machine infrastructure, alongside the configuration of network interfaces, firewalls, and storag

    Communicates with system services by routing messages through the standard Linux D-Bus inter-process communication protocol.

    JavaScriptcockpitjavascriptlinux-servers
    Auf GitHub ansehen↗13,172
  • plasmohq/plasmoAvatar von PlasmoHQ

    PlasmoHQ/plasmo

    13,069Auf GitHub ansehen↗

    Plasmo is a browser extension framework and build tool designed for developing cross-browser extensions from a single codebase. It functions as a development environment that automates manifest generation and bundles source code into compatible packages for multiple web browser engines. The project includes a developer toolset featuring hot module replacement for real-time code updates and an automated publisher to deliver completed builds to various browser web stores. Its capability surface covers extension UI development through the injection of components into web pages and a communicati

    Implements a structured communication layer for exchanging data between background workers, popups, and content scripts.

    TypeScriptbrowser-extensionbundlerchrome-extension
    Auf GitHub ansehen↗13,069
  • elkowar/ewwAvatar von elkowar

    elkowar/eww

    12,117Auf GitHub ansehen↗

    Eww is a declarative framework for creating custom graphical desktop widgets and status bars on Linux. It functions as a desktop widget toolkit that operates independently of the window manager, allowing users to define interface elements through a dedicated configuration language and style them using a cascading stylesheet system. The project utilizes a client-server daemon architecture to manage the lifecycle of these components, ensuring that state is maintained across the desktop environment. By leveraging a reactive state binding system, the interface updates automatically in response to

    Implements a message bus system to decouple interface updates from external system events.

    Rustdesktopewwgtk
    Auf GitHub ansehen↗12,117
  • timercrack/traderAvatar von timercrack

    timercrack/trader

    8,281Auf GitHub ansehen↗

    This project is a futures algorithmic trading system designed to execute high-performance trading strategies through direct API integrations and low-latency message routing. It features a strategy execution engine that automates order placement and manages trade flows based on predefined logic and API triggers. The system utilizes a native trading API bridge and a low-latency message bus to interface internal logic with external exchange APIs while minimizing execution delays. Monitoring is handled through a web-based trading dashboard for real-time activity tracking and remote management. B

    Employs a native message bus system to ensure decoupled, low-latency communication between trading system modules.

    Calgorithmctpfutures
    Auf GitHub ansehen↗8,281
  • adap/flowerAvatar von adap

    adap/flower

    6,971Auf GitHub ansehen↗

    Flower is a federated learning framework and distributed machine learning orchestrator designed to train models across decentralized devices. It functions as a privacy-preserving toolkit that enables model training and data analysis on local hardware, ensuring raw data remains on the device while contributing to a synchronized global model. The system employs an agnostic wrapper and integrator to connect diverse machine learning libraries, allowing different frameworks to operate within the same training loop. It uses a remote procedure call orchestrator to manage the exchange of model weight

    Provides a custom message bus to transmit non-standard data packets for specialized federated learning workflows.

    Python
    Auf GitHub ansehen↗6,971
  • qvacua/vimrAvatar von qvacua

    qvacua/vimr

    6,971Auf GitHub ansehen↗

    VimR is a native macOS graphical user interface for the Neovim editor. It wraps the Neovim binary within a Swift and AppKit application to provide system-level window management and OS integration. The application includes a project workspace manager for organizing files and windows into distinct contexts, a graphical file browser for navigating directory structures, and a fuzzy file searcher for locating files using approximate string matching. It also features a markdown and HTML previewer with synchronized side-by-side scrolling.

    Implements a message bus system to enable decoupled asynchronous communication between the Swift GUI and the Neovim process.

    Swiftcocoamacosneovim
    Auf GitHub ansehen↗6,971
  • mviereck/x11dockerAvatar von mviereck

    mviereck/x11docker

    6,283Auf GitHub ansehen↗

    x11docker is an OCI container GUI orchestrator and hardware bridge designed to execute graphical applications and full desktop environments inside containers. It functions as a Linux GUI sandbox, linking containerized processes to host X11 or Wayland display servers and audio systems. The project differentiates itself by providing deep system integration for hardware acceleration, including NVIDIA driver automation and GPU passthrough. It supports cross-architecture GUI emulation and provides remote access capabilities through VNC, SSH forwarding, and browser-based HTML5 rendering. The tool

    Provides bridging to the host system bus or initiates a private session for containerized desktop applications.

    Shellcontainersdesktopdocker
    Auf GitHub ansehen↗6,283
  • ethereum-mining/ethminerAvatar von ethereum-mining

    ethereum-mining/ethminer

    5,935Auf GitHub ansehen↗

    ethminer ist ein Ethereum-GPU-Miner und Ethash-Hashing-Tool. Es fungiert als CUDA- und OpenCL-Client, der Grafikkarten für Proof-of-Work-Berechnungen zur Validierung von Blockchain-Transaktionen und zum Mining von Ethereum-Coins nutzt. Die Software nutzt GPGPU-Beschleunigung, um parallele mathematische Berechnungen auf die GPU auszulagern, und generiert den erforderlichen Acyclic-Graph-Datensatz direkt im Videospeicher, um Festplattenlatenzen zu eliminieren. Es enthält einen GPU-Mining-Benchmarker, um die Hashing-Geschwindigkeit und Effizienz gegenüber spezifischen Epochen zu testen und Performance-Baselines zu etablieren. Das Projekt implementiert das Stratum-Netzwerkprotokoll zur Koordination der Arbeitsverteilung und Übermittlung von Shares an entfernte Mining-Pools, inklusive automatischer Protokollerkennung und verschlüsselter Kommunikation. Zudem bietet es ein programmatisches HTTP-Interface für das Remote-Management, mit dem Benutzer Echtzeit-Performance-Metriken überwachen und Mining-Operationen steuern können. Die Systemintegration erfolgt über einen Message-Bus für Prozesskoordination und systemweite Benachrichtigungen.

    Uses the D-Bus system message bus to handle inter-process communication and trigger operating system notifications.

    C++
    Auf GitHub ansehen↗5,935
  • libratbag/piperAvatar von libratbag

    libratbag/piper

    5,838Auf GitHub ansehen↗

    Piper ist eine GTK-Desktop-Anwendung und Client-Schnittstelle, die darauf ausgelegt ist, Hardware-Einstellungen von Gaming-Peripheriegeräten zu verwalten. Sie dient als visuelles Werkzeug zur Konfiguration von Mäusen und Tastaturen durch Kommunikation mit dem libratbag-Hintergrund-Daemon. Die Anwendung bietet eine grafische Oberfläche zur Anpassung von Hardware-Einstellungen ohne die Verwendung proprietärer Herstellersoftware. Dies beinhaltet eine dedizierte Konfigurations-UI für Gaming-Mäuse zur Verwaltung von DPI und anderen gerätespezifischen Parametern. Das Tool deckt mehrere Bereiche der Hardware-Anpassung ab, einschließlich RGB-Beleuchtungsmustern, Remapping von Maustasten sowie der Anpassung von Cursor-Empfindlichkeit und Auflösung. Es synchronisiert diese Einstellungen zwischen dem visuellen Frontend und dem Hintergrunddienst, um die Konsistenz des Hardware-Zustands sicherzustellen.

    Uses the D-Bus system message bus to send commands and receive state updates from the libratbag service.

    Python
    Auf GitHub ansehen↗5,838
  • edenhill/kcatAvatar von edenhill

    edenhill/kcat

    5,763Auf GitHub ansehen↗

    kcat ist ein Kommandozeilen-Client für Apache Kafka, der verwendet wird, um Nachrichten unter Verwendung des nativen Wire-Protokolls zu produzieren, zu konsumieren und zu debuggen. Er bietet eine Reihe von Tools für die Interaktion mit Kafka-Clustern, einschließlich eines Protokoll-Debuggers zur Untersuchung von Cluster-Metadaten und eines Transaktionsmanagers für die Handhabung atomarer Nachrichten-Batches. Das Projekt verfügt über einen spezialisierten Avro-Schema-Dekoder, der binär kodierte Nachrichten in menschenlesbares JSON umwandelt, indem er sich in Remote-Schema-Registries oder lokale Dateien integriert. Zusätzlich enthält es einen In-Memory-Simulator, der das Testen von Producer- und Consumer-Logik durch die Simulation ephemerer Broker-Verhaltensweisen ermöglicht, ohne dass eine externe Infrastruktur erforderlich ist. Das Toolset deckt ein breites Spektrum an Messaging-Operationen ab, einschließlich Unterstützung für ausbalancierte Consumer-Gruppen, zeitstempelbasierte Offset-Suche und transaktionales Daten-Streaming von der Standardeingabe. Zudem bietet es Dienstprogramme für die Konfiguration der Verbindungssicherheit und die Untersuchung von Cluster-Metadaten.

    Includes a protocol debugger for inspecting cluster metadata, partition details, and real-time message flow.

    C
    Auf GitHub ansehen↗5,763
  • cri-o/cri-oAvatar von cri-o

    cri-o/cri-o

    5,629Auf GitHub ansehen↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Reuses and reattempts D-Bus connections on temporary failure to maintain reliable communication.

    Go
    Auf GitHub ansehen↗5,629
  • linuxmint/cinnamonAvatar von linuxmint

    linuxmint/cinnamon

    5,301Auf GitHub ansehen↗

    Cinnamon is a desktop environment interface for Linux operating systems. It provides a visual layout and user interface for managing windows and applications, focusing on desktop workflow management. The project enables Linux GUI customization, allowing the look and feel of the environment to be modified. It includes a window management system to handle the placement and behavior of application windows within the workspace. The environment utilizes a JavaScript-based shell and a modular applet architecture for extensibility, while using CSS for component styling. The interface is built with

    Utilizes the D-Bus system message bus to synchronize state and trigger actions between the shell and system services.

    JavaScript
    Auf GitHub ansehen↗5,301
  • relatedcode/messengerAvatar von relatedcode

    relatedcode/Messenger

    4,784Auf GitHub ansehen↗

    Messenger is an asynchronous messaging system and event-driven communication layer designed to exchange events between decoupled components. It functions as an inter-process communication tool that removes direct dependencies between services by routing messages through a middleware layer. The system implements a pub-sub messaging model where components subscribe to specific event types and receive notifications when those events are triggered. It utilizes a central dispatcher to route asynchronous events from producers to registered subscribers. The project provides capabilities for distrib

    Provides an architectural framework for decoupled communication between software components using an asynchronous message bus.

    Auf GitHub ansehen↗4,784
  • asamk/signal-cliAvatar von AsamK

    AsamK/signal-cli

    4,717Auf GitHub ansehen↗

    signal-cli ist eine Kommandozeilenschnittstelle für das Signal-Messenger-Protokoll. Sie fungiert als Headless-Client, der es Benutzern ermöglicht, Nachrichten zu senden und zu empfangen, Konten zu verwalten und Telefonnummern innerhalb einer Terminalumgebung anstelle einer grafischen Anwendung zu verifizieren. Das Projekt bietet Integrationsmöglichkeiten für externe Programme über einen JSON-RPC-Server und eine D-Bus-Schnittstelle. Diese ermöglichen automatisierte Messaging-Workflows und die Fähigkeit, Messaging-Aktionen von anderen Software-Diensten über einen Hintergrund-Daemon auszulösen. Die Software deckt die Verwaltung der Kontoidentität ab, einschließlich Registrierung und Verifizierung per SMS oder Sprachanruf, sowie den Austausch von Textnachrichten und Zustellungsbestätigungen.

    Exposes messaging capabilities as discoverable services via the D-Bus system message bus for Linux applications.

    Javacommandlinedbusjava
    Auf GitHub ansehen↗4,717
Vorherige12Nächste
  1. Home
  2. Software Engineering & Architecture
  3. Message Bus Systems

Unter-Tags erkunden

  • D-Bus Desktop Services1 Sub-TagDesktop applications that expose functionality via the D-Bus system message bus. **Distinct from Message Bus Systems:** Distinct from general message bus systems: focuses on desktop-specific IPC for application control.
  • Debug Message Buses1 Sub-TagCommunication channels specifically designed for routing system logs and debug information to external consoles. **Distinct from Message Bus Systems:** Specializes general message bus patterns for the purpose of application observability and debugging output.
  • Federated Workflow Message BusesSpecialized message bus implementations designed to handle non-standard data packets for federated learning coordination. **Distinct from Message Bus Systems:** Specifically for federated learning workflows rather than general architectural decoupling