-
Notifications
You must be signed in to change notification settings - Fork 0
Security
Jeremy Franklin edited this page Aug 22, 2026
·
2 revisions
Richmack Browser uses a local-first security model.
Richmack uses upstream Chromium rather than disabling browser security updates.
The backend defaults to:
127.0.0.1:8765
This prevents normal LAN/public access.
Intended hardening includes:
- non-root process where possible
- read-only filesystem where practical
- dropped Linux capabilities
- no-new-privileges
- dedicated download volume
- no Docker socket mount
- resource limits
Page JavaScript does not receive direct shell or Docker control.
Automation should:
- operate only after explicit user intent
- provide preview where practical
- use action caps
- use delays
- provide stop behavior
- avoid storing password values
- stop or yield on consequential final actions
Getting Started
Browser
Research
Automation
Backend
Project