go-vgo/robotgo

RobotGo, Go Native cross-platform RPA, GUI automation, Auto test and Computer use @vcaesar

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 5th, 2026
Created on September 26th, 2016
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 960
Total Stargazers: 10,790 (+0)
Total Subscribers: 237 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 145.9 days
Mean response time: 548.5 days
90th percentile: 1665.7 days
Tracked items: 204

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "enhancement" is answered fastest, typically in about 2 days, while "question" waits about 4 months. Only 4% of issues opened in the past year have been closed. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

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

Recent activity

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

Top labels

  • enhancement (27)
  • question (20)
  • Proposal (9)
  • Windows (8)
  • Linux (7)
  • Mac (5)
  • bug (5)
  • update (5)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

RobotGo is a Go library for cross-platform robotic process automation, GUI automation, and automated testing that provides native bindings to control mouse, keyboard, and window operations.

The library solves the problem of automating user interactions and system-level tasks across different operating systems by wrapping low-level system APIs in a Go-friendly interface. It enables developers to programmatically control the mouse cursor, simulate keyboard input, capture and analyze screen images, detect windows, and hook into system events. The approach relies on native bindings to platform-specific functionality, allowing direct access to operating system capabilities without requiring external dependencies or browser automation frameworks.

RobotGo suits projects that need direct system-level automation rather than web-based testing, such as desktop application testing, repetitive task automation, and computer vision-based interaction workflows. It is particularly useful when you need to interact with legacy applications, native desktop software, or scenarios where browser automation tools are insufficient. The library's cross-platform nature means the same Go code can target Windows, macOS, and Linux, reducing the need to maintain separate automation scripts for each operating system.

Development activity shows consistent engagement with the codebase through regular updates and maintenance. The project maintains active responsiveness to issues and pull requests, indicating ongoing support for users encountering problems or proposing enhancements. Documentation and examples are kept current to reflect the library's capabilities and usage patterns. The maintainer demonstrates commitment to addressing compatibility concerns across different platforms and Go versions, ensuring the library remains functional as the ecosystem evolves.