{$REXPRO_NAME} {$i18n.t("Version")}
v{REXPRO_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}
{#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 !$REXPRO_NAME.includes("rexpro-ai")}
{$REXPRO_NAME}
- {/if}
{$config?.license_metadata?.type}
license purchased by
{$config?.license_metadata?.organization_name}
{/if}
Emoji graphics provided by
Twemoji
, licensed under
CC-BY 4.0
.
Copyright (c) {new Date().getFullYear()}
REXCorp.
All rights reserved.
{$i18n.t("Created by")}
-fdrm-