- Retrieve detailed information for a wide variety of media files.
Download from release page.
Or you can build it yourself. Support macOS 10.15+
open the terminal and run sudo xattr -r -d com.apple.quarantine /Applications/MediaTool.app
You should install CMake, Rust and Nodejs, see here for more details. Then install Nodejs packages.
yarn installUpdate submodule.
git submodule update --recursiveThen run
yarn tauri devOr you can build the app
yarn tauri build --bundles app
- Support http(s) video stream
- Support thumbnail
This is a learning project for Rust and Tauri practice.
Issue and PR welcome!
MediaTool was based on or inspired by these projects and so on:
- MediaArea/MediaInfoLib: Convenient unified display of the most relevant technical and tag data for video and audio files.
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.
- vitejs/vite: Next generation frontend tooling. It's fast!
BSD 2-Clause "Simplified" License. See License here for details.

