hermespet-macos-ai-companion
Installation
SKILL.md
HermesPet macOS AI Companion Skill
Skill by ara.so — Hermes Skills collection.
What is HermesPet?
HermesPet is a native macOS application (macOS 14+) built with Swift 6 and SwiftUI that places an AI companion in your MacBook's Dynamic Island. It supports 5 parallel AI engines (DeepSeek, Kimi, MiniMax, OpenAI, Claude Code, Codex, OpenClaw, custom gateways), 5 pixel desktop pets, voice input, file drag-and-drop, multi-conversation context sharing, and local memory tracking.
Key Architecture:
- Pure native Swift 6 (no Electron/WebView)
- SwiftUI-based UI with Dynamic Island integration
- Local SQLite for conversation/memory storage
- SFSpeechRecognizer for offline voice recognition
- Multi-threaded AI engine orchestration (up to 8 simultaneous conversations)
- Embedded opencode runtime for cloud AI (zero external dependencies)
- Apache 2.0 licensed