# Xiaofei-it/Hermes

A smart, novel and easy-to-use framework for Android Inter-Process Communication (IPC). （简单易用的安卓进程间通信IPC框架）

Repository: https://github.com/Xiaofei-it/Hermes
Canonical: https://ross.abutalabs.com/products/xiaofei-it-hermes
Language: Java
License: NOASSERTION
License Family: other
Last push: 2022-06-21T07:29:41+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": 3781, "days_push": 1534, "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 1272, forks 192 (observed 2026-08-28T04:04:12.148386+00:00)

## What it is
Hermes is a Java framework for Android that simplifies inter-process communication (IPC) by letting developers invoke methods in another process as if they were local calls. It uses annotation-based interfaces to expose remote classes, singletons, and callbacks, and includes garbage collection for remote instances.

## Use cases
- call methods across Android processes without writing AIDL
- share a singleton between two processes in an Android app
- send callbacks from one process to another over IPC
- simplify Android IPC for developers unfamiliar with Binder
- post events between processes with HermesEventBus

## When to avoid
- you need a modern, actively maintained IPC solution
- your project uses Kotlin-first or AndroidX-centric architectures where newer IPC tools fit better
- you only need simple messaging rather than remote method invocation

## Facets
- artifact type: library
- maturity: maintenance
- function: rpc, middleware
- domain: mobile-development, android-tools, developer-tools
- platform: -
- tags: ipc, inter-process-communication, android, java, binder, cross-process-calls

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

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:12.148386+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-30T05:03:15.795220+00:00, confidence not recorded.
  - readme: https://github.com/Xiaofei-it/Hermes (fetched 2026-08-28T04:04:12.148386+00:00, sha e7eade85879b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
