pomdtr / sunbeam-raycast

Sunbeam Adapter for Raycast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it usable as-is?

b-per opened this issue · comments

Hi!
Being a Raycast user myself I am quite interested in seeing how the 2 could integrate.

I created my first tiny sunbeam extension and wanted to see if I could use it in Raycast as well but after installing the extension locally, I just get the 2 following options:
image

Is the intent that all sunbeam extensions will be available in Raycast?

The raycast extension used to launch a process to execute sunbeam, but I'm experimenting with another design.

Instead of requiring sunbeam to be installed, the raycast extension is now a sunbeam client, that talks with a sunbeam server. A server is any endpoint returning a json respecting the sunbeam schema.

I plan to add a server mode to the sunbeam binary (that would transform any sunbeam extension to json server), but in the meantime I mostly use the extension by combining it with val.town.

At some point I'll built a mobile app with this design.

it should be supported now

Excited to try it! I am facing some issues but I will raise them separately