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:

78,018

Downloads of v 19396.0.0:

233

Last Update:

03 May 2025

Package Maintainer(s):

Software Author(s):

  • JOSM contributors

Tags:

josm openstreetmap osm editor

JOSM

  • 1
  • 2
  • 3

19396.0.0 | Updated: 03 May 2025

Downloads:

78,018

Downloads of v 19396.0.0:

233

Maintainer(s):

Software Author(s):

  • JOSM contributors

JOSM 19396.0.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by JOSM contributors. The inclusion of JOSM contributors trademark(s), if any, upon this webpage is solely to identify JOSM contributors 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 as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install JOSM, run the following command from the command line or from PowerShell:

>

To upgrade JOSM, run the following command from the command line or from PowerShell:

>

To uninstall JOSM, 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 josm -y --source="'INTERNAL REPO URL'" [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 josm -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install josm
  win_chocolatey:
    name: josm
    version: '19396.0.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'josm' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '19396.0.0'
end

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


cChocoPackageInstaller josm
{
    Name     = "josm"
    Version  = "19396.0.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'josm':
  ensure   => '19396.0.0',
  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 as a trusted package on 03 May 2025.

Description

JOSM is an extensible editor for OpenStreetMap (OSM) for Java 8+. JOSM is open source and licensed under GPL.

It supports loading GPX tracks, background imagery and OSM data from local sources as well as from online sources and allows to edit the OSM data (nodes, ways and relations) and their metadata tags.

OpenStreetMap powers map data on thousands of web sites, mobile apps, and hardware devices. OpenStreetMap is built by a community of mappers that contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the world.

Note on Java JRE dependency

I removed the hard dependency on Oracle JRE to allow users to choose a different OpenJDK distribution. In case JOSM does not start because you don't have any JRE installed, I suggest installing the AdoptOpenJDK JRE:

choco install adoptopenjdkjre


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName   = 'josm'
  fileType      = 'EXE'
  url           = 'https://josm.openstreetmap.de/download/windows/josm-setup-19396-java21.exe'
  checksum      = 'f23cd34f5dcec3478bfe308916eb1516657c103747854640e6c3c09436a211ea'
  checksumType  = 'sha256'
  silentArgs    = '/qn'
  validExitCodes= @(0)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'josm'
[array]$key = Get-UninstallRegistryKey -SoftwareName 'JOSM'

if ($key.Count -eq 1) {
  $key | % {
    $productGUID = $($_.UninstallString -split '/x')[1]
    Uninstall-ChocolateyPackage -PackageName $packageName `
                                -FileType 'MSI' `
                                -SilentArgs "$productGUID /qn" `
                                -ValidExitCodes @(0) `
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$key.Count matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $_.DisplayName"}
}

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
JOSM 19369.0.0 428 Saturday, April 5, 2025 Approved
JOSM 19342.0.0 271 Sunday, March 2, 2025 Approved
JOSM 19307.0.0 1157 Friday, February 7, 2025 Approved
JOSM 19277.0.0 1301 Sunday, January 5, 2025 Approved
JOSM 19265.0.0 207 Friday, December 6, 2024 Approved
JOSM 19253.0.0 1230 Thursday, October 31, 2024 Approved
JOSM 19230.0.0 201 Thursday, October 3, 2024 Approved
JOSM 19207.0.0 1790 Monday, September 9, 2024 Approved
JOSM 19160.0.0 542 Monday, August 5, 2024 Approved
JOSM 19128.0.0 203 Saturday, July 13, 2024 Approved
JOSM 19096.0.0 2117 Sunday, June 9, 2024 Approved
JOSM 19067.0.0 128 Sunday, June 2, 2024 Approved
JOSM 19039.0.0 2314 Saturday, April 13, 2024 Approved
JOSM 19017.0.0 141 Wednesday, April 3, 2024 Approved
JOSM 18969.0.0 2356 Wednesday, February 7, 2024 Approved
JOSM 18940.0.0 140 Friday, February 2, 2024 Approved
JOSM 18907.0.0 1378 Friday, December 15, 2023 Approved
JOSM 18906.0.0 153 Thursday, December 7, 2023 Approved
JOSM 18822.0.0 2539 Sunday, September 3, 2023 Approved
JOSM 18789.0.0 483 Wednesday, August 2, 2023 Approved
JOSM 18772.0.0 844 Friday, July 7, 2023 Approved
JOSM 18746.0.0 1514 Wednesday, June 14, 2023 Approved
JOSM 18721.0 838 Monday, May 8, 2023 Approved
JOSM 18700.0 2239 Wednesday, April 5, 2023 Approved
JOSM 18678.0 417 Sunday, March 5, 2023 Approved
JOSM 18646.0 320 Saturday, February 4, 2023 Approved
JOSM 18622.0 1431 Wednesday, January 11, 2023 Approved
JOSM 18583.0 4451 Tuesday, November 1, 2022 Approved
JOSM 18570.0 325 Monday, October 10, 2022 Approved
JOSM 18565.0 254 Monday, October 3, 2022 Approved
JOSM 18543.0 1509 Sunday, September 4, 2022 Approved
JOSM 18531.0 1269 Sunday, August 7, 2022 Approved
JOSM 18513.0 500 Friday, July 29, 2022 Approved
JOSM 18511.0 3022 Thursday, July 7, 2022 Approved
JOSM 18463.0 450 Tuesday, May 31, 2022 Approved
JOSM 18427.0 2074 Saturday, April 9, 2022 Approved
JOSM 18387.0 1122 Saturday, March 12, 2022 Approved
JOSM 18360.0 5028 Monday, January 3, 2022 Approved
JOSM 18303.0 4216 Wednesday, November 3, 2021 Approved
JOSM 18193.0 6361 Thursday, September 9, 2021 Approved
JOSM 18191.0 179 Saturday, September 4, 2021 Approved
JOSM 18118.0 262 Tuesday, August 17, 2021 Approved
JOSM 18004.0 319 Monday, July 12, 2021 Approved
JOSM 17919.0 285 Sunday, June 13, 2021 Approved
JOSM 17915.0 269 Tuesday, June 1, 2021 Approved
JOSM 17833.0 303 Friday, April 30, 2021 Approved
JOSM 17702.0 280 Saturday, April 3, 2021 Approved
JOSM 17580.0 243 Monday, March 22, 2021 Approved
JOSM 17560.0 238 Sunday, March 14, 2021 Approved
JOSM 17428.0 374 Friday, January 1, 2021 Approved
JOSM 17329.0 285 Friday, November 27, 2020 Approved
JOSM 17084.0 342 Thursday, October 8, 2020 Approved
JOSM 17013.0 297 Tuesday, September 8, 2020 Approved
JOSM 16812.0 341 Monday, August 3, 2020 Approved
JOSM 16731.0 325 Thursday, July 2, 2020 Approved
JOSM 16538.0 272 Saturday, June 6, 2020 Approved
JOSM 16239.0 407 Tuesday, April 7, 2020 Approved
JOSM 15937.0 404 Thursday, February 27, 2020 Approved
JOSM 15806.0 294 Sunday, February 2, 2020 Approved
JOSM 15628.0 288 Friday, January 3, 2020 Approved
JOSM 15553.0 284 Tuesday, December 3, 2019 Approved
JOSM 15492.0 297 Tuesday, November 5, 2019 Approved
JOSM 15390.0 332 Tuesday, October 1, 2019 Approved
JOSM 15322.0 310 Saturday, August 31, 2019 Approved
JOSM 15238.0 320 Saturday, July 13, 2019 Approved
JOSM 15155.0 308 Tuesday, June 4, 2019 Approved
JOSM 15031.0 343 Monday, April 29, 2019 Approved
JOSM 14945.0 280 Wednesday, April 3, 2019 Approved
JOSM 14824.0 289 Wednesday, March 6, 2019 Approved
JOSM 14760.0 285 Friday, February 8, 2019 Approved
JOSM 14620.0 343 Tuesday, January 1, 2019 Approved
JOSM 14460.0 296 Wednesday, November 28, 2018 Approved
JOSM 14382.0 328 Thursday, November 1, 2018 Approved
JOSM 14289.0 329 Wednesday, October 3, 2018 Approved
JOSM 14178.0 333 Wednesday, August 22, 2018 Approved
JOSM 14066.0 326 Monday, July 30, 2018 Approved
JOSM 14026.0 327 Tuesday, July 10, 2018 Approved
JOSM 13996.0 307 Wednesday, July 4, 2018 Approved
JOSM 13878.0 320 Monday, June 4, 2018 Approved
JOSM 13710.0 356 Tuesday, May 8, 2018 Approved
JOSM 13576.0 377 Wednesday, March 28, 2018 Approved
JOSM 13500.0 494 Saturday, March 10, 2018 Approved
JOSM 13478.0 366 Friday, March 2, 2018 Approved
JOSM 13367.0 391 Wednesday, January 31, 2018 Approved
JOSM 13265.0 399 Monday, January 1, 2018 Approved
JOSM 13170.0 431 Thursday, November 30, 2017 Approved
JOSM 13053.0 443 Monday, October 30, 2017 Approved
JOSM 12921.0 463 Tuesday, October 3, 2017 Approved
JOSM 12712.0 418 Saturday, September 2, 2017 Approved
JOSM 12545.0 525 Thursday, August 17, 2017 Approved
JOSM 12542.0 427 Monday, July 31, 2017 Approved
JOSM 12450.0 440 Wednesday, July 5, 2017 Approved
JOSM 12275.0 421 Saturday, June 3, 2017 Approved
JOSM 12039.0 390 Wednesday, May 10, 2017 Approved
JOSM 11826.0 414 Tuesday, April 4, 2017 Approved
JOSM 11639.0 456 Tuesday, February 28, 2017 Approved
JOSM 11526.0 426 Sunday, February 12, 2017 Approved
JOSM 11514.0 410 Tuesday, January 31, 2017 Approved
JOSM 11427.0 450 Wednesday, January 18, 2017 Approved

This package has no dependencies.

Discussion for the JOSM Package

Ground Rules:

  • This discussion is only about JOSM and the JOSM 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 JOSM, 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