macOS guide

Install Odysseus on macOS Apple Silicon

For Apple Silicon Macs, the most comfortable path is usually native Odysseus plus native Ollama. Docker is useful for isolation, but it can add friction when local model acceleration and host networking are involved.

When to use native macOS setup

Requirements

Step-by-step

Clone the official repository, review the current README, and use the macOS launch script provided by the project. The script name used by the official setup is start-macos.sh.

git clone https://github.com/pewdiepie-archdaemon/odysseus.git
cd odysseus
chmod +x start-macos.sh
./start-macos.sh

Connect Ollama

Before blaming Odysseus, confirm Ollama works directly on the Mac. Pull a small model first so the app can be tested without waiting for a huge download.

ollama pull qwen2.5:7b
ollama run qwen2.5:7b
ollama list

If Odysseus asks for an OpenAI-compatible endpoint, Ollama's default local API base is commonly exposed through port 11434. Check the current Odysseus model provider settings before saving.

Common mistakes

Version note: Odysseus is moving quickly. If the official script changes, follow the script name and prerequisites from the current official README.