-
Notifications
You must be signed in to change notification settings - Fork 0
Container Backend
Jeremy Franklin edited this page Aug 22, 2026
·
2 revisions
Richmack Services is the backend for operations that should not live directly inside webpage JavaScript.
ghcr.io/iamrichmack111/richmack-browser-services:v0.6.0
docker pull ghcr.io/iamrichmack111/richmack-browser-services:v0.6.0
docker run -d \
--name richmack-browser-services \
-p 127.0.0.1:8765:8765 \
-v "$HOME/Downloads/Richmack:/downloads" \
ghcr.io/iamrichmack111/richmack-browser-services:v0.6.0
Advantages:
- dependency isolation
- repeatable distribution
- easier upgrades
- reduced host pollution
- clearer security boundary
Running the desktop browser itself inside Docker creates unnecessary problems around:
- graphics
- input
- file access
- desktop integration
- performance
- OS-native behavior
The browser stays native.
Getting Started
Browser
Research
Automation
Backend
Project