Installing From Binaries

Installing From Binaries

Windows

Installation

Download the file named chordcat-0.2.0-win64.exe from the releases page.

You may be greeted with the Windows Defender SmartScreen warning. This is because I haven't codesigned the installer binary with a microsoft certificate (because it costs a few hundred dollars /year).

/chordcat/smart-screen.png

If you trust the app, you can click "More Info" and select "Run Anyway".

Once you are in the installer, you can click next to everything as the defaults are pretty sensible.

Keep in mind, the "Create Desktop Icon" functionality doesn't work as of now.

Once the app is installed, you can find the app by searching for "Chordcat" in the Start Menu.

Uninstall

You can uninstall chordcat directly from the Start Menu entry or from the control panel (search for "Add or Remove Programs" in the start menu).

/chordcat/control-panel-uninstall.png

Debian

Download the file named chordcat_0.2.0_amd64.deb from the releases page.

If you use GNOME or KDE, you can double click the file to install it.

You can also install it from the command line like so:

cd ~/Downloads
sudo apt install ./chordcat_0.1.0_amd64.deb

If you are unable to double click it, you can install the graphical installer gdebi and try again

sudo apt install gdebi

/chordcat/chordcat-install-kde.png

Find it in your app launcher afterwards:

/chordcat/chordcat-launcher-kde.png

Uninstall

You might have to use the terminal for this:

sudo apt remove --autoremove chordcat