Downloads:
33,035
Downloads of v 0.25.0:
19,000
Last Update:
13 May 2021
Package Maintainer(s):
Software Author(s):
- Viktor Elofsson
Tags:
picotorrent admin torrent bittorrent- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PicoTorrent
- 1
- 2
- 3
0.25.0 | Updated: 13 May 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
33,035
Downloads of v 0.25.0:
19,000
Maintainer(s):
Software Author(s):
- Viktor Elofsson
PicoTorrent 0.25.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Viktor Elofsson. The inclusion of Viktor Elofsson trademark(s), if any, upon this webpage is solely to identify Viktor Elofsson goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Exemption:
the installation fails because the VC++ redistributable fails to install in the test environment. In a realistic scenario, the package will install successfully.
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PicoTorrent, run the following command from the command line or from PowerShell:
To upgrade PicoTorrent, run the following command from the command line or from PowerShell:
To uninstall PicoTorrent, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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: (additional options)
choco download picotorrent --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade picotorrent -y --source="'INTERNAL REPO 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 picotorrent -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install picotorrent
win_chocolatey:
name: picotorrent
version: '0.25.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'picotorrent' do
action :install
source 'INTERNAL REPO URL'
version '0.25.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller picotorrent
{
Name = "picotorrent"
Version = "0.25.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'picotorrent':
ensure => '0.25.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 13 May 2021.
PicoTorrent is designed to be a friendly BitTorrent client for Windows with high performance and low memory usage.
At a glance
- Strong encryption with support for tunneling via I2P, SOCKS4, SOCKS5 and HTTP(S)
- Works with both IPv4 and IPv6
- Multi-lingual user interface
- Free, open source, with a great community
Native look and feel
PicoTorrent is built directly on the Windows APIs and will look native on all supported Windows platforms.
Privacy oriented
Setting up a proxy connection is easy. PicoTorrent supports I2P, SOCKS4, SOCKS5 and HTTP(S) proxies as well as strong encryption.
Log in or click on link to see number of positives.
- picotorrent.0.25.0.nupkg (eee789b9db3c) - ## / 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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PicoTorrent 0.25.0 | 19000 | Thursday, May 13, 2021 | Approved | |
PicoTorrent 0.24.0 | 1247 | Wednesday, January 6, 2021 | Approved | |
PicoTorrent 0.23.0 | 739 | Friday, November 13, 2020 | Approved | |
PicoTorrent 0.22.0 | 568 | Saturday, October 10, 2020 | Approved | |
PicoTorrent 0.21.0 | 451 | Sunday, September 20, 2020 | Approved | |
PicoTorrent 0.20.0 | 359 | Tuesday, September 8, 2020 | Approved | |
PicoTorrent 0.19.0 | 273 | Thursday, September 3, 2020 | Approved | |
PicoTorrent 0.18.0 | 1418 | Friday, January 24, 2020 | Approved | |
PicoTorrent 0.17.0 | 620 | Saturday, October 26, 2019 | Approved | |
PicoTorrent 0.16.1 | 199 | Friday, October 25, 2019 | Approved | |
PicoTorrent 0.16.0 | 150 | Wednesday, October 23, 2019 | Approved | |
PicoTorrent 0.15.0 | 701 | Tuesday, April 9, 2019 | Approved | |
PicoTorrent 0.14.2 | 736 | Sunday, April 15, 2018 | Approved | |
PicoTorrent 0.12.0 | 1042 | Monday, November 28, 2016 | Approved | |
PicoTorrent 0.11.1 | 454 | Saturday, November 5, 2016 | Approved | |
PicoTorrent 0.11.0 | 394 | Thursday, November 3, 2016 | Approved | |
PicoTorrent 0.10.0 | 566 | Thursday, April 28, 2016 | Approved | |
PicoTorrent 0.9.0 | 513 | Tuesday, March 22, 2016 | Approved | |
PicoTorrent 0.8.0 | 446 | Thursday, March 17, 2016 | Approved | |
PicoTorrent 0.7.0 | 507 | Sunday, February 21, 2016 | Approved | |
PicoTorrent 0.6.0 | 455 | Sunday, February 14, 2016 | Approved | |
PicoTorrent 0.5.0 | 469 | Thursday, February 4, 2016 | Approved | |
PicoTorrent 0.4.0 | 454 | Monday, January 18, 2016 | Approved | |
PicoTorrent 0.3.0 | 460 | Sunday, December 13, 2015 | Approved | |
PicoTorrent 0.2.1 | 385 | Monday, November 23, 2015 | Approved | |
PicoTorrent 0.1.0 | 429 | Wednesday, November 18, 2015 | Approved |
-
- picotorrent.install (≥ 0.25.0)
Ground Rules:
- This discussion is only about PicoTorrent and the PicoTorrent 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 PicoTorrent, 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.