This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/Roy3838 on 2025-03-26 04:01:52+00:00.


Hey OSS community!

I’m the solo developer of Observer AI, an open-source (FOSS) project I created for running autonomous AI agents entirely locally.

What is it?

Observer AI lets you create and run AI agents that:

  • Are powered by local LLMs through Ollama (or any v1 chat completions api)
  • Can observe your screen via OCR or screenshots
  • Process everything locally (zero cloud dependencies)
  • Execute Python code via your Jupyter server

The project is 100% open source and available at  with a demo at https://app.observer-ai.com

Why I built it

I was thinking about the use case and was scared thinking of sending sensitive data to a cloud service, so I created a solution where everything stays on my hardware.

I’d love feedback from the open source community - especially on contributions!