-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jeremy Franklin edited this page Aug 22, 2026
·
3 revisions
Richmack Browser OS is a Chromium-based browser environment focused on automation, keyboard-driven navigation, extraction, RSS generation, research workflows, and a lightweight local services layer.
Richmack intentionally does not maintain a full Chromium fork. Instead, it combines upstream Chromium with a dedicated Richmack profile, individual toolbar extensions, custom dark-mode configuration, and a localhost backend.
- Keep Chromium fast and secure upstream.
- Make browser automation accessible from normal browsing.
- Keep tools lightweight and individually accessible from the toolbar.
- Support research workflows such as link, image, email, PDF, EPUB, text, and media extraction.
- Convert suitable webpages into RSS feeds.
- Support keyboard-driven browsing inspired by qutebrowser.
- Provide safe, controlled automation with preview, limits, delays, and confirmation.
- Distribute cleanly on macOS and Ubuntu/Debian.
- Keep backend services isolated from webpages.
| Capability | Richmack component |
|---|---|
| Chromium browsing | Browser |
| Dark browser environment | Profile / launcher |
| Keyboard navigation | Core |
| Link hints | Core |
| Command mode | Core |
| Link/file extraction | Extract |
| Image discovery | Images |
| Email discovery | |
| Media handling | Media |
| RSS detection | Feed |
| RSS generation | Feed + Services |
| Newsboat integration | Feed + Services |
| Visual element selection | Pick |
| Workflow recording | Automate |
| Sequential bulk actions | Automate |
| Delay and action caps | Automate |
| macOS installation | Installer |
| Ubuntu/Debian installation | Installer |
| Standalone toolbar suite | Extension package |
| Local backend | Richmack Services |
Richmack Browser can be distributed in three forms:
-
Full Richmack Browser package
- Chromium configuration
- Richmack profile
- all toolbar tools
- desktop launcher
- backend integration
-
Standalone Richmack extension suite
- Core
- Extract
- Images
- Media
- Feed
- Pick
- Automate
-
Richmack Services container
- local feed generation
- media handling
- document/backend services
- localhost API
Getting Started
Browser
Research
Automation
Backend
Project