# 使用 Homebrew, Nix, scoop, winget 安装 min-lang

查看 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
