For all ruby developers, I just released a pre-alpha version of my Safe’s ruby library.
If you like this idea and wants to encourage future development of it, please star the project on GitHub. That’s very important and it’s the equivalent of a pat on the back
Awesome, starred. Look like we have Go, Ruby, and to some extent JS, Python, and Rust clients. Once a few more features get added to the launcher api we’ll be ready for some quality apps (I have several in mind pending some features).
Are you using anything other than the http server to connect with Launcher?
Just http calls.
I’ve worked with FFI in Ruby before, and I can create a FFI-based version if there’s a demand. But I really like the idea of the Launcher centralizing all the apps permissions. It gives a total control to the end user. On a ffi-based app, an user would have to insert their credentials directly on the app, which can lead to a security concern. But of course, there will be some situations where a ffi-based solution would be most suitable than a http-based one.