-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathcodemeta.json
More file actions
30 lines (30 loc) · 1.04 KB
/
Copy pathcodemeta.json
File metadata and controls
30 lines (30 loc) · 1.04 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Heliox OS",
"alternateName": "Heliox",
"description": "A local-first desktop AI agent for natural-language, voice, gesture, browser, and operating-system automation with permission gates and verification.",
"codeRepository": "https://github.com/VyomKulshrestha/Heliox-OS",
"issueTracker": "https://github.com/VyomKulshrestha/Heliox-OS/issues",
"url": "https://www.helioxos.dev/",
"version": "0.13.0",
"license": "https://spdx.org/licenses/MIT.html",
"programmingLanguage": ["Python", "Rust", "TypeScript", "Svelte"],
"operatingSystem": ["Windows", "macOS", "Linux"],
"applicationCategory": "Desktop automation agent",
"author": {
"@type": "Person",
"givenName": "Vyom",
"familyName": "Kulshrestha",
"url": "https://github.com/VyomKulshrestha"
},
"keywords": [
"AI agent",
"desktop automation",
"computer use",
"voice control",
"gesture control",
"accessibility",
"local-first"
]
}