Hacker News new | ask | show | jobs
by surajkumar5050 139 days ago
Just to clarify one more point: the language model is also local.

It runs via Ollama on the same machine as the assistant. There’s no cloud inference, no API calls to OpenAI/Anthropic/etc., and no data sent out for processing. The model is only used to parse intent and time expressions, not to execute actions or access credentials.

If the machine has no internet connection, the assistant still works locally, the only thing you lose is the ability to message it remotely via Telegram.

Happy to clarify further, but this is intentionally designed to be local-first end to end.