Downloads:
40,132
Downloads of v 7.5.6746.20190708:
855
Last Update:
07 Jul 2019
Package Maintainer(s):
Software Author(s):
- Twitch Interactive
- Inc.
Tags:
admin game streaming- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Twitch Desktop App
This is not the latest version of Twitch Desktop App available.
- 1
- 2
- 3
7.5.6746.20190708 | Updated: 07 Jul 2019
- 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:
40,132
Downloads of v 7.5.6746.20190708:
855
Maintainer(s):
Software Author(s):
- Twitch Interactive
- Inc.
Twitch Desktop App 7.5.6746.20190708
This is not the latest version of Twitch Desktop App available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Twitch Interactive, Inc. The inclusion of Twitch Interactive, Inc. trademark(s), if any, upon this webpage is solely to identify Twitch Interactive, Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Twitch Desktop App, run the following command from the command line or from PowerShell:
To upgrade Twitch Desktop App, run the following command from the command line or from PowerShell:
To uninstall Twitch Desktop App, 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 twitch --internalize --version=7.5.6746.20190708 --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 twitch -y --source="'INTERNAL REPO URL'" --version="'7.5.6746.20190708'" [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 twitch -y --source="'INTERNAL REPO URL'" --version="'7.5.6746.20190708'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install twitch
win_chocolatey:
name: twitch
version: '7.5.6746.20190708'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'twitch' do
action :install
source 'INTERNAL REPO URL'
version '7.5.6746.20190708'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller twitch
{
Name = "twitch"
Version = "7.5.6746.20190708"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'twitch':
ensure => '7.5.6746.20190708',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 07 Jul 2019.
Features
- Servers - A virtual home for your community to chat, watch, and play with fully customizable text and voice rooms.
- Friends & Messaging - Friend Sync quickly imports all your friends and games you follow.
- Voice & Video Calls - Crystal-clear voice calls whether between one or two friends or an entire raid group.
- Addons and Overlays - Find, install, and manage addons for your favorite games directly within the app.
$ErrorActionPreference = 'Stop';
$packageName = 'twitch'
$installerType = 'exe'
$silentArgs = '/qn'
$validExitCodes = @(0)
$file = 'Get-UninstallRegistryKey -SoftwareName "twitch"'.UninstallString
Uninstall-ChocolateyPackage `
-PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
Log in or click on link to see number of positives.
- twitch.7.5.6746.20190708.nupkg (23bbe8cfc931) - ## / 60
- TwitchSetup.exe (eee8c09b3970) - ## / 65
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 |
---|---|---|---|---|
Twitch Desktop App 8.0.0.20201028 | 6476 | Tuesday, October 27, 2020 | Approved | |
Twitch Desktop App 8.0.0.20200823 | 1632 | Saturday, August 22, 2020 | Approved | |
Twitch Desktop App 8.0.0.20200609 | 2521 | Monday, June 8, 2020 | Approved | |
Twitch Desktop App 8.0.0.20200228 | 2701 | Thursday, February 27, 2020 | Approved | |
Twitch Desktop App 8.0.0.20200213 | 674 | Wednesday, February 12, 2020 | Approved | |
Twitch Desktop App 8.0.0.20191215 | 1536 | Saturday, December 14, 2019 | Approved | |
Twitch Desktop App 8.0.0.020191128 | 753 | Thursday, November 28, 2019 | Approved | |
Twitch Desktop App 8.0.0.0 | 1078 | Thursday, October 17, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190803 | 1768 | Friday, August 2, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190708 | 855 | Sunday, July 7, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190602 | 842 | Sunday, June 2, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190512 | 686 | Saturday, May 11, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190406 | 823 | Tuesday, April 16, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190306 | 997 | Tuesday, March 5, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20190203 | 796 | Sunday, February 3, 2019 | Approved | |
Twitch Desktop App 7.5.6746.20181216 | 1057 | Sunday, December 16, 2018 | Approved | |
Twitch Desktop App 7.5.6746.20181001 | 975 | Monday, October 1, 2018 | Approved | |
Twitch Desktop App 7.5.6746.20180909 | 602 | Saturday, September 8, 2018 | Approved | |
Twitch Desktop App 7.5.6746.20180804 | 715 | Friday, August 3, 2018 | Approved | |
Twitch Desktop App 7.5.6746.20180725 | 525 | Tuesday, July 24, 2018 | Approved | |
Twitch Desktop App 7.5.6746.19335 | 625 | Tuesday, June 26, 2018 | Approved | |
Twitch Desktop App 7.5.6717.24902 | 655 | Saturday, May 26, 2018 | Approved | |
Twitch Desktop App 7.5.6711.27756 | 435 | Friday, May 18, 2018 | Approved | |
Twitch Desktop App 7.5.6690.28078 | 589 | Friday, April 27, 2018 | Approved | |
Twitch Desktop App 7.5.6668.295 | 519 | Saturday, April 7, 2018 | Approved | |
Twitch Desktop App 6.0.0.20180331 | 423 | Saturday, March 31, 2018 | Approved | |
Twitch Desktop App 6.0.0.20180315 | 513 | Wednesday, March 14, 2018 | Approved | |
Twitch Desktop App 6.0.0.20180307 | 457 | Tuesday, March 6, 2018 | Approved | |
Twitch Desktop App 6.0.0.20180202 | 637 | Thursday, February 1, 2018 | Approved | |
Twitch Desktop App 6.0.0.20180116 | 538 | Monday, January 15, 2018 | Approved | |
Twitch Desktop App 6.0.0.20171228 | 484 | Thursday, December 28, 2017 | Approved | |
Twitch Desktop App 6.0.0.20171219 | 474 | Monday, December 18, 2017 | Approved | |
Twitch Desktop App 6.0.0.20171206 | 437 | Tuesday, December 5, 2017 | Approved | |
Twitch Desktop App 6.0.0.20171110 | 694 | Thursday, November 9, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170729 | 637 | Friday, July 28, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170715 | 418 | Friday, July 14, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170628 | 409 | Tuesday, June 27, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170619 | 447 | Monday, June 19, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170605 | 445 | Tuesday, June 6, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170531 | 416 | Wednesday, May 31, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170527 | 417 | Saturday, May 27, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170430 | 448 | Saturday, May 6, 2017 | Approved | |
Twitch Desktop App 6.0.0.20170419 | 457 | Thursday, April 20, 2017 | Approved | |
Twitch Desktop App 6.0.0.0 | 378 | Wednesday, April 12, 2017 | Approved |
© 2017 Twitch Interactive, Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Twitch Desktop App and the Twitch Desktop App 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 Twitch Desktop App, 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.