This repository is a read-only archive of historical Mix It Up releases originally published at SaviorXTanren/mixer-mixitup. It exists to preserve past installers, source archives, and changelogs for reference and reproducibility.
Looking for active development or new releases? This is not it.
- Full source code as it existed at the time of the v1.3.0.5 release, prior to the transition to the new licensing model.
- Original release assets:
.zip,.exe,.msi, andChangelog.htmlfiles as originally published. - Source archives for each tag (
source-<tag>.zip) corresponding to the historical code at that tag. - A
checksums.sha256file per release listing SHA-256 hashes for all assets.
Note: This repository reflects the final state of the code before the adoption of the new BUSL-style license. Future development will continue under the updated license terms in a separate repository.
- No active development or working build tree.
- No issue tracking, pull requests, or releases beyond archival mirrors.
- Code signing: most later releases are Authenticode-signed with our EV certificate and include a trusted timestamp. Older builds may be unsigned; this mirrors their original state.
- Checksums: every release includes
checksums.sha256. Verify files before use.
Windows (PowerShell):
Get-FileHash * -Algorithm SHA256 | Format-Table -Auto
# Compare output with the contents of checksums.sha256
macOS/Linux:
sha256sum -c checksums.sha256
# or
shasum -a 256 -c checksums.sha256
PowerShell:
Get-AuthenticodeSignature .\MixItUp-Setup.exe | Format-List *
signtool (if installed):
signtool verify /pa /all .\MixItUp-Setup.exe
- Releases originally published at
SaviorXTanren/mixer-mixitup. - Original release dates preserved where available.
- Filenames and contents unchanged from their original publication.
Each archived release tag typically includes:
MixItUp.zipor equivalent installerChangelog.htmlsource-<tag>.zipchecksums.sha256
- Unsigned historical builds may trigger SmartScreen or antivirus heuristics. Use checksums to confirm integrity.
- Provided as-is for historical reference and reproducibility.
Copyright © 2025 Blazing Cacti LLC. Mix It Up™ and associated marks are trademarks of Blazing Cacti LLC.
A desktop client for handling chat, interactivity, and other streamer assistance features for Twitch, YouTube, and Trovo.
Mix It Up is a comprehensive administration tool for streamers — chat commands, events, moderation, service connectivity, and more.
Visit mixitupapp.com for the latest release. For setup and tutorials, see wiki.mixitupapp.com.
Join our Discord (linked on the website or in-app) for support and feature requests.
Mix It Up does not currently accept external pull requests. Feature ideas can be viewed on our Trello board.
MIT License Copyright (c) 2017–2022 Matthew Olivo.
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.