A free, modern and cross-platform LaTeX editor for Mac

TeXMaker for Mac

TeXMaker 6.0.0

  -  214 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 TeXMaker 6.0.0.


For those interested in downloading the most recent release of TeXMaker 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)
  • TeXMaker 6.0.0 Screenshots

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

    TeXMaker 6.0.0 Screenshot 1

What's new in this version:

- Texmaker 6.x versions are designed for Qt6 (Qt5 support is deprecated and will no more be tested)
- Reorganization of the source files
- Switch to cmake for build system (a qmake .pro file is still available in the qmake_deprecated subdirectory but should no more work in the future)
- Macosx packages are now built for arm64 architecture (Mx chipsets)
- A critical bug that happens on windows with large files has been fixed (limitation of calling a recursive function with msvc)
- A bug related to the bad detection of % !TEX root = has been fixed
- The obsolete "svn helper" has been replaced by "git helper"
- Texmaker now tries to use the devicePixelRatio of the screen corresponding to the window of the pdf document instead of qApp->devicePixelRatio() (in case of use of a second screen for the pdf viewer)
- On gtk based desktop, texmaker now tries first to detect the gtk4 theme and see if the corresponding theme is available for Qt
- Key pressed detection in presentation wiew for the pdf has been completed