You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**macOS**: Signed and notarized DMG (separate builds for Intel/Apple Silicon)
10
10
-**Linux**: AppImage
11
+
-**Windows**: Installer exe
11
12
12
13
### Development Builds
13
14
@@ -17,6 +18,8 @@ Down pre-built binaries of `main` from [GitHub Actions](https://github.com/coder
17
18
-`macos-dmg-x64` (Intel Macs)
18
19
-`macos-dmg-arm64` (Apple Silicon)
19
20
-**Linux**: AppImage (portable, works on most distros)
21
+
-**Windows**: Installer exe
22
+
-`windows-installer-x64`
20
23
21
24
To download:
22
25
@@ -44,6 +47,13 @@ The app is code-signed and notarized by Apple, so it will open without security
44
47
2. Make it executable: `chmod +x Mux-*.AppImage`
45
48
3. Run it: `./Mux-*.AppImage`
46
49
50
+
**Windows:**
51
+
52
+
1. Download the installer exe (`windows-installer-x64`)
53
+
2. Run the installer
54
+
3. Follow the installation prompts
55
+
4. Launch Mux from the Start menu or desktop shortcut
56
+
47
57
### Testing Pre-Release Builds
48
58
49
59
⚠️ **Note**: Only builds from the `main` branch are signed and notarized. If you're testing a build from a pull request or other branch, you'll need to bypass macOS Gatekeeper:
0 commit comments