RF-Headless banner

RF-Headless

2 devlogs
1h 50m 52s

The Headless version of RFox, a browser made in rust, this is also the engine for RFox

SeradedStripes

Yo, so far I have made a simple cookie management API and added some event callbacks. Busy replacing Chromium backend with my own custom one to possible improve performance and so you dont need chromium installed to use RFox or RF-Headless.

Attachment
0
SeradedStripes

Just started building RFheadless, and already have a working version. So far it can navigate a page, grab the title, and take a screenshot. This is just the core engine, custom backend is next and then I will implement it into a custom browser as a different project.
Roadmap:

  • CDP backend
  • Text snapshot extraction
  • Screenshot capture
  • Javascript support (sandboxed)
  • [] Event Callbacks
  • [] Cookie management API
  • [] Pure rust engine (replaces CDP)
  • [] Async API support
  • [] Multitab support
    Will add more to roadmap later.
Attachment
0