-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
40 lines (40 loc) · 986 Bytes
/
metadata.json
File metadata and controls
40 lines (40 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "HAVEN | THE SOVEREIGN ALGORITHM",
"version": "5.0.0",
"description": "Saudi Arabia's first sovereign AI development environment. Zero telemetry. Local-first AI. Full PDPL compliance.",
"author": "Sulaiman Alshammari <iqd@hotmail.com>",
"contact": {
"primaryEmail": "iqd@hotmail.com",
"backupEmail": "shammar403@gmail.com"
},
"license": "Proprietary",
"homepage": "https://khawrizm.com",
"repository": "https://github.com/graxos/OFFICIAL",
"sovereignty": {
"telemetry": false,
"analytics": false,
"dataResidency": "SA",
"compliance": [
"PDPL",
"NCA-ECC"
],
"localFirst": true,
"aiInference": "on-device",
"externalAPIs": "optional-only"
},
"engines": {
"niyah": "1.0.0",
"modelRouter": "1.0.0",
"threeLobeAgent": "1.0.0"
},
"keywords": [
"sovereign-ide",
"arabic-nlp",
"local-ai",
"zero-telemetry",
"pdpl",
"niyah-engine",
"ollama",
"saudi-tech"
]
}