Hello,
Long time, first time.
I’m working on a GH plugin, Physalia. This is yet another LLM based natural language to GH definition plugin. However,
Physalia is completely opensource and free, and will remain so.
See, the github repo and the Food4Rhino pages.
I chose the name Physalia because this creature is composed of multiple smaller creatures, much like a Grasshopper definition. Physalia also don’t have a brain. Read into that what you will.
I learnt a lot from this first version, but I have reached a point where I feel a major rewrite is in order. I wanted to release it in this early stage to get feedback from you all and also reach out to potential collaborators. Sorry that as of posting the Mac version isn’t up. Will be borrowing a pal’s Mac to test the release this weekend so check back soon!
Currently, the Alpha version has a less polished UI than the paid / closed plugins, but it has a few benefits:
- You can choose from a variety of LLM providers.
- You can use a free model. (via Gemini’s free tier, OpenCode Zen, or OpenRouter)
- You can use a local model. Nothing leaves your machine. (via Ollama)
- You can use Claude Code SDK if you are already a subscriber.
- The plugin is totally customizable and auditable.
- You can generate either GH clusters or Python script components.
The next version, to be released this summer, is a total rewrite and will have much more functionality. I am inspired by ComfyUI, as in, I want the next version to expose all the knobs that you can tweak when interacting with models. I think that this hackability combined with the ability to self-reference components will move Physalia from a novelty to an actual workable plugin. Check out the ‘plan’ folder in the dev branch to see what’s coming down the pipe. In a review of a paid plug in, LLM functionality was described as having an ‘expert computational designer’ at your fingertips. If you’ve used any of the LLM driven plugins, including mine, you’ll know that this really isn’t the case, which I think is AOK. I want a plugin for people who know what they’re doing or want to learn - not just a ‘don’t use your brain’ extension. The new version will allow you to really experiment with setting up your own harness in GH. Will it be useful, who knows! I do think it will be fun to mess around with at least.
I also want to really emphasize local models in the upcoming version. I think most GH users have decent computers that are more than capable of running quantized local models. LLM costs are heavily subsidized right now and paid plugins and services are going to become out of reach for a lot of individual users and students.
If you want to contribute, please get in touch here or via github. I’ll keep updating but I’m hoping with a few collaborators, this plugin could be a Ladybug for AI. I’ll post links to my beta-version dev-log in this thread.

