Observer Upgrades to a More Automated Screen Agent
Roy3838 · reddit · 2026-07-18
The author reviewed a year of improvements to the open-source project Observer: an app that lets local LLMs monitor your screen and alert you via WhatsApp/SMS/Email/Discord when events occur.
Key Changes
- Transitioned from being "very manual and unstable" to requiring almost a single sentence for setup: e.g., type "Notify me on WhatsApp when Steam finishes downloading," then verify your phone number.
- The agent builder can now autonomously drive the app to complete setup, making the experience closer to "automatically building a monitoring workflow for you."
- Can run local models directly in the browser (transformers.js), and also supports Ollama, llama.cpp, vLLM, or OpenAI-compatible endpoints.
Core Features
- Fully local inference; screen data never leaves the machine.
- In the notification chain, browser/system notifications are local; WhatsApp/SMS/Phone calls go through an author-hosted API; Telegram/Email are free but run at the author's expense; Discord goes directly through the server.
- License changed to AGPLv3, still supporting self-hosting and offline use.
Real-World Use Cases
- Monitoring browser pages and "when a specific thing I care about happens."
- Also used for personnel tracking, web monitoring, accessibility/mental health reminders, solar battery monitoring, instrument tuning reminders, etc.
More from coding & agent
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- 105 hidden bugs, 2 repos: DeepSeek V4.1 Flash fixes 24 at $1.80 vs Opus 5's 27 at $51.33 — ChartsJournalX · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- Running the Firefox MCP on Android via Termux, ngrok, and mcp-proxy — Nervous-Strain7544 · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11