https://github.com/yhoungdev/glimpse
Glimpse is a lightweight macOS daemon that monitors system activity and sends real-time alerts to Telegram.
https://github.com/yhoungdev/glimpse
daemon events message monitoring
Last synced: 4 months ago
JSON representation
Glimpse is a lightweight macOS daemon that monitors system activity and sends real-time alerts to Telegram.
- Host: GitHub
- URL: https://github.com/yhoungdev/glimpse
- Owner: yhoungdev
- Created: 2025-05-05T10:28:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T22:07:20.000Z (about 1 year ago)
- Last Synced: 2025-07-03T07:50:33.159Z (12 months ago)
- Topics: daemon, events, message, monitoring
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glimpse
**Glimpse** is a simple, lightweight Rust daemon that runs quietly in the background on your system and sends real-time alerts to your Telegram.
---
## ✨ Features
- Runs as a background daemon
- Monitors system metrics (CPU, disk, memory, etc.)
- Sends instant alerts to your Telegram via bot
- Lightweight and efficient — built with Rust 🦀
---
## 🛠 Requirements
- macOS or Linux
- [Rust](https://www.rust-lang.org/tools/install) (1.70+ recommended)
- A Telegram bot token & chat ID
- You can get your chat ID by using the Telegram Raw Bot (https://t.me/RawDataBot).
- Use BotFather to create your bot and get the token (https://t.me/BotFather).
---
