Download and Installation

We now provide a ShellAgent cloud version for all creators. Enjoy building your AI Agent online!

Download ShellAgent for local installation: https://github.com/myshell-ai/ShellAgent/releases

ShellAgent cloud version

Download and install ShellAgent

Install on Windows

  • After extracting the files, navigate to the main directory and double-click run.bat. This will automatically install the necessary dependencies.

  • Once you see the specified address in the command prompt, click run.bat again in the main directory.

  • Wait for the initialization to complete, then open your browser and go to http://localhost:8099.

Install on macOS or Linux

  • Extract the contents and enter the main directory.

  • Open a terminal and run the following commands:

To install dependencies: sh install.sh

To start the service: sh start.sh

Update

To enable automatic updates:

  • Go to Settings and turn on the auto-update option.

  • This ensures the application updates automatically every time you open it.

If the auto-update option is unavailable, download the latest version of ShellAgent here.

Other preparation

Visit the ComfyUI homepage to download and install ComfyUI.

Setting Up the ShellAgent Plugin for ComfyUI

There are two methods, as follows:

  1. Download or git clone https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin repository content to the ComfyUI/custom_nodes/ directory.

    1. In the custom_nodes directory, use the git clone <https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin.git> command to install

    2. In the ShellAgent-Plugin directory, use pip install -r requirements.txt to install dependencies

  2. Search for ShellAgent using ComfyUI-Manager, click to install

  3. Restart ComfyUI, start building the workflow

Notice

Using ComfyUI Widget requires starting ComfyUI outside of ShellAgent.

Copy the ComfyUI service address to the settings in ShellAgent:

Copy and fill out in the Environment
Find your MyShell_api key here and fill it in

Last updated