Actively maintained fork of gao-sun/eul with Xcode 26 / macOS compatibility fixes. Full credits and original project by @gao-sun.
- Fixed build compatibility with Xcode 26 and modern macOS
- Disabled
ENABLE_USER_SCRIPT_SANDBOXINGto unblock the SwiftFormat build phase - Fixed
SDKROOTresolution (was causing "invalid absolute path 'macosx'" error) - Replaced deprecated
kIOMainPortDefaultwith availability-guarded fallback for macOS < 12 - Refactored BluetoothStore to use modern APIs without deprecated IOBluetooth framework
- Updated entitlements across all widget extensions
- Dark Mode compatible
- Big Sur widgets out of the box
- Bluetooth battery level
- Written in SwiftUI (as much as possible)
macOS 10.15 minimum for SwiftUI support
Download eul.app.zip and drag eul.app into your /Applications folder.
Right-click → Open on first launch to bypass Gatekeeper for unsigned builds.
shasum -a 256 eul.app.zipExpected:
de4cd8b235f3e40279b1bde5d23b935d47e33d16269167654376080ea1a01e34 eul.app.zip
xcodebuild -project eul.xcodeproj \
-scheme eul \
-configuration Release \
-derivedDataPath ~/Desktop/eul-build \
buildThen copy ~/Desktop/eul-build/Build/Products/Release/eul.app to your /Applications folder.
brew install --cask eulSearch eul or click here.
Note: Some features are disabled and the version is out of date.
brew install --cask eulSearch eul or click here to view in App Store.
Note:
- Some features are disabled due to the removal of all SMC calls.
- The version is out-dated.
Click here to browse our latest release notes.
let languages = [
"简体中文", "English", "Arabic",
"Deutsch", "Русский", "Español",
"Português", "Монгол", "한국어",
"日本語", "Français", "Українська",
"Svenska", "Čeština", "Italiano",
"繁體中文", "မြန်မာဘာသာ", "Magyar",
"ไทย", "Türkçe"
];
