For MAC or Linux:
Go through this easy setup:
- Step 1: Open Terminal
- Mac: Press
Cmd + Space
, type Terminal, and pressEnter
. - Linux: Press
Ctrl + Alt + T
to open a terminal.
- Mac: Press
- Step 1: Open Terminal
- Step 2: Download the Installation Script:
curl -o install_ollama_chatbox.sh http://files.ainbox.ai/AInBox/install_ollama_chatbox.sh
- Step 3: Make the Script Executable
chmod +x install_ollama_chatbox.sh
- Step 4: Run the Script
./install_ollama_chatbox.sh
What the Script Will Do:
- Install Homebrew (if not installed) – Mac only.
- Install Ollama.
- Pull DeepSeek 1.5 model.
- Clone and set up Chatbox AI.
- Start Chatbox AI.
Click here to download the installer.