Skip to content

Installation for macOS

If you need expert help with this or any other issue, please see our terms and conditions technical support.

Yucca works on new ARM-processors Apple M1

On November 10, 2020, Apple announced the release of devices based on the new processor and for backward compatibility emulator was introduced the Rosetta 2.

We have not tested Yucca on new processors and do not guarantee correct operation through the emulator.

Dependencies

  1. Install Homebrew
  2. Install wget
(
brew install wget
)

Installing with Homebrew

Open a terminal, run the commands:

brew tap yuccastream/tap
brew install yucca

Install without Homebrew

Open a terminal, download the necessary files and start the server:

(
mkdir -p ./yucca
cd ./yucca
wget https://releases.yucca.app/v0.8.0/darwin_amd64/free/yucca
chmod +x ./yucca
./yucca server
)
(
mkdir -p ./yucca
cd ./yucca
wget https://releases.yucca.app/v0.8.0/darwin_amd64/ent/yucca
chmod +x ./yucca
./yucca server
)

After launch the Web interface will be available at http://ip-your-server:9910

Additional