README.md

August 5, 2025 · View on GitHub

Discord   

Trunk Recorder Homebrew

The Homebrew package manager contains all the required dependencies to build Trunk Recorder and gr-osmosdr on macOS with a few easy commands.

Installation

  1. Install Homebrew

  2. Add this GitHub repository as a third-party tap

    brew tap trunkrecorder/install
    
  3. Install Trunk Recorder

    Version
    Stable release
    brew install trunk-recorder
    Latest GitHub
    brew install trunk-recorder --HEAD
  4. Configure Trunk Recorder for your system

  5. [Optional for macOS] Add a LaunchDaemon service to start Trunk Recorder automatically

Upgrade

  • Homebrew will automatically upgrade Trunk Recorder as new stable versions are released

    brew update
    brew upgrade
    
  • Installs using the --HEAD option require an additional command to pull updates from the Trunk Recorder repository

    brew upgrade trunk-recorder --fetch-HEAD
    

Uninstall

  1. Remove packages provided by this tap

    brew remove trunk-recorder gr-osmosdr
    
  2. Untap the GitHub repository

    brew untap trunkrecorder/install
    

Repository Information

This Homebrew tap provides the following third-party packages:

PackageDescription
trunk-recorderTrunked & Conventional Radio Recorder
gr-osmosdrOsmocom GNU Radio Blocks
v0.2.6 update of the original formula no longer available in homebrew-core