Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
30,347
Downloads of v 48.0.2550.1:
423
Last Update:
12 Feb 2016
Package Maintainer(s):
Software Author(s):
- SRWare
Tags:
SRWareIron browser privacy admin- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

SRWare Iron
This is not the latest version of SRWare Iron available.
- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
30,347
Downloads of v 48.0.2550.1:
423
Maintainer(s):
Software Author(s):
- SRWare
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
SRWare Iron 48.0.2550.1
This is not the latest version of SRWare Iron available.
All Checks are Passing
2 Passing Test
To install SRWare Iron, run the following command from the command line or from PowerShell:
To upgrade SRWare Iron, run the following command from the command line or from PowerShell:
To uninstall SRWare Iron, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download srwareiron --internalize --version=48.0.2550.1 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade srwareiron -y --source="'STEP 3 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 srwareiron -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure srwareiron installed
win_chocolatey:
name: srwareiron
state: present
version: 48.0.2550.1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'srwareiron' do
action :install
version '48.0.2550.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: srwareiron,
Version: 48.0.2550.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller srwareiron
{
Name = 'srwareiron'
Ensure = 'Present'
Version = '48.0.2550.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'srwareiron':
provider => 'chocolatey',
ensure => '48.0.2550.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install srwareiron version="48.0.2550.1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 12 Feb 2016.
SRWare Iron is a freeware web browser implementation of the Chromium source code by SRWare of Germany.
Iron is issued by SRWare under an “all rights reserved” license, indicating that it is made from a combination of proprietary and free software, although in download page SRWare claims “Iron is free and OpenSource.” (from Wikipedia, the free encyclopedia)
#Install-VirtualPackage 'srwareiron.portable' 'srwareiron.install'
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
SRWare Iron 87.0.4450.000 | 254 | Thursday, January 7, 2021 | Approved |
SRWare Iron 86.0.4400.000 | 354 | Sunday, November 15, 2020 | Approved |
SRWare Iron 85.0.4350.000 | 375 | Friday, October 2, 2020 | Approved |
SRWare Iron 84.0.4300.000 | 340 | Wednesday, August 26, 2020 | Approved |
SRWare Iron 83.0.4250.000 | 368 | Tuesday, July 7, 2020 | Approved |
SRWare Iron 81.0.4200.000 | 450 | Monday, May 11, 2020 | Approved |
SRWare Iron 80.0.4150.100 | 461 | Friday, March 6, 2020 | Approved |
SRWare Iron 80.0.4150.000 | 117 | Thursday, March 5, 2020 | Approved |
SRWare Iron 79.0.4100.000 | 388 | Friday, January 10, 2020 | Approved |
SRWare Iron 78.0.4050.000 | 357 | Friday, December 6, 2019 | Approved |
SRWare Iron 77.0.4000.000 | 364 | Tuesday, October 15, 2019 | Approved |
SRWare Iron 76.0.3950.000 | 295 | Thursday, September 19, 2019 | Approved |
SRWare Iron 75.0.3900.000 | 369 | Monday, July 29, 2019 | Approved |
SRWare Iron 74.0.3850.000 | 422 | Thursday, May 23, 2019 | Approved |
SRWare Iron 73.0.3800.100 | 317 | Friday, May 3, 2019 | Approved |
SRWare Iron 73.0.3800.000 | 415 | Tuesday, April 2, 2019 | Approved |
SRWare Iron 72.0.3750.000 | 358 | Wednesday, February 27, 2019 | Approved |
SRWare Iron 71.0.3700.000 | 395 | Sunday, January 20, 2019 | Approved |
SRWare Iron 70.0.3650.000 | 522 | Wednesday, November 21, 2018 | Approved |
SRWare Iron 69.0.3600.000 | 339 | Friday, October 19, 2018 | Approved |
SRWare Iron 67.0.3500.000 | 646 | Sunday, July 1, 2018 | Approved |
SRWare Iron 66.0.3450.000 | 441 | Friday, May 11, 2018 | Approved |
SRWare Iron 65.0.3400.000 | 458 | Monday, March 19, 2018 | Approved |
SRWare Iron 64.0.3350.000 | 464 | Monday, February 12, 2018 | Approved |
SRWare Iron 63.0.3300.000 | 466 | Wednesday, January 3, 2018 | Approved |
SRWare Iron 62.0.3250.000 | 524 | Tuesday, November 7, 2017 | Approved |
SRWare Iron 61.0.3200.000 | 499 | Monday, September 25, 2017 | Approved |
SRWare Iron 60.0.3150.100 | 465 | Friday, August 18, 2017 | Approved |
SRWare Iron 60.0.3150.000 | 453 | Saturday, August 12, 2017 | Approved |
SRWare Iron 59.0.3100.000 | 532 | Wednesday, June 28, 2017 | Approved |
SRWare Iron 58.0.3050.000 | 573 | Thursday, May 4, 2017 | Approved |
SRWare Iron 57.0.3000.0 | 515 | Monday, March 27, 2017 | Approved |
SRWare Iron 56.0.2950.1 | 625 | Thursday, March 2, 2017 | Approved |
SRWare Iron 56.0.2950.0 | 465 | Thursday, February 9, 2017 | Approved |
SRWare Iron 55.0.2900.1 | 467 | Monday, January 16, 2017 | Approved |
SRWare Iron 53.0.2800.0 | 1143 | Tuesday, September 27, 2016 | Approved |
SRWare Iron 52.0.2750.0 | 756 | Monday, August 8, 2016 | Approved |
SRWare Iron 51.0.2700.0 | 324 | Sunday, June 12, 2016 | Approved |
SRWare Iron 50.0.2650.0 | 310 | Friday, May 13, 2016 | Approved |
SRWare Iron 49.0.2600.0 | 483 | Tuesday, March 22, 2016 | Approved |
SRWare Iron 48.0.2550.2 | 437 | Sunday, February 28, 2016 | Approved |
SRWare Iron 48.0.2550.1 | 423 | Friday, February 12, 2016 | Approved |
SRWare Iron 48.0.2550.0 | 394 | Thursday, February 4, 2016 | Approved |
SRWare Iron 47.0.2500.0 | 466 | Wednesday, December 23, 2015 | Approved |
SRWare Iron 46.0.2450.0 | 410 | Tuesday, November 3, 2015 | Approved |
SRWare Iron 45.0.2400.0 | 479 | Tuesday, September 22, 2015 | Approved |
SRWare Iron 44.0.2350.0 | 446 | Monday, August 10, 2015 | Approved |
SRWare Iron 43.0.2300.0 | 581 | Friday, June 5, 2015 | Approved |
SRWare Iron 42.0.2250.1 | 454 | Monday, May 4, 2015 | Approved |
SRWare Iron 42.0.2250.0 | 366 | Sunday, May 3, 2015 | Approved |
SRWare Iron 41.0.2200.0 | 481 | Sunday, March 8, 2015 | Approved |
SRWare Iron 40.0.2150.0 | 460 | Tuesday, February 10, 2015 | Approved |
SRWare Iron 39.0.2100.0 | 498 | Sunday, December 7, 2014 | Approved |
SRWare Iron 38.0.2050.0 | 512 | Friday, October 24, 2014 | Approved |
SRWare Iron 37.0.2000.0 | 446 | Monday, September 8, 2014 | Approved |
SRWare Iron 36.0.1950.0 | 442 | Saturday, August 2, 2014 | Approved |
SRWare Iron 35.0.1900.0 | 469 | Thursday, June 5, 2014 | Approved |
SRWare Iron 34.0.1850.0 | 426 | Thursday, April 24, 2014 | Approved |
SRWare Iron 33.0.1800.0 | 494 | Saturday, March 8, 2014 | Approved |
SRWare Iron 32.0.1750.1 | 429 | Friday, January 31, 2014 | Approved |
SRWare Iron 32.0.1750.0 | 370 | Thursday, January 30, 2014 | Approved |
SRWare Iron 31.0.1700.0 | 458 | Monday, December 2, 2013 | Approved |
SRWare Iron 30.0.1650.0 | 436 | Monday, October 21, 2013 | Approved |
SRWare Iron 29.0.1600.1 | 440 | Saturday, September 14, 2013 | Approved |
SRWareIron 28.0.1550.0 | 374 | Thursday, August 1, 2013 | Approved |
SRWareIron 27.0.1500.0 | 419 | Tuesday, July 9, 2013 | Approved |
SRWareIron 26.0.1450.0 | 388 | Tuesday, May 21, 2013 | Approved |
SRWareIron 24.0.1350.0 | 400 | Sunday, February 24, 2013 | Approved |
Copyright 2016 The Chromium Authors
-
- srwareiron.install (= 48.0.2550.0)
Ground Rules:
- This discussion is only about SRWare Iron and the SRWare Iron 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 SRWare Iron, 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.