PWA Support has been merged

Reddit r/LocalLLaMA Tools

Summary

PWA support has been merged into llama.cpp, allowing the llama-server web UI to be installed as a native-like app with standalone window mode and proper icons.

[https://github.com/ggml-org/llama.cpp/pull/23871](https://github.com/ggml-org/llama.cpp/pull/23871) In practice, this means the `llama-server` UI can now behave more like a native app: installable to your desktop/home screen, standalone window mode, proper icons etc. The PWA work is about making the built-in web interface more app-like, faster to reopen, and more robust around updates/caching. Nice quality-of-life upgrade.
Original Article

Similar Articles