Mac OS Requirements #7203
Answered
by
eliandoran
cheesetoast9
asked this question in
Q&A
|
I want to setup a friend with an older iMac with trilliumnext, she has Mac os 10.13.5 high sierra and it won't run, what is the required lowest Mac os version? Thank you |
Answered by
eliandoran
Oct 6, 2025
Replies: 1 comment 1 reply
|
We are using the latest version of Electron for the desktop application which is v38. In their change log they mention: https://www.electronjs.org/blog/electron-38-0#removed-macos-11-support
In your case I suppose you can use the web version if you set up a server either on that PC or another instance. It's not the same level of comfort, but it is functional. |
1 reply
Answer selected by
eliandoran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using the latest version of Electron for the desktop application which is v38.
In their change log they mention: https://www.electronjs.org/blog/electron-38-0#removed-macos-11-support
In your case I suppose you can use the web version if you set up a server either on that PC or another instance. It's not the same level of comfort, but it is functional.