-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathllms.txt
More file actions
32 lines (27 loc) · 1.1 KB
/
Copy pathllms.txt
File metadata and controls
32 lines (27 loc) · 1.1 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
Project: DRAM Desktop
Repository: https://github.com/Jeremy8776/DRAM
Primary Engine: OpenClaw (external)
OpenClaw Repo: https://github.com/openclaw/openclaw
Summary:
DRAM is an Electron desktop add-on for OpenClaw. It provides chat, canvas, voice, file workflows, and secure local controls without replacing OpenClaw core.
Key Properties:
- Local-first desktop architecture
- Security-focused process and IPC boundaries
- Multi-model routing through OpenClaw
- CI/CD and multi-platform release workflows
- Canvas and developer workflow support
Important Files:
- README.md: product overview, architecture, setup, troubleshooting
- TODO.md: roadmap and hardening checklist
- package.json: scripts, build targets, metadata
- .github/workflows/ci.yml: lint/test/loc checks
- .github/workflows/cd.yml: multi-platform artifact builds
- .github/workflows/release.yml: tag-based multi-platform release
Build Commands:
- npm run build:win
- npm run build:linux
- npm run build:mac
Security Notes:
- Credentials use secure local storage patterns
- Renderer and IPC surfaces are hardened
- Intended loopback gateway usage by default