@chahuadev/framework 5.0.5 → 5.0.6

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 +16 -30
  2. 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>
@@ -11,52 +13,38 @@ The official core executable framework for Chahuadev.
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>
12
14
  </p>
13
15
 
14
- This package provides a seamless way to integrate and run the Chahuadev Framework directly from your Node.js environment or Command Line Interface (CLI).
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.
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
17
 
18
- > **Multi-Platform Support:** This framework runs on **Windows (x64, ia32)** and **Linux (x64)**.
19
- > Our system automatically detects your operating system and securely downloads the required binary behind the scenes.
18
+ </div>
20
19
 
21
20
  ---
22
21
 
23
- This package provides a seamless way to integrate and run the Chahuadev Framework directly from your Node.js environment or Command Line Interface (CLI).
22
+ ## 🛡️ CRITICAL SECURITY WARNING - FORTRESS PROTECTION
24
23
 
25
- > **Multi-Platform Support:** This framework runs on **Windows (x64, ia32)** and **Linux (x64)**.
26
- > Our system automatically detects your operating system and downloads the required binary behind the scenes.
24
+ ### Maximum Security Architecture
25
+ - **Intelligent OS Routing**: Automatically detects and securely isolates platform-specific binaries.
26
+ - **Strict Execution Boundaries**: Prevents unauthorized cross-platform executions and corrupted loads.
27
+ - **Anti-Hack Protection System**: Built-in safeguards against malicious executable swapping.
28
+ - **Dependency Isolation**: Operates securely via standalone binaries without bloating your system.
27
29
 
28
30
  ---
29
31
 
30
- ## Installation
32
+ ## ⚙️ Installation & Usage
33
+
34
+ > **Multi-Platform Support:** This framework runs seamlessly on **Windows (x64, ia32)** and **Linux (x64)**.
35
+ > Our system automatically detects your operating system and securely downloads the required binary behind the scenes.
31
36
 
32
37
  ### Global Install (Recommended for CLI)
33
38
  If you want to use the framework from your terminal anywhere on your system:
34
39
 
35
40
  ```bash
36
41
  npm install -g @chahuadev/framework --foreground-scripts --force
37
- ```
38
-
39
- After installation, simply launch it:
40
- ```bash
41
- chahuadev-framework
42
- ```
43
42
 
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
43
  ```
55
-
56
44
  ---
57
45
 
58
46
 
59
- **When you install:**
47
+ ### When you install:**
60
48
  1. npm detects your OS and architecture
61
49
  2. Installs only the required platform-specific package
62
50
  3. index.js routes to the correct executable
@@ -82,7 +70,7 @@ This ensures:
82
70
 
83
71
  ## Package Structure
84
72
 
85
- ```
73
+
86
74
  @chahuadev/
87
75
  ├── framework/
88
76
  │ └── index.js
@@ -90,8 +78,6 @@ This ensures:
90
78
  │ └── package.json
91
79
  │ └── README.md
92
80
 
93
- ```
94
-
95
81
  ---
96
82
 
97
83
  ## Troubleshooting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/framework",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "description": "Chahuadev Framework",
5
5
  "main": "index.js",
6
6
  "bin": {