Home

Awesome

<h1 align="center"> <img alt="Kooha" src="data/icons/io.github.seadve.Kooha.svg" width="192" height="192"/> <br> Kooha </h1> <p align="center"> <strong>Elegantly record your screen</strong> </p> <p align="center"> <a href="https://flathub.org/apps/details/io.github.seadve.Kooha"> <img alt="Download on Flathub" src="https://flathub.org/api/badge?svg&locale=en&light" width="200"/> </a> <br> <a href="https://www.buymeacoffee.com/seadve"> <img alt="Buy Me a Coffee" src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=seadve&button_colour=FFDD00&font_colour=000000&font_family=Inter&outline_colour=000000&coffee_colour=ffffff" width="150"/> </a> </p> <br> <p align="center"> <a href="https://hosted.weblate.org/engage/seadve/"> <img alt="Translation status" src="https://hosted.weblate.org/widgets/seadve/-/kooha/svg-badge.svg"/> </a> <a href="https://flathub.org/apps/details/io.github.seadve.Kooha"> <img alt="Flathub downloads" src="https://img.shields.io/badge/dynamic/json?color=informational&label=downloads&logo=flathub&logoColor=white&query=%24.installs_total&url=https%3A%2F%2Fflathub.org%2Fapi%2Fv2%2Fstats%2Fio.github.seadve.Kooha"/> </a> <a href="https://github.com/SeaDve/Kooha/actions/workflows/ci.yml"> <img alt="CI status" src="https://github.com/SeaDve/Kooha/actions/workflows/ci.yml/badge.svg"/> </a> </p> <p align="center"> <img src="data/screenshots/preview.png" alt="Preview"/> </p>

Capture your screen in an intuitive and straightforward way without distractions.

Kooha is a simple screen recorder with a minimal interface. You can simply click the record button without having to configure a bunch of settings.

The main features of Kooha include the following:

😕 It Doesn't Work

There are many possibilities on why it may not be working. You may not have the runtime requirements mentioned below installed, or your distro doesn't support it. For troubleshooting purposes, the screencast compatibility page of xdg-desktop-portal-wlr wiki may help determine if your distro has support for it out of the box. If it does, but it still doesn't work, you can also check for the troubleshooting checklist.

⚙️ Experimental Features

These features are disabled by default due to stability issues and possible performance degradation. However, they can be enabled manually by running Kooha with KOOHA_EXPERIMENTAL env var set to all (e.g., KOOHA_EXPERIMENTAL=all flatpak run io.github.seadve.Kooha), or individually, by setting KOOHA_EXPERIMENTAL to the following keys (e.g., KOOHA_EXPERIMENTAL=experimental-formats,window-recording):

FeatureDescriptionIssues
allEnables all experimental features-
experimental-formatsEnables other codecs (e.g., hardware-accelerate encoders, VP9, and AV1)Stability
multiple-video-sourcesEnables recording multiple monitor or windowsStability and performance
window-recordingEnables recording a specific windowFlickering

📋 Runtime Requirements

🏗️ Building from source

GNOME Builder

GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.

  1. Download GNOME Builder.
  2. In Builder, click the "Clone Repository" button at the bottom, using https://github.com/SeaDve/Kooha.git as the URL.
  3. Click the build button at the top once the project is loaded.

Meson

Prerequisites

The following packages are required to build Kooha:

Build Instruction

git clone https://github.com/SeaDve/Kooha.git
cd Kooha
meson _build --prefix=/usr/local
ninja -C _build install

📦 Third-Party Packages

Unlike Flatpak, take note that these packages are not officially supported by the developer.

Repology

You can also check out other third-party packages on Repology.

🙌 Help translate Kooha

You can help Kooha translate into your native language. If you find any typos or think you can improve a translation, you can use the Weblate platform.

☕ Support me and the project

Kooha is free and will always be for everyone to use. If you like the project and would like to support it, you may buy me a coffee.

💝 Acknowledgment

I would like to express my gratitude to the contributors and translators of the project.

I would also like to thank the open-source software projects, libraries, and APIs that were used in developing this app, such as GStreamer, GTK, LibAdwaita, and many others, for making Kooha possible.

I would also like to acknowledge RecApp, which greatly inspired the creation of Kooha, as well as GNOME Screenshot, which served as a reference for Kooha's icon design.