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

Available

Native Chronova experience for phones and tablets

Android 8.0+ARM64 & x86
Download from GitHub

iOS App

In development

SwiftUI client with live widgets and offline queueing

iOS 15+WidgetsPush notifications

Chronova CLI

Available
Loading...

Command-line interface with WakaTime compatibility

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install.ps1 | iex
With API key: curl ... | bash -s -- -k YOUR_API_KEY
View Manual Downloads

MCP Server

Available

Model 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 ~/.chronova.cfg or ~/.wakatime.cfg — no env vars needed.
View on GitHub

PWA (Web App)

Available

Progressive 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 App
Need a different platform or want early access? Email us at support@nx-solutions.de