How do I install it?


Linux

Package subtitlecomposer is latest stable version.
Package subtitlecomposer-git is latest git build.

Jammy Jellyfish (22.04) LTS: Repository (amd64) Binary Packages Mantic Minotaur (23.10): Repository (amd64) Binary Packages
Run following in terminal as root:

                  echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Run following in terminal as root:

                  echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer

Package subtitlecomposer is latest stable version.
Package subtitlecomposer-git is latest git build.

Debian 11: Repository (i586 / amd64) Binary Packages Unstable: Repository (amd64) Binary Packages Testing: Repository (i586 / amd64) Binary Packages
Run following in terminal as root:

                  echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Run following in terminal as root:

                  echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Run following in terminal as root:

                  echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Add the following to /etc/pacman.conf (need to edit as root):

                [home_maxrd2_Arch]
# Subtitle Composer
SigLevel = Optional TrustAll
Server = https://downloadcontent.opensuse.org/repositories/home:/maxrd2/Arch/x86_64/
Repository and packages are signed with GPG key DE85E73C17AF00C8E865B04F0073ABF073738FA0.
Update/install key as root:

                wget -O - https://build.opensuse.org/projects/home:maxrd2/signing_keys/download?kind=gpg | sudo pacman-key --add -
pacman-key --lsign-key DE85E73C17AF00C8E865B04F0073ABF073738FA0
Finally install the package as root:
pacman -Sy subtitlecomposer
Or if you prefer latest git build:
pacman -Sy subtitlecomposer-git

Package subtitlecomposer is latest stable version.
Package subtitlecomposer-git is latest git build.

Fedora 38: Repository (x86_64 / aarch64 / ppc64le) Binary Packages Fedora 39: Repository (x86_64 / aarch64) Binary Packages
Run following in terminal as root:

                  dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_36/home:maxrd2.repo
dnf install subtitlecomposer
Run following in terminal as root:

                  dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_37/home:maxrd2.repo
dnf install subtitlecomposer
Run following in terminal as root:

                  dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_38/home:maxrd2.repo
dnf install subtitlecomposer
Run following in terminal as root:

                  dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_39/home:maxrd2.repo
dnf install subtitlecomposer

Package subtitlecomposer is latest stable version.
Package subtitlecomposer-git is latest git build.

Tumbleweed: Repository (i586 / x86_64 / aarch64 / armv7hl) Binary Packages Leap 15.4: Repository (i586 / x86_64 / ppc64le / aarch64) Binary Packages
Run following in terminal as root:

                  zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Tumbleweed/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
Run following in terminal as root:

                  zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.4/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
Run following in terminal as root:

                  zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.4_ARM/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer

AppImage is a self-contained executable with all dependencies included that runs on any Linux system.

It’s quite simple to run AppImages. All you have to do is download them, make them executable and run them.
Here's more details on how to run AppImage.

Download stable version: i686 x86_64 aarch64
Download latest git development version: i686 x86_64 aarch64
Add the Flathub and KDE Apps nightly repositories:

                flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo
Then install the flatpak:
flatpak install org.kde.subtitlecomposer
Subtitle Composer is already available on most Linux distributions.
You can install it from the KDE Software Center.
Windows Windows build are currently broken.
If you would like to help please let us know.
Sources Clone the git repository:

          git clone https://invent.kde.org/multimedia/subtitlecomposer.git
        
Instructions for building from sources can be found on the wiki page.