-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcatalog.json
More file actions
137 lines (137 loc) · 4.44 KB
/
Copy pathcatalog.json
File metadata and controls
137 lines (137 loc) · 4.44 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"generated_at": "2026-08-01T06:50:13.915319+00:00",
"apps": [
{
"id": "calculator",
"name": "Calculator",
"version": "1.1.0",
"authors": [
"GhostESP"
],
"category": "Tools",
"description": "iOS-style calculator with touch, joystick, and encoder support.",
"targets": [
"esp32s3",
"esp32c5"
],
"downloads": {
"esp32s3": "https://gesp.fuckyourcdn.com/apps/calculator/v1.1.0/calculator-1.1.0-esp32s3.gapp",
"esp32c5": "https://gesp.fuckyourcdn.com/apps/calculator/v1.1.0/calculator-1.1.0-esp32c5.gapp"
},
"license": "GPL-3.0",
"changelog": "v1.1.0: Development-deki release.",
"preview": "",
"reviewed": true
},
{
"id": "device_inspector",
"name": "Device Inspector",
"version": "1.1.0",
"authors": [
"GhostESP"
],
"category": "System",
"description": "Comprehensive hardware and API test suite with responsive native UI. Tests WiFi, BLE, GPS, RGB, storage, canvas drawing, input events, and theme inspection.",
"targets": [
"esp32c5",
"esp32c6"
],
"downloads": {
"esp32c5": "https://gesp.fuckyourcdn.com/apps/device_inspector/v1.1.0/device_inspector-1.1.0-esp32c5.gapp",
"esp32c6": "https://gesp.fuckyourcdn.com/apps/device_inspector/v1.1.0/device_inspector-1.1.0-esp32c6.gapp"
},
"license": "GPL-3.0",
"changelog": "v1.1.0: Development-deki release.",
"preview": "",
"reviewed": true
},
{
"id": "doom_port",
"name": "Doom Port",
"version": "0.1.2",
"authors": [
"GhostESP"
],
"category": "Games",
"description": "DoomGeneric with a responsive RGB565 renderer, joystick controls, and bundled Freedoom game data.",
"targets": [
"esp32c5"
],
"downloads": {
"esp32c5": "https://gesp.fuckyourcdn.com/apps/doom_port/v0.1.2/doom_port-0.1.2-esp32c5.gapp"
},
"license": "GPL-3.0",
"changelog": "v0.1.2: Corrected gallery icon rendering while retaining the bundled Freedoom release.",
"preview": "",
"reviewed": false
},
{
"id": "esp32_finder",
"name": "ESP32 Finder",
"version": "1.1.0",
"authors": [
"GhostESP"
],
"category": "Tools",
"description": "Continuous WiFi OUI scanner with canvas dashboard and RGB blink.",
"targets": [
"esp32",
"esp32s2",
"esp32s3",
"esp32c5",
"esp32c6"
],
"downloads": {
"esp32": "https://gesp.fuckyourcdn.com/apps/esp32_finder/v1.1.0/esp32_finder-1.1.0-esp32.gapp",
"esp32s2": "https://gesp.fuckyourcdn.com/apps/esp32_finder/v1.1.0/esp32_finder-1.1.0-esp32s2.gapp",
"esp32s3": "https://gesp.fuckyourcdn.com/apps/esp32_finder/v1.1.0/esp32_finder-1.1.0-esp32s3.gapp",
"esp32c5": "https://gesp.fuckyourcdn.com/apps/esp32_finder/v1.1.0/esp32_finder-1.1.0-esp32c5.gapp",
"esp32c6": "https://gesp.fuckyourcdn.com/apps/esp32_finder/v1.1.0/esp32_finder-1.1.0-esp32c6.gapp"
},
"license": "GPL-3.0",
"changelog": "v1.1.0: Build from Development-deki",
"preview": "",
"reviewed": true
},
{
"id": "hackchat",
"name": "HackChat",
"version": "1.0.6",
"authors": [
"GhostESP"
],
"category": "Tools",
"description": "Send short nearby messages directly to other GhostESP devices over ESP-NOW.",
"targets": [
"esp32c5"
],
"downloads": {
"esp32c5": "https://gesp.fuckyourcdn.com/apps/hackchat/v1.0.6/hackchat-1.0.6-esp32c5.gapp"
},
"license": "GPL-3.0",
"changelog": "v1.0.6: Fixed initial UI rendering, keyboard return, and message delivery; refresh now updates in place with simpler peer cards.",
"preview": "",
"reviewed": false
},
{
"id": "qr_generator",
"name": "QR Generator",
"version": "1.0.0",
"authors": [
"GhostESP"
],
"category": "Tools",
"description": "Create scannable QR codes from text and URLs with touch, keyboard, encoder, or D-pad input.",
"targets": [
"esp32c5"
],
"downloads": {
"esp32c5": "https://gesp.fuckyourcdn.com/apps/qr_generator/v1.0.0/qr_generator-1.0.0-esp32c5.gapp"
},
"license": "GPL-3.0",
"changelog": "v1.0.0: Initial release",
"preview": "",
"reviewed": false
}
]
}