Skip to content

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

License

Notifications You must be signed in to change notification settings

Enigmatrix/Cobalt

Repository files navigation

Cobalt

View usage statistics of all your apps. Track and determine where you are wasting time, and get your procrastination under control.

Warning

Cobalt was established before in the archive/main branch, and you can try the previous product from the Github Releases. This branch is for the next version of Cobalt.

Docs

See the ARCHITECTURE.md for more information, and the more detailed developer guides (general DEV_GUIDE.md, then Engine and UI) for specifics.

Running

# Build all
cargo build
# Install UI dependencies
cd src/ui; bun i

# Run the Engine
cargo run --bin engine
# Run the UI
cd src/ui; bun run dev

# Test
cargo test