Releases: wolfiesch/wolfies-executive-function
Releases · wolfiesch/wolfies-executive-function
v0.2.0
Executive Function v0.2.0
High-performance CLI tools for personal productivity.
Quick Install
brew tap wolfiesch/executive-function
brew install executive-function # All tools
# Or individual tools:
brew install wolfies-imessage
brew install wolfies-gmail
brew install wolfies-calendar
brew install wolfies-remindersWhat's Included
| Package | Description |
|---|---|
wolfies-imessage |
iMessage CLI with daemon (Rust + Python) |
wolfies-gmail |
Gmail MCP server for Claude Code |
wolfies-calendar |
Google Calendar MCP server for Claude Code |
wolfies-reminders |
Apple Reminders MCP server for Claude Code |
executive-function |
Meta-package: installs all above |
iMessage Binaries
- Apple Silicon (M1/M2):
wolfies-imessage-0.2.0-aarch64-apple-darwin.tar.gz - Intel Mac:
wolfies-imessage-0.2.0-x86_64-apple-darwin.tar.gz
Checksums
See checksums.txt for SHA256 verification.
Full Changelog: https://github.com/wolfiesch/wolfies-executive-function/commits/v0.2.0
v0.1.0
Wolfies iMessage CLI v0.1.0
Installation
brew tap wolfiesch/executive-function
brew install wolfies-imessageManual Installation
Download the appropriate archive for your system:
- Apple Silicon (M1/M2):
wolfies-imessage-0.1.0-aarch64-apple-darwin.tar.gz - Intel Mac:
wolfies-imessage-0.1.0-x86_64-apple-darwin.tar.gz
What's Included
wolfies-imessage- Rust CLI binary (fast ~3ms spawn)daemon/- Python daemon files
Checksums
See checksums.txt for SHA256 verification.
What's Changed
- chore: package gateway for PyPI release by @wolfiesch in #1
- feat: add iMessage daemon and LLM-friendly output by @wolfiesch in #2
- chore: add benchmark harness and reports by @wolfiesch in #3
- feat(gateway): Rust daemon client for 12x spawn overhead reduction by @wolfiesch in #4
- refactor(gateway): convert Rust client to workspace with shared wolfies-core by @wolfiesch in #5
New Contributors
- @wolfiesch made their first contribution in #1
Full Changelog: https://github.com/wolfiesch/Life-Planner/commits/v0.1.0