# Install ltc-tools with Homebrew, MacPorts, Nix

Tools to deal with linear-timecode (LTC). Version 0.7.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#ltc-tools.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ltc-tools
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ltc-tools
```

  Evidence: MacPorts ports tree: multimedia/ltc-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

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

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

## Package facts

- **Package key:** brew:ltc-tools
- **Package manager:** Homebrew
- **Version:** 0.7.0
- **Source summary:** Tools to deal with linear-timecode (LTC)
- **Homepage:** <https://github.com/x42/ltc-tools>
- **Repository:** <https://github.com/x42/ltc-tools>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- jltc2mtc (alias)
- jltcdump (alias)
- jltcgen (alias)
- jltcntp (alias)
- jltctrigger (alias)
- ltcdump (alias)
- ltcgen (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.7.0
## Project history and usage

ltc-tools is a small collection of command-line programs for generating, dumping, converting, and triggering against linear timecode.

### Project history

The official README is deliberately short: it identifies the project as command-line tools for linear timecode and notes that it requires x42/libltc. The repository contents show C sources and roff man pages for tools such as `ltcgen`, `ltcdump`, `jltcgen`, `jltcdump`, `jltc2mtc`, `jltcntp`, and `jltctrigger`.

### Adoption history

Adoption evidence is niche but real: the supplied package-manager facts list Homebrew, MacPorts, and Nix packages, and GitHub shows about 91 stars, 23 forks, 200 commits, and a v0.7.0 release. This is consistent with a specialist audio/video utility rather than a general-purpose media application.

### How it is used

Users install the package to get focused CLI tools for LTC workflows. The executable names map directly to package-nerd use cases: generate LTC, dump or inspect LTC, bridge JACK-oriented LTC to MIDI timecode, and perform trigger or NTP-related timecode tasks.

### Why package nerds care

ltc-tools matters in package histories because it exposes pro-audio synchronization primitives as simple Unix commands. It is the sort of package that rarely appears in broad developer tooling discussions but is important in audio, broadcast, and measurement setups where linear timecode must be inspected or synthesized without a large DAW.

### Timeline

- 2019: GitHub lists v0.7.0 as the latest release, with statically linked `ltcdump` binaries included.
- 2020s: Homebrew, MacPorts, and Nix package the toolset for command-line LTC workflows.

### Related projects

- x42/libltc is the required LTC library named by the README.
- MIDI timecode is related through the `jltc2mtc` executable.
- JACK-oriented tooling is implied by the `jltc*` executable family.

### Sources

- <https://github.com/x42/libltc>
- <https://github.com/x42/ltc-tools>
- <https://github.com/x42/ltc-tools/releases>
- source_facts.executables
- source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Other Package-Manager Records

- Nix - ltc-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/lt/ltc-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ltc-tools: normalized package name match | MacPorts ports tree: multimedia/ltc-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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