# min-lang を Homebrew, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:min-lang
```

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

### macOS

- Homebrew (100%):

```sh
brew install min-lang
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#min
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/min
```

  証拠: Scoop official bucket manifest trees: bucket/min.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id MinBrowser.Min -e
```

  証拠: Windows Package Manager source index: MinBrowser.Min from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:min-lang
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.48.1
- **ソース概要:** Small but practical concatenative programming language and shell
- **ホームページ:** <https://min-lang.org>
- **最終更新:** 2026-07-09T02:07:04Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- min (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

min is a small concatenative programming language and shell created and implemented by Fabio Cevasco, with named contributors including Peter Munch-Ellingsen, Yanis Zafiropulos, and baykus871. The developer guide says the source repository was created on November 8, 2014, and that the language was made public at the end of July 2017.

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

The language is implemented in Nim. Its parser began as an adaptation of Nim's JSON parser, reshaped for a concatenative language with fewer primitive types. The language uses postfix notation and a stack model familiar from Forth, Factor, Joy, and RPN calculators, while also emphasizing functional style, homoiconicity, quotations, dictionaries, and a compact standard library.

### 使われ方

min is used through an interactive shell, inline evaluation, scripts, standard input, and a compile command that emits Nim code before invoking the Nim compiler. Its ecosystem is intentionally small: syntax support exists for editors, managed modules can be installed with the built-in module tooling, and package-manager entries mainly serve language hobbyists and developers who want a single-file, Nim-embeddable concatenative runtime.

### ソース

- <https://github.com/h3rald/min>
- <https://h3rald.com/min/Min_DeveloperGuide.htm>
- <https://min-lang.org/>
- <https://min-lang.org/get-started/>
- <https://min-lang.org/mmm/>


## セキュリティノート

generalized runtime or code generation signal.

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

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

- Nix - min: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/mi/min/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/min: installed executable or alias match | Scoop official bucket manifest trees: bucket/min.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - MinBrowser.Min: installed executable or alias match | Windows Package Manager source index: MinBrowser.Min from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/min-lang.yml](https://github.com/mxcl/pkgdb/blob/main/combined/min-lang.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
