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.
- package/README.md +26 -7
- 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://
|
|
41
|
-
| **Linux** | [Download AppImage](https://
|
|
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
|
-
>
|
|
45
|
+
<details>
|
|
46
|
+
<summary>👉 <strong>macOS Installation</strong></summary>
|
|
47
|
+
|
|
48
|
+
1. Open the DMG and drag Vibora to Applications:
|
|
49
|
+
|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
2. On first launch, macOS will block the app:
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
3. Open **System Settings → Privacy & Security**, scroll down, and click **Open Anyway**:
|
|
57
|
+
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
4. Confirm by clicking **Open Anyway** in the dialog:
|
|
61
|
+
|
|
62
|
+

|
|
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
|
-
-
|
|
284
|
-
-
|
|
285
|
-
-
|
|
286
|
-
-
|
|
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
|