Downloads:
37,820
Downloads of v 3.14:
3,021
Last Update:
11 Dec 2022
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
- 1
- 2
- 3
3.14 | Updated: 11 Dec 2022
- 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:
37,820
Downloads of v 3.14:
3,021
Maintainer(s):
Software Author(s):
- Kevin Hearn
Tixati 3.14
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kevin Hearn. The inclusion of Kevin Hearn trademark(s), if any, upon this webpage is solely to identify Kevin Hearn goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
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:
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 tixati --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 tixati -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 tixati -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 tixati
win_chocolatey:
name: tixati
version: '3.14'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tixati' do
action :install
source 'INTERNAL REPO URL'
version '3.14'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tixati
{
Name = "tixati"
Version = "3.14"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tixati':
ensure => '3.14',
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 was approved as a trusted package on 11 Dec 2022.
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'
$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.3.14.nupkg (6e984af9194e) - ## / 65
- tixati-3.14-1.win64-install.exe (4d80147cc3af) - ## / 71
- tixati-3.14-1.win32-install.exe (75db21e5200a) - ## / 71
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 |
---|---|---|---|---|
Tixati 3.14 | 3021 | Sunday, December 11, 2022 | Approved | |
Tixati 3.12 | 841 | Saturday, October 15, 2022 | Approved | |
Tixati 3.11 | 794 | Sunday, August 28, 2022 | Approved | |
Tixati 2.89 | 1390 | Saturday, March 19, 2022 | Approved | |
Tixati 2.88 | 951 | Saturday, January 15, 2022 | Approved | |
Tixati 2.87 | 747 | Friday, December 10, 2021 | Approved | |
Tixati 2.86 | 813 | Thursday, October 28, 2021 | Approved | |
Tixati 2.85 | 795 | Thursday, September 23, 2021 | Approved | |
Tixati 2.84 | 1124 | Friday, June 25, 2021 | Approved | |
Tixati 2.83 | 889 | Monday, May 17, 2021 | Approved | |
Tixati 2.82 | 201 | Sunday, May 16, 2021 | Approved | |
Tixati 2.81 | 1384 | Monday, January 18, 2021 | Approved | |
Tixati 2.79 | 393 | Tuesday, January 12, 2021 | Approved | |
Tixati 2.78 | 674 | Monday, December 21, 2020 | Approved | |
Tixati 2.76 | 1110 | Thursday, October 1, 2020 | Approved | |
Tixati 2.75 | 701 | Tuesday, September 8, 2020 | Approved | |
Tixati 2.74 | 1052 | Friday, July 10, 2020 | Approved | |
Tixati 2.73 | 1094 | Friday, May 1, 2020 | Approved | |
Tixati 2.72 | 800 | Friday, March 27, 2020 | Approved | |
Tixati 2.71 | 680 | Wednesday, March 4, 2020 | Approved | |
Tixati 2.69 | 229 | Tuesday, March 3, 2020 | Approved | |
Tixati 2.68 | 328 | Friday, February 28, 2020 | Approved | |
Tixati 2.67 | 552 | Thursday, February 13, 2020 | Approved | |
Tixati 2.66 | 918 | Friday, December 20, 2019 | Approved | |
Tixati 2.65 | 329 | Wednesday, December 18, 2019 | Approved | |
Tixati 2.64 | 897 | Friday, October 18, 2019 | Approved | |
Tixati 2.63 | 818 | Saturday, September 7, 2019 | Approved | |
Tixati 2.62 | 808 | Sunday, July 21, 2019 | Approved | |
Tixati 2.61 | 997 | Saturday, May 4, 2019 | Approved | |
Tixati 2.59 | 854 | Monday, March 18, 2019 | Approved | |
Tixati 2.58 | 1586 | Sunday, July 8, 2018 | Approved | |
Tixati 2.57 | 955 | Thursday, March 15, 2018 | Approved | |
Tixati 2.56 | 828 | Thursday, January 4, 2018 | Approved | |
Tixati 2.55 | 1033 | Friday, August 11, 2017 | Approved | |
Tixati 2.53 | 1103 | Thursday, February 23, 2017 | Approved | |
Tixati 2.51 | 723 | Thursday, December 22, 2016 | Approved | |
Tixati 2.49 | 573 | Monday, December 5, 2016 | Approved | |
Tixati 2.48 | 657 | Wednesday, November 2, 2016 | Approved | |
Tixati 2.47 | 575 | Wednesday, October 26, 2016 | Approved | |
Tixati 2.25.1 | 1008 | Saturday, October 31, 2015 | Approved | |
Tixati 2.23.1 | 462 | Monday, October 19, 2015 | Approved | |
Tixati 1.99 | 1048 | 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.