Download

Get Rhema for Windows

Downloads are hosted on GitHub alongside the source code, so you can see exactly what you are installing. The installer is large (around 1.6 GB) because it bundles the speech and translation engines instead of calling out to a service.

Installing

Download Rhema-Setup.exe

The button above opens the latest release on GitHub. Rhema-Setup.exe is attached at the bottom of that page under Assets.

Run the installer

It installs for your user account only, so it needs no administrator rights and raises no UAC prompt. That is deliberate, so it works on managed church and event laptops.

Let it fetch its models

On first run Rhema downloads the speech and translation models it needs, which takes a while on a slow connection. After that it runs fully offline.

Point it at a microphone

Choose your audio device and the monitor for the output window, then run Hardware Autodetect so it picks models that suit your graphics card.

Requirements

What you need

Windows 10 or 11 (64-bit)

Rhema is a Windows desktop app. There is no macOS or Linux build.

About 6 GB of disk space

Roughly 2.5 GB for the app plus the speech and translation models, which are cached separately after first use.

NVIDIA GPU recommended

Around 4-6 GB of VRAM gives comfortable real-time performance. CPU-only works but lags further behind the speaker; Rhema will suggest smaller models if that is what your hardware suits.

Before you ask

Why is the download so large?

It bundles the speech recognition and translation runtimes so the app works offline with no account or API key. A cloud captioning tool would be a small download and a recurring bill; this is the other trade.

Windows warned me about the installer.

The installer is not code-signed, because a signing certificate is a recurring cost for a free project, so SmartScreen may warn you. You can verify what you are installing by reading the source, and the build is produced from the same repository the download comes from. Choose More info, then Run anyway if you are comfortable.

Do I need to uninstall an old version first?

No. Run the new installer over the top and your settings are preserved. Rhema can also update itself from About, Check for Updates.

I am on Rhema 1.1.4 or older and Check for Updates finds nothing.

Those versions look for updates in an old location that is no longer used. Download the latest release from the button above and install it once; automatic updates work normally after that.

Can I run it from source instead?

Yes. The repository README covers running it with Python, including the GPU prerequisites and the pinned dependency set used for releases.

Something not working?

The README covers setup, including OBS video overlay. If it is broken rather than confusing,open an issue and include your version and log file.