Skip to content

Installation

Morten Møller edited this page Jun 20, 2021 · 3 revisions

Installation

Intro

Since TwitchClipper runs on .NET 5.0, and I only use the built-in namespaces and methods, TwitchClipper is also cross platform. So far it has been tested on Debian 9 and 10, Windows 10, and MacOS. The automated build tests and releases are built on "latest Ubuntu", so I guess it works on Ubuntu as well.

Download release

Head over to the releases page and download the latest binaries. Extract the archive and run the binary with ./TwitchClipper (in bash) or TwitchClipper.exe (in cmd or PowerShell)

Compile it yourself

Every operating system needs to have the .NET SDK installed, which gives you access to commands such as dotnet build and dotnet publish.

Installation

Head over to one of the subpages to view the steps required to install TwitchClipper.