# terrakok/Cicerone

🚦 Cicerone is a lightweight library that makes the navigation in an Android app easy.

Repository: https://github.com/terrakok/Cicerone
Canonical: https://ross.abutalabs.com/products/cicerone
Language: Kotlin
License: NOASSERTION
License Family: other
Topics: navigation, android, fragments, jetpack-navigation, cicerone, multistack, bottom-navigation
Last push: 2023-05-15T11:35:24+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": 3625, "days_push": 1206, "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 2582, forks 209 (observed 2026-08-28T04:07:02.476143+00:00)

## What it is
Cicerone is a lightweight Kotlin library that simplifies navigation in Android apps, supporting MVP/MVVM/MVI and any architecture. It offers lifecycle-safe, statically-typed navigation commands with features like multibackstack parallel navigation and deeplink handling.

## Use cases
- navigate between screens in an android app
- implement instagram-like multibackstack bottom tab navigation
- handle deeplinks opening multiple screens in one call
- make navigation unit-testable in mvp or mvi architecture
- add transition animations between screens
- manage fragment navigation without jetpack navigation

## When to choose
- you want a lightweight, framework-free navigation library for android
- you need parallel navigation with multiple back stacks
- you use mvp/mvvm/mvi and want statically-typed screen parameters
- you need navigation that is easy to unit test and extend

## When to avoid
- you prefer jetpack navigation and compose-first navigation APIs
- your project is not android
- you need a full-featured navigation framework with type-safe routes generated for you

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, developer-tools
- domain: mobile-development, android-tools
- platform: -
- tags: navigation, fragments, multistack, bottom-navigation, jetpack-navigation, kotlin, mvp, mvvm, android

## Member repositories
- terrakok/Cicerone (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:02.476143+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-30T02:22:36.615097+00:00, confidence not recorded.
  - readme: https://github.com/terrakok/Cicerone (fetched 2026-08-28T04:07:02.476143+00:00, sha 9dbd0b309b55)
- Data as of 2026-08-30T08:39:29.467469+00:00.
