Windows support
- [ ] Implement https://github.com/fastrepl/hyprnote/blob/main/crates/audio/src/speaker/windows.rs
- [x] Once we got https://github.com/fastrepl/hyprnote/blob/main/.github/workflows/desktop_cd_2.yaml working, it will be merged into https://github.com/fastrepl/hyprnote/blob/main/.github/workflows/desktop_cd.yaml, and cut our first windows release.
https://github.com/fastrepl/hyprnote/actions/runs/14427978646/job/40459356938
Tokenizers deps should be removed to fix linker error. So kalosm-sound should be removed.
Actually https://github.com/fastrepl/hyprnote/blob/main/.cargo/config.toml this fixed the build. We only need to implement windows-specific code like Audio capture and notification.
Commenting to follow this feature. I'd love to try this out on Windows and see how it works with AMD's Ryzen AI local LLMs.
HI @jeremyfowers! I think we'll get Windows support within few weeks, but not sure about GGML support AMD NPUs.
If you have more info on how we can support it, I am all ears. (GGML has Vulkan support though. I guess that's useful for many windows/linux machines, but not sure with AMD's Ryzen)
https://github.com/ggml-org/ggml/issues/648 https://github.com/ggml-org/llama.cpp/issues/1499
My team maintains an OpenAI API compatible local LLM server that runs the models on NPU: https://github.com/onnx/turnkeyml
So as long as hyprnote supports windows and the OpenAI api we are good to go!
Actually https://github.com/fastrepl/hyprnote/blob/main/.cargo/config.toml this fixed the build.
Currently build is still failing. see desktop_cd_2.
HI @jeremyfowers! I think we'll get Windows support within few weeks, but not sure about GGML support AMD NPUs.
If you have more info on how we can support it, I am all ears. (GGML has Vulkan support though. I guess that's useful for many windows/linux machines, but not sure with AMD's Ryzen)
Any updates?
@advitxsingh ETA: Within July
Hi @yujonglee this is great news! We actually just added GGML and Vulkan support in Lemonade Server in the v7.0.1 release.
Lemonade will also get Linux support for Vulkan in v8.0.0 soon.
Keep us posted on the Windows support!
@jeremyfowers for sure!
https://github.com/HEnquist/wasapi-rs/blob/master/examples/record_application.rs
We can use this for system audio capture in Windows
@devgony is doing amazing work on windows. Hyprnote on Windows will come for sure!
We got windows build working. Need to implement few platform specific thing like Audio capture etc.
We any closer to windows build? :(
@karl0ss We got audio capture implemented, but crash on runtime for some env.
Eta: sometime in mid-late August
Commenting to follow this feature. I'd love to try this out on Windows
Very looking forward to using this software on Windows
very looking forward to using this note software on win, too.
Can’t wait
Looking forward to seeing this on Windows. I have a huge need for something like this.
Are we any closer to windows build?
Excited about this on Windows! My entire company uses it.
Sorry for the delay guys.
等到花儿都谢了,大概啥时候能出呢~
I am using this feature in MS Teams already but I am still excited to see this app in windows. How will it be added to more value. let's see..
Any update on Windows support - when is this expected?
Super cool, looking forward to the release now that the PR is merged!
Despite being mentioned in the Discord community, the issue still appears to be causing crashes. :(
I managed to make a successful build and launch and test it briefly. However it's still extremely rough around the edges - A lot of broken text, no window bar at the top etc. Still needs time to cook. Unsure what if any issues are tracking this stuff.