# joker を Homebrew, apk, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:joker
```

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

### macOS

- Homebrew (100%):

```sh
brew install joker
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add joker
```

  証拠: Alpine Linux edge package indexes: joker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#joker
```

  証拠: nixpkgs package indexes: pkgs/by-name/jo/joker/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install joker
```

  証拠: openSUSE Tumbleweed package metadata: joker from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:joker
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.9.0
- **ソース概要:** Small Clojure interpreter, linter and formatter
- **ホームページ:** <https://joker-lang.org/>
- **リポジトリ:** <https://github.com/candid82/joker>
- **最終更新:** 2026-07-25T20:58:05-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- joker (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.9.0
## プロジェクトの歴史と使われ方

Joker is a small Clojure interpreter, linter, and formatter written in Go. It targets scripting and tooling use cases where Clojure syntax is desirable but JVM startup and full Clojure compatibility are not the goal.

### プロジェクトの歴史

The candid82/joker repository was created in December 2016 and published its v0.5.0 release the same day. The README frames Joker as a Clojure dialect with deliberate limits: close syntax and semantics where implemented, but no attempt at complete Clojure parity or high-performance execution.

Over time Joker grew from an interpreter into a compact toolchain for Clojure-family files, adding REPL, script execution, eval, linting, formatting, and EDN pretty-printing modes.

### 採用の歴史

Joker's README documents package-manager paths through Homebrew, Arch Linux's AUR, Nix, and precompiled binaries. Homebrew packages it as the joker formula and builds from Go when needed.

### 使われ方

Users run joker for a REPL, execute .joke scripts, evaluate expressions from the command line, lint files or directories, and format Clojure source or EDN. The project goals explicitly favor lightweight scripting, fast startup, helpful errors, and tooling for Clojure and ClojureScript code.

### パッケージ好きにとっての重要性

Joker is package-nerd-interesting because it packages a Clojure-like command-line experience as a Go-built binary rather than a JVM runtime. That makes it attractive for shell scripts, editor integrations, and package formulas where startup time and a small dependency footprint matter.

### タイムライン

- 2016: The GitHub repository was created and v0.5.0 was released.
- 2017: The v0.7.0 release followed early development.
- 2019: The README documented Joker as interpreter, linter, formatter, and scripting tool.
- 2026: The v1.8 release line appeared in GitHub release metadata.

### Related projects

- Related projects and ecosystems include Clojure, ClojureScript, EDN tooling, clj-kondo-like linting workflows, Homebrew, Nix, Arch AUR, and Go-based single-binary CLI packaging.

### ソース

- <https://api.github.com/repos/candid82/joker>
- <https://api.github.com/repos/candid82/joker/releases?per_page=100>
- <https://candid82.github.io/joker>
- <https://formulae.brew.sh/formula/joker>
- <https://github.com/candid82/joker>
- <https://joker-lang.org/>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

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

- Nix - joker: normalized package name match | nixpkgs package indexes: pkgs/by-name/jo/joker/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - joker - 1.5.8-r7: normalized package name match | Alpine Linux edge package indexes: joker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Small Clojure interpreter, linter and formatter written in Go | https://joker-lang.org/
- zypper - joker - 1.4.0-2.8: normalized package name match | openSUSE Tumbleweed package metadata: joker from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Small Clojure interpreter, linter and formatter written in Go | https://joker-lang.org


## Combined YAML source

View the package source record on GitHub. [combined/joker.yml](https://github.com/mxcl/pkgdb/blob/main/combined/joker.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
