-
|
I installed omlx via homebrew as per the readme, then I expected to be able to launch the menubar app by running /Applications/omlx.app - but it seems the homebrew installer is missing the menubar app! Does this mean that to get the menubar app you have to install omlx from each releases dmg? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
interested too |
Beta Was this translation helpful? Give feedback.
-
|
install omlx via pip is better |
Beta Was this translation helpful? Give feedback.
-
|
Right, brew and dmg are separate distribution channels. The brew formula installs the cli server only, no menubar app. The dmg version includes the full menubar app. The dmg version has built-in auto update support. When a new version is available, a notification shows up in the menubar. You just click it and it automatically downloads, updates, and restarts the app. So you only need to manually download the dmg once for the initial install. I think most people who prefer brew over dmg are looking to run omlx as a headless backend server from the cli anyway. What do you think about the current dmg update flow where you get notified in the menubar and update with one click? |
Beta Was this translation helpful? Give feedback.
Right, brew and dmg are separate distribution channels. The brew formula installs the cli server only, no menubar app. The dmg version includes the full menubar app.
The dmg version has built-in auto update support. When a new version is available, a notification shows up in the menubar. You just click it and it automatically downloads, updates, and restarts the app. So you only need to manually download the dmg once for the initial install.
I think most people who prefer brew over dmg are looking to run omlx as a headless backend server from the cli anyway. What do you think about the current dmg update flow where you get notified in the menubar and update with one click?