# boot-clj/boot

Build tooling for Clojure.

Repository: https://github.com/boot-clj/boot
Canonical: https://ross.abutalabs.com/products/boot
Homepage: https://boot-clj.github.io/
Language: Clojure
License: EPL-1.0
License Family: copyleft
Topics: boot, clojure, build-tool, boot-clj
Last push: 2021-04-22T20:43:31+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": 4332, "days_push": 1959, "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 1749, forks 178 (observed 2026-08-28T04:05:31.030911+00:00)

## What it is
Boot is a build tooling framework for Clojure that treats builds as programs written in Clojure rather than declarative configuration. It provides a runtime environment with composable task pipelines, classpath isolation via pods, a managed immutable filesystem tree, and ad-hoc Clojure script evaluation.

## Use cases
- build clojure projects with a programmable build tool
- write build scripts in clojure instead of a declarative dsl
- compose build pipelines from reusable tasks
- run clojure scripts without a project context
- manage complex builds with asset pipelines and multiple artifacts
- isolate classloaders and run separate clojure runtimes in one jvm

## When to choose
- you want a turing-complete build specification written in Clojure
- your build process is complex with many integrations and multiple artifacts
- you prefer composing middleware-style tasks over editing a global config map
- you want to evaluate ad-hoc Clojure scripts with dynamically added Maven dependencies

## When to avoid
- you are starting a new Clojure project and want the community-standard tools.deps CLI
- you prefer declarative build configuration like Leiningen's project.clj
- you need a build tool with active recent development and a large current ecosystem
- you are not working on the JVM or with Clojure

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: build-tool, cli, developer-tools
- domain: developer-tools, programming-languages
- platform: jvm, windows, cli
- tags: clojure, build-pipelines, jvm, repl-driven, task-composition, automation, linux, macos

## Member repositories
- boot-clj/boot (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:31.030911+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:28:46.646029+00:00, confidence not recorded.
  - readme: https://github.com/boot-clj/boot (fetched 2026-08-28T04:05:31.030911+00:00, sha 93d7ae67ffee)
  - homepage: https://boot-clj.github.io/ (fetched 2026-08-29T11:06:37.697855+00:00, sha c27b2907f95b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
