Method 3: Docker Mac Client Installation and Deployment

Checklist of system requirements for running Lemon AI

Before you begin, make sure your system meets the following requirements:

System Requirements

It is recommended to use a system with a modern processor (Intel i5/AMD Ryzen 5 or above is recommended) and at least 4GB of RAM to run Lemon AI.

The MAC System

Deployment Mode 3: install Lemon AI on the client (applicable to users who can access the Docker official website)

I. Install Docker Desktop

  1. Install Docker Desktop on Mac(Official website:https://desktop.docker.com), download the corresponding Docker according to the Mac computer chip (Intel chip selects x86_64, Apple chip selects arm64).

  1. After downloading, install the software installation process. After the installation is complete, start Docker Desktop.

  2. Open Docker Desktop and goSettings > AdvancedAnd ensureAllow the default Docker socket to be usedEnabled.

2. Pull the Lemon AI sandbox

  • Enter in the terminal and execute the pull Lemon AI sandbox command.

docker pull hexdolemonai/lemon-runtime-sandbox:latest

3. Install the Lemon AI client

1. Visit the official website of LemonAI (lemonai.cc), and Download the corresponding LemonAI application according to the chip of the Mac computer (x86_64 for Intel chip and arm64 for Apple chip) in the Download the Desktop App section.

2. After downloading the application, click to install the Lemon AI client.

3. After the installation is complete, click to start the Lemon AI application,

4. When starting the Lemon AI client, if the following screenshot error occurs, it indicates that the Lemon AI sandbox was not installed successfully, and you need to go back to the previous step to pull the sandbox.

5. In the settings, you need to configure the self-subscription model service, search service, and default model in turn. After the configuration is completed, you can return to the task page for the Lemon AI task question-and-answer experience.

Last updated