Credits

Acknowledgements

RenameWise stands on a lot of other people's work. This page names it, and carries the notices those licences ask us to pass on to you.

Last reviewed: August 4, 2026 · Nothing on this page restricts your use of RenameWise.

The AI model

Qwen3-VL-4B-Instruct — the vision-language model that actually reads your files. Created by the Qwen team at Alibaba Cloud and released under the Apache License 2.0. We use it unmodified.

This is the piece that makes RenameWise possible. A model small enough to run on a laptop, good enough to read a crumpled receipt, and openly licensed enough to build a business on — all three at once is not a given, and we're grateful for it.

The authors ask that work built on the model cites their technical reports, and we're happy to:

  • Qwen3 Technical Report, Qwen Team, 2025
  • Qwen2.5-VL Technical Report, Qwen Team, 2025

The inference engine

llama.cpp — runs the model on Apple Silicon via Metal. By Georgi Gerganov and contributors, under the MIT License, along with the ggml tensor library.

Without llama.cpp there is no practical way to ship a vision model that runs on a MacBook without a cloud bill attached. The full licence text is included inside the app.

Libraries

ComponentWhat it doesLicence
Pythonthe language the engine is written inPSF
Pillowimage decoding and resizingHPND
macOS ImageIOHEIC, HEIF and AVIF photos — part of macOS, nothing bundledApple system framework
pypdfium2 / PDFiumreading PDFs, including scansBSD-3-Clause, Apache-2.0
pywebviewthe native window the interface runs inBSD-3-Clause
PyObjCtalking to macOS frameworksMIT
openai, httpx, pydanticspeaking the model server's APIApache-2.0, BSD-3-Clause, MIT
numpynumeric workBSD-3-Clause
certifi, tqdmcertificates, download progressMPL-2.0
libjpeg, freetype, lcms2, OpenSSLimage and crypto plumbingIJG, FTL, MIT, Apache-2.0

MPL-2.0 components

certifi and tqdm are used unmodified, and their sources are publicly available. MPL-2.0 covers those files, not RenameWise as a whole.

Warranty disclaimer

The MIT-, BSD-, Apache- and HPND-licensed components above are provided by their authors "as is", without warranty of any kind, express or implied, including the warranties of merchantability, fitness for a particular purpose and non-infringement. In no event shall those authors or copyright holders be liable for any claim, damages or other liability arising from the software.

Something missing?

If we've credited something incorrectly, or missed a component entirely, please tell us at support@renamewise.com and we'll correct it.