Windows app? #154
Replies: 3 comments
-
|
Yes its almost build a bit difficult though. I would create a separate branch and let you know. It would be nice if you can test and give feedback as in my case currently I have been developing using VM |
Beta Was this translation helpful? Give feedback.
-
|
The Windows menubar app is ready for testing on the feat/windows-menubar-tauri branch. It's a native system tray app built with Tauri (same React frontend as the macOS version). What's included: System tray icon with popup dashboard (spending, trends, activity, tips) git clone https://github.com/getagentseal/codeburn.git Or if you just want to build a release binary: npm run tauri build Would appreciate feedback on any issues - especially around tray icon behavior, theme rendering, and data accuracy. Once it's solid we'll merge to main and add codeburn menubar support for Windows. |
Beta Was this translation helpful? Give feedback.
-
|
Hey — I forked codeburn and built a Windows tray companion in Tauri 2.x (Rust shell + WebView frontend) to scratch exactly this itch. Sharing in case anyone else here is waiting for a native Windows option:
Install on Windows: That Windows tray (the direct answer)What works in v0.1, matching the macOS Swift menubar feature-by-feature:
Not yet ported from the Swift app:
While I was at it — other changes in the forkPricing accuracy:
Bug fixes (highest blast radius):
Optimization (refactor work):
New features:
Quality infra:
Full diff vs upstream, with a per-feature breakdown: https://github.com/soumyadebroy3/codeburn/blob/main/README.md#fork-notes Happy to upstream any of these as targeted PRs if they fit the project's direction — the tray is ~600 LOC of TS + Rust, the security ports are clean cherry-picks, and the cache-tier pricing fix is ~10 lines in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This project looks amazing.
I see you have a mac build. Do you have a plan for a windows build anytime?
Beta Was this translation helpful? Give feedback.
All reactions