A native macOS app that launches llama-swap and displays its web UI in a WebKit window.
- Starts
llama-swapas a background process (--config ~/.llama-swap/config.yaml --listen localhost:8080) - Waits for the server to become ready (polls for up to 10 seconds)
- Opens a window with a WebView showing
http://localhost:8080 - Terminates the llama-swap process when the app quits
- macOS 13.0+
llama-swapinstalled at/opt/homebrew/bin/llama-swap- A config file at
~/.llama-swap/config.yaml
./build.shThis compiles the app and installs it to ~/Applications/Llama Swap.app.
Open ~/Applications/Llama Swap.app from Finder, or:
open ~/Applications/Llama\ Swap.app