Skip to content

Releases: cherishfall/misedeck

v1.0.0-beta.10

v1.0.0-beta.10 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Sep 15:49

chore(release): bump version to 1.0.0-beta.10

v1.0.0-beta.9

v1.0.0-beta.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 15:13

chore(release): v1.0.0-beta.9

v1.0.0-beta.8

v1.0.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Sep 16:40

chore(release): bump version to 1.0.0-beta.8

v1.0.0-beta.7

v1.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

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

chore(release): bump version to 1.0.0-beta.7

v1.0.0-beta.6

v1.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 14:59

chore(release): bump version to 1.0.0-beta.6

v1.0.0-beta.5

v1.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:44

chore(release): bump version to 1.0.0-beta.5

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 01:17

chore(release): bump version to 1.0.0-beta.4

v1.0.0-beta.3

v1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:35

chore(release): bump version to 1.0.0-beta.3

v1.0.0-beta.2

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:10

MiseDeck v1.0.0-beta.2

First stable release of MiseDeck, a faithful desktop GUI for mise. Cross-platform (macOS polished, Windows / Linux beta).

What's in v1

  • Global tool management: install, uninstall, switch, upgrade, and see outdated badges in one table.
  • Directory context: resolved tools, env vars, and lockfile previews with config-source badges.
  • Config editor: form-based [tools] and [env] editing for global and per-directory mise.toml.
  • Tasks: list, run with live output, and simple edits.
  • Trust UX: read-only untrusted directories with one-click trust.
  • Settings, doctor, and plugin/backend browsing.
  • mise self-management: guided install when mise is missing and one-click self-update.
  • Activation helpers: open the current directory in a terminal, copy the activation command, and check shell setup.
  • English and Simplified Chinese UI.

English · 简体中文

Install

macOS

brew install --cask cherishfall/tap/misedeck

Or download the .dmg from the assets below, open it, and drag MiseDeck to Applications.

First launch (unsigned): the binary is not notarized (per ADR-0002). macOS Gatekeeper will block the first open and may report that the app is damaged. After dragging misedeck.app to /Applications, remove the quarantine flag from Terminal:

xattr -dr com.apple.quarantine /Applications/misedeck.app

Then launch normally. Subsequent launches work without extra steps.

Windows (beta)

Download the .exe installer and run it.

SmartScreen (unsigned): the binary is not code-signed. Windows SmartScreen will show "Windows protected your PC" — click More infoRun anyway.

Linux (beta)

Pick the package that matches your distro:

  • .deb — Debian / Ubuntu
  • .rpm — Fedora / RHEL
  • .AppImage — portable, no install

Verify

A SHA256SUMS file is attached below. Verify before installing:

# macOS / Linux
shasum -a 256 -c SHA256SUMS

# Windows (PowerShell)
Get-FileHash -Algorithm SHA256 .\<file-you-downloaded>

Notes

  • MiseDeck v1 is distributed unsigned on every platform, by design. Code signing and Apple notarization are out of scope for v1.
  • Windows and Linux builds are labeled beta in this release.
  • MiseDeck is a community project, not affiliated with or endorsed by the official mise project.