-
-
Notifications
You must be signed in to change notification settings - Fork 52
MacOS
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
- It sometimes doesn't launch
- Random crashes
- Font is way too small
- Download the MacOS DMG from the releases page under
assets
. - Mount the DMG file by opening it.
- Drag the
Alpaca.app
file to your apps folder.
I recommend installing Ollama using 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)"
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.