Skip to content
ReframeBeta

Download Reframe

Free and open source. Pick your platform below — no account, no watermark.

Latest release v0.4.0 · 7 September 2026

1

Ubuntu / Debian — .deb

Debian packageUbuntu, Debian and derivatives · reframe_0.4.0_amd64.deb · 105.9 MBDownload

Then install with

sudo apt install ./reframe_0.4.0_amd64.deb
2

Fedora, Arch, openSUSE — Flatpak

3

Any distro — install script (last resort)

Run

curl -fsSL https://getreframe.vercel.app/install.sh | bash

Installs the recording dependencies for whatever distro you’re on (apt/dnf/pacman/zypper), fetches the app, then verifies capture actually works. Read the script before piping it to your shell.

Prefer to build it yourself?

Every line of Reframe is on GitHub. Clone it, npm install and npm run start.

View the source