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:

110,701

Downloads of v 14.6.1.20160811:

1,071

Last Update:

18 Aug 2016

Package Maintainer(s):

Software Author(s):

  • The Jmol Development Team

Tags:

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:

110,701

Downloads of v 14.6.1.20160811:

1,071

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.27 221 Monday, June 16, 2025 Approved
Jmol molecule viewer 16.3.25 113 Wednesday, June 4, 2025 Approved
Jmol molecule viewer 16.3.21 74 Monday, May 19, 2025 Approved
Jmol molecule viewer 16.3.17 82 Friday, April 25, 2025 Approved
Jmol molecule viewer 16.3.13 113 Friday, April 11, 2025 Approved
Jmol molecule viewer 16.3.11 531 Friday, March 7, 2025 Approved
Jmol molecule viewer 16.3.9 92 Monday, February 24, 2025 Approved
Jmol molecule viewer 16.3.7 199 Thursday, January 2, 2025 Approved
Jmol molecule viewer 16.3.5 320 Thursday, November 14, 2024 Approved
Jmol molecule viewer 16.3.1 234 Thursday, October 24, 2024 Approved
Jmol molecule viewer 16.2.37 136 Tuesday, October 15, 2024 Approved
Jmol molecule viewer 16.2.31 184 Monday, September 23, 2024 Approved
Jmol molecule viewer 16.2.25 692 Monday, August 19, 2024 Approved
Jmol molecule viewer 16.2.21 117 Monday, August 5, 2024 Approved
Jmol molecule viewer 16.2.17 166 Friday, June 21, 2024 Approved
Jmol molecule viewer 16.2.15 160 Wednesday, May 8, 2024 Approved
Jmol molecule viewer 16.2.5 138 Tuesday, April 23, 2024 Approved
Jmol molecule viewer 16.2.1 160 Wednesday, April 10, 2024 Approved
Jmol molecule viewer 16.1.63 549 Wednesday, March 13, 2024 Approved
Jmol molecule viewer 16.1.57 147 Thursday, February 22, 2024 Approved
Jmol molecule viewer 16.1.49 180 Friday, January 26, 2024 Approved
Jmol molecule viewer 16.1.47 212 Monday, December 18, 2023 Approved
Jmol molecule viewer 16.1.45 220 Monday, November 13, 2023 Approved
Jmol molecule viewer 16.1.43 205 Saturday, October 28, 2023 Approved
Jmol molecule viewer 16.1.41 798 Tuesday, September 26, 2023 Approved
Jmol molecule viewer 16.1.35 477 Friday, August 25, 2023 Approved
Jmol molecule viewer 16.1.31 551 Saturday, August 5, 2023 Approved
Jmol molecule viewer 16.1.13 438 Friday, June 16, 2023 Approved
Jmol molecule viewer 16.1.11 450 Sunday, April 30, 2023 Approved
Jmol molecule viewer 16.1.9 245 Monday, April 3, 2023 Approved
Jmol molecule viewer 16.1.5 263 Saturday, February 18, 2023 Approved
Jmol molecule viewer 14.32.83 264 Sunday, January 8, 2023 Approved
Jmol molecule viewer 14.32.82 619 Friday, December 23, 2022 Approved
Jmol molecule viewer 14.32.81 433 Saturday, December 3, 2022 Approved
Jmol molecule viewer 14.32.80 197 Saturday, November 5, 2022 Approved
Jmol molecule viewer 14.32.77 242 Saturday, October 15, 2022 Approved
Jmol molecule viewer 14.32.75 359 Monday, September 26, 2022 Approved
Jmol molecule viewer 14.32.73 814 Tuesday, August 30, 2022 Approved
Jmol molecule viewer 14.32.68 245 Saturday, August 6, 2022 Approved
Jmol molecule viewer 14.32.63 220 Saturday, July 23, 2022 Approved
Jmol molecule viewer 14.32.62 225 Friday, July 8, 2022 Approved
Jmol molecule viewer 14.32.60 286 Friday, June 24, 2022 Approved
Jmol molecule viewer 14.32.58 324 Saturday, May 28, 2022 Approved
Jmol molecule viewer 14.32.55 250 Saturday, May 14, 2022 Approved
Jmol molecule viewer 14.32.54 254 Monday, May 2, 2022 Approved
Jmol molecule viewer 14.32.50 260 Tuesday, April 19, 2022 Approved
Jmol molecule viewer 14.32.42 275 Saturday, March 26, 2022 Approved
Jmol molecule viewer 14.32.33 269 Saturday, March 12, 2022 Approved
Jmol molecule viewer 14.32.26 250 Saturday, February 26, 2022 Approved
Jmol molecule viewer 14.32.21 262 Tuesday, February 15, 2022 Approved
Jmol molecule viewer 14.32.17 247 Wednesday, February 2, 2022 Approved
Jmol molecule viewer 14.32.10 243 Monday, January 10, 2022 Approved
Jmol molecule viewer 14.32.6 263 Wednesday, December 29, 2021 Approved
Jmol molecule viewer 14.31.61 292 Saturday, November 27, 2021 Approved
Jmol molecule viewer 14.31.60 265 Saturday, November 6, 2021 Approved
Jmol molecule viewer 14.31.57 291 Monday, October 18, 2021 Approved
Jmol molecule viewer 14.31.53 302 Wednesday, September 8, 2021 Approved
Jmol molecule viewer 14.31.52 265 Friday, August 20, 2021 Approved
Jmol molecule viewer 14.31.49 300 Saturday, August 7, 2021 Approved
Jmol molecule viewer 14.31.48 183 Sunday, August 1, 2021 Approved
Jmol molecule viewer 14.31.44 355 Monday, July 12, 2021 Approved
Jmol molecule viewer 14.31.41 318 Monday, May 31, 2021 Approved
Jmol molecule viewer 14.31.38 309 Saturday, May 15, 2021 Approved
Jmol molecule viewer 14.31.36 321 Sunday, April 18, 2021 Approved
Jmol molecule viewer 14.31.35 354 Monday, March 22, 2021 Approved
Jmol molecule viewer 14.31.32 407 Sunday, February 14, 2021 Approved
Jmol molecule viewer 14.31.28 290 Saturday, January 30, 2021 Approved
Jmol molecule viewer 14.31.23 324 Tuesday, January 12, 2021 Approved
Jmol molecule viewer 14.31.20 315 Sunday, December 27, 2020 Approved
Jmol molecule viewer 14.31.18 325 Friday, November 27, 2020 Approved
Jmol molecule viewer 14.31.17 369 Saturday, November 14, 2020 Approved
Jmol molecule viewer 14.31.10 350 Sunday, October 25, 2020 Approved
Jmol molecule viewer 14.31.9 347 Sunday, October 11, 2020 Approved
Jmol molecule viewer 14.31.8 396 Monday, September 28, 2020 Approved
Jmol molecule viewer 14.31.4 428 Saturday, September 12, 2020 Approved
Jmol molecule viewer 14.31.3 404 Sunday, August 30, 2020 Approved
Jmol molecule viewer 14.31.2 409 Sunday, July 19, 2020 Approved
Jmol molecule viewer 14.31.0 415 Wednesday, June 10, 2020 Approved
Jmol molecule viewer 14.30.2 621 Saturday, February 8, 2020 Approved
Jmol molecule viewer 14.30.1 507 Friday, December 20, 2019 Approved
Jmol molecule viewer 14.29.54 635 Saturday, October 12, 2019 Approved
Jmol molecule viewer 14.29.53 524 Saturday, September 28, 2019 Approved
Jmol molecule viewer 14.29.52 1713 Thursday, August 29, 2019 Approved
Jmol molecule viewer 14.29.47 2044 Wednesday, July 31, 2019 Approved
Jmol molecule viewer 14.29.46 1050 Tuesday, June 18, 2019 Approved
Jmol molecule viewer 14.29.42 7088 Thursday, May 16, 2019 Approved
Jmol molecule viewer 14.29.40 3660 Tuesday, April 30, 2019 Approved
Jmol molecule viewer 14.29.36 3948 Sunday, April 14, 2019 Approved
Jmol molecule viewer 14.29.34 1009 Thursday, April 11, 2019 Approved
Jmol molecule viewer 14.29.31 8945 Tuesday, March 5, 2019 Approved
Jmol molecule viewer 14.29.29 6060 Friday, November 30, 2018 Approved
Jmol molecule viewer 14.29.28 549 Thursday, November 1, 2018 Approved
Jmol molecule viewer 14.29.26 493 Friday, October 12, 2018 Approved
Jmol molecule viewer 14.29.22 915 Monday, September 17, 2018 Approved
Jmol molecule viewer 14.29.17 9486 Friday, June 22, 2018 Approved
Jmol molecule viewer 14.29.16 529 Friday, June 15, 2018 Approved
Jmol molecule viewer 14.29.15 1793 Monday, May 28, 2018 Approved
Jmol molecule viewer 14.29.14 527 Friday, May 18, 2018 Approved
Jmol molecule viewer 14.29.13 4311 Tuesday, April 24, 2018 Approved
Jmol molecule viewer 14.29.12 3723 Thursday, April 5, 2018 Approved
Jmol molecule viewer 14.29.5 7254 Monday, February 12, 2018 Approved
Jmol molecule viewer 14.28.3 671 Thursday, January 25, 2018 Approved
Jmol molecule viewer 14.28.2 514 Wednesday, January 17, 2018 Approved
Jmol molecule viewer 14.27.2 678 Friday, December 22, 2017 Approved
Jmol molecule viewer 14.25.2 877 Friday, December 1, 2017 Approved
Jmol molecule viewer 14.21.1 675 Tuesday, October 24, 2017 Approved
Jmol molecule viewer 14.20.8 626 Thursday, October 19, 2017 Approved
Jmol molecule viewer 14.20.7 496 Thursday, October 5, 2017 Approved
Jmol molecule viewer 14.20.6 513 Tuesday, September 19, 2017 Approved
Jmol molecule viewer 14.20.5 965 Friday, September 1, 2017 Approved
Jmol molecule viewer 14.20.3 2536 Tuesday, August 1, 2017 Approved
Jmol molecule viewer 14.18.1 2517 Monday, June 12, 2017 Approved
Jmol molecule viewer 14.17.1 956 Friday, June 2, 2017 Approved
Jmol molecule viewer 14.15.2 2699 Wednesday, May 3, 2017 Approved
Jmol molecule viewer 14.9.1 2131 Wednesday, March 8, 2017 Approved
Jmol molecule viewer 14.8.0 1100 Tuesday, January 31, 2017 Approved
Jmol molecule viewer 14.6.1.20160811 1071 Thursday, August 18, 2016 Approved
Jmol 14.4.4 512 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