I somehow didn’t know (or more likely forgot) that you can set macOS global environment variables that are accessible to GUI applications with launchctl: ``` launchctl setenv OLLAMA_HOST 0.0.0.0:12345 ``` Nice!