Releases: cherishfall/misedeck
Release list
v1.0.0-beta.10
chore(release): bump version to 1.0.0-beta.10
v1.0.0-beta.9
chore(release): v1.0.0-beta.9
v1.0.0-beta.8
chore(release): bump version to 1.0.0-beta.8
v1.0.0-beta.7
chore(release): bump version to 1.0.0-beta.7
v1.0.0-beta.6
chore(release): bump version to 1.0.0-beta.6
v1.0.0-beta.5
chore(release): bump version to 1.0.0-beta.5
v1.0.0-beta.4
chore(release): bump version to 1.0.0-beta.4
v1.0.0-beta.3
chore(release): bump version to 1.0.0-beta.3
v1.0.0-beta.2
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-directorymise.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.
Install
macOS
brew install --cask cherishfall/tap/misedeckOr 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.appto/Applications, remove the quarantine flag from Terminal:xattr -dr com.apple.quarantine /Applications/misedeck.appThen 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 info → Run 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.