Before you begin, make sure your system meets the following requirements:
System Requirements
çš„ MacOS
AndWindows
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.
Deployment method: install Lemon AI (recommend) on a network disk (for users who cannot access the Docker official website)
I. Download the Lemon AI application in the cloud disk
1. Visit LemonAI's official website (), select the network disk in the Offline Install Package Downloads section (the current screenshot is Baidu network disk), select the windows folder in the network disk, and download the entire Lemon AI folder.
2. In the downloaded file, read the readme.txt file in the folder first. The file shows the installation process and installation sequence of the Chinese and English installation packages. (If you don't read it, you can continue to follow up the following process installation)
2. Installing WSL
1. Prerequisites
Everything you need to run WSL can now be installed with a single command. Right-click and select "run as administrator", open the PowerShell or Windows Command Prompt in administrator mode, enter the wsl -- install Command, and restart the computer.
WSL -- Install
The first time you start a newly installed Linux distribution, a console window opens and prompts you to wait for the files to be unzipped and stored on your computer. The startup process should take less than a second afterwards.
3.wsl --versionRun in powershell and confirmDefault Version: 2.
wsl --version
4. After the installation is completed, restart the computer, and WSL can be seen in the computer application.
3. Install Docker Desktop
1. In the windows folder downloaded from the network disk, first double-click to install Docker
2. After the installation is complete, double-click to start Docker, follow the instructions of the client to install, and keep running and starting after the installation is complete
3. Open Docker Desktop and goSettingsAnd confirm the following:
Regular:Use the WSL 2 based engineEnabled.
Resources> WSL integration:Enable integration with my default WSL distroEnabled.
The following docker command to start the application must be run within the WSL terminal.
3. Import Lemon AI image
1. In the windows installation package folder downloaded from the network disk, click the right button of the folder-open it in the terminal and start the terminal.
2. In the folder terminal, execute the command to import the image file lemon-runtime-sandbox.tar
docker load -i lemon-runtime-sandbox.tar
3. After the image is successfully imported, view it in docker desktop Images. If the image is displayed, the import is successful.
Installing the Lemon AI Client
1. After the image import is completed, in the windows folder downloaded from the network disk, select the Lemon AI client to install the software according to the instructions.
2. After the installation is completed, click to start the Lemon AI application. 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.
You must be running Windows 10 version 2004 and later (build 19041 and later) or Windows 11 to use the following commands. If you are using an earlier version, see(learn.microsoft.com/en-us/windows/wsl/install-manual)。
2.() command
This command will enable the features required to run WSL and install the Ubuntu distribution of Linux. ()。
If you are running an older version, or just don't want to use the installation command and want step-by-step instructions, see.