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
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
AeroMux gives [AeroSpace](https://github.com/nikitabobko/AeroSpace) a persistent macOS sidebar. It keeps your non-empty workspaces visible, highlights the active workspace and window, and lets you click a listed window to focus it.
4
4
5
-
This is an early source-release MVP. It builds and runs with Swift Package Manager today, but it does not yet ship as a standalone `.app`, DMG, or Homebrew package.
5
+
This is an early release MVP. It now ships as a GitHub Releases DMG and can still be built locally with Swift Package Manager.
@@ -27,8 +27,8 @@ Before you try it, the current behavior is worth stating clearly:
27
27
- The sidebar is anchored to the left edge of the main monitor
28
28
- The clean layout depends on an AeroSpace `outer.left` gap reservation
29
29
- If the gap is missing or too small, AeroMux falls back to a floating overlay
30
-
- There is no menu bar item, Preferences window, or packaged app flow yet
31
-
-The simplest way to run it today is from a terminal with `swift run`
30
+
- There is no menu bar itemor Preferences window yet
31
+
-Release DMGs are currently ad hoc signed but not notarized
32
32
33
33
## Requirements
34
34
@@ -50,6 +50,12 @@ If `which aerospace` prints nothing, AeroMux will fail to talk to AeroSpace.
50
50
51
51
## Install And Run
52
52
53
+
### Download The DMG
54
+
55
+
The preferred install path is the latest DMG from [GitHub Releases](https://github.com/raghavendra-talur/aeromux/releases).
56
+
57
+
Current release builds are ad hoc signed but not notarized, so macOS may warn on first launch. If that happens, open the app with Finder's `Open` flow and confirm the warning once.
58
+
53
59
### Run Directly From Source
54
60
55
61
```bash
@@ -182,8 +188,8 @@ Check the basics first:
182
188
183
189
- Main monitor only
184
190
- Left sidebar only
185
-
- Source-build installation only
186
191
- No menu bar control or in-app quit flow yet
192
+
- Release builds are not notarized yet
187
193
- No published compatibility matrix yet for Intel Macs or multiple AeroSpace versions
188
194
189
195
## Verified On This Machine
@@ -210,3 +216,7 @@ Issues and compatibility reports are useful, especially for:
210
216
- AeroSpace version compatibility
211
217
- refresh-hook integration examples
212
218
- ideas for packaging and a better app lifecycle
219
+
220
+
## Releasing
221
+
222
+
If you are maintaining this repository, local packaging and tag-based GitHub Releases are documented in [docs/RELEASING.md](docs/RELEASING.md).
0 commit comments