# base16384 mit Homebrew, apt, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für base16384 in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install base16384
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install base16384
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:base16384
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/base16384>
- **Version:** 2.3.2
- **Quellzusammenfassung:** Encode binary files to printable utf16be
- **Homepage:** <https://github.com/fumiama/base16384>
- **Repository:** <https://github.com/fumiama/base16384>
- **Upstream-Dokumentation:** <https://github.com/fumiama/base16384#readme>
- **Lizenz:** GPL-3.0-or-later
- **Quellarchiv:** <https://github.com/fumiama/base16384/archive/refs/tags/v2.3.2.tar.gz>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- base16384 (cli)
- base16384 (Alias)

## Build-Abhängigkeiten

- cmake

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 2.3.2
- lokale Daten: OK
- Upstream-Repository: https://github.com/fumiama/base16384
- neueste erkannte Version: v2.3.2 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

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


## Quellen

- 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
