SuaveUI is an experimental PWA chat UI built specifically for interacting with Local AI Models.
You can easily run the latest version of SuaveUI using Docker. Follow these steps:
-
Pull the latest image:
docker pull ghcr.io/avarayr/suaveui:latest
-
Run the container:
docker run -p 3005:3005 --add-host localhost:host-gateway ghcr.io/avarayr/suaveui:latest
-
Go to http://localhost:3005
While SuaveUI is in early alpha, installation is via cloning and running a server
Requirements: Bun, Node
git clone https://github.com/avarayr/suaveui
bun install
bun dev
React for UI, Node.js as light backend
This repository is a work in progress.