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
| Component | What it does | Licence |
|---|---|---|
| Python | the language the engine is written in | PSF |
| Pillow | image decoding and resizing | HPND |
| macOS ImageIO | HEIC, HEIF and AVIF photos — part of macOS, nothing bundled | Apple system framework |
| pypdfium2 / PDFium | reading PDFs, including scans | BSD-3-Clause, Apache-2.0 |
| pywebview | the native window the interface runs in | BSD-3-Clause |
| PyObjC | talking to macOS frameworks | MIT |
| openai, httpx, pydantic | speaking the model server's API | Apache-2.0, BSD-3-Clause, MIT |
| numpy | numeric work | BSD-3-Clause |
| certifi, tqdm | certificates, download progress | MPL-2.0 |
| libjpeg, freetype, lcms2, OpenSSL | image and crypto plumbing | IJG, 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.