[GH-ISSUE #416] macOS: problem installing from Homebrew cask / M1 Mac Mini? #749

Open
opened 2026-08-05 00:39:48 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @luckman212 on GitHub (Aug 5, 2022).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/416

Wanted to try this out so I followed the install instructions, but it's failing. Seems to be related to wiretrustee dependency.

macOS 12.5 / M1 Mac Mini.

$ brew install netbirdio/tap/netbird
==> Downloading https://github.com/netbirdio/netbird/releases/download/v0.8.5/netbird_0.8.5_darwin_arm64.tar.gz
Already downloaded: /Users/luke/Library/Caches/Homebrew/downloads/e57146d1abdb10de1d122c8031f374f8a3a978f2d3713bb64c207b2ede0c314a--netbird_0.8.5_darwin_arm64.tar.gz
==> Installing netbird from netbirdio/tap
Warning: netbird: No available formula with the name "wiretrustee". Did you mean wiredtiger?
'conflicts_with "wiretrustee"' should be removed from netbird.rb.
Warning: No available formula with the name "wiretrustee". Did you mean wiredtiger?
==> Searching for similarly named formulae...
This similarly named formula was found:
wiredtiger
To install it, run:
  brew install wiredtiger
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.

$ brew install --cask netbirdio/tap/netbird-ui
==> Downloading https://github.com/netbirdio/netbird/releases/download/v0.8.5/netbird-ui_0.8.5_darwin_arm64_signed.zip
Already downloaded: /Users/luke/Library/Caches/Homebrew/downloads/764db04869eba635b474cf8c5b946c62055e3a93bdff2f25d9bd812e94c6ed4d--netbird-ui_0.8.5_darwin_arm64_signed.zip
==> Installing dependencies: netbird
==> Downloading https://github.com/netbirdio/netbird/releases/download/v0.8.5/netbird_0.8.5_darwin_arm64.tar.gz
Already downloaded: /Users/luke/Library/Caches/Homebrew/downloads/e57146d1abdb10de1d122c8031f374f8a3a978f2d3713bb64c207b2ede0c314a--netbird_0.8.5_darwin_arm64.tar.gz
Warning: netbird: No available formula with the name "wiretrustee". Did you mean wiredtiger?
'conflicts_with "wiretrustee"' should be removed from netbird.rb.
Warning: No available formula with the name "wiretrustee". Did you mean wiredtiger?
==> Searching for similarly named formulae...
This similarly named formula was found:
wiredtiger
To install it, run:
  brew install wiredtiger
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
Originally created by @luckman212 on GitHub (Aug 5, 2022). Original GitHub issue: https://github.com/netbirdio/netbird/issues/416 Wanted to try this out so I followed the install instructions, but it's failing. Seems to be related to `wiretrustee` dependency. macOS 12.5 / M1 Mac Mini. ``` $ brew install netbirdio/tap/netbird ==> Downloading https://github.com/netbirdio/netbird/releases/download/v0.8.5/netbird_0.8.5_darwin_arm64.tar.gz Already downloaded: /Users/luke/Library/Caches/Homebrew/downloads/e57146d1abdb10de1d122c8031f374f8a3a978f2d3713bb64c207b2ede0c314a--netbird_0.8.5_darwin_arm64.tar.gz ==> Installing netbird from netbirdio/tap Warning: netbird: No available formula with the name "wiretrustee". Did you mean wiredtiger? 'conflicts_with "wiretrustee"' should be removed from netbird.rb. Warning: No available formula with the name "wiretrustee". Did you mean wiredtiger? ==> Searching for similarly named formulae... This similarly named formula was found: wiredtiger To install it, run: brew install wiredtiger ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps. $ brew install --cask netbirdio/tap/netbird-ui ==> Downloading https://github.com/netbirdio/netbird/releases/download/v0.8.5/netbird-ui_0.8.5_darwin_arm64_signed.zip Already downloaded: /Users/luke/Library/Caches/Homebrew/downloads/764db04869eba635b474cf8c5b946c62055e3a93bdff2f25d9bd812e94c6ed4d--netbird-ui_0.8.5_darwin_arm64_signed.zip ==> Installing dependencies: netbird ==> Downloading https://github.com/netbirdio/netbird/releases/download/v0.8.5/netbird_0.8.5_darwin_arm64.tar.gz Already downloaded: /Users/luke/Library/Caches/Homebrew/downloads/e57146d1abdb10de1d122c8031f374f8a3a978f2d3713bb64c207b2ede0c314a--netbird_0.8.5_darwin_arm64.tar.gz Warning: netbird: No available formula with the name "wiretrustee". Did you mean wiredtiger? 'conflicts_with "wiretrustee"' should be removed from netbird.rb. Warning: No available formula with the name "wiretrustee". Did you mean wiredtiger? ==> Searching for similarly named formulae... This similarly named formula was found: wiredtiger To install it, run: brew install wiredtiger ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps. ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#749