Preparation

Supported Office Software

WordOllama currently supports the following office software:

  • Microsoft Office Word 2013/2016/2019/2024/365
  • WPS Office (latest version)

System Requirements

Since the plugin is built on .NET Framework, it currently only supports Windows operating system.

  • OS: Windows 7/10/11
  • .NET Framework: 4.8 (included by default in Windows 10/11)

WPS Special Configuration

The latest one-click install script already includes WPS configuration. To configure manually, choose one of the following methods:

Method 1: Command Line

Open an administrator terminal and run the following command:

PowerShell:

New-ItemProperty -Path "HKCU:\SOFTWARE\kingsoft\office\WPS\AddinsWl" -Name "WordOllama" -Value "" -PropertyType String

CMD:

reg add "HKCU\SOFTWARE\kingsoft\office\WPS\AddinsWl" /v WordOllama /t REG_SZ /d "" /f

Method 2: Manual Registry Edit

  1. Press Win + R, type "regedit" and press Enter.
  2. Navigate to HKEY_CURRENT_USER\SOFTWARE\kingsoft\office\WPS\AddinsWl.
  3. If AddinsWl doesn't exist, right-click on WPS and create it.
  4. Under AddinsWl, create a new String Value named WordOllama with empty data.

Hardware Requirements

CPU Mode

In CPU mode, model speed is mainly affected by memory bandwidth.

  • At least 16GB RAM recommended (8GB minimum)
  • Models with 7B parameters or less recommended
  • Smaller quantized versions can improve speed and reduce memory usage

GPU Mode

  • NVIDIA GPU: 6GB+ VRAM recommended
  • AMD GPU: Latest drivers required, 8GB+ VRAM recommended (ROCm required)

Storage

  • WordOllama installer: ~10MB
  • Ollama program: ~1.6GB
  • Model files: typically 4GB-10GB depending on the model

Install Ollama (Optional)

To use local models, install Ollama first:

  1. Visit ollama.com to download and install Ollama
  2. Run ollama pull <model-name> in terminal to download a model
  3. Recommended starter models: qwen2.5:7b, llama3.2:3b

Done!

Once the above steps are complete, proceed to Installing WordOllama.