Native
Rel.app owns the bundled Chromium runtime, rendered directly on your Mac.
Native browser runtime for software agents
Rel is a native macOS browser crafted for persistent Chromium sessions and direct collaboration with software agents.
Available for macOS
Rel.app owns the bundled Chromium runtime, rendered directly on your Mac.
Capture, attach, and act through one local CLI, Rust SDK, and versioned RPC.
Every tab keeps its own browser identity, storage, cache, and network route.
rel capture example.com --session-id machine-…Session1The browser, made programmable
Powerful from the first capture. Predictable on the ten-thousandth.
Give every agent a stable browser identity that survives captures, actions, and app restarts.
Learn moreUse direct networking or assign a dedicated upstream proxy without exposing credentials to Chromium.
Load the real page, run canonical actions, and save final HTML after Chromium is ready.
rel capture example.com \\ --action '{"action":"click",…}'Your interface, your choice
Start with the command line. Move to the typed Rust client or local RPC when your workflow needs deeper control. Every interface reaches the same supervised browser runtime.
Read the documentationrel capture https://example.com \\ --output captures/example.html \\ --wait 1 \\ --action '{"action":"click","selector":"button.more"}'capture.startedSession21capture.browser_requestedexample.comcapture.page_ready200 · 532mscapture.completed84.2 kBA deliberately narrow architecture
One supported runtime makes failures visible, behavior consistent, and agent automation easier to trust.
Agents should not pretend to browse. They should operate a real browser—with visible state, durable identity, and a human close enough to understand what happened.
Rel keeps that browser local, inspectable, and intentionally boring at the boundaries. One app owns Chromium. One agent owns automation. Every request follows the same path.
Rel · built for agents and the people supervising themStart with one command
Native on macOS