Skip to content

Open WebUI

API sync Fast Requires setup

Open WebUI is a popular self-hosted frontend for running local AI models (Ollama, LM Studio, etc.). HAEVN syncs Open WebUI conversations via its API, but you need to tell HAEVN where your instance is running.

  1. Open the HAEVN archive (click Archive in the popup, or right-click → Options).

  2. Click Settings in the left sidebar.

  3. Enter your Open WebUI base URL in the Open WebUI Base URL field.

    The HAEVN Settings page showing the Open WebUI Base URL field with http://localhost:8080 entered
  4. Click Save.

Once configured, HAEVN will detect any page from your Open WebUI instance and enable sync for it.

Any URL that matches your configured base URL (e.g. http://localhost:8080, https://ai.mycompany.com).

ContentSupported
Text messages
User-uploaded images
Model-generated images
File attachments
Model name and parameters
Tool calls (if configured)
  • Authentication — HAEVN uses your existing browser session to authenticate with Open WebUI. If your Open WebUI requires separate login, make sure you’re logged in before syncing.
  • Multiple instances — HAEVN currently supports one Open WebUI instance at a time. If you have multiple instances, you’ll need to change the URL in Settings to switch between them.