Downloads:
12,311
Downloads of v 2.3.5-alpha-20211201:
130
Last Update:
01 Dec 2021
Package Maintainer(s):
Software Author(s):
- fourtf
Tags:
chatterino2 twitch chat irc chatterino chatclient- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Chatterino
This is a prerelease version of Chatterino.
- 1
- 2
- 3
2.3.5-alpha-20211201 | Updated: 01 Dec 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
12,311
Downloads of v 2.3.5-alpha-20211201:
130
Software Author(s):
- fourtf
Chatterino 2.3.5-alpha-20211201
This is a prerelease version of Chatterino.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by fourtf. The inclusion of fourtf trademark(s), if any, upon this webpage is solely to identify fourtf 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
Validation Testing Passed
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Chatterino, run the following command from the command line or from PowerShell:
To upgrade Chatterino, run the following command from the command line or from PowerShell:
To uninstall Chatterino, 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 chatterino --internalize --version=2.3.5-alpha-20211201 --pre --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 chatterino -y --source="'INTERNAL REPO URL'" --version="'2.3.5-alpha-20211201'" --prerelease [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 chatterino -y --source="'INTERNAL REPO URL'" --version="'2.3.5-alpha-20211201'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chatterino
win_chocolatey:
name: chatterino
version: '2.3.5-alpha-20211201'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chatterino' do
action :install
source 'INTERNAL REPO URL'
version '2.3.5-alpha-20211201'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chatterino
{
Name = "chatterino"
Version = "2.3.5-alpha-20211201"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chatterino':
ensure => '2.3.5-alpha-20211201',
install_options => ['--prerelease'],
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 02 Dec 2021.
Chatterino is a chat client for Twitch chat. It aims to be an improved/extended version of the Twitch web chat.
md5: 608D62B73A626DF125E1C43366CCE255 | sha1: A9D12D1C4842C04C8BA9B5B7DE2AB6702252DD6D | sha256: 4C83B89DCFD73A125CB8EDE0AC64BE132C91A05CD2F6E1617223148B00F20B08 | sha512: 0D1DEDFC36491E98C4FFFE9569EFCDB83B775BE04D8683234AF6295EDB3A10998F294B836B14E804F75F96D98CB396D9E09E994CB1D47AAD6250CBC035DEDDC7
Get-Process chatterino | Foreach-Object { $_.CloseMainWindow() | Out-Null } | stop-process –force
Remove-Item -Path "C:\Program files\Chatterino" -Force -Recurse
Remove-Item -Path "$env:USERPROFILE\Desktop\Chatterino.lnk" -Force
MIT License
Copyright (c) 2017
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the creator of Chatterino himself. The binary can be found on Chatterino's official website.
Log in or click on link to see number of positives.
- libEGL.dll (32092de077fd) - ## / 72
- libGLESv2.dll (50fad5605b3d) - ## / 72
- Qt5Core.dll (8d2ff4ce9096) - ## / 71
- Qt5Gui.dll (5e7d2d41b8b9) - ## / 72
- Qt5Multimedia.dll (1a59ae2a9ff7) - ## / 72
- Qt5Network.dll (4ef341ae9302) - ## / 72
- Qt5Svg.dll (7348cfc64444) - ## / 71
- Qt5Widgets.dll (3788c669d4b6) - ## / 72
- qgenericbearer.dll (0534cef5f54e) - ## / 72
- qsvgicon.dll (42dde60befcf) - ## / 72
- qgif.dll (36174dd4c5f3) - ## / 73
- qicns.dll (f4a229a082d1) - ## / 71
- qico.dll (1982a635db96) - ## / 72
- qjpeg.dll (fb4e980cb5fa) - ## / 71
- qsvg.dll (b3498f0a10ac) - ## / 71
- qtga.dll (5b641dec81ae) - ## / 73
- qtiff.dll (825174429ced) - ## / 72
- qwbmp.dll (0f05969fb926) - ## / 73
- qwebp.dll (6e37acd0d357) - ## / 72
- qwindows.dll (3333ba244c97) - ## / 72
- qwindowsvistastyle.dll (d9b211829526) - ## / 73
- qtaudio_wasapi.dll (42cb37503b95) - ## / 73
- qtaudio_windows.dll (a46df163ff82) - ## / 73
- dsengine.dll (3539aa922fcc) - ## / 72
- qtmedia_audioengine.dll (1e8dc7e37666) - ## / 72
- wmfengine.dll (7e76a6b05ea7) - ## / 72
- qtmultimedia_m3u.dll (cef01eebd145) - ## / 73
- D3DCompiler_47_cor3.dll (71d766b4742c) - ## / 67
- chatterino.2.3.5-alpha-20211201.nupkg (d2f13d7331fc) - ## / 61
- chatterino-fortnightly.zip (4c83b89dcfd7) - ## / 54
- chatterino.exe (281be1bf4cbf) - ## / 67
- libcrypto-1_1-x64.dll (8479bf33b717) - ## / 64
- libssl-1_1-x64.dll (7deb4d9de7cc) - ## / 64
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 |
---|---|---|---|---|
Chatterino 2.5.1 | 692 | Tuesday, July 9, 2024 | Approved | |
Chatterino 2.4.2 | 1301 | Monday, April 10, 2023 | Approved | |
Chatterino 2.4.1 | 42 | Monday, April 10, 2023 | Approved | |
Chatterino 2.4.0 | 639 | Thursday, December 1, 2022 | Approved | |
Chatterino 2.4.0-beta | 80 | Thursday, November 24, 2022 | Approved | |
Chatterino 2.3.6-alpha-20221019 | 87 | Wednesday, October 19, 2022 | Approved | |
Chatterino 2.3.6-alpha-20220821 | 125 | Sunday, August 21, 2022 | Approved | |
Chatterino 2.3.6-alpha-20220522 | 200 | Sunday, May 22, 2022 | Approved | |
Chatterino 2.3.5 | 566 | Sunday, April 17, 2022 | Approved | |
Chatterino 2.3.5-beta1 | 93 | Sunday, April 3, 2022 | Approved | |
Chatterino 2.3.5-alpha-20220323 | 101 | Wednesday, March 23, 2022 | Approved | |
Chatterino 2.3.5-alpha-20220113 | 171 | Thursday, January 13, 2022 | Exempted | |
Chatterino 2.3.5-alpha-20211201 | 130 | Wednesday, December 1, 2021 | Approved | |
Chatterino 2.3.5-alpha-20211009 | 154 | Saturday, October 9, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210922 | 104 | Wednesday, September 22, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210908 | 103 | Wednesday, September 8, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210825 | 110 | Wednesday, August 25, 2021 | Approved | |
Chatterino 2.3.4 | 693 | Friday, August 6, 2021 | Approved | |
Chatterino 2.3.4-beta | 115 | Thursday, August 5, 2021 | Approved | |
Chatterino 2.3.4-alpha-20210728 | 135 | Wednesday, July 28, 2021 | Approved | |
Chatterino 2.3.3 | 179 | Tuesday, August 3, 2021 | Approved | |
Chatterino 2.3.3-beta | 141 | Wednesday, July 14, 2021 | Approved | |
Chatterino 2.3.2 | 409 | Wednesday, May 19, 2021 | Approved | |
Chatterino 2.3.2-beta | 121 | Monday, May 17, 2021 | Approved | |
Chatterino 2.3.1 | 169 | Monday, May 17, 2021 | Approved | |
Chatterino 2.3.1-beta | 173 | Tuesday, May 4, 2021 | Approved | |
Chatterino 2.3.0 | 296 | Friday, April 23, 2021 | Approved | |
Chatterino 2.3.0-beta | 153 | Sunday, April 18, 2021 | Approved | |
Chatterino 2.2.4-pre-20210414 | 205 | Wednesday, April 14, 2021 | Approved | |
Chatterino 2.2.4-pre-20210407 | 164 | Wednesday, April 7, 2021 | Approved | |
Chatterino 2.2.4-pre-20210325 | 179 | Thursday, March 25, 2021 | Approved | |
Chatterino 2.2.4-pre-20210310 | 184 | Wednesday, March 10, 2021 | Approved | |
Chatterino 2.2.4-pre-20210217 | 190 | Wednesday, February 17, 2021 | Approved | |
Chatterino 2.2.4-pre-20210210 | 161 | Wednesday, February 10, 2021 | Approved | |
Chatterino 2.2.4-pre-20210203 | 164 | Wednesday, February 3, 2021 | Approved | |
Chatterino 2.2.4-pre-20210127 | 168 | Wednesday, January 27, 2021 | Approved | |
Chatterino 2.2.4-pre-20210120 | 150 | Wednesday, January 20, 2021 | Approved | |
Chatterino 2.2.4-pre-20210113 | 171 | Wednesday, January 13, 2021 | Approved | |
Chatterino 2.2.4-pre-20210106 | 139 | Wednesday, January 6, 2021 | Approved | |
Chatterino 2.2.4-pre-20201223 | 172 | Wednesday, December 23, 2020 | Approved | |
Chatterino 2.2.4-pre-20201216 | 146 | Wednesday, December 16, 2020 | Approved | |
Chatterino 2.2.4-pre-20201209 | 142 | Wednesday, December 9, 2020 | Approved | |
Chatterino 2.2.4-pre-20201202 | 141 | Wednesday, December 2, 2020 | Approved | |
Chatterino 2.2.4-pre-20201125 | 153 | Wednesday, November 25, 2020 | Approved | |
Chatterino 2.2.4-pre-20201118 | 146 | Wednesday, November 18, 2020 | Approved | |
Chatterino 2.2.3-beta | 199 | Tuesday, October 20, 2020 | Exempted | |
Chatterino 2.2.2 | 549 | Wednesday, September 30, 2020 | Approved | |
Chatterino 2.2.1 | 135 | Monday, October 12, 2020 | Approved | |
Chatterino 2.2.0 | 142 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.7 | 127 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.6 | 128 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.5 | 133 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.4 | 139 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.3 | 125 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.2 | 160 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.0 | 145 | Monday, October 12, 2020 | Approved |
-
- vcredist140 (≥ 14.20)
Ground Rules:
- This discussion is only about Chatterino and the Chatterino 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 Chatterino, 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.