I'm looking for anything that can transcribe Hebrew speech free of charge, preferably offline. an executable, SDK or an API. I've been looking in google and only saw Chrome's web speech api which I can't use because only works on chrome, and I need to pass the transcribed text to a file. The other solution is Google cloud speech recognition which has a fee upon usage which I'll might use as a last resort. I've tried looking for a Hebrew language model for pocketsphinx, but I couldn't find one. Other than that I couldn't find anything that meets my criteria.
Maybe is there a way to write a web server in nodejs that when ran in chrome it uses web speech api and sends the transcribed text to the server.