Skip to content

Commit 5349cc6

Browse files
authored
🤖 docs: mark product as beta, Windows build as alpha (#904)
_Generated with `mux`_ - Updates README to reflect beta status (was preview) - Marks Windows builds as alpha in install docs with issue reporting callout
1 parent 0b6e5ec commit 5349cc6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ like [opportunistic compaction](https://mux.coder.com/context-management.html) a
5454
## Install
5555

5656
> [!WARNING]
57-
> mux is in a Preview state. You will encounter bugs and performance issues.
57+
> mux is in Beta. You may encounter bugs and performance issues.
5858
> It's still possible to be highly productive. We are using it almost exclusively for our own development.
5959
6060
Download pre-built binaries from [the releases page](https://github.com/coder/mux/releases) for

docs/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Download pre-built binaries from [the releases page](https://github.com/coder/mu
88

99
- **macOS**: Signed and notarized DMG (separate builds for Intel/Apple Silicon)
1010
- **Linux**: AppImage
11-
- **Windows**: Installer exe
11+
- **Windows** _(alpha)_: Installer exe
1212

1313
### Development Builds
1414

@@ -47,13 +47,15 @@ The app is code-signed and notarized by Apple, so it will open without security
4747
2. Make it executable: `chmod +x Mux-*.AppImage`
4848
3. Run it: `./Mux-*.AppImage`
4949

50-
**Windows:**
50+
**Windows** _(alpha)_:
5151

5252
1. Download the installer exe from [releases](https://github.com/coder/mux/releases) (e.g., `mux-x.x.x-x64.exe`)
5353
2. Run the installer
5454
3. Follow the installation prompts
5555
4. Launch Mux from the Start menu or desktop shortcut
5656

57+
> ⚠️ Windows support is currently in alpha. Please [report any issues](https://github.com/coder/mux/issues) you encounter.
58+
5759
### Testing Pre-Release Builds
5860

5961
⚠️ **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

Comments
 (0)