Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gao-sun/eul
🖥️ macOS status monitoring app written in SwiftUI.
https://github.com/gao-sun/eul
app macos monitor monitoring status-monitoring statusbar swiftui
Last synced: 2 days ago
JSON representation
🖥️ macOS status monitoring app written in SwiftUI.
- Host: GitHub
- URL: https://github.com/gao-sun/eul
- Owner: gao-sun
- License: mit
- Created: 2020-06-26T07:10:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T22:59:12.000Z (7 months ago)
- Last Synced: 2024-12-03T02:05:57.229Z (9 days ago)
- Topics: app, macos, monitor, monitoring, status-monitoring, statusbar, swiftui
- Language: Swift
- Homepage:
- Size: 2.11 MB
- Stars: 9,332
- Watchers: 72
- Forks: 351
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - gao-sun/eul - 🖥️ macOS status monitoring app written in SwiftUI. (Swift)
- awesome-starts - gao-sun/eul - 🖥️ macOS status monitoring app written in SwiftUI. (Swift)
- my-awesome - gao-sun/eul - monitoring,statusbar,swiftui pushed_at:2024-05 star:9.3k fork:0.4k 🖥️ macOS status monitoring app written in SwiftUI. (Swift)
- open-source-mac-os-apps - eul - macOS status monitoring app written in SwiftUI. ![swift_icon] (Applications / Utilities)
- open-source-mac-os-apps - eul - macOS status monitoring app written in SwiftUI. ![swift_icon] (Applications / Menubar)
- awesome-swift-macos-apps - eul - sun/eul?label=" /> - macOS status monitoring app written in SwiftUI. (Utilities / Text)
- awesome-swift-macos-apps - eul - sun/eul?label=" /> - macOS status monitoring app written in SwiftUI. (System / Text)
README
# eul
![Preview](https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg)
## Highlights
- Dark Mode compatible
- Big Sur widgets out of the box
- Bluetooth battery level
- Written in SwiftUI (as much as possible)## OS Requirement
macOS 10.15 minimum for SwiftUI support
## Installation
### Download
Download the [latest release](https://github.com/gao-sun/eul/releases/latest/download/eul.app.zip) directly and drag `.app` file into your `Application` folder.
### Homebrew Cask
```bash
brew install --cask eul
```### App Store
Search `eul` or [click here](https://apps.apple.com/us/app/eul/id1537133867) to view in App Store.
Note:
1. Some features are disabled due to the removal of all SMC calls.
2. The version is out-dated.### Release Notes
[Click here](https://github.com/gao-sun/eul/releases/latest) to browse our latest release notes.
## Contributors
XaoflySho
💻
akeschmidi
🌍
Nikolay Kostyurin
🌍
Jesus
🌍
Darío Hereñú
🌍
R. Fuehrer
🌍
Jorge Claro
🌍
Zorig
🌍
lill74
🌍
strafe
🌍
Andy Hong
🌍
treastrain / Tanaka Ryoga
🌍
Baptiste C.
🌍
Luca
🌍
Ali AOUF | علي عوف
🌍
Seungbin Oh
🌍
nrudnyk
🌍
カワリミ人形
📖
Ivy Jackson
💻
J-rg
🌍
Jevon Mao
💻
Tekrific
🌍
nebeker
🌍
Adam
🌍
stosumarte
🌍
gnehs
🌍
Animenosekai
🌍
Soe Wai Yan Myo Win
🌍
Vojtěch Kaizr
🌍
wqer
🌍
sn0wmem0ry
🌍
代码家
💻
Emir Sarı
🌍
## Language Support
```swift
let languages = [
"简体中文", "English", "Arabic",
"Deutsch", "Русский", "Español",
"Português", "Монгол", "한국어",
"日本語", "Français", "Українська",
"Svenska", "Čeština", "Italiano",
"繁體中文", "မြန်မာဘာသာ", "Magyar",
"ไทย", "Türkçe"
];
```