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

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 version…

Command-line interface with WakaTime compatibility

Linux

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

macOS

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

Windows (PowerShell)

irm https://raw.githubusercontent.com/nx-solutions-ug/chronova-cli/main/install-windows.ps1 | iex
Alpine Linux (musl): CHRONOVA_CLI_MUSL=true before the curl command. The installer will prompt for your API key, or reuse an existing WakaTime config.
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