Automic VaultAutomic Vault

brew

clojure を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

clojure のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install clojure

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install clojure

MacPorts ports tree · lang/clojure/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add clojure

Alpine Linux edge package indexes · clojure · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install clojure

Debian stable package indexes · clojure · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install clojure

Fedora Rawhide package metadata · clojure · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#clojure

nixpkgs package indexes · pkgs/by-name/cl/clojure/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S clojure

Arch Linux sync databases · clojure · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install clojure

openSUSE Tumbleweed package metadata · clojure · ソース: download.opensuse.org

概要

パッケージ概要

Dynamic, general-purpose programming language

コマンドとエイリアス

  • clj
  • clojure

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2009: Clojure 1.0.0 listed on the official older releases page.
  • 2010: Clojure 1.1.0 and 1.2.x listed on the official older releases page.
  • 2017: Clojure 1.9.0 released with official release notes.
  • 2018: Clojure 1.10.0 released with official release notes.
  • 2021: HOPL-IV conference talk and Q&A for 'A History of Clojure.'
  • 2024: Clojure 1.12.0 released with official release notes.
  • 2026: Clojure 1.12.5 listed as stable release on May 12, 2026.

Related projects

  • Officially related projects include ClojureScript, ClojureCLR, tools.deps, the Clojure CLI, and the broader JVM/Maven ecosystem. clojure-lsp and ClojureScript build on Clojure's language and tooling conventions.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:programming language

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
deps.edn$CLJ_CONFIG/deps.edn$XDG_CONFIG_HOME/clojure/deps.edn~/.clojure/deps.edn

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
cljcliグローバル実行可能ファイル
clojurecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.12.5.1654
マネージャ更新日2026-05-29
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/clojure/brew-install

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:clojure
バージョン1.12.5.1654
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/clojure
ホームページhttps://clojure.org
リポジトリhttps://github.com/clojure/brew-install
上流ドキュメントhttps://clojure.org/api/api
ライセンスEPL-1.0
ソースアーカイブhttps://github.com/clojure/brew-install/releases/download/1.12.5.1654/clojure-tools-1.12.5.1654.tar.gz
最終更新2026-05-29T15:30:41Z
Pulseupdated
依存関係openjdk, rlwrap
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameclojure
Version Scheme1
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

clojure 1.12.0-1

Lisp dialect for the JVM

http://clojure.org

sudo apt install clojure
  • Section: devel
  • Architecture: all
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Clojure
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clojure from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libclojure-java 1.12.0-1

Lisp dialect for the JVM (library)

http://clojure.org

sudo apt install libclojure-java
  • Section: java
  • Architecture: all
  • Source Package: clojure
  • 3 依存関係
  • normalized package name match
  • 一致条件: Clojure
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libclojure-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

clojure

nix profile install nixpkgs#clojure
  • normalized package name match
  • 一致条件: Clojure
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cl/clojure/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

clojure 1.11.1-2

Lisp dialect for the JVM

http://clojure.org

sudo apt install clojure
  • Section: universe/devel
  • Architecture: all
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Clojure
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clojure from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libclojure-java 1.11.1-2

Lisp dialect for the JVM (library)

http://clojure.org

sudo apt install libclojure-java
  • Section: universe/java
  • Architecture: all
  • Source Package: clojure
  • 3 依存関係
  • normalized package name match
  • 一致条件: Clojure
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libclojure-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

clojure 1.12.5-r0

The Clojure Programming Language

https://clojure.org

sudo apk add clojure
  • License: EPL-1.0
  • Architecture: x86_64
  • Source Package: clojure
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clojure
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: clojure from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

clojure-doc 1.12.5-r0

The Clojure Programming Language (documentation)

https://clojure.org

sudo apk add clojure-doc
  • License: EPL-1.0
  • Architecture: x86_64
  • Source Package: clojure
  • normalized package name match
  • 一致条件: Clojure
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: clojure-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

clojure 1.12.4-3.fc44

A dynamic programming language that targets the Java Virtual Machine

http://clojure.org/

sudo dnf install clojure
  • License: EPL-1.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: clojure
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Clojure
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clojure from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

clojure 1.12.5.1654-1

Lisp dialect for the JVM

https://clojure.org/

sudo pacman -S clojure
  • License: EPL-1.0
  • Architecture: any
  • 2 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Clojure
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: clojure from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

clojure 1.12.3.1577-1.2

A dynamic programming language that targets the JVM

https://clojure.org/

sudo zypper install clojure
  • License: EPL-1.0
  • Category: Development/Languages/Other
  • Architecture: noarch
  • Source Package: clojure
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clojure
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: clojure from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

clojure

sudo port install clojure
  • normalized package name match
  • 一致条件: Clojure
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/clojure/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment