·
12 commits
to main
since this release
🎉 Amux Desktop Release
📥 Download
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1+) | |
| macOS | Intel | |
| Windows | x64 | |
| Linux | x64 (AppImage) | |
| Linux | x64 (Debian/Ubuntu) |
📝 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
- Right-click (or Control+Click) on the app icon
- Select "Open" from the menu
- Click "Open" in the security dialog
Method 2: System Settings
- Try to open the app (it will be blocked)
- Go to
System Settings > Privacy & Security - Scroll down to find "Amux was blocked" message
- Click "Open Anyway"
- 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.appNote: 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:右键打开
- 右键点击(或 Control+点击)应用图标
- 从菜单中选择"打开"
- 在安全对话框中点击"打开"
方法 2:系统设置放行
- 尝试打开应用(会被阻止)
- 前往
系统设置 > 隐私与安全性 - 向下滚动找到"已阻止 Amux"的提示
- 点击"仍要打开"
- 在确认对话框中点击"打开"
方法 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