| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NAVAL-SEM.dmg | 2026-08-02 | 15.3 MB | |
| NAVAL-SEM.exe | 2026-08-02 | 112.3 MB | |
| naval-sem_1.1.4_amd64.deb | 2026-08-02 | 124.2 MB | |
| NAVAL-SEM | 2026-08-02 | 125.6 MB | |
| NAVAL-SEM-Setup.msi | 2026-08-02 | 111.8 MB | |
| NAVAL-SEM v1.1.4 source code.tar.gz | 2026-08-02 | 5.4 MB | |
| NAVAL-SEM v1.1.4 source code.zip | 2026-08-02 | 5.4 MB | |
| README.md | 2026-08-02 | 3.1 kB | |
| Totals: 8 Items | 499.9 MB | 5 | |
NAVAL-SEM v1.1.4
Fully offline PLS-SEM / CB-SEM desktop application — no internet required after install.
What's new in v1.1.4:
Fixed
- HOC model canvas auto-layout stacked every construct into a single overlapping column.
_topoLayout()computed each latent variable's column position by walking onlystructural(~) edges. A higher-order construct spec such asg =~ visual + textual + speeduses a measurement (=~) edge, not a structural one, so every LV's rank stayed at 0 andvisual/textual/speed/gwere all placed in the same column, on top of each other. LV-to-LV measurement edges (HOC relationships) are now folded into the rank computation, reversed in direction so first-order constructs rank before the higher-order construct they feed into. Affectsstatic/index.html. - Indicator-clustering step could misfile a first-order construct as an "indicator" of its own higher-order construct. The same layout pass re-clusters observed indicators (
x1,x2, ...) around their construct using measurement edges, but didn't distinguish an LV-to-LV edge (e.g.g =~ visual) from a genuine indicator edge (e.g.visual =~ x1) — sovisualitself could get pulled into a small indicator slot next tog. LV-to-LV edges are now excluded from this step. Affectsstatic/index.html. - Report/diagram exports always rendered with a hardcoded dark background (
#13151a), regardless of the active theme. Both the PNG export and the PDF path-diagram rasterization indownloadReport()ignored whatever theme (including a custom-uploaded light theme) was active in the UI. Both now read the live--bgCSS variable at export time, falling back to the previous dark value only if it isn't set. Affectsstatic/index.html.
Removed
- Dead force-simulation code.
_d3sim(ad3.forceSimulationwith link/charge/collide forces and a tick handler) was declared, configured, and immediately stopped, but never given nodes/links or restarted anywhere — so it never ran. Removed; the actual auto-layout is the rank/column algorithm above. Affectsstatic/index.html.
Downloads
| Platform | File | Notes |
|---|---|---|
| Windows | NAVAL-SEM-Setup.msi |
Recommended — installs with Start Menu + uninstall |
| Windows | NAVAL-SEM.exe |
Portable — drop anywhere and run |
| macOS | NAVAL-SEM.dmg |
Drag to Applications |
| Linux | naval-sem_*.deb |
Debian/Ubuntu installer |
| Linux | NAVAL-SEM |
Portable binary |
💛 Support Development
NAVAL-SEM is free to use. If you find it useful, please consider donating. 👉 https://www.paypal.com/paypalme/singhn9
🐛 Bug Reports & Feedback
👉 https://forms.gle/N4AmCkJyCK6HHsZz8
⚠️ Windows Security Note
Windows may show a SmartScreen warning on first run — click: More info → Run anyway
⚠️ macOS Note
Right-click → Open the first time to bypass Gatekeeper.