-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused how to run on MacOS #100
Comments
Anyone using this project on MacOS could share their configuration and setup perhaps? |
@divan can you run AlwaysReddy with this setup? I wanted to try this out, but keep getting stuck after i told anything. TTS works, cmd+shift+c works really well, but not the STT part into LLM |
I tried AlwaysReddy several months ago and ran into problems (I have a M1 Mac) but then found https://github.com/DissonanceTK/MacReddy which is a fork. It works great, but has not been updated in a while. So at this point I may be missing new features or functionality. Regarding hotkeys, changed one line in config.py to RECORD_HOTKEY = 'alt+cmd' since that is easier to type. Hope this helps a bit. |
Hi, fantastic project! I followed installation steps for MacOS, all went smoothly, but now stuck with two things:
There is no 'default' hotkeys for MacOS in config.py comments section.
Defining hotkeys is often confusing topic in other apps (is it cmd or CMD, 'super'-key etc), but then here is a line in config.py that says:
What does it mean? Should I check system hotkeys and make sure that chosen hotkey is not overlapping?
I added 'cmd-shift-m', but nothing happens. I don't know if something is wrong with hotkey or it's another issue. (That's why it would be cool to have default hotkeys)
The concept of adding apps to the trusted list is not unusual on MacOS, but quick search on Readme reveals nothing about it. How do I do it? Should go to settings and add that bash script
run_AlwaysReddy.sh
to the list? Or it's something else completely?Bottom line, it's a bit frustrating how smoothly the installation went, and how it's impossible to use the app out of the box because of the main UI promise (just hotkeys) needs some non-documented configuration first.
The text was updated successfully, but these errors were encountered: