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 sourceDownload
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.
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 sourceNotarized 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 sourceYou need CMake 3.31+, Qt 6, a C++20 compiler and Ninja. Everything else Snim pulls in itself.
$ git clone https://github.com/snimdev/snim && cd snim$ cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release$ cmake --build build$ ./build/snim