Downloads
Mobile apps and CLI clients. Last updated: July 17, 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 version…
Command-line interface with WakaTime compatibility
Linux
curl -fsSL https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install-linux.sh | bashmacOS
curl -fsSL https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install-macos.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install-windows.ps1 | iexAlpine Linux (musl):
View Manual DownloadsCHRONOVA_CLI_MUSL=true before the curl command. The installer will prompt for your API key, or reuse an existing WakaTime config.MCP 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
