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,446,604
Downloads of v 1.0.2:
37,936
Last Update:
18 Jan 2021
Package Maintainer(s):
Software Author(s):
- Inkscape developers
Tags:
inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art adminInkscape
Downloads:
1,446,604
Downloads of v 1.0.2:
37,936
Maintainer(s):
Software Author(s):
- Inkscape developers
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 Inkscape, run the following command from the command line or from PowerShell:
To upgrade Inkscape, run the following command from the command line or from PowerShell:
To uninstall Inkscape, 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 inkscape --internalize --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 inkscape -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 inkscape -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 inkscape installed
win_chocolatey:
name: inkscape
state: present
version: 1.0.2
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 'inkscape' do
action :install
version '1.0.2'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: inkscape,
Version: 1.0.2,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller inkscape
{
Name = 'inkscape'
Ensure = 'Present'
Version = '1.0.2'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'inkscape':
provider => 'chocolatey',
ensure => '1.0.2',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install inkscape version="1.0.2" 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 18 Jan 2021.
Inkscape is an open-source vector graphics editor similar to Adobe Illustrator, Corel Draw, Freehand, or Xara X. What sets Inkscape apart is its use of Scalable Vector Graphics (SVG), an open XML-based W3C standard, as the native format.
Inkscape supports many advanced SVG features (markers, clones, alpha blending, etc.) and great care is taken in designing a streamlined interface. It is very easy to edit nodes, perform complex path operations, trace bitmaps and much more. We also aim to maintain a thriving user and developer community by using open, community-oriented development.
All Inkscape projects may be exported in formats friendly to web browsers or commercial printer rooms. It is cross-platform, which means it is easy to run on Windows, Mac OS X, and Linux distributions. Visit the Download page to install or share this application now.
Features
- Object creation: drawing, shape tools, text tool, bitmaps, clones
- Object manipulation: transformations, z-order operations, grouping, layers, aligment
- Fill and stroke: color selector, color picker tool, copy/paste style, pattern fills, dashed strokes, with many predefined dash patterns, path markers (ending, middle and/or beginning marks, e.g. arrowheads)
- Operations on paths
- Rendering: fully anti-aliased display, alpha transparency support for display and PNG export
- File formats: SVG, PNG, OpenDocument Drawing, DXF, sk1, PDF, EPS and PostScript export formats and more
- Command line options for export and conversions
Inkscape license
================
Most of Inkscape source code is available under the GNU General Public License,
version 2 or later, with the exception of a few files copied from GIMP, which
are available under GNU GPL version 3 or later. As such, the complete binaries
of Inkscape are currently covered by the terms of GNU GPL version 3 or later.
Several standalone libraries contained in Inkscape's source code repository are
available under GNU Lesser General Public License or the Mozilla Public License.
See the files GPL2.txt and GPL3.txt for the full license text.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://inkscape.org/release/inkscape-1.0.2/windows>
and can be verified by doing the following:
1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/23845/inkscape-1.0.2_2021-01-15_e86c870879-x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum64: 78DC2E539012D3893EE9C34B7B922AB9BBED8CFE77AA4A484040E8B2A81ABB30
The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl-2.0.txt>
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://inkscape.org/gallery/item/23846/inkscape-1.0.2_2021-01-15_e86c870879-x86.msi'
checksum = '20B4925A6019A07005356EE903D0CDDF7F39052B663F44B844D708D733D66308'
checksumType = 'sha256'
file64 = "$toolsPath\inkscape-1.0.2_2021-01-15_e86c870879-x64.msi"
softwareName = 'InkScape*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
}
[array]$key = Get-UninstallRegistrykey $packageArgs['softwareName']
if ($key.Count -eq 1) {
if ($key[0].DisplayVersion -eq '1.0.2') {
Write-Host "Software already installed"
return
}
else {
# We need to do it this way, as PSChildName isn't available in POSHv2
$msiId = $key[0].UninstallString -replace '^.*MsiExec\.exe\s*\/I', ''
Uninstall-ChocolateyPackage -packageName $packageArgs['packageName'] `
-fileType $packageArgs['fileType'] `
-silentArgs "$msiId $($packageArgs['silentArgs'] -replace 'MsiInstall','MsiUninstall')" `
-validExitCodes $packageArgs['validExitCodes'] `
-file ''
}
}
elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "This will most likely cause a 1603/1638 failure when installing InkScape."
Write-Warning "Please uninstall InkScape before installing this package."
}
if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq $true)) {
Install-ChocolateyPackage @packageArgs
}
else {
Install-ChocolateyInstallPackage @packageArgs
}
Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
$packageName = $packageArgs.packageName
$installLocation = Get-AppInstallLocation $packageArgs['softwareName']
if ($installLocation) {
Install-BinFile 'inkscape' $installLocation\bin\inkscape.exe
Write-Host "$packageName installed to '$installLocation'"
}
else { Write-Warning "Can't find $PackageName install location" }
Uninstall-BinFile 'inkscape'
md5: 6570973DBFFEA7BAFBEB7596ABF5BA31 | sha1: 704780CDDA8A11506075CB1313134979491BE84D | sha256: 78DC2E539012D3893EE9C34B7B922AB9BBED8CFE77AA4A484040E8B2A81ABB30 | sha512: 397EF8FAFBCA65BD59AE118B5C0AE9A386DA177388303CE4976DCE4931764DA0831C7E9A3EF1F4C719F843F285E83B2860B2671AAB805D3C2CF1596B0AD727DD
Log in or click on link to see number of positives.
- InkScape.1.0.2.nupkg (f5d5ce7067c8) - ## / 43
- inkscape-1.0.2_2021-01-15_e86c870879-x86.msi (20b4925a6019) - ## / 43
- inkscape-1.0.2_2021-01-15_e86c870879-x64.msi (78dc2e539012) - ## / 44
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 |
---|---|---|---|
Inkscape 1.0.2 | 37936 | Monday, January 18, 2021 | Approved |
Inkscape 1.0.1 | 77808 | Tuesday, September 8, 2020 | Approved |
Inkscape 1.0.0.20200612 | 51238 | Friday, June 12, 2020 | Approved |
Inkscape 1.0 | 13640 | Wednesday, May 27, 2020 | Approved |
Inkscape 0.92.5 | 32515 | Wednesday, April 15, 2020 | Approved |
Inkscape 0.92.4.20190121 | 165248 | Monday, January 21, 2019 | Approved |
Inkscape 0.92.4 | 4541 | Friday, January 18, 2019 | Approved |
Inkscape 0.92.3.20180702 | 89445 | Monday, July 2, 2018 | Approved |
Inkscape 0.92.3 | 370898 | Saturday, March 24, 2018 | Approved |
Inkscape 0.92.2 | 259584 | Thursday, November 2, 2017 | Approved |
Inkscape 0.92.1 | 227360 | Thursday, February 16, 2017 | Approved |
Inkscape 0.92.0 | 82483 | Wednesday, January 4, 2017 | Approved |
Inkscape 0.91.0.20161126 | 10166 | Saturday, November 26, 2016 | Approved |
Inkscape 0.91.0.20141029-pre2 | 1224 | Wednesday, October 29, 2014 | Exempted |
Inkscape 0.91 | 13654 | Saturday, January 31, 2015 | Approved |
Inkscape 0.91-pre2 | 483 | Thursday, October 2, 2014 | Unknown |
Inkscape 0.91-pre1 | 422 | Saturday, August 2, 2014 | Unknown |
Inkscape 0.48.5 | 3951 | Monday, July 7, 2014 | Unknown |
InkScape 0.48.4.0 | 2973 | Sunday, January 13, 2013 | Unknown |
InkScape 0.48.2.2 | 658 | Saturday, February 25, 2012 | Unknown |
InkScape 0.48.2.1 | 377 | Saturday, February 25, 2012 | Unknown |
inkscape.org
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about Inkscape and the Inkscape 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 Inkscape, 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.