GPL media renamer and organizer for Windows and Linux.
OpenFileBot is based on the latest FileBot source with GPLv3 license.
OpenFileBot helps you batch-rename movies, series episodes, and anime files using online metadata. It can match files to common naming schemes, move them into clean folder structures, and keep your media library consistent. For everyday workflows, it also includes subtitle and verification tools available in the interface.
Thanks to the original author and his community, FileBot is a great tool for renaming and organizing media files.
This version does not have the same development power and support as the commercial FileBot.
If you wish good support and a strongly maintained project please use the original FileBot project instead.
If you are fine with basic fixes and updates you are on the right place.
But still if you discover an issue, feel free to open an issue. Attach everything you can find, logs, screenshots what you did and what you expected. If I find some time, i will try to fix it.
Functions and design are currently being revised.
I don't want donations, if somebody tells you you need to pay for OpenFileBot, it's a scam. Not do it!
- Local build (unsigned): see COMPILING.md
- Signing setup (local + CI): see SIGNING.md
Install local release packages with apt so dependencies are resolved automatically:
sudo apt install ./openfilebot_<version>_<arch>.debNotes:
- Use
./(or full path) soapttreats it as a local file. apt install ./...debresolves and installs missing dependencies from configured repositories.dpkg -i ...debalone does not resolve dependencies automatically.
Signed APT repository:
https://masterxq.github.io/openfilebot-repo/apt
Add key + source (stable channel):
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://masterxq.github.io/openfilebot-repo/apt/keyrings/openfilebot-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/openfilebot-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/openfilebot-archive-keyring.gpg] https://masterxq.github.io/openfilebot-repo/apt stable main" \
| sudo tee /etc/apt/sources.list.d/openfilebot.list >/dev/null
sudo apt update
sudo apt install openfilebotTesting channel:
echo "deb [signed-by=/etc/apt/keyrings/openfilebot-archive-keyring.gpg] https://masterxq.github.io/openfilebot-repo/apt testing main" \
| sudo tee /etc/apt/sources.list.d/openfilebot.list >/dev/nullPortable packages:
- Linux
aarch64:*-portable-linux-aarch64.tar.gz - Linux
x86_64:*-portable-linux-x86_64.tar.gz - Windows
x64:*-portable-win64.zip
Installer packages (from current pipeline):
-
Debian package (
.deb) is built onubuntu-latest. -
Windows installer (
.msi) is built onwindows-latestin the manual release workflow. -
Based on the current workflow runners, the practical installer targets are:
-
Debian
amd64,i386,armhf -
Windows
x64

