A Mac application for managing your OpenClaw service and AI assistant "GuaGuaAI".
Current Status: Build Successful!
The app has been compiled and is located at: ~/Projects/WenxiManager/build/Debug/呱呱AI.app
open ~/Projects/WenxiManager/build/Debug/呱呱AI.appcp -R ~/Projects/WenxiManager/build/Debug/呱呱AI.app /Applications/
# Then open "GuaGuaAI" from Launchpadcd ~/Projects/WenxiManager
open WenxiManager.xcodeproj- Real-time OpenClaw system status
- Display current model, version, session ID
- Gateway status monitoring (start/stop/restart)
- Browse and edit core files like MEMORY.md, SOUL.md, USER.md
- View daily memory files (memory/YYYY-MM-DD.md)
- Built-in Markdown editor
- Send messages directly to OpenClaw service
- Support for multiple channels (Feishu, Telegram, Discord)
- Local chat history storage
- View all session list
- Display session type, status, last active time
- View installed skills list
- Read SKILL.md files
- Quick open skill directories
- Edit OpenClaw configuration files
- Remind to restart service after changes
- Built-in command line terminal
- Quick execution of OpenClaw commands
- Command history
The app interface uses macOS native style design:
- 🎨 Beautiful app icon (🐸 frog theme)
- 🌙 Dark mode support
- 📐 Modern SwiftUI interface
- ⌨️ Full keyboard shortcut support
| Shortcut | Function |
|---|---|
Cmd + R |
Refresh status |
Cmd + N |
Send new message |
Cmd + Return |
Send message/execute command |
WenxiManager/
├── WenxiManager/
│ ├── WenxiManagerApp.swift # App entry point
│ ├── ContentView.swift # Main interface layout
│ ├── AppViewModel.swift # App state management
│ ├── DashboardView.swift # Dashboard view
│ ├── MemoryManagementView.swift # Memory management view
│ ├── QuickChatView.swift # Quick chat view
│ ├── SessionsView.swift # Session history view
│ ├── ConfigView.swift # Configuration settings view
│ ├── SkillsView.swift # Skills management view
│ ├── TerminalView.swift # Terminal view
│ ├── Assets.xcassets/ # App resources
│ └── WenxiManager.entitlements # Sandbox permissions
├── WenxiManager.xcodeproj/ # Xcode project
├── build/ # Build output
│ └── Debug/
│ └── 呱呱AI.app # Compiled app ✅
├── build.sh # Build script
├── generate_icons.sh # Icon generation script
├── launch.sh # Launch script
└── README.md # This file
cd ~/Projects/WenxiManager
./build.shcd ~/Projects/WenxiManager
./generate_icons.sh- The app needs access to
~/.openclaw/directory to read configuration and memory files - Some features (like sending messages) require the OpenClaw gateway to be running
- First use may require allowing the app to run in System Settings > Privacy & Security
- ✅ Initial release
- ✅ Complete dashboard functionality
- ✅ Memory file management
- ✅ Quick chat feature
- ✅ Session history view
- ✅ Skills management
- ✅ Built-in terminal
- ✅ Beautiful frog-themed icon
This app helps you manage your OpenClaw service, including configuration, memory files, and conversations with your AI assistant "GuaGuaAI".
Made with ❤️
