Home New › Forums › discussions › ProjectLibre Desktop › Can’t open ProjectLibre on M1 Mac
Tagged: mac os Apple M1 Max, projectlibre
- This topic has 19 replies, 17 voices, and was last updated 2 months, 3 weeks ago by
Luis Pérez.
-
AuthorPosts
-
-
May 14, 2025 at 8:48 pm #3026
Chris UmbergerParticipantI have downloaded 1.9.8 dmg and followed instructions to install. Previously authorized software from Apple & recognized developers. Dragged icon to Applications & MacOS dialog box noted that file was downloaded but had no malware. Clicked open and now have PL icon in apps but won’t open. Installed Java v11.jdk but still won’t open. Have any suggestions?
Thanks,
Chris -
May 15, 2025 at 2:13 am #3040
Project_LibreKeymasterProjectLibre 1.9.8 runs on Linux, Windows and macOS. However, on macOS it is only on Apple Silicon. It does not run on macOS using x86 chips. There is a workaround if needed but the easiest is to go to Sourceforge.net and ProjectLibre download files and download the 1.9.3 version. That will run on the x86 macOS.
You will need to go to Security/Preferences and “allow” installation since it is not coming from the Apple site. We do have a further workaround if for some reason you are having an issue on Mac and it ‘is’ on an M chip.
-
May 20, 2025 at 12:12 pm #3146
Momoko HanagawaParticipant“You must allow the installation under Security/Settings as it does not come from the Apple website.” This no longer works. The option is no longer available in the latest MacOS 15.5. Is there another option?
-
May 21, 2025 at 10:24 am #3159
Chris UmbergerParticipantI do have Apple silicon in M1 Mac and tried to install 1.9.8 several times on both host MacOS 15.4.5 and VM Linux Ubuntu 24.04 and none would work. On Mac, never did not get dialog box allowing me to authorize application to run. On Linux I received warning that Project Libre was not compiled for ARM processor. I finally was able to get 1.9,3 to run on Mac, but would prefer to use most recent version.
Is there another workaround for Mac or Linux?
-
May 27, 2025 at 12:06 am #3218
Amir ShafieParticipanti also fail to run 1.9.8. it seems to be install but failed to run. Now running 1.9.3, and will love to get the latest version 1.9.8. Any workaround?
-
June 15, 2025 at 4:58 pm #3377
Dolores AliagaParticipantHey
Same here. Got a mac M2 chip and it wont open. Any ideas? Thank u -
July 29, 2025 at 9:52 am #3774
Katherine de TollyParticipantI’m on an M4 Mac and can’t open ProjectLibre – the app is in my Applications folder but when I double-click nothing happens. Dying to use the desktop version but so far no luck!
-
August 19, 2025 at 8:43 am #4035
Jens GParticipantSame for me, but was easy to fix: I had to install “harfbuzz”.
If you use brew:brew install harfbuzz brew install --cask projectlibreWithout brew, you may try your luck here: https://github.com/harfbuzz/harfbuzz
(You may want to start ProjectLibre in a terminal and see to error message)
> /Applications/ProjectLibre.app/Contents/MacOS/ProjectLibre -
September 8, 2025 at 1:07 am #4425
Laura JohnstonParticipantI’m having the same issue. Have a M4 MacBook Air and downloaded latest version, but unable to open or run program. Solution needed please.
-
September 8, 2025 at 9:08 am #4429
Jens GParticipantError message needed please. When you start ProjectLibre in a terminal (not just click the icon), what is the error message?
-
September 8, 2025 at 4:06 pm #4432
[email protected]ParticipantHad issues with getting Project Libre to run on my Mac, like everything would download fine but nothing would happen when I tried to open. A lot of suggestions about changing security preferences but these are all out of date as you can no longer change these, but also these are irrelevant to what needs to happen.
You need to download Homebrew in order for it to run on your Mac. I am not super technical but I tried to open Project libre in Terminal, then pasted the code and error into Chat GPT and had it analyze what to do. It provided me with the entire code I needed to run to install Homebrew and then once I downloaded it fully, I reopened Project Libre and it worked.
If you are able to download Project Libre fine, and it just won’t open or do anything, this is what you need to do.
-
September 19, 2025 at 7:19 am #5002
Harold CornierParticipantHello it works after several test :
1 install Homebrew in console
2 copypast codebrew install harfbuzz
brew install –cask projectlibre3 install Projectlibre
-
November 5, 2025 at 6:13 pm #5842
Maria NietoParticipantHola buenas , en mi ordenador Mac Book pro de 2021 tampoco me deja abrirlo después de instalarlo , si alguien sabe como solucionarlo , y explicarme los pasos para solucionarlo
-
November 20, 2025 at 3:45 am #6028
Luxshine HairParticipantError message needed please
-
November 27, 2025 at 9:53 pm #6142
Joe SinnottParticipantHere’s a (hopefully) more complete description of the error that I (and I suspect others) are experiencing:
Hardware: Apple M2
OS: Mac OS 14.6.1 (Sonoma)Steps to reproduce, starting with a machine that does not have ProjectLibre installed but that *does* have homebrew installed.
$ brew install harfbuzz ... $ brew install --cask projectlibre ... ==> Installing Cask projectlibre ==> Moving App 'ProjectLibre.app' to '/Applications/ProjectLibre.app' 🍺 projectlibre was successfully installed! $ $ /Applications/ProjectLibre.app/Contents/MacOS/ProjectLibre opts: Exception in thread "main" java.lang.UnsatisfiedLinkError: /Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib: dlopen(/Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib, 0x0001): Library not loaded: /opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib Referenced from: <596330EB-90B5-3223-93CA-8780151508A4> /Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib Reason: tried: '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file), '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file) at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(Unknown Source) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(Unknown Source) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source) at java.base/java.lang.Runtime.loadLibrary0(Unknown Source) at java.base/java.lang.System.loadLibrary(Unknown Source) at java.desktop/sun.lwawt.macosx.LWCToolkit$1.run(Unknown Source) at java.desktop/sun.lwawt.macosx.LWCToolkit$1.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Unknown Source) at java.desktop/sun.lwawt.macosx.LWCToolkit.<clinit>(Unknown Source) at java.desktop/sun.awt.PlatformGraphicsInfo.createToolkit(Unknown Source) at java.desktop/java.awt.Toolkit.getDefaultToolkit(Unknown Source) at java.desktop/sun.awt.CGraphicsEnvironment.<clinit>(Unknown Source) at java.desktop/sun.awt.PlatformGraphicsInfo.createGE(Unknown Source) at java.desktop/java.awt.GraphicsEnvironment$LocalGE.createGE(Unknown Source) at java.desktop/java.awt.GraphicsEnvironment$LocalGE.<clinit>(Unknown Source) at java.desktop/java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source) at java.desktop/java.awt.Window.initGC(Unknown Source) at java.desktop/java.awt.Window.init(Unknown Source) at java.desktop/java.awt.Window.<init>(Unknown Source) at java.desktop/java.awt.Frame.<init>(Unknown Source) at java.desktop/javax.swing.JFrame.<init>(Unknown Source) at org.pushingpixels.flamingo.api.ribbon.JRibbonFrame.<init>(Unknown Source) at com.projectlibre1.pm.graphic.frames.MainRibbonFrame.<init>(Unknown Source) at com.projectlibre1.pm.graphic.frames.MainFrameFactory.creareMainFrame(Unknown Source) at com.projectlibre1.pm.graphic.gantt.Main.main(Unknown Source) at com.projectlibre1.main.Main.main(Unknown Source) Failed to launch JVMPlease let me know if I can provide additional information
-
January 22, 2026 at 11:29 am #8434
Nic SeminaraParticipantHi @all
any news? I have the exact same issue on my Mac with Tahoe 26.2Many thanks for any help.
Kind regards
Nic -
January 22, 2026 at 12:10 pm #8437
Nic SeminaraParticipantafter installing homebrew and harfbuzz it worked for me too.
Dont forget to add the path. Follow exact the instruction and read carefully your message after installing homebrew
many thanks -
February 5, 2026 at 5:44 pm #8859
muzafar ahmedParticipantHey folks, I’ve got Homebrew installed and installed harfbuzz.
However, while trying to install ProjectLibre(1.9.8), I get these errors:
$ brew install –cask projectlibre Warning: No available formula with the name "–cask". Did you mean cask? ==> Searching for similarly named formulae and casks... ==> Formulae brew-cask-completion cask To install brew-cask-completion, run: brew install brew-cask-completion ==> Casks font-caskaydia-cove-nerd-font font-caskaydia-mono-nerd-font To install font-caskaydia-cove-nerd-font, run: brew install --cask font-caskaydia-cove-nerd-fontand the below
(base) [~]$ brew install –cask projectlibre Warning: No available formula with the name "–cask". Did you mean cask? ==> Searching for similarly named formulae and casks... ==> Formulae brew-cask-completion cask To install brew-cask-completion, run: brew install brew-cask-completion ==> Casks font-caskaydia-cove-nerd-font font-caskaydia-mono-nerd-font To install font-caskaydia-cove-nerd-font, run: brew install --cask font-caskaydia-cove-nerd-font -
February 9, 2026 at 6:41 pm #8916
Diego SanchezParticipantHello same here, I downloaded and it doesnt open…is there any fix ?
-
February 13, 2026 at 12:41 am #8978
Luis PérezParticipantI first installed projectlibre using
brew install --cask projectlibreand after read the post 4035 I installed harfbuzz usingbrew install harfbuzz. Then I just opened the projectlibre app from spotlight and it worked.
-
-
AuthorPosts
- You must be logged in to reply to this topic.