Francis Banyikwa is an independent open-source developer whose GitHub presence under the handle “mhogomchungu” hosts a compact but technically focused portfolio centered on privacy-aware utilities and media-handling tools. Media Downloader serves as a unified Qt/C++ graphical shell around an extensible collection of command-line download engines such as yt-dlp, gallery-dl, and you-get, letting users paste a URL and obtain audio, video, or image batches without memorizing CLI flags, while still exposing advanced options like format selection, playlist parsing, and subtitle retrieval. SiriKali occupies the other end of the spectrum, offering a tray-friendly GUI that orchestrates several user-space encrypted filesystems—sshfs, cryfs, gocryptfs, securefs, ecryptfs-simple, fscrypt, and encfs—through a single passphrase prompt, thereby simplifying creation, mounting, and unmounting of secure vaults on Windows, macOS, or Linux. Both programs are written in portable C++ against Qt5/Qt6, resulting in lightweight, portable executables that integrate cleanly with the host file manager or task scheduler. Typical use cases range from archival teams batch-ripping training videos for offline classrooms to journalists storing sensitive field notes in password-protected cloud folders, as well as hobbyists who want a one-click solution for grabbing lecture playlists before a long flight. The entire Francis Banyikwa catalog is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest upstream releases and supporting unattended batch installation of multiple titles.

Media Downloader

This project is a Qt/C++ based GUI frontend to CLI multiple CLI-based tools that deal with downloading online media.

Details
SiriKali

A Qt/C++ GUI front end to sshfs, ecryptfs-simple, cryfs, gocryptfs, securefs, fscrypt and encfs

Details