Skip to content

Desktop Deployment

Valkey Admin’s desktop application is built with Electron, providing full features and native integration on macOS and Linux.

Choose the desktop app when you:

  • Run macOS or Linux
  • Need to monitor hot keys
  • Need to monitor command logs (slow logs, large requests and large replies)

Download the latest release from GitHub Releases:

  • macOS: Download the .dmg file, open it, and drag Valkey Admin to Applications
  • Linux: Download the .AppImage or .deb package

Track the most frequently accessed keys in your cluster in real time. The desktop app surfaces per-key access statistics so you can spot traffic imbalances before they become bottlenecks.

Hot Keys monitoring is configured in Settings — enable it and set the sample duration and interval to match your workload.

The desktop app records three categories of commands that are most likely to affect cluster health:

  • Slow Logs — commands that exceeded the configured execution time threshold
  • Large Requests — commands with oversized input payloads
  • Large Replies — commands that returned oversized responses

See Activity for threshold configuration and analysis guidance.

The desktop app adds a Shortcuts menu to the native application menu bar, providing quick keyboard navigation to any section of the app.

macOSLinuxDestination
Cmd + 1Ctrl + 1Connections
Cmd + 2Ctrl + 2Dashboard
Cmd + 3Ctrl + 3Key Browser
Cmd + 4Ctrl + 4Activity
Cmd + 5Ctrl + 5Send Command
Cmd + 6Ctrl + 6Cluster Topology
Cmd + 7Ctrl + 7Settings
Cmd + 8Ctrl + 8Learn More

These shortcuts are available from anywhere in the app and navigate directly to the corresponding view without using the sidebar.