Deploying on macOS

Requirements

Before deploying the software, make sure the deployment target meets the Requirements.

Homebrew Deployment

ByteSync can be deployed on macOS via Homebrew. This is the recommended distribution mode for simplified deployment and updates on macOS.

Installation

To install ByteSync, run the following commands:

brew tap POW-Software/bytesync 
brew install --cask bytesync

Update

To update ByteSync, run the following commands:

brew update
brew upgrade --cask bytesync

Portable Version Deployment

Installation

Download the zip package, then extract and run the application.

It is recommended to unzip the software in a dedicated directory.

Update

To update ByteSync, download the new version and overwrite the previous one.

Previous Article

Deploying on Linux