Oxytools is a Rust portable GUI toolkit that brings together a collection - such as conversion, renaming, tagging, and scraping - with bundled binaries (ffmpeg, ffprobe, mkvpropedit).
Oxytools_Office is a restricted version of Oxytools with less modules and does not include an API or network connectivity. It is designed for professional use.
- English
- French
| Differences | Oxytools | Oxytools_Office |
|---|---|---|
| Archives (7Z, TAR, ZIP) | ✅ | ✅ |
| Audio (AAC, FLAC, MP3, OGG) | ✅ | ❌ |
| Documents (DOCX, HTML, MD, LaTeX, ODT, PDF...) | ✅ | ✅ |
| File renamer (case, find, insert, numbering, replace...) | ✅ | ✅ |
| Pictures (JPG, JXL, PNG, WebP…) | ✅ | ✅ |
| Scraper (Fanart, TMDB) | ✅ | ❌ |
| Tagger (MKV tagging) | ✅ | ❌ |
| Tools (directory and file listing) | ✅ | ✅ |
| Video (mkv, mp4, webm) | ✅ | ❌ |
| Bundled binaries (ffmpeg, ffprobe, mkvpropedit) | ✅ | ❌ |
| Internet access | ✅ | ❌ |
| Linux ARM64 | Linux x64 | Mac ARM64 | Windows x64 | |
|---|---|---|---|---|
| Oxytools | ✅ | ✅ | ✅ | ✅ |
| Oxytools_Desk | ✅ | ✅ | ✅ | ✅ |
The source code is Mac ARM ready. I don't have any Mac, so I need to compile this with Github CI, which cost a lot of ratio.
You need those binaries to build FFmpeg, FFprobe : https://ffmpeg.org — LGPLv2.1+ mkvpropedit (MKVToolNix) : https://mkvtoolnix.download — GPLv2. You can also find them in assest in the releases.
- Oxytools
- cargo build --profile dist --target=aarch64-unknown-linux-gnu
- Oxytools_Office
- cargo build --profile dist --no-default-features --features bundled --target=aarch64-unknown-linux-gnu
- Oxytools
- cargo build --profile dist
- Oxytools_Office
- cargo build --profile dist --no-default-features --features bundled
- Download the latest release from Releases
- Run the executable - no installation needed
- Drop your files or browse to select them
- Choose your output format
- Click "Execute"
This project is licensed under the GNU General Public License v3.0 — see Licenses.md for details.
