# 使用 Homebrew 安装 tiny-remapper

查看 tiny-remapper 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:tiny-remapper
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tiny-remapper
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:tiny-remapper
- **软件包管理器:** Homebrew
- **版本:** 0.14.0
- **来源摘要:** Tiny, efficient tool for remapping JAR files using "Tiny"-format mappings
- **主页:** <https://fabricmc.net/>
- **最后更新:** 2026-05-29T11:47:06Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- tiny-remapper (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.14.0
## 项目历史与用法

tiny-remapper is a FabricMC Java tool for remapping JAR files with Tiny-format mappings. It is a niche but important Minecraft/Fabric build-chain utility rather than a general developer tool.

### 项目历史

The official README describes tiny-remapper as a tiny, efficient tool for remapping JAR files using Tiny-format mappings, with original code provided by Player. Its public GitHub repository has no GitHub releases published, so most of the version history is visible through Fabric's Maven repository rather than release notes.

Fabric's Maven repository shows tiny-remapper artifacts at least as early as the 0.1.0.x line in October 2018 and current artifacts such as 0.13.x in 2026. That fits its role as a library/tool shipped as part of the Fabric toolchain.

### 采用历史

Fabric's wiki documents tiny-remapper as both a command-line tool and programmable interface. It says Loom uses Tiny Remapper for multiple tasks and Fabric Loader uses it to remap Minecraft code to intermediary names.

The supplied package-manager facts show only Homebrew packaging in this batch, which matches the niche: most users receive tiny-remapper as a Maven dependency through Fabric tooling, while the Homebrew formula exposes it as a standalone CLI for packagers and modding-toolchain users.

### 使用方式

tiny-remapper is used to transform compiled Java bytecode between mapping namespaces, especially in the Fabric Minecraft ecosystem. Official Fabric docs describe Loom converting Yarn-named mod binaries to intermediary-named usable mod binaries and Fabric Loader converting obfuscated vanilla Minecraft to intermediary.

Its package-nerd use case is debugging or scripting remaps outside Gradle/Loom, inspecting mapping artifacts, and having a reproducible CLI wrapper around a normally embedded Java library.

### 为什么软件包爱好者会关心

tiny-remapper is significant less because of broad adoption and more because it exposes a hidden build-system primitive as a package. It is the kind of tool that package databases surface when a dependency-heavy ecosystem grows a command-line edge.

It also marks the Fabric ecosystem's preference for explicit mapping formats and reusable tooling, which matters to maintainers packaging Minecraft mod development stacks.

### 时间线

- 2018: Fabric Maven lists early 0.1.0.x tiny-remapper artifacts in October.
- 2019: Fabric's November status update says Tiny-Remapper learned to apply names with the Tiny V2 mapping format work.
- 2023: Fabric Maven lists tiny-remapper 0.8.10 artifacts.
- 2026: Fabric Maven lists tiny-remapper 0.13.x artifacts.

### Related projects

- Fabric Loom uses Tiny Remapper in the Fabric build pipeline.
- Fabric Loader uses Tiny Remapper to remap Minecraft code to intermediary.
- Yarn, Intermediary, Mapping IO, and Tiny mapping formats are adjacent Fabric mapping projects.

### 来源

- <https://fabricmc.net/: Fabric project listing includes Tiny Remapper.>
- <https://github.com/FabricMC/tiny-remapper README: project description and original-code note.>
- <https://maven.fabricmc.net/net/fabricmc/tiny-remapper/: artifact chronology.>
- <https://wiki.fabricmc.net/tutorial:mappings and https://wiki.fabricmc.net/documentation:build_pipelines: Fabric toolchain usage.>
- source_facts.package-manager: Homebrew-only package availability in this batch.


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## 来源

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