Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
/ Desktop-Archive Public archive

Read-only archive of historical Mix It Up releases (installers, source zips, changelogs)

License

Notifications You must be signed in to change notification settings

mixitupapp/Desktop-Archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix It Up — Release Archive

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.

What’s here

  • 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, and Changelog.html files as originally published.
  • Source archives for each tag (source-<tag>.zip) corresponding to the historical code at that tag.
  • A checksums.sha256 file 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.

What’s not here

  • No active development or working build tree.
  • No issue tracking, pull requests, or releases beyond archival mirrors.

Authenticity and integrity

  • 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.

Verify checksums

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

Verify Windows signatures (if present)

PowerShell:

Get-AuthenticodeSignature .\MixItUp-Setup.exe | Format-List *

signtool (if installed):

signtool verify /pa /all .\MixItUp-Setup.exe

Provenance

  • Releases originally published at SaviorXTanren/mixer-mixitup.
  • Original release dates preserved where available.
  • Filenames and contents unchanged from their original publication.

Release structure

Each archived release tag typically includes:

  • MixItUp.zip or equivalent installer
  • Changelog.html
  • source-<tag>.zip
  • checksums.sha256

Safety notes

  • Unsigned historical builds may trigger SmartScreen or antivirus heuristics. Use checksums to confirm integrity.
  • Provided as-is for historical reference and reproducibility.

Copyright & Trademarks

Copyright © 2025 Blazing Cacti LLC. Mix It Up™ and associated marks are trademarks of Blazing Cacti LLC.


Mix It Up

A desktop client for handling chat, interactivity, and other streamer assistance features for Twitch, YouTube, and Trovo.

What is this?

Mix It Up is a comprehensive administration tool for streamers — chat commands, events, moderation, service connectivity, and more.

Getting started

Visit mixitupapp.com for the latest release. For setup and tutorials, see wiki.mixitupapp.com.

Bugs or feature requests

Join our Discord (linked on the website or in-app) for support and feature requests.

Contributing

Mix It Up does not currently accept external pull requests. Feature ideas can be viewed on our Trello board.

License

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.

About

Read-only archive of historical Mix It Up releases (installers, source zips, changelogs)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 13