Open-Source Licenses

SweepPix is built with the following excellent open-source components. We thank the open-source community.

Electron

MIT License Copyright © OpenJS Foundation

A framework for building cross-platform desktop applications. SweepPix runs on Electron.

React

MIT License Copyright © Meta Platforms, Inc.

A JavaScript library for building user interfaces. The SweepPix interface is built with React.

sharp (libvips)

Apache 2.0 Copyright © Lovell Fuller

A high-performance Node.js image-processing module based on libvips. SweepPix uses sharp to read and resize images, calculate hashes, and detect blur.

Tailwind CSS

MIT License Copyright © Tailwind Labs

A utility-first CSS framework used to build the SweepPix interface styles.

Zustand

MIT License Copyright © Paul Henschel

A lightweight React state-management library used by SweepPix to manage application-wide state.

Lucide React

ISC License Copyright © Lucide Contributors

An open-source icon library that provides interface icons for SweepPix.

exifr

MIT License Copyright © Mike Korval

A JavaScript EXIF metadata parser used by SweepPix to read photo capture information and metadata.

fast-glob

MIT License Copyright © Denis Malinozhkin

A fast file-system traversal library used by SweepPix to scan image files in folders.

electron-vite

MIT License Copyright © Alex Xiong

A build tool for Electron applications that uses Vite for fast hot-module replacement and optimized build output.

electron-builder

MIT License Copyright © Stefan Kozlov

An Electron application-packaging tool used by SweepPix to build the Windows NSIS installer.