Wingetlywingetly
← All apps

LibreOffice SDK

by The Document Foundationv26.8.0.3

Last updated

LibreOffice SDK is a development kit for LibreOffice, which eases the development of office components.

Install with winget

$ winget install --id TheDocumentFoundation.LibreOffice.SDK --exact --version 26.8.0.3

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for LibreOffice SDK

LibreOffice SDK uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i LibreOffice_26.8.0.3_Win_x86-64_sdk.msi /quiet /norestart

See the full silent install reference for LibreOffice SDK

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v26.8.0.3

ArchitectureTypeScopeInstallDownload
x86MSImachineDirect
x64MSImachineDirect
arm64MSImachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high7.8Patched in wingetCVE-2026-4430affects before 25.8.7.0, 26.2.3.0May 7, 2026

    Out-of-bounds write vulnerability in The Document Foundation LibreOffice via crafted OOXML documents with mismatched encryption salt parameters. This issue affects LibreOffice: from 26.2 before 26.2.3, from 25.8 before 25.8.7.

  • medium6.5Patched in wingetCVE-2025-14714affects before 25.2.4.1Dec 15, 2025

    An Authentication Bypass vulnerability existed where the application bundled an interpreter (Python) that inherits the Transparency, Consent, and Control (TCC) permissions granted by the user to the main application bundle By executing the bundled interpreter directly the at...

  • medium5.5Patched in wingetCVE-2025-2866affects before 24.8.6.0, 25.2.2Apr 27, 2025

    Improper Verification of Cryptographic Signature vulnerability in LibreOffice allows PDF Signature Spoofing by Improper Validation. In the affected versions of LibreOffice a flaw in the verification code for adbe.pkcs7.sha1 signatures could cause invalid signatures to be acc...

  • medium5.5Patched in wingetCVE-2021-25635affects before 7.0.5.1Mar 21, 2025

    An Improper Certificate Validation vulnerability in LibreOffice allowed an attacker to self sign an ODF document, with a signature untrusted by the target, then modify it to change the signature algorithm to an invalid (or unknown to LibreOffice) algorithm and LibreOffice wou...

  • high7.8Patched in wingetCVE-2025-1080affects before 24.8.5.1, 25.2.1.1Mar 4, 2025

    LibreOffice supports Office URI Schemes to enable browser integration of LibreOffice with MS SharePoint server. An additional scheme 'vnd.libreoffice.command' specific to LibreOffice was added. In the affected versions of LibreOffice a link in a browser using that scheme could b...

  • high7.8Patched in wingetCVE-2025-0514affects before 24.8.5.1Feb 25, 2025

    Improper Input Validation vulnerability in The Document Foundation LibreOffice allows Windows Executable hyperlink targets to be executed unconditionally on activation.This issue affects LibreOffice: from 24.8 before < 24.8.5.

  • medium6.5Patched in wingetCVE-2024-12426affects before 24.8.4Jan 7, 2025

    Exposure of Environmental Variables and arbitrary INI file values to an Unauthorized Actor vulnerability in The Document Foundation LibreOffice. URLs could be constructed which expanded environmental variables or INI file values, so potentially sensitive information could be...

  • low3.3Patched in wingetCVE-2024-12425affects before 24.8.4Jan 7, 2025

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in The Document Foundation LibreOffice allows Absolute Path Traversal. An attacker can write to arbitrary locations, albeit suffixed with ".ttf", by supplying a file in a format that...

Showing 8 of 25. Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • LibreOfficeThe Document Foundation
    TheDocumentFoundation.LibreOfficev26.8.0.3

    LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.

  • LibreOffice PreReleaseThe Document Foundation
    TheDocumentFoundation.LibreOffice.PreReleasev26.2.0.0.beta1

    LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.

  • LibreOffice Help PackThe Document Foundation
    TheDocumentFoundation.LibreOffice.HelpPackv26.8.0.3

    LibreOffice Help Pack helps you to use LibreOffice.

  • Android SDK Platform-ToolsGoogle LLC
    Google.PlatformToolsv37.0.1

    Android SDK Platform-Tools includes tools that interface with the Android platform, primarily adb and fastboot.

  • NVIDIA CUDA ToolkitNVIDIA Corporation
    Nvidia.CUDAv13.4

    CUDA is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).

  • Microsoft .NET SDK 5.0Microsoft Corporation
    Microsoft.DotNet.SDK.5v5.0.408

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

More from The Document Foundation or browse libreoffice, sdk.

Frequently asked questions

How do I install LibreOffice SDK on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TheDocumentFoundation.LibreOffice.SDK --exact --version 26.8.0.3. winget downloads the installer from The Document Foundation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install LibreOffice SDK silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id TheDocumentFoundation.LibreOffice.SDK --exact 26.8.0.3 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for LibreOffice SDK?
LibreOffice SDK uses MSI. Run the downloaded installer with: msiexec.exe /i LibreOffice_26.8.0.3_Win_x86-64_sdk.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall LibreOffice SDK via winget?
Run: winget uninstall --id TheDocumentFoundation.LibreOffice.SDK --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from LibreOffice SDK's Apps & Features entry.
Is LibreOffice SDK free?
LibreOffice SDK is distributed under MPL-2.0. Refer to the publisher (https://www.libreoffice.org/) for the full license terms - Wingetly itself does not charge for installation.
Does LibreOffice SDK work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls LibreOffice SDK directly from the publisher.
How do I keep LibreOffice SDK up to date?
Run winget upgrade --id TheDocumentFoundation.LibreOffice.SDK --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of LibreOffice SDK from microsoft/winget-pkgs.

Recent versions

  • 26.8.0.3latest
  • 26.2.5.2
  • 26.2.5.1
  • 26.2.4.2
  • 26.2.3.2
  • 26.2.2.2
  • 26.2.1.2
  • 26.2.0.3
  • 25.8.4.2
  • 25.8.3.2