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:
21,066
Downloads of v 2.73:
953
Last Update:
01 May 2020
Package Maintainer(s):
Software Author(s):
- Kevin Hearn
Tags:
internet network download torrent p2p share admin freeware- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Tixati
This is not the latest version of Tixati 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:
21,066
Downloads of v 2.73:
953
Maintainer(s):
Software Author(s):
- Kevin Hearn
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.
Tixati 2.73
This is not the latest version of Tixati available.
All Checks are Passing
2 Passing Test
To install Tixati, run the following command from the command line or from PowerShell:
To upgrade Tixati, run the following command from the command line or from PowerShell:
To uninstall Tixati, 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 tixati --internalize --version=2.73 --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 tixati -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 tixati -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 tixati installed
win_chocolatey:
name: tixati
state: present
version: 2.73
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 'tixati' do
action :install
version '2.73'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: tixati,
Version: 2.73,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller tixati
{
Name = 'tixati'
Ensure = 'Present'
Version = '2.73'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tixati':
provider => 'chocolatey',
ensure => '2.73',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install tixati version="2.73" 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 01 May 2020.
Tixati is one of the most advanced and flexible BitTorrent clients available. And unlike many other clients, Tixati contains NO SPYWARE, NO ADS, and NO GIMMICKS.
Features
- detailed views of all aspects of the swarm, including peers, pieces, files, and trackers
- support for magnet links, so no need to download .torrent files if a simple magnet-link is available
- super-efficient peer choking/unchoking algorithms ensure the fastest downloads
- peer connection encryption for added security
- full DHT (Distributed Hash Table) implementation for trackerless torrents, including detailed message traffic graphs and customizable event logging
- advanced bandwidth charting of overall traffic and per-transfer traffic, with separate classification of protocol and file bytes, and with separate classification of outbound traffic for trading and seeding
- highly flexible bandwidth throttling, including trading/seeding proportion adjustment and adjustable priority for individual transfers and peers
- bitfield graphs that show the completeness of all downloaded files, what pieces other peers have available, and the health of the overall swarm
- customizable event logging for each download, and individual event logs for all peers within the swarm
- expert local file management functions which allow you to move files to a different partition even while downloading is still in progress
- 100% compatible with the BitTorrent protocol
- Windows and Linux-GTK native versions available
$ErrorActionPreference = 'Stop'
$packageName = 'tixati'
$fileName = 'tixati-2.73-1.install.exe'
$download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion"
$packageArgs = @{
packageName = $packageName
fileFullPath = "$download_dir\$fileName"
url = 'https://download1.tixati.com/download/tixati-2.73-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.73-1.win64-install.exe'
checksum = 'b5ee493402e270f49808cb3184a42b0de79fdb1a3ff6cc8c77e142bcecb2f83a'
checksum64 = '4e7b1657ef28cac396606f7a05a2a19145b252452a78d9dbe7af682dbc548971'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Get-ChocolateyWebFile @packageArgs
Write-Output "Running Autohotkey installer"
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
Autohotkey.exe $toolsPath\$packageName.ahk $packageArgs.fileFullPath
$installLocation = Get-AppInstallLocation $packageName
if ($installLocation) {
Write-Host "$packageName installed to '$installLocation'"
Register-Application "$installLocation\$packageName.exe"
Write-Host "$packageName registered as $packageName"
}
else { Write-Warning "Can't find $PackageName install location" }
$ErrorActionPreference = 'Stop'
$packageName = 'tixati'
$installLocation = Get-AppInstallLocation $packageName
$uninstaller = "$installLocation\uninstall.exe"
if (!(Test-Path $uninstaller)) { Write-Warning "$packageName has already been uninstalled by other means."; return }
$packageArgs = @{
packageName = $packageName
silentArgs = "/S"
fileType = 'EXE'
validExitCodes = @(0,10)
file = $uninstaller
}
Uninstall-ChocolateyPackage @packageArgs
SetTitleMatchMode, RegEx
exe_re = tixati-.+install.exe
Run %1%
WinWait, ahk_exe %exe_re%,,20
IfNotEqual, ErrorLevel, 0, exit 1
ControlSend,, {ENTER}, ahk_exe %exe_re%
WinWait, ahk_exe %exe_re%, YES`, continue installation, 20
IfNotEqual, ErrorLevel, 0, exit 1
ControlSend,, {ENTER}, ahk_exe %exe_re%
WinWait, ahk_exe %exe_re%, Install, 20
IfNotEqual, ErrorLevel, 0, exit 1
ControlSend,, {ENTER}, ahk_exe %exe_re%
WinWait, ahk_exe %exe_re%, Installation is complete!, 20
IfNotEqual, ErrorLevel, 0, exit 1
WinActivate
Send, {TAB}{ENTER}
Log in or click on link to see number of positives.
- tixati.2.73.nupkg (f2387561fcd6) - ## / 62
- tixati-2.73-1.win64-install.exe (4e7b1657ef28) - ## / 69
- tixati-2.73-1.win32-install.exe (b5ee493402e2) - ## / 70
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 |
---|---|---|---|
Tixati 2.81 | 376 | Monday, January 18, 2021 | Approved |
Tixati 2.79 | 288 | Tuesday, January 12, 2021 | Approved |
Tixati 2.78 | 560 | Monday, December 21, 2020 | Approved |
Tixati 2.76 | 991 | Thursday, October 1, 2020 | Approved |
Tixati 2.75 | 572 | Tuesday, September 8, 2020 | Approved |
Tixati 2.74 | 914 | Friday, July 10, 2020 | Approved |
Tixati 2.73 | 953 | Friday, May 1, 2020 | Approved |
Tixati 2.72 | 653 | Friday, March 27, 2020 | Approved |
Tixati 2.71 | 557 | Wednesday, March 4, 2020 | Approved |
Tixati 2.69 | 103 | Tuesday, March 3, 2020 | Approved |
Tixati 2.68 | 223 | Friday, February 28, 2020 | Approved |
Tixati 2.67 | 428 | Thursday, February 13, 2020 | Approved |
Tixati 2.66 | 804 | Friday, December 20, 2019 | Approved |
Tixati 2.65 | 199 | Wednesday, December 18, 2019 | Approved |
Tixati 2.64 | 765 | Friday, October 18, 2019 | Approved |
Tixati 2.63 | 670 | Saturday, September 7, 2019 | Approved |
Tixati 2.62 | 695 | Sunday, July 21, 2019 | Approved |
Tixati 2.61 | 871 | Saturday, May 4, 2019 | Approved |
Tixati 2.59 | 711 | Monday, March 18, 2019 | Approved |
Tixati 2.58 | 1450 | Sunday, July 8, 2018 | Approved |
Tixati 2.57 | 824 | Thursday, March 15, 2018 | Approved |
Tixati 2.56 | 704 | Thursday, January 4, 2018 | Approved |
Tixati 2.55 | 904 | Friday, August 11, 2017 | Approved |
Tixati 2.53 | 965 | Thursday, February 23, 2017 | Approved |
Tixati 2.51 | 568 | Thursday, December 22, 2016 | Approved |
Tixati 2.49 | 432 | Monday, December 5, 2016 | Approved |
Tixati 2.48 | 519 | Wednesday, November 2, 2016 | Approved |
Tixati 2.47 | 456 | Wednesday, October 26, 2016 | Approved |
Tixati 2.25.1 | 872 | Saturday, October 31, 2015 | Approved |
Tixati 2.23.1 | 338 | Monday, October 19, 2015 | Approved |
Tixati 1.99 | 920 | Friday, September 5, 2014 | Unknown |
-
- chocolatey-core.extension (≥ 1.3.3)
- autohotkey.portable (≥ 1.1.26.01)
Ground Rules:
- This discussion is only about Tixati and the Tixati 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 Tixati, 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.