Download

Get Snim on your machine.

Snim is in active development on the way to v1.0. Packaged builds are not out yet, so the honest answer today is: build it from source. It is three commands.

Linux

Packages coming soon

Fedora, Arch and Ubuntu packages are on the way. Until they land, a source build takes about a minute on a warm toolchain.

Wayland and X11, Qt 6.

Build from source

macOS

Notarized build coming soon

A signed and notarized app bundle is being prepared. Until then, build from source with Homebrew Qt 6 and Ninja.

Apple silicon and Intel.

Build from source

Build from source.

You need CMake 3.31+, Qt 6, a C++20 compiler and Ninja. Everything else Snim pulls in itself.

terminal
$ git clone https://github.com/snimdev/snim && cd snim$ cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release$ cmake --build build$ ./build/snim