# Xiaofei-it/HermesEventBus

A library for using EventBus between processes, useful in the IPC or plugin development.

Repository: https://github.com/Xiaofei-it/HermesEventBus
Canonical: https://ross.abutalabs.com/products/hermeseventbus
Language: Java
License: NOASSERTION
License Family: other
Last push: 2017-05-18T16:57:35+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3705, "days_push": 3394, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1617, forks 243 (observed 2026-08-28T04:05:12.024852+00:00)

## What it is
HermesEventBus is an Android library that extends greenrobot's EventBus to support event posting across processes via IPC, built on top of the Hermes IPC framework. It provides the same APIs as EventBus, making it a drop-in replacement for apps with multiple processes or plugin-based architectures.

## Use cases
- post events between processes in a multi-process Android app
- replace EventBus with a cross-process-capable event bus
- communicate between distinct Android apps via events
- send events between a host app and plugin processes
- simplify IPC without writing AIDL
- broadcast state changes across app processes

## When to choose
- your Android app runs multiple processes and needs EventBus-style communication
- you want a drop-in replacement for EventBus 3 with IPC support
- you develop Android plugins that must exchange events with the host app

## When to avoid
- your app is single-process and plain EventBus suffices
- you need a maintained library - the last release was in 2017
- you need high-throughput or structured messaging rather than simple event posting
- you use an EventBus version earlier than 3.0

## Facets
- artifact type: library
- maturity: maintenance
- function: message-queue, middleware
- domain: android-tools, mobile-development, developer-tools
- platform: jvm
- tags: eventbus, ipc, inter-process-communication, android, event-driven, cross-process

## Member repositories
- Xiaofei-it/HermesEventBus (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:12.024852+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:49:43.904973+00:00, confidence not recorded.
  - readme: https://github.com/Xiaofei-it/HermesEventBus (fetched 2026-08-28T04:05:12.024852+00:00, sha fbfb765e299e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
