Skip to main content

DeepPhe-Dist download assets

The installer keeps its media small by downloading DeepPhe's heavy components at install time from the DeepPhe/DeepPhe-Dist GitHub releases. This page lists exactly what it fetches (all at version 7.1).

Archives (all platforms)

Release tagAssetExtracted to
dphe-nlp-7.1DeepPhe-NLP.zip.DeepPhe/ (pipeline, ontology, run scripts)
dphe-examples-7.1DeepPhe-examples.zip~/DeepPheDocs/ (example corpus + demographics)

Platform binaries

Only the current platform's binaries are downloaded.

Visualizer — release deepphe-visualizer-v2-7.1

PlatformAsset
Windows x64deepphe-visualizer-v2-win-x64.exe
Linux x64deepphe-visualizer-v2-linux-x64
macOS arm64deepphe-visualizer-v2-macos-arm64
macOS x64deepphe-visualizer-v2-macos-x64

Data API — release dphe-data-api-7.1

PlatformAsset
Windows x64dphe-data-api-win-x64.exe
Linux x64dphe-data-api-linux-x64
macOS arm64dphe-data-api-macos-arm64
macOS x64dphe-data-api-macos-x64

DB creator — release dphe-db-pipeline-7.1

PlatformAsset
Windows x86_64DeepPheVizDbCreator-windows-x86_64.exe
Linux x86_64DeepPheVizDbCreator-linux-x86_64
macOS arm64DeepPheVizDbCreator-macos-arm64
macOS x86_64DeepPheVizDbCreator-macos-x86_64

Nature of the binaries

These single-file bundles append a payload to the executable:

  • visualizer / data-api — JavaScript-runtime bundles (pkg / Node SEA / Deno / Bun), ~75–113 MB.
  • DeepPheVizDbCreator — a PyInstaller (Python) bundle.

The Windows variants are Authenticode-signed in place by sign-windows-assets.sh.

Bumping the version

The release tags and asset names are hard-coded in DeepPhe-and-Launcher.install4j (as DownloadFileAction URLs). To move to a new DeepPhe release you update those URLs — and the matching tags in sign-windows-assets.sh — to the new version, then follow the release checklist.