Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

108,564

Downloads of v 14.6.1.20160811:

1,062

Last Update:

18 Aug 2016

Package Maintainer(s):

Software Author(s):

  • The Jmol Development Team

Tags:

jmol chemistry molecule image viewer java

Jmol molecule viewer

This is not the latest version of Jmol molecule viewer available.

  • 1
  • 2
  • 3

14.6.1.20160811 | Updated: 18 Aug 2016

Downloads:

108,564

Downloads of v 14.6.1.20160811:

1,062

Maintainer(s):

Software Author(s):

  • The Jmol Development Team

Jmol molecule viewer 14.6.1.20160811

This is not the latest version of Jmol molecule viewer available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Jmol Development Team. The inclusion of The Jmol Development Team trademark(s), if any, upon this webpage is solely to identify The Jmol Development Team goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Jmol molecule viewer, run the following command from the command line or from PowerShell:

>

To upgrade Jmol molecule viewer, run the following command from the command line or from PowerShell:

>

To uninstall Jmol molecule viewer, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade jmol -y --source="'INTERNAL REPO URL'" --version="'14.6.1.20160811'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade jmol -y --source="'INTERNAL REPO URL'" --version="'14.6.1.20160811'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install jmol
  win_chocolatey:
    name: jmol
    version: '14.6.1.20160811'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'jmol' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '14.6.1.20160811'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller jmol
{
    Name     = "jmol"
    Version  = "14.6.1.20160811"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'jmol':
  ensure   => '14.6.1.20160811',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator jberezanski on 24 Aug 2016.

Description

Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry.

Features

  • Free, open-source software licensed under the GNU Lesser General Public License
  • Applet, Application, and Systems Integration Component*
  • Multi-language
  • Cross-platform
  • Supports all major web browsers: Internet Explorer, Mozilla and Firefox, Safari, Google Chrome, Opera, Konqueror, IceWeasel, ...
  • High-performance 3D rendering with no hardware requirements
  • File formats (see also the file formats section within Jmol Wiki):
    • MOL MDL / Elsevier / Symyx structure (classic version V2000)
    • V3000 MDL / Elsevier / Symyx structure (new version V3000)
    • SDF MDL / Elsevier / Symyx structure (multiple models)
    • CTFile MDL / Elsevier / Symyx chemical table (generic)
    • CIF Crystallographic Information File - standard from the International Union of Crystallography
    • mmCIF Macromolecular Crystallographic Information File - standard from the International Union of Crystallography
    • CML Chemical Markup Language
    • PDB Protein Data Bank - Research Collaboratory for Structural Bioinformatics
    • XYZ XYZ format, XMol file - Minnesota Supercomputer Institute
    • XYZ+vib XYZ format with added vibrational vector information
    • XYZ-FAH XYZ format for Folding@home
    • MOL2 Sybyl, Tripos
    • Alchemy Tripos
    • CSF Fujitsu CAChe chemical structure, now Fujitsu Sygress
    • GAMESS General Atomic and Molecular Electronic Structure System output (both US and UK variants) - Gordon Research Group, Iowa State University
    • Gaussian Gaussian 94/98/03 output - Gaussian, Inc.
    • Cube Gaussian, Inc.
    • Ghemical The Ghemical computational chemistry package
    • MM1GP Ghemical molecular mechanics file
    • HIN HIN / HIV files from HyperChem - Hypercube, Inc.
    • Jaguar Schrodinger, LLC
    • MOLPRO Molpro output
    • MOPAC MOPAC 93/97/2002 output (public domain)
    • MGF MOPAC 2007 (v.7.101) graphf output (public domain)
    • NWCHEM NWChem output - Pacific Northwest National Laboratory
    • odydata Odyssey data - WaveFunction, Inc.
    • xodydata Odyssey XML data - WaveFunction, Inc.
    • QOUT Q-Chem, Inc.
    • SHELX Structural Chemistry Department, University of Göttingen (Germany)
    • SMOL Spartan data - Wavefunction, Inc.
    • spinput Spartan data - Wavefunction, Inc.
    • GRO Gromos87 format from GROMACS
    • PQR Modified pdb format including charge and radius
    • Amber The Amber package of molecular simulation programs
    • JME Java Molecular Editor - Peter Ertl
    • CASTEP The CASTEP software package, uses density functional theory
    • FHI-aims Full-potential / all-electron electronic structure theory with local orbitals - Fritz-Haber-Institut der Max-Planck-Gesellschaft
    • VASP VASP / VAMP / Vienna ab-initio simulation package
    • DGrid Miroslav Kohout, Max-Planck Institute
    • ADF ADF output - Amsterdam Density Functional
    • XSD Accelrys Materials Studio
    • AGL ArgusLab
    • DFT Wien2k
    • AMPAC AMPAC output - Semichem, Inc.
    • WebMO WebMO interface to computational chemistry packages
    • Molden Electron density / molecular orbitals
    • PSI3 Output files from the PSI3 suite of quantum chemical programs
    • CRYSTAL Output files from CRYSTAL, a computational tool for solid state chemistry and physics. Theoretical Chemistry Group, Univ. Torino, Italy.
  • Files which are compressed with gzip will automatically be decompressed
  • Animations
  • Vibrations
  • Surfaces
  • Orbitals
  • Support for unit cell and symmetry operations
  • Schematic shapes for secondary structures in biomolecules
  • Measurements of distance, angle, torsion angle
  • Support for RasMol/Chime scripting language
  • JavaScript support library (Jmol.js)
  • Exports to jpg, png, gif, ppm, pdf, POV-Ray, Gaussian, Maya, vrml, x3d, idtf, web page.

tools\chocolateyInstall.ps1
$packageName = 'jmol'
$MajorVersion = '14.6'
$MinorVersion = '14.6.1'
$SubVersion = '2016.08.11'

$installArgs = @{
   packageName = $packageName
   url = "https://sourceforge.net/projects/jmol/files/Jmol/Version%20$majorVersion/Version%20$MinorVersion/Jmol-$($MinorVersion)_$SubVersion-binary.zip/download"
   Checksum = '51683330ae480115f8c17a07166c2264645a6fa1'
   ChecksumType = 'sha1'
   UnzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Path)
}

Install-ChocolateyZipPackage @installArgs

$JavaExe = 'C:\ProgramData\Oracle\Java\javapath\javaw.exe'
$target = (Get-ChildItem $installArgs.UnzipLocation -filter jmol.jar -Recurse).fullname
$icon = Join-Path $installArgs.UnzipLocation "Jmol_icon13.ico"
$launcher = Join-Path $installArgs.UnzipLocation 'Jmol Launcher.exe'
$SGpath = Join-Path $env:ChocolateyInstall 'tools\shimgen.exe'

& $SGpath -o $launcher -p $JavaExe -c "-jar '$target'" -i $icon --gui

$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) 'Jmol.lnk'

Install-ChocolateyShortcut -ShortcutFilePath $shortcut -TargetPath $launcher -IconLocation $icon
tools\chocolateyUninstall.ps1
$desktop = $([Environment]::GetFolderPath([Environment+SpecialFolder]::DesktopDirectory))
$shortcut = Join-Path $desktop 'jmol.lnk'
 
if ([System.IO.File]::Exists($shortcut)) {
    Write-Debug "Found the desktop shortcut. Deleting it..."
    [System.IO.File]::Delete($shortcut)
}
tools\Jmol_icon13.ico
 

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Jmol molecule viewer 16.3.17 76 Friday, April 25, 2025 Approved
Jmol molecule viewer 16.3.13 92 Friday, April 11, 2025 Approved
Jmol molecule viewer 16.3.11 519 Friday, March 7, 2025 Approved
Jmol molecule viewer 16.3.9 81 Monday, February 24, 2025 Approved
Jmol molecule viewer 16.3.7 191 Thursday, January 2, 2025 Approved
Jmol molecule viewer 16.3.5 301 Thursday, November 14, 2024 Approved
Jmol molecule viewer 16.3.1 218 Thursday, October 24, 2024 Approved
Jmol molecule viewer 16.2.37 116 Tuesday, October 15, 2024 Approved
Jmol molecule viewer 16.2.31 169 Monday, September 23, 2024 Approved
Jmol molecule viewer 16.2.25 677 Monday, August 19, 2024 Approved
Jmol molecule viewer 16.2.21 99 Monday, August 5, 2024 Approved
Jmol molecule viewer 16.2.17 151 Friday, June 21, 2024 Approved
Jmol molecule viewer 16.2.15 141 Wednesday, May 8, 2024 Approved
Jmol molecule viewer 16.2.5 122 Tuesday, April 23, 2024 Approved
Jmol molecule viewer 16.2.1 139 Wednesday, April 10, 2024 Approved
Jmol molecule viewer 16.1.63 536 Wednesday, March 13, 2024 Approved
Jmol molecule viewer 16.1.57 135 Thursday, February 22, 2024 Approved
Jmol molecule viewer 16.1.49 161 Friday, January 26, 2024 Approved
Jmol molecule viewer 16.1.47 199 Monday, December 18, 2023 Approved
Jmol molecule viewer 16.1.45 200 Monday, November 13, 2023 Approved
Jmol molecule viewer 16.1.43 192 Saturday, October 28, 2023 Approved
Jmol molecule viewer 16.1.41 784 Tuesday, September 26, 2023 Approved
Jmol molecule viewer 16.1.35 464 Friday, August 25, 2023 Approved
Jmol molecule viewer 16.1.31 533 Saturday, August 5, 2023 Approved
Jmol molecule viewer 16.1.13 425 Friday, June 16, 2023 Approved
Jmol molecule viewer 16.1.11 436 Sunday, April 30, 2023 Approved
Jmol molecule viewer 16.1.9 233 Monday, April 3, 2023 Approved
Jmol molecule viewer 16.1.5 250 Saturday, February 18, 2023 Approved
Jmol molecule viewer 14.32.83 251 Sunday, January 8, 2023 Approved
Jmol molecule viewer 14.32.82 609 Friday, December 23, 2022 Approved
Jmol molecule viewer 14.32.81 421 Saturday, December 3, 2022 Approved
Jmol molecule viewer 14.32.80 183 Saturday, November 5, 2022 Approved
Jmol molecule viewer 14.32.77 231 Saturday, October 15, 2022 Approved
Jmol molecule viewer 14.32.75 345 Monday, September 26, 2022 Approved
Jmol molecule viewer 14.32.73 805 Tuesday, August 30, 2022 Approved
Jmol molecule viewer 14.32.68 225 Saturday, August 6, 2022 Approved
Jmol molecule viewer 14.32.63 204 Saturday, July 23, 2022 Approved
Jmol molecule viewer 14.32.62 210 Friday, July 8, 2022 Approved
Jmol molecule viewer 14.32.60 272 Friday, June 24, 2022 Approved
Jmol molecule viewer 14.32.58 305 Saturday, May 28, 2022 Approved
Jmol molecule viewer 14.32.55 235 Saturday, May 14, 2022 Approved
Jmol molecule viewer 14.32.54 237 Monday, May 2, 2022 Approved
Jmol molecule viewer 14.32.50 246 Tuesday, April 19, 2022 Approved
Jmol molecule viewer 14.32.42 258 Saturday, March 26, 2022 Approved
Jmol molecule viewer 14.32.33 252 Saturday, March 12, 2022 Approved
Jmol molecule viewer 14.32.26 234 Saturday, February 26, 2022 Approved
Jmol molecule viewer 14.32.21 250 Tuesday, February 15, 2022 Approved
Jmol molecule viewer 14.32.17 231 Wednesday, February 2, 2022 Approved
Jmol molecule viewer 14.32.10 231 Monday, January 10, 2022 Approved
Jmol molecule viewer 14.32.6 242 Wednesday, December 29, 2021 Approved
Jmol molecule viewer 14.31.61 282 Saturday, November 27, 2021 Approved
Jmol molecule viewer 14.31.60 250 Saturday, November 6, 2021 Approved
Jmol molecule viewer 14.31.57 271 Monday, October 18, 2021 Approved
Jmol molecule viewer 14.31.53 288 Wednesday, September 8, 2021 Approved
Jmol molecule viewer 14.31.52 253 Friday, August 20, 2021 Approved
Jmol molecule viewer 14.31.49 283 Saturday, August 7, 2021 Approved
Jmol molecule viewer 14.31.48 170 Sunday, August 1, 2021 Approved
Jmol molecule viewer 14.31.44 338 Monday, July 12, 2021 Approved
Jmol molecule viewer 14.31.41 307 Monday, May 31, 2021 Approved
Jmol molecule viewer 14.31.38 290 Saturday, May 15, 2021 Approved
Jmol molecule viewer 14.31.36 314 Sunday, April 18, 2021 Approved
Jmol molecule viewer 14.31.35 336 Monday, March 22, 2021 Approved
Jmol molecule viewer 14.31.32 389 Sunday, February 14, 2021 Approved
Jmol molecule viewer 14.31.28 279 Saturday, January 30, 2021 Approved
Jmol molecule viewer 14.31.23 315 Tuesday, January 12, 2021 Approved
Jmol molecule viewer 14.31.20 293 Sunday, December 27, 2020 Approved
Jmol molecule viewer 14.31.18 312 Friday, November 27, 2020 Approved
Jmol molecule viewer 14.31.17 351 Saturday, November 14, 2020 Approved
Jmol molecule viewer 14.31.10 337 Sunday, October 25, 2020 Approved
Jmol molecule viewer 14.31.9 337 Sunday, October 11, 2020 Approved
Jmol molecule viewer 14.31.8 373 Monday, September 28, 2020 Approved
Jmol molecule viewer 14.31.4 417 Saturday, September 12, 2020 Approved
Jmol molecule viewer 14.31.3 385 Sunday, August 30, 2020 Approved
Jmol molecule viewer 14.31.2 400 Sunday, July 19, 2020 Approved
Jmol molecule viewer 14.31.0 404 Wednesday, June 10, 2020 Approved
Jmol molecule viewer 14.30.2 609 Saturday, February 8, 2020 Approved
Jmol molecule viewer 14.30.1 499 Friday, December 20, 2019 Approved
Jmol molecule viewer 14.29.54 617 Saturday, October 12, 2019 Approved
Jmol molecule viewer 14.29.53 505 Saturday, September 28, 2019 Approved
Jmol molecule viewer 14.29.52 1698 Thursday, August 29, 2019 Approved
Jmol molecule viewer 14.29.47 2029 Wednesday, July 31, 2019 Approved
Jmol molecule viewer 14.29.46 1036 Tuesday, June 18, 2019 Approved
Jmol molecule viewer 14.29.42 7075 Thursday, May 16, 2019 Approved
Jmol molecule viewer 14.29.40 3654 Tuesday, April 30, 2019 Approved
Jmol molecule viewer 14.29.36 3933 Sunday, April 14, 2019 Approved
Jmol molecule viewer 14.29.34 989 Thursday, April 11, 2019 Approved
Jmol molecule viewer 14.29.31 8931 Tuesday, March 5, 2019 Approved
Jmol molecule viewer 14.29.29 6040 Friday, November 30, 2018 Approved
Jmol molecule viewer 14.29.28 537 Thursday, November 1, 2018 Approved
Jmol molecule viewer 14.29.26 474 Friday, October 12, 2018 Approved
Jmol molecule viewer 14.29.22 895 Monday, September 17, 2018 Approved
Jmol molecule viewer 14.29.17 9472 Friday, June 22, 2018 Approved
Jmol molecule viewer 14.29.16 520 Friday, June 15, 2018 Approved
Jmol molecule viewer 14.29.15 1778 Monday, May 28, 2018 Approved
Jmol molecule viewer 14.29.14 510 Friday, May 18, 2018 Approved
Jmol molecule viewer 14.29.13 4301 Tuesday, April 24, 2018 Approved
Jmol molecule viewer 14.29.12 3704 Thursday, April 5, 2018 Approved
Jmol molecule viewer 14.29.5 7242 Monday, February 12, 2018 Approved
Jmol molecule viewer 14.28.3 653 Thursday, January 25, 2018 Approved
Jmol molecule viewer 14.28.2 504 Wednesday, January 17, 2018 Approved
Jmol molecule viewer 14.27.2 663 Friday, December 22, 2017 Approved
Jmol molecule viewer 14.25.2 862 Friday, December 1, 2017 Approved
Jmol molecule viewer 14.21.1 653 Tuesday, October 24, 2017 Approved
Jmol molecule viewer 14.20.8 611 Thursday, October 19, 2017 Approved
Jmol molecule viewer 14.20.7 487 Thursday, October 5, 2017 Approved
Jmol molecule viewer 14.20.6 495 Tuesday, September 19, 2017 Approved
Jmol molecule viewer 14.20.5 958 Friday, September 1, 2017 Approved
Jmol molecule viewer 14.20.3 2525 Tuesday, August 1, 2017 Approved
Jmol molecule viewer 14.18.1 2493 Monday, June 12, 2017 Approved
Jmol molecule viewer 14.17.1 945 Friday, June 2, 2017 Approved
Jmol molecule viewer 14.15.2 2690 Wednesday, May 3, 2017 Approved
Jmol molecule viewer 14.9.1 2117 Wednesday, March 8, 2017 Approved
Jmol molecule viewer 14.8.0 1087 Tuesday, January 31, 2017 Approved
Jmol molecule viewer 14.6.1.20160811 1062 Thursday, August 18, 2016 Approved
Jmol 14.4.4 498 Friday, April 22, 2016 Approved

Discussion for the Jmol molecule viewer Package

Ground Rules:

  • This discussion is only about Jmol molecule viewer and the Jmol molecule viewer package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Jmol molecule viewer, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus