๐ One-Click Installation
Install WinterMelon Scribe with a single command. The program will automatically run in the background and start with your Mac.
Install in One Command โญ
# 1. Clone or download the project
git clone https://github.com/ParseDark/wintermelon_scribe.git
cd wintermelon_scribe
# 2. One-click install (automatically configures everything)
./install.shAfter Installation
- ๐ Auto-start at boot
- ๐คซ Runs silently in background
- ๐ซ No terminal window needed
- โจ๏ธ Hotkey Ctrl + / ready to use
- ๐๏ธ Process name shows as "WinterMelon Scribe"
First Time Use
1. Grant_permissions
After installation, the system will prompt you to grant permissions:
- System Preferences โ Security & Privacy โ Privacy
- Select Accessibility โ Add Terminal or Python application
- Select Screen Recording โ Add Terminal or Python application
โ ๏ธ Restart the program after setting permissions
2. Configure API KeysEdit the .env file:
# Transcription service (choose one)
SILICONFLOW_API_KEY=your-api-key-here
# OR
GROQ_API_KEY=your-groq-api-key-here
TRANSCRIPTION_PROVIDER=groq3. Get API Keys
SiliconFlow (Recommended)
- Register: cloud.siliconflow.cn/i/VQcfhhQS (opens in a new tab) โ
- Get key: API Keys (opens in a new tab) โ
Groq Alternative
- Register: groq.com (opens in a new tab)
- Get API key from dashboard
Common Operations
Check Running Status
./status.shUninstall the Program
./uninstall.shUpdate Configuration
After modifying .env file:
./uninstall.sh && ./install.shUsage
- Press Ctrl + / to start recording
- Speak naturally
- Release key to automatically process and paste
That's it! WinterMelon Scribe is now configured and ready to use.