# alibaba/ARouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)

Repository: https://github.com/alibaba/ARouter
Canonical: https://ross.abutalabs.com/products/arouter
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, router, navigation, componentization, dependency-injection, interceptor
Last push: 2023-09-11T06:07:41+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3550, "days_push": 1087, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 14459, forks 2603 (observed 2026-08-28T04:11:07.076202+00:00)

## What it is
ARouter is an Android routing framework from Alibaba that helps decouple navigation between pages and modules in componentized apps. It supports URL-based jumps, parameter injection, interceptors, dependency injection, and multi-module route management.

## Use cases
- navigate between activities across modules in an Android app
- route external URLs to internal app pages with parameter parsing
- add login or analytics interceptors to navigation flows
- decouple communication between Android feature modules
- inject parameters into target pages automatically
- manage multi-module Android app componentization

## When to choose
- building a large multi-module Android app that needs decoupled navigation
- you need URL-based deep linking into internal pages
- you want interceptors for login, tracking, or A/B logic during navigation
- you need cross-module service discovery via IoC on Android

## When to avoid
- building a single-module app where simple Intents suffice
- you need Jetpack Navigation with Compose-first architecture
- you need a framework under active development with frequent updates
- targeting non-Android platforms

## Facets
- artifact type: framework
- maturity: maintenance
- function: routing, middleware, mobile-framework
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: android, componentization, navigation, route-mapping, interceptor, annotation-processing, decoupling, dependency-injection

## Member repositories
- alibaba/ARouter (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:07.076202+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-29T17:12:32.659464+00:00, confidence not recorded.
  - readme: https://github.com/alibaba/ARouter (fetched 2026-08-28T04:11:07.076202+00:00, sha bce64e8527dd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
