babashka/babashka
Native, fast starting Clojure interpreter for scripting observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17
- age_days: 2581
- days_rel: 37
- days_push: 7
- n_releases_24m: 28
Adoption not part of the score
4594 stars · 276 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Babashka is a native, fast-starting Clojure interpreter compiled with GraalVM native-image, designed for scripting in places where you would otherwise use bash. It ships as a self-contained binary with batteries-included libraries, a built-in task runner, and support for pods and JVM threading.
Use cases
- replace complicated bash scripts with Clojure
- write fast-starting command-line scripts without the JVM
- run a build/task runner like make or npm scripts
- parse and transform JSON and files in shell pipelines
- automate CI tasks with a scripting language
- shell out to other CLI tools from Clojure code
When to choose
- you know Clojure and want it for scripting instead of bash
- you need instant startup and low memory for CLI scripts
- you want a self-contained binary with no JVM installation
- you need a task runner with Clojure-based task definitions
When to avoid
- you need full JVM Clojure with arbitrary libraries and reflection
- you want to replace your shell entirely
- you need a Clojure tutorial or learning environment for the language itself
- startup time doesn't matter and plain JVM Clojure works fine
Facets
cli-tool · maturity stable
interpreter cli developer-tools workflow-automation developer-tools programming-languages windows cli cross-platform clojure graalvm shell-scripting scripting-runtime task-runner bash-alternative command-line automation linux macos
3 sources
- readme: https://github.com/babashka/babashka · fetched 2026-08-28 · b2380956a458
- homepage: https://babashka.org · fetched 2026-08-29 · ce83c1eb04a6
- site_page: http://book.babashka.org · fetched 2026-08-29 · 6058a3982dfb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| babashka/babashka | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="babashka/babashka")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem