Local Agent v0.2.11
🚀 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
- Download and extract the ZIP for your platform
- 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