# clj-kondo/clj-kondo

Static analyzer and linter for Clojure code that sparks joy

Repository: https://github.com/clj-kondo/clj-kondo
Canonical: https://ross.abutalabs.com/products/clj-kondo
Language: Clojure
License: EPL-1.0
License Family: copyleft
Topics: clojure, clojurescript, linter, static-analysis, graalvm, graalvm-native-image
Last push: 2026-08-20T18:19:33+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 84, longevity 100
- inputs: {"age_days": 2723, "days_push": 13, "days_rel": 29, "gap_med": 40, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1851, forks 305 (observed 2026-08-28T04:05:44.323654+00:00)

## What it is
clj-kondo is a static analyzer and linter for Clojure, ClojureScript, and EDN code that detects errors and style issues without executing the program. It ships as a fast GraalVM native binary and integrates with editors and CI pipelines.

## Use cases
- lint clojure code for arity errors and unused vars
- catch mistakes in clojure code while typing in the editor
- check clojurescript and edn files for unresolved symbols
- enforce clojure style guide rules in CI
- find redundant do and let wrappers and unused imports
- type check clojure code statically

## When to choose
- you write Clojure or ClojureScript and want fast, accurate linting
- you need static analysis of Clojure code in CI or an editor
- you want a fast native binary with no JVM startup cost

## When to avoid
- you need linting for languages other than Clojure/ClojureScript/EDN
- you want runtime or dynamic analysis rather than static checks

## Facets
- artifact type: cli-tool
- maturity: active
- function: linter, static-site-generator, developer-tools, parser
- domain: developer-tools, programming-languages, parsers, testing
- platform: cli, cross-platform, jvm
- tags: clojure, clojurescript, static-analysis, editor-integration, graalvm-native-image

## Member repositories
- clj-kondo/clj-kondo (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.323654+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:16:55.169462+00:00, confidence not recorded.
  - readme: https://github.com/clj-kondo/clj-kondo (fetched 2026-08-28T04:05:44.323654+00:00, sha a068023279d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
