Skip to content
Jeffry Samuel edited this page Dec 24, 2024 · 3 revisions

Experimental support for MacOS was added in version 3.0.0. Please note this version has some errors and might not work as expected.

Important

If Alpaca refuses to open try the following command in a terminal open /Applications/Alpaca.app

Known Issues

  • It sometimes doesn't launch
  • Random crashes
  • Font is way too small

Installation

  1. Download the MacOS DMG from the releases page under assets.
  2. Mount the DMG file by opening it.
  3. Drag the Alpaca.app file to your apps folder.

Installing Ollama

I recommend installing Ollama using brew.

1. Install Brew

Open a terminal and paste this command, this will install brew in your system, with this you can install packages directly from the terminal.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Install Ollama

To install Ollama simply use the following command.

brew install ollama

Now that Ollama has been installed you can close the terminal and forget about it, just reopen Alpaca and make sure it's using the 'integrated instance' this means Alpaca will manage the Ollama instance directly.

Clone this wiki locally