How to Install QuickShare on macOS
QuickShare is a file-sharing software that enables users to quickly and easily share files between Macs. Follow the steps below to install QuickShare on macOS.
Prerequisites
Before you get started, ensure you have the following:
- A Mac running macOS (QuickShare does not currently support other operating systems).
- Github account (if unavailable, create one).
Steps
Open Terminal on your Mac. You can do this by typing "Terminal" in Spotlight or navigating to "Applications" > "Utilities" > "Terminal".
Clone the QuickShare repository by typing the following command in Terminal:
git clone https://github.com/ihexxa/quickshare.gitNavigate to the QuickShare directory by typing the following in Terminal:
cd quickshareInstall QuickShare by entering the following command:
make installIf you encounter any issues with this command, ensure you have Xcode and make installed on your Mac.
Once QuickShare is installed, start the server by typing the following command:
quickshare startBy default, QuickShare listens on port 8080. Open your browser and go to
http://localhost:8080to access QuickShare.To share a file, simply drag it and drop it onto the QuickShare web interface. A link to the file will be generated, which you can then share with others.
Congratulations, QuickShare is now installed on your Mac!