Multi-platform desktop app that lets you convert .webp images to .jpg or .png, and viceversa!
You can find the binaries here. Available for Windows, MacOS and Linux.
- Node.js v22.14.0 or higher
- Rust compiler or rustc v1.87.0 or higher
- Git 2.47.1 (only for cloning the project, downloading from here works just fine)
git clone https://github.com/AlexAzumi/webp-converter.git
cd webp-converternpm installnpm run tauri buildThe compiling time will depend on your computer specs since it needs to download and compile all Rust dependencies, including the app itself.
By default, the program will take the host computer as the target os, more information can be found on the Tauri building guide.
Once it's finished, the artifacts can be found on /src-tauri/target/release.
It also generates the bundle or installation program, that can be found on /src-tauri/release/bundle.
