Fotobinder is a free desktop app that helps you organize, tag, and search your vast library of photos. Available for Windows, Linux, and MacOS*
I made this project simply to improve my own efficiency. I don't intend on ever charging anyone a dime to use it.
If you happen to find it worthwhile and want to say thanks, feel free to leave me a tip!
To install Fotobinder, simply visit the Releases Page and download the installer for your OS of choice.
.exe
, .msi
).AppImage
, .deb
)If you encounter a bug, please reach out directly or create an issue.
Is the app missing something important? Feel free to either create an issue or build the feature yourself!
The application is entirely open-source and any contributions are welcome.
The app was built using the Rust framework Tauri. Please begin by installing the dependencies specified in Tauri's Prerequisites Page.
After installing Rust, you'll need to install NodeJS.
Then you can simply build the application as follows:
# Install JavaScript dependencies
npm install
# Start the application in development mode
npm run tauri dev
# OR create a production build
npm run tauri build
VS Code + Svelte + Tauri + rust-analyzer.
Releases are created entirely via GitHub Actions. The process is as follows:
src-tauri/tauri.conf.json
.