@chahuadev/framework 5.0.5 → 5.0.7
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 +17 -30
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The official core executable framework for Chahuadev.
|
|
4
4
|
|
|
5
|
+
<div align="center">
|
|
6
|
+
|
|
5
7
|
<p align="center">
|
|
6
8
|
<img src="https://huggingface.co/datasets/chahuadev/chahuadev-framework-binaries/resolve/main/chahuadev-framework-binaries.png" width="600" alt="Chahuadev Framework">
|
|
7
9
|
</p>
|
|
@@ -9,54 +11,41 @@ The official core executable framework for Chahuadev.
|
|
|
9
11
|
<p align="center">
|
|
10
12
|
<a href="https://www.npmjs.com/package/@chahuadev/framework"><img src="https://img.shields.io/npm/v/@chahuadev/framework?style=for-the-badge&color=blue" alt="NPM Version"></a>
|
|
11
13
|
<a href="https://www.npmjs.com/package/@chahuadev/framework"><img src="https://img.shields.io/npm/dt/@chahuadev/framework?style=for-the-badge&color=success" alt="NPM Downloads"></a>
|
|
14
|
+
<a href="https://huggingface.co/datasets/chahuadev/chahuadev-framework-binaries"><img src="https://img.shields.io/badge/Hugging%20Face-Dataset-FFD21E?style=for-the-badge" alt="Hugging Face Dataset"></a>
|
|
12
15
|
</p>
|
|
13
16
|
|
|
14
|
-
This
|
|
15
|
-
|
|
16
|
-
> **Development Journey:** This framework is the proud result of **1 full year of dedicated development**. What began as a simple concept evolved into a highly advanced, secure, and robust architecture. Every line of code was meticulously crafted to ensure maximum stability and a premium experience for developers.
|
|
17
|
+
> ⏳ **Development Journey:** This framework is the proud result of **1 full year of dedicated development**. What began as a simple concept evolved into a highly advanced, secure, and robust architecture. Every line of code was meticulously crafted to ensure maximum stability and a premium experience for developers.
|
|
17
18
|
|
|
18
|
-
>
|
|
19
|
-
> Our system automatically detects your operating system and securely downloads the required binary behind the scenes.
|
|
19
|
+
</div>
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## 🛡️ CRITICAL SECURITY WARNING - FORTRESS PROTECTION
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
### Maximum Security Architecture
|
|
26
|
+
- **Intelligent OS Routing**: Automatically detects and securely isolates platform-specific binaries.
|
|
27
|
+
- **Strict Execution Boundaries**: Prevents unauthorized cross-platform executions and corrupted loads.
|
|
28
|
+
- **Anti-Hack Protection System**: Built-in safeguards against malicious executable swapping.
|
|
29
|
+
- **Dependency Isolation**: Operates securely via standalone binaries without bloating your system.
|
|
27
30
|
|
|
28
31
|
---
|
|
29
32
|
|
|
30
|
-
##
|
|
33
|
+
## ⚙️ Installation & Usage
|
|
34
|
+
|
|
35
|
+
> **Multi-Platform Support:** This framework runs seamlessly on **Windows (x64, ia32)** and **Linux (x64)**.
|
|
36
|
+
> Our system automatically detects your operating system and securely downloads the required binary behind the scenes.
|
|
31
37
|
|
|
32
38
|
### Global Install (Recommended for CLI)
|
|
33
39
|
If you want to use the framework from your terminal anywhere on your system:
|
|
34
40
|
|
|
35
41
|
```bash
|
|
36
42
|
npm install -g @chahuadev/framework --foreground-scripts --force
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
After installation, simply launch it:
|
|
40
|
-
```bash
|
|
41
|
-
chahuadev-framework
|
|
42
|
-
```
|
|
43
43
|
|
|
44
|
-
The framework will:
|
|
45
|
-
Auto-detect your OS (Windows 32/64-bit or Linux x64)
|
|
46
|
-
Load the appropriate executable (.exe for Windows, AppImage for Linux)
|
|
47
|
-
Start immediately without any configuration
|
|
48
|
-
|
|
49
|
-
### Local Install (For Node.js projects)
|
|
50
|
-
If you want to integrate the framework into your specific project:
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
npm install -g @chahuadev/framework --foreground-scripts --force
|
|
54
44
|
```
|
|
55
|
-
|
|
56
45
|
---
|
|
57
46
|
|
|
58
47
|
|
|
59
|
-
|
|
48
|
+
### When you install:**
|
|
60
49
|
1. npm detects your OS and architecture
|
|
61
50
|
2. Installs only the required platform-specific package
|
|
62
51
|
3. index.js routes to the correct executable
|
|
@@ -82,7 +71,7 @@ This ensures:
|
|
|
82
71
|
|
|
83
72
|
## Package Structure
|
|
84
73
|
|
|
85
|
-
|
|
74
|
+
|
|
86
75
|
@chahuadev/
|
|
87
76
|
├── framework/
|
|
88
77
|
│ └── index.js
|
|
@@ -90,8 +79,6 @@ This ensures:
|
|
|
90
79
|
│ └── package.json
|
|
91
80
|
│ └── README.md
|
|
92
81
|
|
|
93
|
-
```
|
|
94
|
-
|
|
95
82
|
---
|
|
96
83
|
|
|
97
84
|
## Troubleshooting
|