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:
768
Downloads of v 0.9.0:
177
Last Update:
07 Apr 2019
Package Maintainer(s):
Software Author(s):
- Manuskript Team
Tags:
manuskript editor writing writer
Manuskript
This is not the latest version of Manuskript available.
Downloads:
768
Downloads of v 0.9.0:
177
Maintainer(s):
Software Author(s):
- Manuskript Team
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.
Manuskript 0.9.0
This is not the latest version of Manuskript available.
All Checks are Passing
2 Passing Test
To install Manuskript, run the following command from the command line or from PowerShell:
To upgrade Manuskript, run the following command from the command line or from PowerShell:
To uninstall Manuskript, 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 manuskript --internalize --version=0.9.0 --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 manuskript -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 manuskript -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 manuskript installed
win_chocolatey:
name: manuskript
state: present
version: 0.9.0
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 'manuskript' do
action :install
version '0.9.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: manuskript,
Version: 0.9.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller manuskript
{
Name = 'manuskript'
Ensure = 'Present'
Version = '0.9.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'manuskript':
provider => 'chocolatey',
ensure => '0.9.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install manuskript version="0.9.0" 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 by moderator gep13 on 09 Apr 2019.
FEATURES
What makes this writing software unique:
OUTLINER
Organize your thoughts and snippets in a hierarchical manner. Organize them as you wish, reorganize them on the go.
DISTRACTION-FREE MODE
Get rid of all distraction while writing. Set personal goal in word count or time before you can leave editor.
NOVEL ASSISTANT
Use the snowflake method to grow your single genius idea in an coherent whole, with complex characters, intricate plots and detailed universe.
FREE AS IN FREE SPEECH
Because free is always better.
ABOUT
Everything you need to unleash the creator within you.
Manuskript is a perfect tool for those writer who like to organize and plan everything before writing.
The snowflake method can help you grow your idea into a book, by leading you step by step and asking you questions to go deeper.
While writing, keep track of notes about every characters, plot, event, place in your story.
Manuskript is still in development, and in need of extensive testing.
CHARACTERS
Develop complex characters and keep track of all useful infos.
PLOTS
Create intricate plots, linked to your characters, and use them to outline your story.
WORLD
Organize your ideas about the world your characters live in.
WRITE
Simply start writing.
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://github.com/olivierkes/manuskript/releases/download/0.9.0/manuskript-0.9.0-win32.zip'
checksum = '2C928D4FEE67FD4D94DE813218E9A23650E6880EB6DDD823A3FA5356EBC96DAF'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
#Install start menu shortcuts
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Manuskript.lnk"
$targetPath = Join-Path $toolsDir "manuskript\manuskript.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Manuskript.lnk"
if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
Log in or click on link to see number of positives.
- msvcr100.dll (60c06e0fa444) - ## / 68
- icudt53.dll (d450b07cbf94) - ## / 70
- LIBEAY32.dll (3fc1c9e0f831) - ## / 68
- MSVCP100.dll (d769fafa2b32) - ## / 72
- SSLEAY32.dll (c03ff8c5712a) - ## / 68
- qdds.dll (1ca18b5f9527) - ## / 68
- qgif.dll (a3fba36f3172) - ## / 70
- qicns.dll (80842ee83e1d) - ## / 70
- qico.dll (7916360381ea) - ## / 71
- qjp2.dll (c56f8853ad01) - ## / 70
- qjpeg.dll (49849f5726ec) - ## / 70
- qmng.dll (f9cb1462650c) - ## / 71
- qsvg.dll (fb028acd546b) - ## / 70
- qtga.dll (4862f652d25a) - ## / 70
- qtiff.dll (c983cf89b310) - ## / 70
- qwbmp.dll (d8e06e8b628d) - ## / 70
- qwebp.dll (77572e297431) - ## / 70
- qminimal.dll (7359653587e0) - ## / 70
- qoffscreen.dll (2acaad203e55) - ## / 69
- qwindows.dll (c258f0e93b81) - ## / 66
- qsvgicon.dll (14574b6c4cbc) - ## / 63
- windowsprintersupport.dll (bece4d8b83f1) - ## / 66
- manuskript.0.9.0.nupkg (86140cb303c0) - ## / 60
- manuskript-0.9.0-win32.zip (2c928d4fee67) - ## / 54
- base_library.zip (c141cbc70413) - ## / 58
- iconv.dll (bbc4abb71425) - ## / 70
- icuin53.dll (b7741202730b) - ## / 69
- icuuc53.dll (b788c802cfe2) - ## / 68
- intl.dll (2633a872348c) - ## / 67
- libenchant-1.dll (72be3c0a500f) - ## / 69
- libenchant_ispell.dll (25af309f328c) - ## / 65
- libenchant_myspell.dll (7f1f701b78e2) - ## / 68
- libglib-2.0-0.dll (d974c4e0a4ff) - ## / 67
- libgmodule-2.0-0.dll (a2cb9748c669) - ## / 64
- manuskript.exe (23c716a5885d) - ## / 61
- python34.dll (4e27732a0514) - ## / 69
- qgenericbearer.dll (e8ca38238d26) - ## / 64
- qnativewifibearer.dll (63bce9fd41e4) - ## / 64
- Qt5Core.dll (3944c12a7d29) - ## / 70
- Qt5Gui.dll (8a7a296c5ea4) - ## / 66
- Qt5Multimedia.dll (85ef248801a9) - ## / 70
- Qt5MultimediaWidgets.dll (3ab271b0c065) - ## / 68
- Qt5Network.dll (eb81a5a37f44) - ## / 70
- Qt5OpenGL.dll (2a1a28911a48) - ## / 67
- Qt5Positioning.dll (0d06a41f19cf) - ## / 69
- Qt5PrintSupport.dll (3b58fc22cc62) - ## / 70
- Qt5Qml.dll (de9fc633efbf) - ## / 67
- Qt5Quick.dll (98a1c0f373f0) - ## / 70
- Qt5Sensors.dll (1d4f698d184f) - ## / 69
- Qt5Sql.dll (c11cd4ae1e1c) - ## / 69
- Qt5Svg.dll (e50a3579e735) - ## / 70
- Qt5WebChannel.dll (8b1050bbfd83) - ## / 69
- Qt5WebKit.dll (01ccf717f6ac) - ## / 67
- Qt5WebKitWidgets.dll (21b428672e1f) - ## / 70
- Qt5Widgets.dll (ec1bbc4aa175) - ## / 67
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 |
---|---|---|---|
Manuskript 0.11.0 | 403 | Sunday, January 19, 2020 | Approved |
Manuskript 0.10.0.2 | 131 | Friday, October 4, 2019 | Approved |
Manuskript 0.10.0 | 57 | Monday, September 30, 2019 | Approved |
Manuskript 0.9.0 | 177 | Sunday, April 7, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Manuskript and the Manuskript 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 Manuskript, 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.