Skip to content

Control your macOS computer using only your voice.

Notifications You must be signed in to change notification settings

realrasengan/blind.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blind.sh

This asks OpenAI to transcribe your voice, then asks ChatGPT to get a command from that and then uses AppleScript to try to do it. My hope is that work in this direction will continue to help support accessibility for those with different vision.

Video Example (Turn Sound On)

example-chrome.mp4

Chrome, "Hacker News"

example-textedit.mp4

Text Edit, "Hello World"

Warning

This could severely damage your computer and is more or less just a 'show and tell' of what is possible. That said, this prompts before running anything.
Additionally, simple work on boundaries could make this safe and production ready quite quickly.

Instructions

  1. Get homebrew

  2. Clone this

git clone https://github.com/realrasengan/blind.sh
  1. Install sox, lame and jq
brew install sox lame jq
  1. Install an Automator
  • Open Automator

  • Create a new Application

  • Go to Run Shell Script

  • Put:

/Path/to/blind.sh/blind.sh
  1. Save

  2. Move to Applications Folder

Note

Don't forget to delete your OpenAI api key before uploading on github, not like me ;) (it's since been deleted)

License

MIT Licensed.

About

Control your macOS computer using only your voice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages