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...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
139,934
Downloads of v 0.38.0.12606:
455
Last Update:
16 Apr 2014
Package Maintainer(s):
Software Author(s):
- Adobe
Tags:
editor web adobe javascript html css- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Brackets Code Editor
This is not the latest version of Brackets Code Editor available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
139,934
Downloads of v 0.38.0.12606:
455
Maintainer(s):
Software Author(s):
- Adobe
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.
Brackets Code Editor 0.38.0.12606
This is not the latest version of Brackets Code Editor available.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install Brackets Code Editor, run the following command from the command line or from PowerShell:
To upgrade Brackets Code Editor, run the following command from the command line or from PowerShell:
To uninstall Brackets Code Editor, 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 brackets --internalize --version=0.38.0.12606 --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 brackets -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 brackets -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 brackets installed
win_chocolatey:
name: brackets
state: present
version: 0.38.0.12606
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 'brackets' do
action :install
version '0.38.0.12606'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: brackets,
Version: 0.38.0.12606,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller brackets
{
Name = 'brackets'
Ensure = 'Present'
Version = '0.38.0.12606'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'brackets':
provider => 'chocolatey',
ensure => '0.38.0.12606',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install brackets version="0.38.0.12606" 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 was approved as a trusted package on 24 Dec 2014.
Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.
FOR THE WEB, BY THE WEB
Brackets is built using HTML, CSS and JavaScript. If you can code in Brackets, you can code on Brackets.
OPEN DEVELOPMENT WORKS
Brackets, is a fully open-source, community-driven project. Want to influence its direction? Join the developer list and start contributing.
TOOLS SHOULDN'T GET IN YOUR WAY
Rather than clutter your workspace with floating panels, toolbars and icons, Brackets focuses on providing “Quick Edit” in-line views that provide context-sensitive access to your content, without taking you away from your code.
WORKS WITH YOUR BROWSER
The browser is your design view. Brackets hooks up directly to the browser, allowing you to design and develop in the same environment that you deploy.
Log in or click on link to see number of positives.
- Brackets.0.38.0.12606.nupkg (5b14d9c72d06) - ## / 57
- Brackets.Sprint.38.msi (69e252908c94) - ## / 54
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 |
---|---|---|---|
Brackets 1.14.2 | 6685 | Monday, April 6, 2020 | Approved |
Brackets 1.14.1 | 2772 | Thursday, December 5, 2019 | Approved |
Brackets 1.14 | 4898 | Thursday, May 2, 2019 | Approved |
Brackets 1.14-prerelease-1 | 142 | Wednesday, April 24, 2019 | Approved |
Brackets 1.13 | 39335 | Monday, June 18, 2018 | Approved |
Brackets 1.13-pre | 279 | Thursday, May 3, 2018 | Approved |
Brackets 1.12 | 12925 | Tuesday, January 30, 2018 | Approved |
Brackets 1.11.0.20171021 | 5460 | Saturday, October 21, 2017 | Approved |
Brackets 1.11 | 30652 | Monday, September 25, 2017 | Approved |
Brackets 1.10.0.20170722 | 3137 | Saturday, July 22, 2017 | Approved |
Brackets 1.10 | 3481 | Friday, July 7, 2017 | Approved |
Brackets 1.9 | 2271 | Thursday, March 23, 2017 | Approved |
Brackets 1.8.0.20161115 | 2623 | Tuesday, November 15, 2016 | Approved |
Brackets 1.8 | 2592 | Thursday, November 10, 2016 | Approved |
Brackets 1.7 | 1568 | Friday, June 10, 2016 | Approved |
Brackets 1.6 | 1909 | Wednesday, January 20, 2016 | Approved |
Brackets 1.5.0.20151124 | 1262 | Tuesday, November 24, 2015 | Approved |
Brackets 1.5 | 1116 | Thursday, October 15, 2015 | Approved |
Brackets 1.4 | 1738 | Monday, July 27, 2015 | Approved |
Brackets 1.3 | 1834 | Monday, April 27, 2015 | Approved |
Brackets 1.2 | 1474 | Monday, March 2, 2015 | Approved |
Brackets 1.1 | 1659 | Thursday, December 18, 2014 | Approved |
Brackets Code Editor 1.0 | 1532 | Tuesday, November 4, 2014 | Approved |
Brackets Code Editor 0.44 | 947 | Monday, October 6, 2014 | Approved |
Brackets Code Editor 0.43 | 886 | Thursday, September 4, 2014 | Approved |
Brackets Code Editor 0.42 | 932 | Friday, August 1, 2014 | Approved |
Brackets Code Editor 0.41.0.13418 | 656 | Saturday, July 5, 2014 | Approved |
Brackets Code Editor 0.40.0.13110 | 515 | Friday, June 6, 2014 | Approved |
Brackets Code Editor 0.40.0.13109 | 417 | Friday, June 6, 2014 | Approved |
Brackets Code Editor 0.39.0.12914 | 487 | Thursday, May 15, 2014 | Approved |
Brackets Code Editor 0.38.0.1260601 | 459 | Wednesday, April 23, 2014 | Approved |
Brackets Code Editor 0.38.0.12606 | 455 | Wednesday, April 16, 2014 | Approved |
Brackets Code Editor 0.37.0.12014 | 523 | Tuesday, March 18, 2014 | Approved |
Brackets Code Editor 0.36.0.11506 | 469 | Friday, February 7, 2014 | Approved |
Brackets Code Editor 0.35.0.10897 | 474 | Saturday, January 4, 2014 | Approved |
Brackets Code Editor 0.35 | 407 | Friday, January 3, 2014 | Approved |
Brackets Code Editor 0.1.30.9116 | 485 | Monday, September 16, 2013 | Approved |
Brackets Code Editor 0.1.25.7701 | 478 | Tuesday, May 28, 2013 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Brackets Code Editor and the Brackets Code Editor 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 Brackets Code Editor, 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.