개요
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
FAQ (5)
feature_inquiryN.O.M.A.D. 콘텐츠 관리자에서 파일 크기를 어떻게 확인할 수 있습니까?
버전 1.31.1부터 콘텐츠 관리자에 정렬 가능한 Size 열이 포함됩니다. 기본적으로 파일은 크기 내림차순(가장 큰 것부터)으로 정렬됩니다. Title로도 정렬할 수 있습니다. 이 기능은 PR #698에서 추가되었습니다.
문제 해결NOMAD를 v1.31.0-rc.2 이상으로 업그레이드한 후 AI 어시스턴트가 스트리밍 응답을 중단하는 이유는 무엇인가요?
v1.31.0-rc.2에서 도입된 회귀(regression)로, gzip 압축 미들웨어가 text/event-stream (SSE) 응답을 잘못 버퍼링하여 토큰별 스트리밍을 하나의 블록으로 병합합니다. v1.32.0-rc.1 이상에서 수정되었습니다. 스트리밍을 복원하려면 해당 버전으로 업그레이드하세요. 이전의 손상된 버전에는 해결 방법이 없으며, v1.31.0-rc.1으로 다운그레이드하는 것은 권장되지 않습니다.
문제 해결사용자 지정 미러를 사용하여 N.O.M.A.D.에서 ZIM 파일 다운로드 속도를 높이는 방법은?
버전 1.32.0부터 N.O.M.A.D.는 ZIM 파일 다운로드를 위한 교체 가능한 미러를 지원합니다. 애플리케이션 설정에서 사용자 지정 미러 URL을 지정하여 느리거나 차단된 기본 다운로드 소스를 재정의할 수 있습니다. 구현 세부사항은 v1.32.0 릴리스 노트나 PR #577을 참조하십시오.
문제 해결왜 내 marker notes가 map popup에 나타나지 않나요?
1.32.0 이전 버전에서 마커 팝업이 이름과 좌표만 표시하고, API나 데이터베이스를 통해 입력된 notes 필드를 무시하는 알려진 버그가 있었습니다. 팝업을 수정하고 notes 블록을 표시하려면 버전 1.32.0 이상으로 업그레이드하세요.
문제 해결왜 NOMAD가 제 AMD RX 6800이나 다른 개별 AMD GPU를 사용하지 않고 CPU로 대체하나요?
NOMAD v1.31.0 및 이전 버전에서는 HSA_OVERRIDE_GFX_VERSION=11.0.0이 모든 AMD GPU에 잘못 적용되어 RX 6800(gfx1030) 및 Radeon 680M iGPU와 같은 RDNA 2 카드의 감지가 중단되었으며, 이로 인해 자동으로 CPU 폴백이 발생했습니다. 또한 벤치마크 서비스에서 개별 AMD GPU를 보고하지 못했습니다. NOMAD v1.32.0 이상으로 업그레이드하십시오. 이전 버전을 계속 사용해야 하는 경우 HSA_OVERRIDE_GFX_VERSION을 설정 해제하거나 올바른 아키텍처(예: 10.3.0)로 설정하여 GPU 가속을 복원하십시오.