Skip to content

Development Build (03f3a97)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:58

Development Build

This is an automated development build from the main branch.

Commit: 03f3a97
Date: 2026-08-31T18:58:22Z

Installation

Download the appropriate archive for your platform and extract the atr binary.

Linux: Requires X11 and a few system libraries for atr computer (mouse/keyboard/screen control). Install with:

sudo apt-get install -y libxtst-dev libxss-dev libpng-dev libxkbcommon-dev libx11-dev xclip xsel

Linux/macOS:

tar -xzf atr-<platform>.tar.gz
chmod +x atr
sudo mv atr /usr/local/bin/

Windows:
Extract atr.exe from the zip file and add it to your PATH.

Note: Intel macOS (darwin-amd64) and Windows ARM64 are not
pre-built. Apple has fully transitioned to Apple silicon;
GitHub-hosted windows-11-arm runners do not yet ship a CGo
toolchain that can compile robotgo. Both can be built from source
with make build.


Note: This is a development build and may contain unstable features.
For stable releases, please use tagged versions.