mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 15:23:39 +08:00
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||
"schemaVersion": 1,
|
||
"identity": {
|
||
"kind": "app",
|
||
"id": "open-webui"
|
||
},
|
||
"presentation": {
|
||
"defaultLocale": "zh-CN",
|
||
"i18n": {
|
||
"zh-CN": {
|
||
"name": "Open WebUI",
|
||
"summary": "自托管的 AI 对话界面,支持 Ollama 和 OpenAI 兼容 API",
|
||
"description": "Open WebUI 是一个可扩展的自托管 AI 界面,支持完全离线操作。支持多种 LLM 运行器,包括 Ollama 和 OpenAI 兼容 API,内置 RAG 集成、网页浏览、代码执行等功能。"
|
||
},
|
||
"en-US": {
|
||
"name": "Open WebUI",
|
||
"summary": "Self-hosted AI chat interface for Ollama and OpenAI-compatible APIs",
|
||
"description": "Open WebUI is an extensible, self-hosted AI interface that can operate fully offline. It supports multiple LLM runners, including Ollama and OpenAI-compatible APIs, and includes RAG integration, web browsing, code execution, and more."
|
||
}
|
||
},
|
||
"tags": [
|
||
"Chat",
|
||
"Ollama",
|
||
"WebUI"
|
||
]
|
||
},
|
||
"release": {
|
||
"state": "known",
|
||
"version": "0.8.10",
|
||
"versionScheme": "semver"
|
||
},
|
||
"timestamps": {
|
||
"catalogUpdatedAt": {
|
||
"state": "known",
|
||
"value": "2026-06-14",
|
||
"precision": "day"
|
||
},
|
||
"releasePublishedAt": {
|
||
"state": "unknown"
|
||
},
|
||
"reviewedAt": {
|
||
"state": "unknown"
|
||
},
|
||
"upstreamObservedAt": {
|
||
"state": "unknown"
|
||
}
|
||
},
|
||
"provenance": {
|
||
"content": {
|
||
"kind": "git",
|
||
"url": "https://github.com/open-webui/open-webui"
|
||
}
|
||
},
|
||
"governance": {
|
||
"availability": "listing-only",
|
||
"license": {
|
||
"state": "unknown"
|
||
},
|
||
"redistribution": "verify-package-terms",
|
||
"upstreamMaintainer": {
|
||
"name": "Open WebUI",
|
||
"verified": false
|
||
}
|
||
},
|
||
"compatibility": {
|
||
"platforms": {
|
||
"state": "known",
|
||
"values": [
|
||
"macos",
|
||
"windows",
|
||
"linux"
|
||
]
|
||
}
|
||
},
|
||
"spec": {
|
||
"kind": "app",
|
||
"category": "chat"
|
||
}
|
||
}
|