# Install msgpack-tools with Homebrew, Nix

Command-line tools for converting between MessagePack and JSON. Version 0.6 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:msgpack-tools
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install msgpack-tools
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#msgpack-tools
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ms/msgpack-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:msgpack-tools
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/msgpack-tools>
- **Version:** 0.6
- **Source summary:** Command-line tools for converting between MessagePack and JSON
- **Homepage:** <https://github.com/ludocode/msgpack-tools>
- **Repository:** <https://github.com/ludocode/msgpack-tools>
- **Upstream docs:** <https://github.com/ludocode/msgpack-tools#readme>
- **License:** MIT
- **Source archive:** <https://github.com/ludocode/msgpack-tools/releases/download/v0.6/msgpack-tools-0.6.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- json2msgpack (cli)
- msgpack2json (cli)
- json2msgpack (alias)
- msgpack2json (alias)

## Build dependencies

- cmake

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.6
- Local data: ok
- Upstream repository: https://github.com/ludocode/msgpack-tools
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

msgpack-tools is a small pair of Unix-style conversion utilities for MessagePack and JSON. The README lists `msgpack2json` for converting MessagePack to JSON and `json2msgpack` for the reverse direction, with options for lax JSON parsing, lossy conversions, pretty-printing, and base64 encoding. The AUTHORS file names Nicholas Fraser and Jerry Jacobs, and the changelog shows the project beginning as `msgpack2json` v0.1 before being renamed to msgpack-tools in v0.2.

### How it is used

The tool's role is practical glue around the MessagePack ecosystem. MessagePack itself is a compact binary serialization format supported across many languages; msgpack-tools lets developers inspect binary MessagePack payloads, convert hand-written JSON into MessagePack during builds, or test MessagePack-RPC services with shell pipelines and netcat. Its package-manager niche is intentionally small: a command-line bridge between human-editable JSON and binary MessagePack, overlapping with broader data remarshal tools but staying focused on two executables.

### Sources

- <https://formulae.brew.sh/formula/msgpack-tools>
- <https://github.com/ludocode/msgpack-tools>
- <https://msgpack.org/index.html>
- <https://raw.githubusercontent.com/ludocode/msgpack-tools/master/AUTHORS>
- <https://raw.githubusercontent.com/ludocode/msgpack-tools/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/ludocode/msgpack-tools/master/README.md>


## Security Notes

No matching local secret-handling manifest was found for msgpack-tools. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** msgpack-tools
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** remarshal
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - msgpack-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/ms/msgpack-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [msgpack-lite](https://www.automicvault.com/pkg/npm/msgpack-lite/) - Local package facts share a topical domain. Shared terms: messagepack, msgpack.
- [fblog](https://www.automicvault.com/pkg/brew/fblog/) - Both packages work with overlapping file formats or content types. Shared terms: command-line, json, line.
- [jc](https://www.automicvault.com/pkg/brew/jc/) - Both packages work with overlapping file formats or content types. Shared terms: command-line, json, line.

## Combined YAML source

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


## Sources

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
