# tolitius/mount

managing Clojure and ClojureScript app state since (reset)

Repository: https://github.com/tolitius/mount
Canonical: https://ross.abutalabs.com/products/mount
Language: Clojure
License: EPL-1.0
License Family: copyleft
Topics: clojure, clojurescript, state-management
Last push: 2026-06-11T01:45:59+00:00

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

## Adoption (not part of the score)
Stars 1254, forks 87 (observed 2026-08-28T04:04:08.680508+00:00)

## What it is
Mount is a Clojure and ClojureScript library for managing application state and lifecycle, allowing developers to start, stop, and reset stateful components like databases, web servers, and queues. It emphasizes REPL-friendly, reloadable development with declarative state definitions and dependency ordering.

## Use cases
- manage clojure app state lifecycle
- start and stop database connections in clojure
- reset application state during repl development
- define dependencies between stateful components
- swap mock implementations for testing
- run parts of an application without certain states

## When to choose
- building Clojure or ClojureScript apps with stateful resources like DBs and web servers
- you want REPL-driven, reloadable development without restarting the JVM
- you prefer a lightweight alternative to Component without protocols and records

## When to avoid
- working outside the Clojure ecosystem
- you need a full dependency injection framework with advanced wiring features
- your app is mostly pure functions with little managed state

## Facets
- artifact type: library
- maturity: stable
- function: state-management, developer-tools
- domain: developer-tools, backend, web-development
- platform: jvm, jvm-scripting
- tags: clojure, clojurescript, lifecycle, repl-driven-development, dependency-management

## Member repositories
- tolitius/mount (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:08.680508+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:07:26.045452+00:00, confidence not recorded.
  - readme: https://github.com/tolitius/mount (fetched 2026-08-28T04:04:08.680508+00:00, sha ae748a87b55e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
