macOS
brew install clojurelocal Homebrew formula metadata
sudo port install clojureMacPorts ports tree · lang/clojure/Portfile · source: api.github.com
brew
Dynamic, general-purpose programming language. Version 1.12.5.1654 via Homebrew; verified 2026-05-29.
install
brew install clojurelocal Homebrew formula metadata
sudo port install clojureMacPorts ports tree · lang/clojure/Portfile · source: api.github.com
sudo apk add clojureAlpine Linux edge package indexes · clojure · source: dl-cdn.alpinelinux.org
sudo apt install clojureDebian stable package indexes · clojure · source: deb.debian.org
sudo dnf install clojureFedora Rawhide package metadata · clojure · source: dl.fedoraproject.org
nix profile install nixpkgs#clojurenixpkgs package indexes · pkgs/by-name/cl/clojure/package.nix · source: api.github.com
sudo pacman -S clojureArch Linux sync databases · clojure · source: geo.mirror.pkgbuild.com
sudo zypper install clojureopenSUSE Tumbleweed package metadata · clojure · source: download.opensuse.org
overview
Dynamic, general-purpose programming language
history
Clojure is a dynamic, general-purpose Lisp hosted on the JVM. Its official rationale frames it as a pragmatic language design effort for Java-class infrastructure, functional programming, persistent immutable data, and built-in concurrency support.
Clojure was created by Rich Hickey as a modern Lisp for an established host platform. The official rationale says it embraces the JVM, modernizes Lisp, fosters functional programming with immutable persistent data structures, and provides concurrency support through software transactional memory and agents.
The official releases page lists Clojure 1.0.0 in July 2009 and current stable Clojure 1.12.5 in May 2026. The official history page points to Rich Hickey's HOPL-IV paper, 'A History of Clojure,' as the project's long-form historical record.
Clojure adoption is tied to both JVM library distribution and command-line tools. The official downloads page gives Maven and deps.edn coordinates for the language artifact, and the Clojure CLI reference describes clj and clojure commands that run programs, start REPLs, invoke functions, run tools, and construct classpaths from deps.edn sources.
The supplied input shows broad package-manager distribution for the CLI package: apk, Homebrew, Debian, dnf, MacPorts, Nix, pacman, Ubuntu, and zypper.
The Clojure CLI is invoked as clojure or clj. Official CLI docs describe using deps.edn files to configure dependencies and classpaths, starting a REPL, executing functions with -X, running tools with -T, and running main namespaces or scripts with -M.
The deps.edn reference describes project paths, dependencies, aliases, Maven dependencies, Git dependencies, local dependencies, and tool definitions. User configuration lives in the Clojure CLI config directory, computed from CLJ_CONFIG, XDG_CONFIG_HOME, or ~/.clojure.
Clojure is package-nerd significant because the language runtime is a Maven artifact, the CLI is an OS-packageable tool, and deps.edn makes dependency coordinates a plain data file. That split lets the CLI version, the language artifact version, and project dependencies be reasoned about separately.
For Unix package managers, the brew formula ships the clj and clojure commands, while real Clojure programs commonly resolve org.clojure/clojure and libraries from Maven repositories. The official CLI docs also make tools executable through the same dependency-resolution model.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
deps.edn$CLJ_CONFIG/deps.edn$XDG_CONFIG_HOME/clojure/deps.edn~/.clojure/deps.ednexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
clj | cli | global executable | |
clojure | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/clojure/brew-install
install metadata
| Package key | brew:clojure |
|---|---|
| Version | 1.12.5.1654 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/clojure |
| Homepage | https://clojure.org |
| Repository | https://github.com/clojure/brew-install |
| Upstream docs | https://clojure.org/api/api |
| License | EPL-1.0 |
| Source archive | https://github.com/clojure/brew-install/releases/download/1.12.5.1654/clojure-tools-1.12.5.1654.tar.gz |
| Last updated | 2026-05-29T15:30:41Z |
| Pulse | updated |
| Dependencies | openjdk, rlwrap |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | clojure |
| Version Scheme | 1 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
clojure 1.12.0-1
Lisp dialect for the JVM
sudo apt install clojurelibclojure-java 1.12.0-1
Lisp dialect for the JVM (library)
sudo apt install libclojure-javaclojure
nix profile install nixpkgs#clojureclojure 1.11.1-2
Lisp dialect for the JVM
sudo apt install clojurelibclojure-java 1.11.1-2
Lisp dialect for the JVM (library)
sudo apt install libclojure-javaclojure 1.12.5-r0
The Clojure Programming Language
sudo apk add clojureclojure-doc 1.12.5-r0
The Clojure Programming Language (documentation)
sudo apk add clojure-docclojure 1.12.4-3.fc44
A dynamic programming language that targets the Java Virtual Machine
sudo dnf install clojureclojure 1.12.5.1654-1
Lisp dialect for the JVM
sudo pacman -S clojureclojure 1.12.3.1577-1.2
A dynamic programming language that targets the JVM
sudo zypper install clojureclojure
sudo port install clojuresource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.