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:
197,821
Downloads of v 6.17.4.8270:
1,265
Last Update:
11 Jan 2019
Package Maintainer(s):
Software Author(s):
- Evernote Corporation
Tags:
Evernote notes admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Evernote
This is not the latest version of Evernote available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
197,821
Downloads of v 6.17.4.8270:
1,265
Maintainer(s):
Software Author(s):
- Evernote Corporation
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.
Evernote 6.17.4.8270
This is not the latest version of Evernote available.
All Checks are Passing
2 Passing Test
To install Evernote, run the following command from the command line or from PowerShell:
To upgrade Evernote, run the following command from the command line or from PowerShell:
To uninstall Evernote, 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 evernote --internalize --version=6.17.4.8270 --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 evernote -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 evernote -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 evernote installed
win_chocolatey:
name: evernote
state: present
version: 6.17.4.8270
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 'evernote' do
action :install
version '6.17.4.8270'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: evernote,
Version: 6.17.4.8270,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller evernote
{
Name = 'evernote'
Ensure = 'Present'
Version = '6.17.4.8270'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'evernote':
provider => 'chocolatey',
ensure => '6.17.4.8270',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install evernote version="6.17.4.8270" 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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 11 Jan 2019.
WRITE: From short lists to lengthy research, no matter what form your writing takes, Evernote keeps you focused on moving those ideas from inspiration to completion.
COLLECT: Easily gather everything that matters. Clip web articles, capture handwritten notes, and snap photos to keep the physical and digital details of your projects with you at all times.
DISCUSS: Connect your work with the people who help you get it done. Communicate, collaborate, and share in real-time with anyone in the world without ever leaving Evernote.
PRESENT: Have fast, effective meetings by presenting your work as it evolves. No need to build slides, just one click and your notes are transformed into a beautiful screen-friendly layout.
$checksum = '6b0572f1b1a0cb48d675d52de958a0c6438b8f906a583180f9b60a721bcff3f9'
$packageArgs = @{
packageName = 'evernote'
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
fileType = 'exe'
url = 'https://evernote.com/download/get.php?file=Win'
silentArgs = '/quiet'
validExitCodes= @(0)
softwareName = 'evernote*'
checksum = $checksum
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
- evernote.6.17.4.8270.nupkg (9850bd59529b) - ## / 61 - Log in or click on link to see number of positives
- Evernote_6.17.4.8270.exe (6b0572f1b1a0) - ## / 62 - 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 |
---|---|---|---|
Evernote 6.21.2.8717 | 11810 | Thursday, October 3, 2019 | Approved |
Evernote 6.21.2.8716 | 4049 | Friday, September 27, 2019 | Approved |
Evernote 6.20.2.8626 | 12074 | Monday, July 29, 2019 | Approved |
Evernote 6.19.2.8555 | 2240 | Thursday, July 4, 2019 | Approved |
Evernote 6.17.7.8474 | 41114 | Friday, April 19, 2019 | Approved |
Evernote 6.17.6.829201 | 8660 | Friday, February 15, 2019 | Approved |
Evernote 6.17.5.8273 | 20091 | Tuesday, January 15, 2019 | Approved |
Evernote 6.17.4.8270 | 1265 | Friday, January 11, 2019 | Approved |
Evernote 6.16.4.8094 | 5039 | Friday, November 2, 2018 | Approved |
Evernote 6.15.4.7934 | 2567 | Wednesday, October 3, 2018 | Approved |
Evernote 6.15.3.7881 | 2035 | Wednesday, September 19, 2018 | Approved |
Evernote 6.14.5.7671 | 3848 | Tuesday, August 14, 2018 | Approved |
Evernote 6.13.14.7474 | 4906 | Tuesday, July 3, 2018 | Approved |
Evernote 6.13.13.7425 | 1389 | Wednesday, June 20, 2018 | Approved |
Evernote 6.11.2.7027 | 3580 | Tuesday, April 3, 2018 | Approved |
Evernote 6.10.3.6921 | 2230 | Thursday, March 15, 2018 | Approved |
Evernote 6.9.7.6770 | 2502 | Monday, February 19, 2018 | Approved |
Evernote 6.9.6.6729 | 1850 | Sunday, February 11, 2018 | Approved |
Evernote 6.8.7.6387 | 4694 | Wednesday, December 20, 2017 | Approved |
Evernote 6.7.5.5825 | 5299 | Friday, September 22, 2017 | Approved |
Evernote 6.7.4.5741 | 1584 | Tuesday, September 12, 2017 | Approved |
Evernote 6.6.4.5512 | 2910 | Wednesday, August 2, 2017 | Approved |
Evernote 6.5.4.4720 | 5395 | Wednesday, March 22, 2017 | Approved |
Evernote 6.4.2.3788 | 7772 | Wednesday, November 2, 2016 | Approved |
Evernote 6.4.2.3773 | 1585 | Friday, October 28, 2016 | Approved |
Evernote 6.3.3.3502 | 4284 | Wednesday, September 28, 2016 | Approved |
Evernote 6.2.4.3244 | 2171 | Wednesday, September 21, 2016 | Approved |
Evernote 5.9.9.9915 | 9966 | Friday, April 15, 2016 | Approved |
Evernote 5.9.6.9494 | 3423 | Monday, December 7, 2015 | Approved |
Evernote 5.8.13.8152 | 322 | Friday, July 10, 2015 | Approved |
Evernote 5.8.8.7837 | 344 | Thursday, June 4, 2015 | Approved |
Evernote 5.8.5.7193 | 4279 | Sunday, April 19, 2015 | Approved |
Evernote 5.8.4.6870 | 300 | Wednesday, March 25, 2015 | Approved |
Evernote 5.8.3.6507 | 2542 | Monday, February 2, 2015 | Approved |
Evernote 5.8.1.6061 | 1324 | Thursday, January 15, 2015 | Approved |
Evernote 5.6.4.4632 | 2649 | Thursday, September 11, 2014 | Approved |
Evernote 5.5.3.4236 | 791 | Wednesday, August 13, 2014 | Approved |
Evernote 5.4.1.3962 | 783 | Friday, July 11, 2014 | Approved |
Evernote 4.5.10 | 3172 | Monday, October 29, 2012 | Approved |
Evernote 4.5.3.1 | 679 | Wednesday, February 8, 2012 | Approved |
Copyright 2016 Evernote Corporation
This package has no dependencies.
Ground Rules:
- This discussion is only about Evernote and the Evernote 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 Evernote, 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.