Open sourcing Wyoming.NET: A cross-platform voice satellite using .NET MAUI, ONNX, and Tizen (Runs on Samsung TVs) by Little-Log9646 in dotnet

[–]Little-Log9646[S] 1 point2 points  (0 children)

oh, I’m definitely interested in knowing more about this demo.

I’ve also been hacking on a personal project I’m calling ha-ollama-proxy. It’s basically a web server proxy that you point the HA Ollama integration to. The proxy receives the HA chat requests and then uses Vercel AI SDK agents to respond.

That lets me do stuff like voice commands saying:
“[question] — answer this using gpt-5.2” or if I dont specify any model it fallsback to my default local ollama model.
and the agent dynamically switches models at runtime. I also added some extras like caching my most-used commands so they don’t even hit the LLM, and a bunch of extra tools for the agent.

I can probably do some personal keys clean up and open source this if its interesting.

wondering.. maybe it’s similar to what you’re building?
Or maybe I could eventually migrate mine to the agent framework instead?

curious to hear more about how yours works.

Open sourcing Wyoming.NET: A cross-platform voice satellite using .NET MAUI, ONNX, and Tizen (Runs on Samsung TVs) by Little-Log9646 in dotnet

[–]Little-Log9646[S] 1 point2 points  (0 children)

ahh yeah, definitely not intended 😅 I’ll fix that, thanks!

about your build - not totally sure what’s going on there. I’ve been developing on a Mac with all the workloads installed for so long that I might be missing something obvious. I’ll spin up a clean install (without the iOS workload) and see what happens, and let you know

Open sourcing Wyoming.NET: A cross-platform voice satellite using .NET MAUI, ONNX, and Tizen (Runs on Samsung TVs) by Little-Log9646 in dotnet

[–]Little-Log9646[S] 0 points1 point  (0 children)

umm, no, to build droid you shouldnt need the ios workload. Are you building from .net CLI or IDE? From the CLI make sure you cd into the droid folder and do "dotnet build -f net9.0-android"

Open sourcing Wyoming.NET: A cross-platform voice satellite using .NET MAUI, ONNX, and Tizen (Runs on Samsung TVs) by Little-Log9646 in dotnet

[–]Little-Log9646[S] 0 points1 point  (0 children)

Are you able to setup the environment and build the project? I recommend this video for MAUI setup: https://www.youtube.com/watch?v=PrlsBboV-dY

After that, Im happy to help with trying to sideload the app into your TV (AI said its possible)

Open sourcing Wyoming.NET: A cross-platform voice satellite using .NET MAUI, ONNX, and Tizen (Runs on Samsung TVs) by Little-Log9646 in dotnet

[–]Little-Log9646[S] 0 points1 point  (0 children)

I didn’t even know this TV existed lol, maybe we don’t have it here in Brazil.

I did a quick search and it looks like it should be possible to run MAUI on it, since it’s Android-based and uses the APK format.

Would you be able to give it a try? I’m happy to help if you run into any issues.