Skip to content

Releases: mirivlad/mirvdesk-client

MirvDesk v1.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 07:08

MirvDesk v1.6.0 is a self-hosted remote desktop client based on RustDesk.

1.6.0 adds the Accessible devices / Groups workflow backed by MirvDesk Server: registered devices can be assigned to groups and users can be granted access to those groups. The client enables the existing Groups UI only when the server advertises the groups capability. Upgrade MirvDesk Server before using this feature: https://github.com/mirivlad/mirvdesk-server.

This release also completes the self-host build contract. MirvDesk deliberately has no public/default server: every builder must deploy their own server and define MIRVDESK_SERVER_URL. Missing or invalid values fail the build, Linux container builds receive the variable explicitly, and release CI verifies the configured bootstrap URL inside generated Debian packages.

CI is now split into fast push checks, full cross-platform validation and tag-only release builds. MirvDesk also uses a teal/cyan application palette so it is visually distinct from RustDesk while retaining an independently isolated application/configuration/service namespace.

Personal Address Book remains available. Shared address books are not implemented yet. Stock RustDesk auto-update remains disabled so MirvDesk cannot replace itself with an upstream RustDesk build.

Packages are built by GitHub Actions for Windows, Linux, macOS and Android.

MirvDesk v1.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 23:33

First public MirvDesk release, based on the RustDesk 1.5.0 client.

MirvDesk is branded and isolated from an installed RustDesk client: it uses its own application identity, configuration/state paths, services, URI scheme and packaging names, so both clients can coexist on the same machine.

This release is intended for self-hosted MirvDesk Server deployments. Personal Address Book remains available; the upstream Accessible devices / Groups panel is hidden until the MirvDesk server implements that API. Stock RustDesk auto-update is disabled in MirvDesk for the same reason: updates must not replace MirvDesk with an upstream RustDesk build.

Packages are built by GitHub Actions for Windows, Linux, macOS and Android.

nightly

nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Sep 02:39
Allow nightly workflow to publish release assets