A great open-source office suite alternative to Microsoft Office

LibreOffice for Mac

LibreOffice 25.8.0

  -  296.54 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of LibreOffice 25.8.0.


For those interested in downloading the most recent release of LibreOffice for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • LibreOffice 25.8.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    LibreOffice 25.8.0 Screenshot 1
  • LibreOffice 25.8.0 Screenshot 2
  • LibreOffice 25.8.0 Screenshot 3
  • LibreOffice 25.8.0 Screenshot 4
  • LibreOffice 25.8.0 Screenshot 5

What's new in this version:

New:
- The new calc.XRectangle(rangename) property returns the coordinates (in pixels) on the screen where the given range is located. This opens the door to effective use of popup menus. See Wiki: popup menu.
- The translation in Spanish is now available
- The calc.Intersect(range1, range2) method computes the common area of 2 input ranges
- With the contextmenu.RemoveAllItems() method, you can opt for configuring a totally customized context menu. Example in Wiki: context menu.
- To avoid duplicates, the document.MenuHeaders property lists the menus present in the menubar
- The Calc service now hosts new formatting methods (AlignRange, BorderRange, ColorizeRange, DecorateFont and FormatRange). See an example on Wiki: format range.
- TabPageContainer controls may now be inserted in dialogs by code. Page switching in dialogs: Wiki: tabbed pages.
- Still in dialogs, the dialog.ImportControl() method copies controls between dialogs: Wiki: building compound dialogs
- The new platform.UntitledPrefix property provides the prefix used to name new documents. This can make macros more language agnostic.
- The Exception service is revised : the ReportScriptErrors, StopWhenError, ReturnCode and ReturnCodeDescription properties let the author of scripts decide what ScriptForge should do when an error is detected by the software.
- The ui.CreateBaseDocument() let you define, in addition to HSQLDB, FIREBIRD and CALC (embedded) databases, also the type FIREBIRD_EXTERNAL
- The new calc.DefinedNames property associated with the calc.DefineName() method lets you manage defined names both at sheet and global levels