Download KymFlow¤
KymFlow is available as a one-click desktop application for macOS.
Download¤
Download the latest release from the GitHub Releases page.
The macOS application is provided as a .zip file containing KymFlow.app.
Installation (macOS)¤
Step 1: Download and Extract¤
- Download the
KymFlow-macos-intel-*.zipfile from the releases page - Uncompress the zip file (double-click or use
unzipin Terminal) - You should now have a
KymFlow.appfile
Step 2: Run the Application (First Time)¤
macOS may show a warning about an "unknown developer" when you first try to open the app. This is normal for applications that aren't signed with an Apple Developer certificate. To run KymFlow:
- Option + Right-click (or Control + Click) on
KymFlow.app - Select "Open" from the context menu
- You will see a warning dialog saying "KymFlow is from an unidentified developer"
- Click "Open" in the warning dialog
- The application will launch
First Time Only
You only need to do this once. After the first time, you can double-click KymFlow.app normally and it will open without any warnings.
Alternative Method¤
If you prefer using Terminal:
# Navigate to the folder containing KymFlow.app
cd /path/to/KymFlow.app
# Remove the quarantine attribute
xattr -d com.apple.quarantine KymFlow.app
# Now you can open it normally
open KymFlow.app
System Requirements¤
- macOS: 10.13 (High Sierra) or later
- Architecture: Intel (x86_64)
- Python: Included in the app bundle (no separate installation needed)
Troubleshooting¤
App Won't Open¤
If the app still won't open after following the steps above:
- Check System Preferences → Security & Privacy
- Look for a message about KymFlow being blocked
- Click "Open Anyway" if available
App Crashes on Launch¤
- Check the Console app (Applications → Utilities → Console) for error messages
- Ensure you're running a supported macOS version
- Try downloading the latest release
Alternative: Install from Source¤
If you prefer to install from source or need the latest development version, see the Installation Guide for instructions on installing via uv or pip.
Getting Help¤
- Issues: Report problems on GitHub Issues
- Documentation: See the User Guide for usage instructions