magnitudedev/browser-agent

Open-source, vision-first browser agent

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 16th, 2026
Created on March 20th, 2025
Open Issues & Pull Requests: 34 (+0)
GitHub issues: Enabled
Number of forks: 238
Total Stargazers: 4,128 (+0)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.2 hours
Mean response time: 10.8 days
90th percentile: 37.0 days
Tracked items: 59

Most active contributors

Sign in to see contributor activity.

How this project is maintained

73% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 362 days
Stale 30+ days: 26
Stale 90+ days: 26

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (6)
  • enhancement (2)
  • bug (1)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Browser Agent is a vision-first browser automation framework that uses AI to interact with web pages by understanding visual content rather than relying solely on DOM selectors.

The tool addresses the challenge of automating complex browser interactions in scenarios where traditional selector-based approaches fail or become brittle. It combines computer vision capabilities with browser automation to enable agents to perceive and act on what they see on screen, similar to how a human would navigate a website. This approach works by analyzing visual elements and their spatial relationships to determine appropriate actions, making it particularly useful for dynamic or frequently changing interfaces where hardcoded selectors quickly become outdated.

Developers should consider this tool for test automation, robotic process automation, and general browser task automation where visual understanding provides an advantage over traditional methods. It suits projects that need to handle complex user workflows, interact with third-party websites with unpredictable layouts, or automate tasks across applications where the DOM structure is not reliably accessible. The project builds on established browser automation libraries, integrating with the broader ecosystem of automation tools.

The project shows active development with regular commits addressing core functionality and bug fixes. The codebase demonstrates ongoing refinement of the vision-based interaction model, with improvements to how the agent interprets and responds to visual information. The maintainers are responsive to issues and pull requests, indicating sustained engagement with the user community. Documentation and examples are being continuously updated to reflect the current capabilities and usage patterns of the framework.