I'm using VSCodium not only for the labels and buttons, but also for its code editing capabilities. In development mode, you get features such as code navigation and code completion. My rational is the following: storage is cheap, and the resource usage is only relevant when the UI is shown. The tray icon and the background service are implemented in C++ and are very lightweight.