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.deb2
Fedora, Arch, openSUSE — Flatpak
Flatpak bundleAny distro with Flatpak — fully self-contained · Reframe-0.4.0-x86_64.flatpak · 109.2 MBDownload
Then install with
flatpak install --user Reframe-0.4.0-x86_64.flatpak3
Any distro — install script (last resort)
Run
curl -fsSL https://getreframe.vercel.app/install.sh | bashInstalls 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.