vibora 4.4.0 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +26 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,12 +37,31 @@ Download the latest release:
37
37
 
38
38
  | Platform | Download |
39
39
  |----------|----------|
40
- | **macOS** (Apple Silicon) | [Download DMG](https://vibora-utils.knowsuchagency.workers.dev/download/dmg) |
41
- | **Linux** | [Download AppImage](https://vibora-utils.knowsuchagency.workers.dev/download/appimage) |
40
+ | **macOS** (Apple Silicon) | [Download DMG](https://github.com/knowsuchagency/vibora/releases/latest/download/Vibora-macos-arm64.dmg) |
41
+ | **Linux** | [Download AppImage](https://github.com/knowsuchagency/vibora/releases/latest/download/Vibora-linux-x64.AppImage) |
42
42
 
43
43
  The desktop app bundles everything—just install and run. It will start the server, install the Claude Code plugin, and check for updates automatically.
44
44
 
45
- > **macOS note**: On first launch, right-click the app and select "Open" to bypass Gatekeeper.
45
+ <details>
46
+ <summary>👉 <strong>macOS Installation</strong></summary>
47
+
48
+ 1. Open the DMG and drag Vibora to Applications:
49
+
50
+ ![DMG Installer](./screenshots/macos-dmg-installer.png)
51
+
52
+ 2. On first launch, macOS will block the app:
53
+
54
+ ![Gatekeeper Blocked](./screenshots/macos-gatekeeper-blocked.png)
55
+
56
+ 3. Open **System Settings → Privacy & Security**, scroll down, and click **Open Anyway**:
57
+
58
+ ![Privacy & Security](./screenshots/macos-privacy-security-open-anyway.png)
59
+
60
+ 4. Confirm by clicking **Open Anyway** in the dialog:
61
+
62
+ ![Open Anyway](./screenshots/macos-gatekeeper-open-anyway.png)
63
+
64
+ </details>
46
65
 
47
66
  ### Web Application
48
67
 
@@ -280,7 +299,7 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for development setup, architecture, and co
280
299
 
281
300
  **In plain English:**
282
301
 
283
- - **Allowed:** Use Vibora for any purpose—personal or commercial
284
- - **Allowed:** Build and sell software using Vibora (we have no claim over your work)
285
- - **Not allowed:** Resell or redistribute Vibora itself for profit
286
- - **No warranty:** The software is provided as-is
302
+ - Use Vibora for any purpose—personal or commercial
303
+ - Build and sell software using Vibora (we have no claim over your work)
304
+ - Resell or redistribute Vibora itself for profit
305
+ - ⚠️ The software is provided as-is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {