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 tag | Asset | Extracted to |
|---|---|---|
dphe-nlp-7.1 | DeepPhe-NLP.zip | .DeepPhe/ (pipeline, ontology, run scripts) |
dphe-examples-7.1 | DeepPhe-examples.zip | ~/DeepPheDocs/ (example corpus + demographics) |
Platform binaries
Only the current platform's binaries are downloaded.
Visualizer — release deepphe-visualizer-v2-7.1
| Platform | Asset |
|---|---|
| Windows x64 | deepphe-visualizer-v2-win-x64.exe |
| Linux x64 | deepphe-visualizer-v2-linux-x64 |
| macOS arm64 | deepphe-visualizer-v2-macos-arm64 |
| macOS x64 | deepphe-visualizer-v2-macos-x64 |
Data API — release dphe-data-api-7.1
| Platform | Asset |
|---|---|
| Windows x64 | dphe-data-api-win-x64.exe |
| Linux x64 | dphe-data-api-linux-x64 |
| macOS arm64 | dphe-data-api-macos-arm64 |
| macOS x64 | dphe-data-api-macos-x64 |
DB creator — release dphe-db-pipeline-7.1
| Platform | Asset |
|---|---|
| Windows x86_64 | DeepPheVizDbCreator-windows-x86_64.exe |
| Linux x86_64 | DeepPheVizDbCreator-linux-x86_64 |
| macOS arm64 | DeepPheVizDbCreator-macos-arm64 |
| macOS x86_64 | DeepPheVizDbCreator-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.