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: 7 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T22:59:12.000Z (over 1 year ago)
- Last Synced: 2025-04-09T01:24:48.034Z (8 months ago)
- Topics: app, macos, monitor, monitoring, status-monitoring, statusbar, swiftui
- Language: Swift
- Homepage:
- Size: 2.11 MB
- Stars: 9,455
- Watchers: 73
- Forks: 355
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-tools - eul - 开源的系统监控工具,类似 iStat Menus。 (Monitoring / Management Tool)
- awesome-swift-macos-apps - eul - sun/eul?label=" /> <img align="bottom" height="13" src="https://img.shields.io/github/last-commit/gao-sun/eul?style=flat&label=" /> - macOS status monitoring app written in SwiftUI. (Utilities / Text)
- my-awesome - gao-sun/eul - monitoring,statusbar,swiftui pushed_at:2024-05 star:9.7k 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)
- awesome-starts - gao-sun/eul - 🖥️ macOS status monitoring app written in SwiftUI. (Swift)
README
# eul

## 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"
];
```