Note
This is a fork of VibeProxy. Pre-built releases are not available. Please build from source.
- macOS 13.0 (Ventura) or later
- Swift 5.9+
- Xcode Command Line Tools
- Git
-
Clone or download this repository
cd ellproxy -
Build the app
./create-app-bundle.sh
This will:
- Build the Swift executable in release mode
- Bundle CLIProxyAPIPlus
- Create
EllProxy.app - Sign it with your Developer ID (if available)
-
Install
# Move to Applications folder mv EllProxy.app /Applications/ # Or run directly open EllProxy.app
# Quick build and run
make run
# Build .app bundle
make app
# Install to /Applications
make install
# Clean build artifacts
make cleanIf you have an Apple Developer account, the build script will automatically detect and use your Developer ID certificate for signing.
To manually specify a certificate:
CODESIGN_IDENTITY="Developer ID Application: Your Name (TEAMID)" ./create-app-bundle.shBefore installing any downloaded app, verify its authenticity:
All source code is available in this repository - feel free to review before building.
This can happen if download quarantine attributes cause issues:
xattr -cr /Applications/EllProxy.appThen try opening again.
Error: Swift not found
# Install Xcode Command Line Tools
xcode-select --installError: Permission denied
# Make scripts executable
chmod +x build.sh create-app-bundle.sh- Check System Requirements: macOS 13.0 (Ventura) or later
- Check Logs: Look for errors in Console.app (search for "EllProxy")
- Check the README for more information
