https://github.com/bxt/homebrew-dirigenta-ui
Homebrew tap to install dirigenta-ui
https://github.com/bxt/homebrew-dirigenta-ui
Last synced: 2 days ago
JSON representation
Homebrew tap to install dirigenta-ui
- Host: GitHub
- URL: https://github.com/bxt/homebrew-dirigenta-ui
- Owner: bxt
- License: bsd-2-clause
- Created: 2026-06-18T10:34:15.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2026-06-18T12:54:26.000Z (7 days ago)
- Last Synced: 2026-06-18T13:26:15.995Z (7 days ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-dirigenta-ui
A [Homebrew](https://brew.sh) tap for [**dirigenta-ui**](https://github.com/bxt/dirigenta-ui) — a macOS menu bar app for controlling your [IKEA Dirigera](https://www.ikea.com/de/de/p/dirigera-hub-fuer-smarte-produkte-weiss-smart-10503406/) smart home hub.
## Install
```sh
brew install --cask bxt/dirigenta-ui/dirigenta-ui
```
Or as individual steps:
```sh
brew tap bxt/dirigenta-ui
brew trust bxt/dirigenta-ui
brew install dirigenta-ui
```
The `brew trust` step is required: Homebrew refuses to load casks from
third-party (non-official) taps until you explicitly trust them. You only run
it once per tap. If you skip it, `brew install` aborts with a
`Refusing to load cask … from untrusted tap` error.
### Gatekeeper
dirigenta-ui is not signed or notarized. The cask clears the quarantine
attribute automatically on install, so the app opens normally — no extra step
needed.
If macOS ever blocks it anyway (for example after you move the app), clear the
attribute manually:
```sh
xattr -r -d com.apple.quarantine "/Applications/dirigenta-ui.app"
```
## Upgrade
```sh
brew upgrade dirigenta-ui
```
## Uninstall
```sh
brew uninstall dirigenta-ui
```
To also remove preferences and cached data:
```sh
brew uninstall --zap dirigenta-ui
```
## License
The cask in this tap is available under the terms of the
[BSD 2-Clause license](LICENSE). dirigenta-ui itself is licensed separately —
see the [app repository](https://github.com/bxt/dirigenta-ui).