Skip to content

uzbekdev1/Cobalt

 
 

Repository files navigation

Logo
Cobalt

An app usage viewer, made using C# and XAML

Build status

What is it?

An program to track how long an app is on the screen, and display useful statistics in a interactive manner.

Screenshots

Cobalt.TaskbarNotifier

Cobalt.TaskbarNotifier

Cobalt (Dark theme)

Cobalt


Mechanism


Performance

  • Cobalt.Engine takes up ~0% of CPU and ~10mb of memory
  • Cobalt is a WPF XAML App, and includes quite a few libraries, so it takes up more memory and CPU
  • Cobalt.TaskbarNotifier is a WPF XAML App, but only shows a taskbar icon instead of a full window, but still includes some libraries so it might take up ~30mb of memory, ~0% of CPU when not shown and ~35mb of memory, 3% to 8% of CPU when shown.

Privacy

  • Is my data sent to anybody else?
    • No, it is just stored locally inside a SQLite database
  • Is there any encryption/data protection scheme?

About

An app to monitor and view app usage statistics for your desktop.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • XSLT 0.2%