Simple capture
Open a page in its own browser session and capture the rendered HTML.
rel capture https://example.comRel is a native macOS browser crafted for configurable, private Chromium sessions and deep integration with AI agents. Instead of wiring automation into a shared Chrome profile with DevTools or Playwright, Rel makes each tab a persistent, isolated session with its own browser identity, cookies, site data, cache, and network route. Assign a different proxy to every session, pause requests, clear private or shared caches, filter images, and block ads with Brave-powered network rules—then let agents capture and control the same visible browser through the CLI, versioned local RPC API, or typed Rust client.

Open a page in its own browser session and capture the rendered HTML.
rel capture https://example.comAdd an authenticated proxy, create an isolated session, then reuse it for a capture with ordered browser actions.
rel proxy create \
--alias research \
--upstream-host proxy.example.com \
--upstream-port 8000 \
--username "$PROXY_USER" \
--password "$PROXY_PASSWORD"
rel session create \
--name Research \
--proxy research \
--adblock-enabled true
# Copy data.session.id from the response above.
SESSION_ID="Session12"
rel capture https://example.com \
--session-id "$SESSION_ID" \
--actions '[
{
"action": "wait-for",
"selector": "body"
},
{
"action": "click-link",
"link": "https://iana.org/domains/example",
"match": {
"type": "fuzzy-link",
"threshold": 0.9
}
},
{
"action": "wait",
"seconds": 0.5
}
]' \
--output ./capture.htmlLeave your email for release updates. If you already have an access code, use it to download the private macOS DMG.
Get a note when Rel is ready for broader access.
Already have an access code? Use it to unlock the macOS DMG.