# Saccade

> Closed-loop browser control runtime for AI agents.

- **Website:** https://github.com/nanlogic/saccade
- **Pricing:** unknown
- **Categories:** Developer Tools, Productivity
- **Tags:** developer-tools, productivity, design
- **Platforms:** Web, iOS, CLI
- **Last verified:** 2026-09-10
- **Canonical page:** https://linkrena.com/tools/saccade

## About

It is built for real browser work: signed-in admin pages, long forms, dynamic controls, iframes, rich text, uploads, and pages that change while an Agent is working. The Agent reads semantic objects instead of repeatedly transferring a whole page, and the browser waits locally before an action is dispatched.

Release candidate: @nanlogic/saccade 0.2.0 with Extension 0.4.0 . The same Extension candidate passed the release gate in Chrome and Edge. Release notes · Evidence

One exact tab per request. Every read and action names a leased tab_id ; each tab has one writer and stays isolated from other Agent sessions.

Current page state without polling. Ask for a bounded full view once, then read browser-pushed deltas after a known revision.

Actions that wait and verify locally. Visibility, enabled state, stable geometry, topmost state, and current action authority are checked under one deadline. The receipt includes the resulting semantic transition.

Safe recovery. A replaced object stays stale. An action with an ambiguous side effect is not replayed automatically.

Less model work on forms. Independent fields can be preflighted and sent as one batch; submit, navigation, and upload remain explicit actions.

## Related tools

- [Spinifex](https://linkrena.com/tools/spinifex): Spinifex – Open source AWS-compatible platform for secure edge deployments.
- [Otter](https://linkrena.com/tools/otter): Experimental JS runtime with ability to run 1k+ threads - gi-dellav/otter
- [Claude](https://linkrena.com/tools/claude): Claude is a next generation AI assistant built by Anthropic and trained to be safe, accurate, and secure to help you do your best work.
- [Your Mail Mcp](https://linkrena.com/tools/your-mail-mcp): Self-hosted, read-only MCP server that serves IMAP mail from a local notmuch index over authenticated HTTP - wildsurfer/your-mail-mcp
- [What is dmx?](https://linkrena.com/tools/what-is-dmx): dmx is an open source AI-native engineering harness.
- [Bridle](https://linkrena.com/tools/bridle): Bridle is an open protocol that connects your coding agent to your teammate's.
