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
- Add Windows installer exe to release builds list
- Add Windows installation steps
- Clarify that Windows builds are only available from releases (not dev builds)
- Fix typo: 'Down' -> 'Download'
-**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
14
-
Down pre-built binaries of `main` from [GitHub Actions](https://github.com/coder/mux/actions/workflows/build.yml):
15
+
Download pre-built binaries of `main` from [GitHub Actions](https://github.com/coder/mux/actions/workflows/build.yml):
15
16
16
17
-**macOS**: Signed and notarized DMG
17
18
-`macos-dmg-x64` (Intel Macs)
18
19
-`macos-dmg-arm64` (Apple Silicon)
19
20
-**Linux**: AppImage (portable, works on most distros)
20
21
22
+
> **Note**: Windows builds are only available from [releases](https://github.com/coder/mux/releases), not from development builds.
23
+
21
24
To download:
22
25
23
26
1. Go to the [Build workflow](https://github.com/coder/mux/actions/workflows/build.yml?query=event:merge_group)
@@ -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 from [releases](https://github.com/coder/mux/releases) (e.g., `mux-x.x.x-x64.exe`)
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