This repository contains Homebrew Casks for various tools and applications developed by Zarestia-Dev.
To add this tap to your Homebrew installation, run:
brew tap Zarestia-Dev/zarestiaYou can then install any of the following available casks:
A GUI manager for RClone built with Angular and Tauri.
brew install --cask rclone-manager| Cask | Description | Install Command |
|---|---|---|
rclone-manager |
GUI for RClone | brew install --cask rclone-manager |
Most applications in this tap are open-source and unsigned. macOS will likely block them by default with warnings like:
"App" can't be opened because it is from an unidentified developer. "App" is damaged and canβt be opened.
If you trust the application, you can allow it to run by running the following command in your terminal:
# Example for RClone Manager
xattr -cr "/Applications/RClone Manager.app"Alternatively, you can Right-click the application in /Applications and select Open, then confirm in the dialog.
To update all installed tools from this tap to their latest versions:
brew update
brew upgrade --cask rclone-manager- This tap is community-driven and maintained by Zarestia-Dev.
- Apps are unsigned and not notarized, so Gatekeeper warnings are expected.
- Contributions and feedback are welcome!