Downloads
Mobile apps and CLI clients. Last updated: May 15, 2026
Choose your platform
Chronova tracks your developer activity across devices. Install the Android app, CLI, or use the PWA to get started.
Android, CLI & PWA available
Android App
AvailableNative Chronova experience for phones and tablets
Android 8.0+ARM64 & x86
Download from GitHubiOS App
In developmentSwiftUI client with live widgets and offline queueing
iOS 15+WidgetsPush notifications
Chronova CLI
AvailableLoading...
Command-line interface with WakaTime compatibility
Linux / macOS
curl -fsSL https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install.ps1 | iexWith API key:
View Manual Downloadscurl ... | bash -s -- -k YOUR_API_KEYMCP Server
AvailableModel Context Protocol server for AI coding assistants
OpenCodeClaude DesktopCursorNode.js 18+
OpenCode (opencode.json)
{
"mcp": {
"chronova": {
"type": "local",
"command": ["npx", "-y", "@chronova/mcp-server"],
"enabled": true,
"env": {
"CHRONOVA_API_KEY": "your-api-key"
}
}
}
}Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"chronova": {
"command": "npx",
"args": ["-y", "@chronova/mcp-server"],
"env": {
"CHRONOVA_API_KEY": "your-api-key"
}
}
}
}Alternatively, configure via
View on GitHub~/.chronova.cfg or ~/.wakatime.cfg — no env vars needed.PWA (Web App)
AvailableProgressive Web App for all modern browsers
PWA compatibleNo offline support yetCross-platform
Install via browser's "Install" or "Add to Home Screen" feature
Open Web AppNeed a different platform or want early access? Email us at support@nx-solutions.de
