Installation

LlamaNexus WebUI ships only as a prebuilt Docker image - makershop/llamanexus-webui on Docker Hub.

Requirements

  • Docker (with Compose)
  • A running LlamaNexus proxy reachable from this machine

Run it

docker run -d --name llamanexus-webui --network host \
  -v ./data:/app/backend/data:z \
  -v ./workspace:/workspace:z \
  makershop/llamanexus-webui:latest

Or with Docker Compose - see Docker for the full reference docker-compose.yml, environment variables, and volume details.

Open the WebUI in your browser, click ⚙ Settings, and set:

  • LlamaNexus server URL - e.g. http://127.0.0.1:11434
  • Workspace root - the absolute path inside the container (e.g. /workspace) that read_file/write_file/patch_file/list_files/run_bash are confined to

Then create a session and start chatting.