Autonome provides a robust, Rust-based server for macOS, designed to extend the capabilities of Claude Desktop. It enables automated management of Claude's operational state, allowing for scheduled wake-ups and regular heartbeat signals through AppleScript. Beyond basic presence, Autonome integrates a federated task queue, giving Claude the ability to execute tasks and collect valuable artifacts like stdout, stderr, and exit codes for inspection, effectively granting it greater autonomy and control within the macOS environment.
主要功能
01Wake and heartbeat messages to Claude Desktop via AppleScript
02Launchd installers for scheduled wake/heartbeat with configurable times
03SQLite state store (WAL) with graceful schema upgrades
04Federated task queue with stdout/stderr/exit artifacts
051 GitHub stars