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:
1,344
Downloads of v 0.46.7:
37
Last Update:
10 Apr 2021
Package Maintainer(s):
Software Author(s):
- zadam
Tags:
trilium-notes notes- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Trilium Notes
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,344
Downloads of v 0.46.7:
37
Maintainer(s):
Software Author(s):
- zadam
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.
All Checks are Passing
2 Passing Test
To install Trilium Notes, run the following command from the command line or from PowerShell:
To upgrade Trilium Notes, run the following command from the command line or from PowerShell:
To uninstall Trilium Notes, 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://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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download trilium-notes --internalize --source=https://community.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://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade trilium-notes -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 trilium-notes -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 trilium-notes installed
win_chocolatey:
name: trilium-notes
state: present
version: 0.46.7
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'trilium-notes' do
action :install
version '0.46.7'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: trilium-notes,
Version: 0.46.7,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller trilium-notes
{
Name = 'trilium-notes'
Ensure = 'Present'
Version = '0.46.7'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'trilium-notes':
provider => 'chocolatey',
ensure => '0.46.7',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install trilium-notes version="0.46.7" 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 10 Apr 2021.
Features
- Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see cloning)
- Rich WYSIWYG note editing including e.g. tables and images with markdown autoformat
- Support for editing notes with source code, including syntax highlighting
- Fast and easy navigation between notes, full text search and note hoisting
- Seamless note versioning
- Note attributes can be used for note organization, querying and advanced scripting
- Synchronization with self-hosted sync server
- Strong note encryption with per-note granularity
- Relation maps and link maps for visualizing notes and their relations
- Scripting - see Advanced showcases
- Scales well in both usability and performance upwards of 100 000 notes
- Touch optimized mobile frontend for smartphones and tablets
- Night theme
- Evernote and Markdown import and export
- Web Clipper for easy saving of web content
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsDir\commonEnv.ps1"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://github.com/zadam/trilium/releases/download/v0.46.7/trilium-windows-x64-0.46.7.zip'
checksum = '8bec4a885873624e1a6047a29f7cfff7e35ca02fccbde17966ada1dfcecfab64'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
$BinPath = "$toolsDir\$AppFolder"
## StartMenu
Install-ChocolateyShortcut -ShortcutFilePath "$startMenuDir\$AppName.lnk" `
-TargetPath "$BinPath\trilium.exe" `
-WorkingDirectory "$BinPath"
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsDir\commonEnv.ps1"
Remove-Item "$startMenuDir" -recurse -force
$AppName = 'Trilium-Notes'
$AppFolder = "trilium-windows-x64"
$startMenuDir = [IO.Path]::Combine($ENV:AppData, 'Microsoft\Windows\Start Menu\Programs', "$AppName")
Log in or click on link to see number of positives.
- trilium-notes.0.46.7.nupkg (3a5e1ae6b1a7) - ## / 62
- trilium-windows-x64-0.46.7.zip (8bec4a885873) - ## / 62
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 |
---|---|---|---|
Trilium Notes 0.46.7 | 37 | Saturday, April 10, 2021 | Approved |
Trilium Notes 0.46.6 | 32 | Sunday, March 28, 2021 | Approved |
Trilium Notes 0.46.5 | 52 | Sunday, March 21, 2021 | Approved |
Trilium Notes 0.45.10 | 85 | Sunday, February 14, 2021 | Approved |
Trilium Notes 0.45.9 | 30 | Tuesday, February 9, 2021 | Approved |
Trilium Notes 0.45.8 | 61 | Saturday, January 23, 2021 | Approved |
Trilium Notes 0.45.7 | 69 | Wednesday, December 23, 2020 | Approved |
Trilium Notes 0.45.6 | 37 | Wednesday, December 9, 2020 | Approved |
Trilium Notes 0.45.5 | 41 | Saturday, November 21, 2020 | Approved |
Trilium Notes 0.45.4 | 32 | Saturday, November 14, 2020 | Approved |
Trilium Notes 0.45.3 | 34 | Wednesday, November 11, 2020 | Approved |
Trilium Notes 0.45.2 | 44 | Sunday, November 1, 2020 | Approved |
Trilium Notes 0.45.1 | 26 | Thursday, October 29, 2020 | Approved |
Trilium Notes 0.44.9 | 27 | Monday, October 26, 2020 | Approved |
Trilium Notes 0.44.8 | 38 | Thursday, October 15, 2020 | Approved |
Trilium Notes 0.44.6 | 46 | Friday, October 9, 2020 | Approved |
Trilium Notes 0.44.4 | 56 | Monday, September 28, 2020 | Approved |
Trilium Notes 0.43.4 | 59 | Tuesday, September 1, 2020 | Approved |
Trilium Notes 0.43.3 | 70 | Saturday, August 1, 2020 | Approved |
Trilium Notes 0.43.2 | 42 | Thursday, July 16, 2020 | Approved |
Trilium Notes 0.43.1 | 62 | Tuesday, June 23, 2020 | Approved |
Trilium Notes 0.42.7 | 40 | Friday, June 12, 2020 | Approved |
Trilium Notes 0.42.3 | 55 | Tuesday, May 26, 2020 | Approved |
trilium-notes (Install) 0.41.5 | 51 | Friday, April 24, 2020 | Approved |
trilium-notes (Install) 0.34.3 | 136 | Monday, September 2, 2019 | Approved |
trilium-notes (Install) 0.33.7 | 82 | Saturday, July 27, 2019 | Approved |
2007 Free Software Foundation
This package has no dependencies.
Ground Rules:
- This discussion is only about Trilium Notes and the Trilium Notes 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 Trilium Notes, 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.