Capture
Use the GUI capture flow or the CLI for fullscreen, region, and active-window screenshots. Wayland goes through the XDG portal; X11 uses native capture paths.
Native Linux screenshot editor
A native Linux screenshot editor for fast annotation and polished exports. Capture the screen, mark the point, make it look finished, then copy or save without opening another design tool.
git clone https://github.com/khanhnv2901/snapix
cd snapix
cargo build --release
./target/release/snapix
Current status
Workflow
Snapix stays screenshot-first: capture, crop, annotate, beautify, export. It avoids turning into a slide editor or freeform canvas.
Use the GUI capture flow or the CLI for fullscreen, region, and active-window screenshots. Wayland goes through the XDG portal; X11 uses native capture paths.
Mark exactly what matters with arrows, lines, shapes, text, blur, crop, selection, editing, delete, and undo/redo support.
Turn raw screenshots into polished output with gradient or solid backgrounds, screenshot blur, padding, rounded corners, shadows, presets, and image reframe controls.
Copy directly to the clipboard, Quick Save to the screenshots folder, or export PNG and JPEG with the selected visual style.
Polished output
The beautify pipeline handles background, frame, radius, shadow, image fit, image fill, reframe, and export parity so the result you preview is the result you ship.

Signature backgrounds
Snapix includes Clean, Signature, and Image background families, with intensity controls, custom image backgrounds, cached texture rendering, and per-style shadow tuning.
Linux native
Built around XDG portal capture and GTK/GDK clipboard behavior for modern Linux desktops.
Native X11 capture covers fullscreen, explicit region bounds, and active-window capture.
Flatpak bundles build locally and release automation exists for tester installs while Flathub submission is finalized.
Install
Tagged releases can ship Flatpak/AppImage artifacts for testers. Until Flathub lands, the source build is the direct path.
git clone https://github.com/khanhnv2901/snapix
cd snapix
cargo build --release
./target/release/snapix