Releases: AlfredBr/Molecule-Visualizer
Releases · AlfredBr/Molecule-Visualizer
Release list
Molecule Visualizer v0.4.2
Molecule Visualizer v0.4.2
Changes
- App renamed: Now appears as "Molecule Visualizer" under the icon in Applications folder (macOS) and Explorer (Windows)
- Auto-rotation enabled on both X and Y axes by default
- Updated README to match actual project structure
Downloads
| Platform | File | Notes |
|---|---|---|
| macOS | MolVis-0.4.2-macOS.dmg |
Apple Silicon - Signed & Notarized |
| Windows | MolVis-0.4.2-Windows-x64.zip |
NVIDIA GPU (CUDA 12.0+) required |
Checksums (SHA256)
9438df3ab0cb25191d24654ef09dc49f299de8a47e64f3eaba75d811e18d9606 MolVis-0.4.2-macOS.dmg
871ed1548f5bdef6dd1d84a8fab766087c149d255abcfad51118c45ab68532c2 MolVis-0.4.2-Windows-x64.zip
Installation
macOS:
- Download the DMG
- Open it and drag Molecule Visualizer to Applications
- Launch from Applications folder
Windows:
- Download and extract the ZIP
- Run
molvis.exe - Requires NVIDIA GPU with CUDA support
MolVis v0.4.1
MolVis v0.4.1
New Features
- Added Cyanoacrylate (Super Glue) molecule to the Plastics category
- Auto-rotation now enabled on both X and Y axes by default
Improvements
- Hide Hydrogen option now only appears for molecules with more than 2 hydrogen atoms
- App displays as "Molecule Visualizer" under icons (macOS and Windows)
Downloads
| Platform | File | Notes |
|---|---|---|
| Windows (x64) | MolVis-0.4.1-Windows-x64.zip |
NVIDIA GPU (CUDA) |
| macOS (Apple Silicon) | MolVis-0.4.1-macOS.dmg |
Apple GPU (Metal) - Signed & Notarized ✓ |
Checksums
| SHA256 | Platform |
|---|---|
| b80ef5a36c4391a99ab1d6b2552677319bd635b42645974269f2ddae49ca9bc5 | MolVis-0.4.1-Windows-x64.zip |
| d8b05528f40fdd8e8a0c0851104796e97169c43200505faab619f03f6ef2969c | MolVis-0.4.1-macOS.dmg |
MolVis v0.4.0
MolVis v0.4.0
Windows 10/11 Installation
- Download the ZIP file:
MolVis-0.4.0-Windows-x64.zip - Extract to a folder of your choice
- Verify Download (optional)
- Open a PowerShell terminal in the extracted folder
- Run:
(Get-FileHash MolVis-0.4.0-Windows-x64.zip -Algorithm SHA256).Hash.ToLower() - Confirm the hash matches:
81e36722bf8ee6ddee92c42584c757b4b4a90486cba0e2bc60fa6fc3197c6d70
- Run
molvis.exe
MolVis v0.3.6
MolVis v0.3.6
Windows 10/11 Installation
- Download the ZIP file:
MolVis-0.3.6-Windows-x64.zip - Extract to a folder of your choice
- Verify Download Integrity (optional)
- Open a PowerShell terminal in the extracted folder
- Run:
(Get-FileHash MolVis-0.3.6-Windows-x64.zip -Algorithm SHA256).Hash.ToLower() - Confirm the hash matches:
75dde2add15a8bf8721addd52fa4e7c8db164dd6346ff5cd6ed9afd4b0eda991
- Run
molvis.exe
MacOS Installation
- Download
MolVis-0.3.6-macOS.dmg - Verify Download Integrity (optional)
- Open a terminal
- Run
shasum -a 256 MolVis-0.3.6-macOS.dmg - Confirm the hash matches the contents of
MolVis-0.3.6-macOS.dmg.sha256
- Drag
MolVis.appinto/Applications - Run
MolVis.app
MolVis v0.3.5
⚠️ macOS Installation Note
This app is not code-signed with an Apple Developer certificate. After downloading:
- Mount the DMG and drag MolVis to Applications
- Open Terminal and run:
xattr -cr /Applications/MolVis.app
- Open MolVis normally
This removes the quarantine flag that causes the "app is damaged" error.