Skip to content

Offline AI File Renaming with Ollama

Offline AI mode lets Zush process supported file analysis through a local Ollama model instead of a cloud AI provider. It is useful when privacy or offline work matters more than cloud speed.

Use this guide when you want to install Ollama, download a local vision model, connect Zush to it, and test Offline AI mode before using it on real files.

Offline AI mode settings in the Zush BYOK/Offline tab with an Ollama model selected.
Install and start Ollama first, then select its model and enable Offline AI mode in BYOK/Offline.

When Offline AI mode is enabled, supported file analysis runs through your local Ollama server. Zush does not send analysis content to Zush cloud or third-party AI providers in this mode.

You still control:

  • which Ollama model is installed
  • where Ollama stores local models
  • when the Ollama app or server is running
  • whether Zush uses Offline AI, BYOK, or managed cloud processing
  • Zush PRO
  • Mac or Windows
  • Ollama installed locally
  • at least one installed Ollama model; use a vision-capable model for images and file previews
  • enough memory and disk space for the model you choose

Zush works best with vision-capable models because many rename jobs involve images, screenshots, PDFs, scans, video frames, or document previews.

  1. Download Ollama from the official Ollama download page.

  2. Install Ollama and open it so the local server starts.

  3. Download a vision-capable model. A compact first choice is:

    Terminal window
    ollama pull qwen2.5vl:3b
  4. If Ollama is not already running, start its server from Terminal:

    Terminal window
    ollama serve
  5. Open Zush and select BYOK/Offline in the sidebar.

  6. Wait for Zush to detect Ollama. If needed, click refresh next to the model list.

  7. Select the installed local model.

  8. Click Test to verify the current host and model.

  9. Turn on Offline AI mode. Zush checks that Ollama is reachable and that the selected model is installed before enabling it.

  10. Run a small batch before using Offline AI on important folders.

These vision-capable models are practical starting points for Zush:

ModelBest forCommandNotes
qwen2.5vl:3bGeneral visual analysisollama pull qwen2.5vl:3bCompact Qwen vision model for screenshots and images
gemma3:4bGeneral and multilingual visionollama pull gemma3:4bVision-capable 4B Gemma 3 model
granite3.2-vision:2bVisual documentsollama pull granite3.2-vision:2bCompact model designed for documents, tables, charts, and diagrams

You can also choose another vision-capable model from the Ollama model catalog. Model availability and quality change over time, so test with your own files before automating a large workflow.

Use Terminal to confirm Ollama has a model installed:

Terminal window
ollama list

If the list is empty, pull a model first:

Terminal window
ollama pull qwen2.5vl:3b

If the Zush connection test fails, make sure Ollama is running and that the local host is:

http://127.0.0.1:11434

Start with a small batch rename and compare the suggested names with Cloud AI or BYOK if accuracy matters. Local models can be excellent for private workflows, but smaller models may be slower or less precise on complex PDFs, mixed media, or long documents.

Once the results look reliable, assign the workflow to folder monitoring or save the setup as a Template.

ProblemWhat to check
Zush does not see modelsRun ollama list. If the list is empty, pull a model, then refresh the model list in Zush
Connection test failsMake sure Ollama is running and reachable at http://127.0.0.1:11434
Processing is too slowChoose a smaller installed model, close memory-heavy apps, or switch to Cloud AI for large batches
Results are weakTry gemma3:4b or another vision-capable model and test with representative files

Offline AI support depends on file type, model capability, and local hardware. For the broadest mixed-folder accuracy across images, PDFs, audio, video, documents, and design files, compare Offline AI results with managed Cloud AI or BYOK.