@chahuadev/chahuadev-hub-app 3.0.0 → 3.0.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 +39 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,15 @@
5
5
  <div align="center">
6
6
 
7
7
  <p align="center">
8
+ <<<<<<< HEAD
9
+ <<<<<<< HEAD
8
10
  <img src="https://huggingface.co/datasets/chahuadev/chahuadev-hub/resolve/main/chahuadev-hub.png" width="600" alt="Chahuadev Hub">
11
+
12
+ <img src="https://huggingface.co/datasets/chahuadev/chahuadev-png/resolve/main/chahuadev-hub.png" width="600" alt="Chahuadev Hub">
13
+
14
+ =======
15
+ <img src="https://huggingface.co/datasets/chahuadev/chahuadev-png/resolve/main/chahuadev-hub.png" width="600" alt="Chahuadev Hub">
16
+ >>>>>>> f076c0f1e79aa1cf42cfafd5f6993b5c9a827dcc
9
17
  </p>
10
18
 
11
19
  <p align="center">
@@ -59,7 +67,37 @@ chahuadev-hub
59
67
 
60
68
  ---
61
69
 
62
- ## 🛠️ Troubleshooting
70
+ ## Running the AppImage on Linux / WSL2 (Ubuntu)
71
+
72
+ First install the required system libraries (one-time setup):
73
+
74
+ ```bash
75
+ sudo apt-get update && sudo apt-get install -y \
76
+ libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \
77
+ libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 \
78
+ libxrandr2 libgbm1 libasound2
79
+ ```
80
+
81
+ Then run the AppImage:
82
+
83
+ ```bash
84
+ chmod +x "Chahuadev-Hub.AppImage"
85
+ DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
86
+ ./"Chahuadev-Hub.AppImage" \
87
+ --appimage-extract-and-run --no-sandbox --disable-gpu
88
+ ```
89
+
90
+ > **WSL2 tip:** Copy to WSL native filesystem first:
91
+ > ```bash
92
+ > cp "/mnt/d/path/to/Chahuadev-Hub.AppImage" /tmp/ChahuadevHub.AppImage
93
+ > chmod +x /tmp/ChahuadevHub.AppImage
94
+ > DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/ChahuadevHub.AppImage \
95
+ > --appimage-extract-and-run --no-sandbox --disable-gpu
96
+ > ```
97
+
98
+ ---
99
+
100
+ ## �🛠️ Troubleshooting
63
101
 
64
102
  ### `node\r: No such file or directory` (Linux)
65
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/chahuadev-hub-app",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Chahuadev Hub” Official app launcher and distribution hub by Chahuadev",
5
5
  "main": "index.js",
6
6
  "bin": {