Skip to content

Amux Desktop v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 13:58
· 12 commits to main since this release

🎉 Amux Desktop Release

📥 Download

Platform Architecture Download
macOS Apple Silicon (M1+) Download
macOS Intel Download
Windows x64 Download
Linux x64 (AppImage) Download
Linux x64 (Debian/Ubuntu) Download

📝 Changelog

View CHANGELOG for detailed update information.

⚠️ macOS Security Tips

Since the app is not notarized by Apple, macOS may show "damaged" or "can't be opened" error. Here are three methods to fix it:

Method 1: Right-click to Open

  1. Right-click (or Control+Click) on the app icon
  2. Select "Open" from the menu
  3. Click "Open" in the security dialog

Method 2: System Settings

  1. Try to open the app (it will be blocked)
  2. Go to System Settings > Privacy & Security
  3. Scroll down to find "Amux was blocked" message
  4. Click "Open Anyway"
  5. Click "Open" in the confirmation dialog

Method 3: Remove Quarantine (Terminal)

# Open Terminal and run:
xattr -dr com.apple.quarantine /Applications/Amux.app

# Or if app is in Downloads folder:
xattr -dr com.apple.quarantine ~/Downloads/Amux.app

Note: After using any of these methods, the app will open normally in the future.


🎉 Amux Desktop 发布

📥 下载

平台 架构 下载
macOS Apple Silicon (M1+) 下载
macOS Intel 下载
Windows x64 下载
Linux x64 (AppImage) 下载
Linux x64 (Debian/Ubuntu) 下载

📝 更新日志

查看 CHANGELOG 了解详细的更新信息。

⚠️ macOS 安全提示

由于应用未经 Apple 公证,macOS 可能显示"已损坏"或"无法打开"的错误。以下是三种解决方法:

方法 1:右键打开

  1. 右键点击(或 Control+点击)应用图标
  2. 从菜单中选择"打开"
  3. 在安全对话框中点击"打开"

方法 2:系统设置放行

  1. 尝试打开应用(会被阻止)
  2. 前往 系统设置 > 隐私与安全性
  3. 向下滚动找到"已阻止 Amux"的提示
  4. 点击"仍要打开"
  5. 在确认对话框中点击"打开"

方法 3:移除隔离属性(终端)

# 打开终端并运行:
xattr -dr com.apple.quarantine /Applications/Amux.app

# 或者如果应用在下载文件夹:
xattr -dr com.apple.quarantine ~/Downloads/Amux.app

注意:使用任一方法后,应用将可以正常打开。

Full Changelog: desktop-v0.2.2...desktop-v0.2.3