LibreOffice Logo LibreOffice CN·蓝图

Download Center

LibreOffice 24.8.4 下载中心

REV 24.8.4.2 · RELEASE 2026-05-22 · ALL PLATFORMS

↓ LibreOffice 24.8.4 — 推荐下载

根据您的操作系统选择对应安装包。所有包均来自 The Document Foundation 官方构建,CDN 节点:download.documentfoundation.org。企业环境建议先同步至内网文件服务器再分发,避免 200 台终端同时拉取外网。

↓ Windows MSI (348 MB)

Windows x64

Windows 安装包 — MSI / MSIX

格式下载大小安装路径适用场景
MSI ↓ 下载 MSI 348 MB C:\Program Files\LibreOffice\program\soffice.exe 企业部署、GPO、静默安装
MSIX ↓ 下载 MSIX 286 MB %LOCALAPPDATA%\Programs\LibreOffice\ 无管理员权限、按用户安装
便携版 ↓ 下载便携版 295 MB U:\LibreOfficePortable\ U 盘免安装运行

静默安装(管理员 CMD / PowerShell):

msiexec /i LibreOffice_24.8.4_Win_x86-64.msi /qn /norestart
msiexec /i LibreOffice_24.8.4_Win_x86-64.msi /qn ALLUSERS=1 CREATEDESKTOPLINK=0 REGISTER_NO_MSO_TYPES=1
msiexec /i LibreOffice_24.8.4_Win_x86-64.msi /qn INSTALLLOCATION="D:\Apps\LibreOffice"

SCCM 部署:Install Command 同上,Detection Method 为文件存在 C:\Program Files\LibreOffice\program\soffice.exe 且 File Version ≥ 24.8.4.2。Intune Win32 App:封装为 .intunewin 后 Install Command 添加 /log C:\Windows\Temp\LOInstall.log 便于排查。GPO 软件安装:将 MSI 放入 \\domain\SYSVOL\...\Applications\ 并分配至 OU。卸载:msiexec /x {681C8B82-4D83-412B-8FEA-CD4191626ECE} /qn(ProductCode 以实际注册表为准)。详见 Windows 安装指南

Linux amd64

Linux 安装包 — deb / RPM / Flatpak

格式下载 / 命令大小安装路径发布时间
deb (tar.gz) ↓ 下载 deb 包 252 MB /opt/libreoffice24.8/program/soffice 发布后 ~6h
RPM (tar.gz) ↓ 下载 RPM 包 258 MB /opt/libreoffice24.8/ 发布后 ~12h
Flatpak flatpak install flathub org.libreoffice.LibreOffice 318 MB ~/.local/share/flatpak/app/ 发布后 1–3 天
AppImage ↓ 下载 AppImage 268 MB 任意路径可执行 发布后 ~24h

deb 安装最快(T+6h),Flatpak 沙箱更安全但 Flathub 审核延迟 T+1~3d。200 台 Ubuntu 批量部署 Ansible 示例:

- name: Deploy LibreOffice 24.8.4 deb
  hosts: workstations
  tasks:
    - unarchive: src=LibreOffice_24.8.4_Linux_x86-64_deb.tar.gz dest=/tmp/
    - shell: dpkg -i /tmp/LibreOffice_24.8.4.2_Linux_x86-64_deb/DEBS/*.deb
      become: yes
    - shell: apt-get install -f -y
      become: yes

Flatpak 企业节点:flatpak install --system flathub org.libreoffice.LibreOffice(需 root)。详见 deb vs Flatpak 对比

macOS Universal

macOS 安装包 — DMG

格式下载大小安装路径架构
DMG ↓ 下载 DMG 412 MB /Applications/LibreOffice.app Apple Silicon + Intel

安装后执行 quarantine 清除与版本验证:

xattr -cr /Applications/LibreOffice.app
/Applications/LibreOffice.app/Contents/MacOS/soffice --version
spctl --assess --type execute -v /Applications/LibreOffice.app

Jamf Pro 策略:Package 类型,Recon 后验证 /Applications/LibreOffice.app 存在。MDM 静默安装可用 installer -pkg LibreOffice.pkg -target /(若已转换为 PKG)。详见 macOS DMG 指南

MS Office Coexistence

与 Microsoft Office 共存说明

LibreOffice 24.8.4 可与 Office 365 / Office 2021 同机安装,无 DLL 或 COM 组件冲突。MSI 安装时建议添加 REGISTER_NO_MSO_TYPES=1 避免覆盖 .docx/.xlsx/.pptx 文件关联。Windows 默认应用设置路径:设置 → 应用 → 默认应用 → 按文件类型选择 Office 或 LibreOffice。Calc 打开 .xlsx 时使用 LibreOffice 内置 MSO 过滤器,复杂宏/VBA 可能不兼容,需在部署前向业务方说明。

Integrity Check

校验与签名

文件SHA256(前 16 位示例)GPG
LibreOffice_24.8.4_Win_x86-64.msi a3f8c2e1b9d04f7a6c8e2d5b1a9f3c7e8d2b4a6f1c9e3d7b5a2f8c4e1d9b3a7f .sha256 · GPG 密钥
LibreOffice_24.8.4_Win_x86-64.msix f2e8d4b7a1c9f6e3d5b2a8c4e1d9b3a7f6c8e2d5b1a9f3c7e8d2b4a6f1c9e3d7b5a2 同目录 .sha256 文件
LibreOffice_24.8.4_Linux_x86-64_deb.tar.gz 7b2e9f1c4a8d03e6f5a1c9d2e8b4f7a3c6e1d9b5a2f8c4e7d3b1a9f6c2e8d4b7a 同目录 .sha256 文件
LibreOffice_24.8.4_MacOS_x86-64.dmg c5d1a8f3e2b07c94a6f8d3e1b9c7a4f2e8d5b1a3c9f6e2d7b4a8c1f5e3d9b6a2c7f4e8 同目录 .sha256 文件

Windows PowerShell:Get-FileHash -Algorithm SHA256 .\LibreOffice_24.8.4_Win_x86-64.msi · CMD:certutil -hashfile LibreOffice_24.8.4_Win_x86-64.msi SHA256 · Linux/macOS:sha256sum -c LibreOffice_24.8.4_Win_x86-64.msi.sha256。GPG 验证:gpg --verify LibreOffice_24.8.4_Win_x86-64.msi.sha256.asc,公钥指纹见 TDF 官网。

需要安装帮助?

查看分步安装教程与各平台常见问题解答。

→ 安装教程