Skip to main content
The Miru Agent follows semantic versioning for its releases. Currently, the Miru Agent is still in beta, signified by the v0 prefix for its releases. There is no established release cadence for the Miru Agent—features are simply released as soon as they are ready.

Supported versions

Below are the Miru Agent’s versions and their support status
VersionReleasedStatus
v0.7.x2026-03-13
v0.6.x2026-01-22
v0.5.x2025-09-25
v0.4.x2025-08-18
You can find the Miru Agent’s changelog and the full list of releases by following the links below.

Check the version

Dashboard To see the agent version currently installed on a device from the dashboard, visit the Devices page and find the device you’re interested in. The agent version is displayed in the Agent field.
Miru UI screenshot
CLI To check the agent version from the command line, run the following command on the device the agent is running on:
miru-agent --version
Platform API To check the agent version from the Platform API, query the endpoint and by the agent_version field.

Support policy

Miru provides three levels of support for the Miru Agent
  • Supported
  • Deprecated
  • End of life

Supported

Supported agent versions are actively maintained. They receive bug fixes, security patches, and new features. These versions are recommended for all deployments.

Deprecated

When a new agent version is released, previous versions may enter a deprecation period. During this period:
  • The deprecated agent continues to function normally
  • No new features or non-critical bug fixes will be backported
  • Security patches may still be applied at Miru’s discretion

End of life

After the deprecation period, an agent version reaches end-of-life. End-of-life agents may lose server compatibility and should not be used. For example, the Miru backend may stop supporting the protocol version they use, causing syncs to fail.

Deprecation notice

Since the Miru Agent is still in beta, a fixed support schedule for beta releases is not established. Nonetheless, we are committed to ensuring that all users are migrated to a supported version before sunsetting an agent version. Reasonable notice will be provided before deprecating and sunsetting any agent versions.
Last modified on March 15, 2026