{$WEBUI_NAME} {$i18n.t('Version')}
v{WEBUI_VERSION}
{#if $config?.features?.enable_version_update_check}
{updateAvailable === null ? $i18n.t('Checking for updates...') : updateAvailable ? `(v${version.latest} ${$i18n.t('available!')})` : $i18n.t('(latest)')}
{/if}
{ showChangelog.set(true); }} >
{$i18n.t("See what's new")}
{#if $config?.features?.enable_version_update_check}
{ checkForVersionUpdates(); }} > {$i18n.t('Check for updates')}
{/if}
{#if ollamaVersion}
{$i18n.t('Ollama Version')}
{ollamaVersion ?? 'N/A'}
{/if}
{#if $config?.license_metadata}
{#if !$WEBUI_NAME.includes('Open WebUI')}
{$WEBUI_NAME}
- {/if}
{$config?.license_metadata?.type}
license purchased by
{$config?.license_metadata?.organization_name}
{:else}
{/if}
Emoji graphics provided by
Twemoji
, licensed under
CC-BY 4.0
.
Copyright (c) {new Date().getFullYear()}
Open WebUI Inc.
All rights reserved.
{$i18n.t('Created by')}
Timothy J. Baek