Skip to content

Local Agent v0.2.11

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 01:35
· 38 commits to main since this release

🚀 Local Agent Automation Executors

Pre-built binaries for Windows, macOS, and Linux - NO BUILD TOOLS REQUIRED!

📦 Download for your platform:

  • Windows x64: local-agent-x86_64-pc-windows-msvc.zip
  • macOS Intel: local-agent-x86_64-apple-darwin.zip
  • macOS Apple Silicon: local-agent-aarch64-apple-darwin.zip

🎯 Quick Start

  1. Download and extract the ZIP for your platform
  2. Run automation scripts:
# Rust Executor (zero dependencies!)
./rust-executor examples/windows_simple_test.json

# Python Executor (needs uv/pip)
uvx --with pyautogui --with pillow --with opencv-python \
    python script_executor.py examples/windows_simple_test.json

✨ Features

  • Zero dependencies for Rust executor
  • Cross-platform support
  • No compilation needed
  • Python fallback available

📝 Notes

  • Windows: May need to allow in Windows Defender
  • macOS: May need to allow in Security & Privacy settings
  • Linux: Requires X11/Wayland display server