OpenSource-Hub

project-nomad

应用程序

Crosstalk-Solutions/project-nomad

离线优先的知识与教育服务器,集成AI、地图和工具。

项目简介

Project N.O.M.A.D. 是一款自包含的离线生存计算机,集成关键工具、知识和AI。它提供离线维基百科、教育平台、地图、AI聊天、数据工具和笔记。旨在无网络环境下为您提供信息和赋能。

README 预览

\n\n\n# Project N.O.M.A.D.\n### Node for Offline Media, Archives, and Data\n\n**Knowledge That Never Goes Offline**\n\n[](https://www.projectnomad.us)\n[](https://discord.com/invite/crosstalksolutions)\n[](https://benchmark.projectnomad.us)\n\n\n\n---\n\nProject N.O.M.A.D. is a self-contained, offline-first knowledge and education server packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.\n\n## Installation & Quickstart\nProject N.O.M.A.D. can be installed on any Debian-based operating system (we recommend Ubuntu). Installation is completely terminal-based, and all tools and resources are designed to be accessed through the browser, so there's no need for a desktop environment if you'd rather setup N.O.M.A.D. as a "server" and access it through other clients.\n\n*Note: sudo/root privileges are required to run the install script*\n\n### Quick Install (Debian-based OS Only)\n```bash\nsudo apt-get update && \\nsudo apt-get install -y curl && \\ncurl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/install_nomad.sh \\n  -o install_nomad.sh && \\nsudo bash install_nomad.sh\n```\n\nProject N.O.M.A.D. is now installed on your device! Open a browser and navigate to `http://localhost:8080` (or `http://DEVICE_IP:8080`) to start exploring!\n\nFor a complete step-by-step walkthrough (including Ubuntu installation), see the [Installation Guide](https://www.projectnomad.us/install). For Windows users, see the [WSL2 install guide](https://www.projectnomad.us/install/wsl2) — community-supported path covering native Docker and Docker Desktop install routes.\n\n### Advanced Installation\nFor more control over the installation process, copy and paste the [Docker Compose template](https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/management_compose.yaml) into a `docker-compose.yml` file and customize it to your liking (be sure to replace any placeho

常见问题 (5)

feature_inquiry
我如何在 N.O.M.A.D. 内容管理器中查看文件大小?

从版本 1.31.1 开始,内容管理器包含一个可排序的尺寸列。默认情况下,文件按尺寸排序,以降级顺序排序(第一大)。

来源 Issue #685
故障排除
为什么AI助理在升级NOMAD到 v1.31.0-rc.2 或更高版本后停止流式响应?

这是在 v1.31.0-rc.2 中引入的回归,其中 gzip 压缩中间软件错误地缓冲文本 / 事件流 (SSE) 响应,将每个代币的流量崩溃到一个块中。

来源 Issue #781
故障排除
如何通过使用自定义镜子来加快 N.O.M.A.D. 中的 ZIM 文件下载速度?

从版本 1.32.0 开始,N.O.M.A.D. 支持可替换的镜子用于 ZIM 文件下载. 您可以通过在应用程序设置中指定自定义镜子 URL 来忽略缓慢或被阻止的默认下载源。

来源 Issue #576
故障排除
为什么我的标记笔记不会出现在地图浮动窗口中?

这是在版本 1.32.0 之前的已知错误,标记窗口只显示了名称和坐标,即使通过 API 或数据库填充了笔记字段,也忽略了笔记字段。

来源 Issue #796
故障排除
為什麼NOMAD會回到CPU,而不是使用我的AMD RX 6800或其他獨立的AMD GPU?

NOMAD v1.31.0 和更早的版本对所有 AMD GPU 错误地应用了 HSA_OVERRIDE_GFX_VERSION=11.0.0,这破坏了对 RDNA 2 卡的检测,例如 RX 6800 (gfx1030) 和 Radeon 680M iGPU,导致 CPU 沉默倒退。基准服务也未能报告离散的 AMD GPU. 升级到 NOMAD v1.32.0 或更高版本;如果被困在旧版本中,请取消 HSA_OVERRIDE_GFX_VERSION 设置或将其设置为正确的架构(例如, 10.3.0)以恢复 GPU 加速。

来源 Issue #810