The terminal's black box for your digital life. A privacy-first activity monitor.
Project description
TraceCLI
The terminal's black box for your digital life.
TraceCLI is a privacy-first, AI-powered activity tracker and productivity coach that lives in your terminal. It monitors your digital habits, actively protects your focus, and provides AI-powered coaching to improve your workflow—all without your data ever leaving your machine.
Why TraceCLI?
TraceCLI isn't just a time tracker. It's an intelligent agent designed to understand your workflow.
- Privacy First: All data is stored locally in
~/.tracecli/trace.db. Your activity data stays on your machine. - Zero Friction: Auto-starts with Windows. Tracks active windows, browser searches, and system resources automatically in the background.
- AI-Powered: Chat with your productivity data using Natural Language. Get personalized insights and weekly digests to understand where your time goes.
Key Features
Productivity Heatmap
Visualize your consistency with a GitHub-style contribution graph.
tracecli heatmap --weeks 52
Focus Mode
A Pomodoro timer with active distraction detection. If you switch to a non-productive app (e.g., social media) during a session, TraceCLI alerts you immediately to get you back on track.
tracecli focus --duration 25 --goal "Core Feature Implementation"
AI Insights
Get personalized productivity digests or ask questions about your habits using natural language.
tracecli insights # Weekly coaching report
tracecli ask "What was my most used app on Monday?"
Configurable Rules
Define exactly what counts as "Productive" or "Distraction" for you using simple configuration rules.
Installation
You can install TraceCLI directly from PyPI (coming soon) or from source.
# Clone the repository
git clone https://github.com/Haseeb-Arshad/trace-cli.git
cd trace-cli
# Install in editable mode
pip install -e .
# Verify installation
tracecli --version
AI Configuration (Optional)
Supported providers: gemini, openai, claude.
tracecli config --provider gemini --key YOUR_API_KEY
Command Reference
Core & Tracking
tracecli start: Start activity tracking (use--backgroundto run silently).tracecli live: View real-time activity feed.tracecli status: Check CLI and Database status.tracecli autostart enable: Enable start on Windows login.
Analytics & Reports
tracecli stats: View daily productivity summary.tracecli heatmap: GitHub-style productivity graph.tracecli report: Detailed daily report with app breakdowns.tracecli timeline: Visual daily timeline of activities.tracecli app [NAME]: Deep dive into a specific application's usage.
System & Browsing
tracecli urls: Browser history and domain breakdown.tracecli searches: Recent browser search queries.tracecli system: System resource overview (CPU/RAM snapshots).
Architecture
TraceCLI is built on a modular architecture designed for performance and extensibility.
- Tracker: Polls the Windows API to detect active applications and measures engagement.
- Categorizer: Maps process names and window titles to categories (Development, Communication, Productivity, etc.) using a flexible rule engine.
- FocusMonitor: A dedicated background thread that enforces focus rules during active sessions.
- BrowserBridge: Safely reads browser history databases (Chrome/Edge) to provide context on web usage without invasive extensions.
Contributing
We welcome contributions! Please see CONTRIBUTING.md for details on how to get started.
License
TraceCLI is released under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tracecli-0.1.0.tar.gz.
File metadata
- Download URL: tracecli-0.1.0.tar.gz
- Upload date:
- Size: 60.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd5a9e4f3b25028012afafd1081031d95bf0d5e8d6078637d03c4e94f83d14a9
|
|
| MD5 |
bb4afff5e93457c95028bf5331971212
|
|
| BLAKE2b-256 |
0688b6df067c92f10f8efcff098a0fae826d5f266403ff1b860ef5d983635b6c
|
File details
Details for the file tracecli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tracecli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 51.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5349d7f9538705f526e3ede0ce80710046c38a880644a7d849c3be61dfbed195
|
|
| MD5 |
d3a4c2480c518d37af4847a849393616
|
|
| BLAKE2b-256 |
64af6505094d4050a782f93967e460cef475439010863683b2fd8df12f4d01c7
|