Skip to content

Releases: lseurttyuu/ScanMyPaper

ScanMyPaper v0.1

19 Dec 11:20

Choose a tag to compare

ScanMyPaper v0.1 Pre-release
Pre-release

First public release of ScanMyPaper.

This is an early version of a lightweight scanning utility for Linux, designed to mimic the simplicity of the Windows Scan app.

Key Features in this release:

  • Simple Interface: Clean, single-click scanning UI built with Avalonia.
  • SANE Backend: Native support for Linux scanners via scanimage.
  • Formats: Save scans as PNG, JPG, or PDF.
  • Auto-naming: Files are automatically numbered to avoid overwrites.
  • Scanners Cache: Scanner capabilities (DPI) are cached for faster startup.
  • Configuration: Settings are saved in ~/.config/ScanMyPaper.
  • Localization: Available in English and Polish.

How to run (AppImage):
No installation required. Just download the file, make it executable, and run:

chmod +x ScanMyPaper-0.1-x86_64.AppImage
./ScanMyPaper-0.1-x86_64.AppImage

Requirements:

  • Linux environment (tested on Debian 13 and Ubuntu 22.04).
  • scanimage (SANE) installed on your system.