# 使用 Homebrew, apt, Nix 安装 base16384

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

## 安装

```sh
sudo av install brew:base16384
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install base16384
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install base16384
```

  证据: Debian stable package indexes: base16384 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#base16384
```

  证据: nixpkgs package indexes: pkgs/by-name/ba/base16384/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:base16384
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/base16384>
- **版本:** 2.3.2
- **来源摘要:** Encode binary files to printable utf16be
- **主页:** <https://github.com/fumiama/base16384>
- **仓库:** <https://github.com/fumiama/base16384>
- **上游文档:** <https://github.com/fumiama/base16384#readme>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://github.com/fumiama/base16384/archive/refs/tags/v2.3.2.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- base16384 (cli)
- base16384 (别名)

## 构建依赖

- cmake

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 2.3.2
- 本地数据: OK
- 上游仓库: https://github.com/fumiama/base16384
- 检测到的最新版本: v2.3.2 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

base16384 is a binary-to-text encoding tool and library that maps binary data into printable UTF-16BE text using 16,384 Chinese characters. It is intentionally framed by its README as a higher-radix cousin of base64.

### 项目历史

The GitHub repository was created in April 2020. The README describes the format as using characters from U+4E00 through U+8DFF as the alphabet, with a remainder marker for incomplete final chunks.

The project is written as a C/CMake command-line utility and library, and the current CMake metadata identifies version 2.3.2 with a September 2025 version date. The README also notes use of Cosmopolitan for cross-platform binary compilation.

### 采用历史

base16384 has crossed beyond a single Homebrew formula: the README documents installation from Debian Bookworm or higher, Homebrew, an Ubuntu PPA, OpenWrt packages, and Arch AUR. The input package metadata also lists Debian, Ubuntu, Nix, and Homebrew package names.

The README lists ports and bindings in Go, Python, Android, TypeScript, Lua, C#, Rust, Swift, Dart, and MoonBit, which is unusual for a niche encoding experiment and suggests adoption by developers interested in the format itself rather than only the original CLI.

### 使用方式

The command exposes encode and decode modes, can read from stdin and write to stdout, and includes options for timing, UTF-16BE byte-order marker behavior, and checksums. Examples in the README show piping through iconv so encoded UTF-16BE output can be displayed as UTF-8 text.

There is no documented user configuration file or credentials store; behavior is controlled by command-line flags.

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

base16384 is package-nerd catnip because it is a concrete reminder that base-N encodings are constrained by transport assumptions, not just math. It asks what happens when the transport can carry a large printable Unicode alphabet rather than ASCII.

Its packaging breadth is the notable part: a very specific encoding utility appears in general-purpose OS package indexes, language ports, and embedded/open-source package sets.

### 时间线

- 2020: Public GitHub repository created.
- 2020s: README documented package availability across Homebrew, Debian, Ubuntu PPA, OpenWrt, and Arch AUR.
- 2020s: README accumulated ports and bindings in multiple languages.
- 2025: CMake metadata identified version 2.3.2 dated Sep 4th 2025.

### Related projects

- base64 is the older and far more common binary-to-text encoding explicitly used as the comparison point in the README.
- Cosmopolitan is referenced by the README as the cross-platform binary compilation tool used by the project.
- The README lists related base16384 implementations for Go, Python, Android, TypeScript, Lua, C#, Rust, Swift, Dart, and MoonBit.

### 来源

- <https://api.github.com/repos/fumiama/base16384>
- <https://github.com/fumiama/base16384#readme>
- <https://raw.githubusercontent.com/fumiama/base16384/master/CMakeLists.txt>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** base16384
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - base16384 - 2.3.1-1: normalized package name match | Debian stable package indexes: base16384 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Encode binary files to printable utf16be | https://github.com/fumiama/base16384
- Debian apt - libbase16384-2 - 2.3.1-1: normalized package name match | Debian stable package indexes: libbase16384-2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Dynamic library of base16384 | https://github.com/fumiama/base16384
- Debian apt - libbase16384-dev - 2.3.1-1: normalized package name match | Debian stable package indexes: libbase16384-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Header and archive of base16384 | https://github.com/fumiama/base16384
- Nix - base16384: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/base16384/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - base16384 - 2.2.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: base16384 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Encode binary files to printable utf16be | https://github.com/fumiama/base16384
- Ubuntu apt - libbase16384-2 - 2.2.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbase16384-2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Dynamic library of base16384 | https://github.com/fumiama/base16384
- Ubuntu apt - libbase16384-dev - 2.2.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbase16384-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Header and archive of base16384 | https://github.com/fumiama/base16384


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://www.automicvault.com/zh-hans/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [base91](https://www.automicvault.com/zh-hans/pkg/brew/base91/) - Package name indicates the same formula family.
- [ascii2binary](https://www.automicvault.com/zh-hans/pkg/brew/ascii2binary/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [bgrep](https://www.automicvault.com/zh-hans/pkg/brew/bgrep/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [brotli](https://www.automicvault.com/zh-hans/pkg/brew/brotli/) - Shares av.db curated category or tags: cli, developer-tools, encoding.
- [chardet](https://www.automicvault.com/zh-hans/pkg/brew/chardet/) - Shares av.db curated category or tags: cli, developer-tools, encoding.
- [ecoji](https://www.automicvault.com/zh-hans/pkg/brew/ecoji/) - Shares av.db curated category or tags: cli, developer-tools, encoding.
- [enca](https://www.automicvault.com/zh-hans/pkg/brew/enca/) - Shares av.db curated category or tags: cli, developer-tools, encoding.
- [hevi](https://www.automicvault.com/zh-hans/pkg/brew/hevi/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [hexapoda](https://www.automicvault.com/zh-hans/pkg/brew/hexapoda/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [libwbxml](https://www.automicvault.com/zh-hans/pkg/brew/libwbxml/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, encode, encoding.

## Combined YAML source

View the package source record on GitHub. [combined/base16384.yml](https://github.com/automic-vault/db/blob/main/combined/base16384.yml)


## 来源

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