macOS
brew install aklomp-base64local Homebrew formula metadata
sudo port install base64MacPorts ports tree · mail/base64/Portfile · ソース: api.github.com
brew
aklomp-base64 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install aklomp-base64local Homebrew formula metadata
sudo port install base64MacPorts ports tree · mail/base64/Portfile · ソース: api.github.com
sudo apk add base64Alpine Linux edge package indexes · base64 · ソース: dl-cdn.alpinelinux.org
choco install base64Chocolatey community package catalog · base64 · ソース: community.chocolatey.org
scoop install main/base64Scoop official bucket manifest trees · bucket/base64.json · ソース: api.github.com
概要
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
履歴
aklomp/base64 is a fast C99 Base64 streaming encoder/decoder and library with SIMD and OpenMP acceleration. Homebrew installs it as `aklomp-base64` to avoid colliding conceptually with the standard `base64` utility while still shipping a standalone `base64`-style command.
The public GitHub repository was created in September 2013. The README says that, at the time of original release, the author believed it was the only Base64 library offering SIMD acceleration, and links to the author's article explaining a SIMD approach to Base64 encoding and decoding.
Over time the project accumulated multiple optimized codecs: SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512, NEON, AArch64/NEON, plain 32/64-bit fallback routines, and optional OpenMP parallelism. The README records contributions and influence from Inkymail's fork and Wojciech Mula's SIMD Base64 work.
The project is packaged across several ecosystems in the supplied input facts: Homebrew as `aklomp-base64`, Alpine as `base64`, Chocolatey as `base64`, MacPorts as `base64`, and Scoop as `main/base64`.
Its adoption is mostly among users who need a faster streaming Base64 implementation or a small embeddable C library rather than among users seeking a new interface. The README emphasizes a self-contained object file, a matching C header, and a standalone test binary compatible with the system utility style.
As a command-line tool, it reads and writes streaming Base64 data in the spirit of existing Unix `base64` programs. As a library, callers include `include/libbase64.h` and link `lib/libbase64.o` or their own build product.
The code chooses optimized codecs at runtime on x86, can be compiled with feature-specific flags, and exposes flags such as `BASE64_FORCE_AVX2`, `BASE64_FORCE_NEON64`, and `BASE64_FORCE_PLAIN` for testing or explicit selection.
This is the sort of package that package managers preserve because a tiny boring utility hides a lot of CPU-specific detail. The interesting part is not the command syntax; it is the portable packaging of SIMD code paths, runtime dispatch, and a fallback that still works on plain C99 targets.
The Homebrew formula name is also notable: `aklomp-base64` distinguishes this implementation from the platform-provided `base64`, which is exactly the naming problem binary package managers run into with faster replacements for POSIX-ish tools.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
base64 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/aklomp/base64
インストールメタデータ
| パッケージキー | brew:aklomp-base64 |
|---|---|
| バージョン | 0.5.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/aklomp-base64 |
| ホームページ | https://github.com/aklomp/base64 |
| リポジトリ | https://github.com/aklomp/base64 |
| 上流ドキュメント | https://github.com/aklomp/base64 |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/aklomp/base64/archive/refs/tags/v0.5.2.tar.gz |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aklomp-base64 |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
base64
sudo port install base64base64 0.5.2-r2
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
https://github.com/aklomp/base64
sudo apk add base64base64-dev 0.5.2-r2
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration (development files)
https://github.com/aklomp/base64
sudo apk add base64-devbase64-static 0.5.2-r2
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration (static library)
https://github.com/aklomp/base64
sudo apk add base64-staticlibbase64 0.5.2-r2
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration (libraries)
https://github.com/aklomp/base64
sudo apk add libbase64base64
choco install base64main/base64
scoop install main/base64ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.