{"package_name":"dev.argus","name":"Argus","summary":"Natural-language automation compiled by an LLM, run by a deterministic engine.","category":"System","icon_url":"/api/icon/dev.argus","latest_version_code":1102,"latest_version_name":"0.3.4","apk_url":"/api/apk/dev.argus","apk_size":48051686,"apk_sha256":"ad8738b03beac7f652fab63458f3e41ed7e482e0c3875507f64c62656b7f318b","source_kind":"fdroid-repo","repo_slug":"fdroid-main","last_updated":1788404418,"release_timestamp":1788334366,"description":"Argus is a Tasker-class automation app where a large language model is the compiler, not the executor.\n\nYou describe a rule in plain language — \"every day at 9 send me the BTC price\", \"when I leave home turn off Wi-Fi\", \"if an OTP arrives, copy it to the clipboard\". The model compiles your request into a structured, typed rule (trigger, conditions, actions). You review it rendered from the types — never from the model's paraphrase — and approve a byte-stable SHA-256 fingerprint of the executable data. From then on a deterministic engine runs the rule: OS alarms, system receivers, geofences, the notification listener. The model is never in the execution loop, except for actions you explicitly mark as generative.\n\nWhy this matters:\n\n* Predictable — the rule that fires at 3 a.m. is exactly the one you approved, byte for byte.\n* Auditable — every run is logged locally, without personal content.\n* Private by design — no Argus-operated backend or account, no telemetry and no analytics. Rules, logs and encrypted API keys stay on your phone; only the provider or self-hosted bridge you explicitly configure receives compile/generative requests.\n\nThe language-model transport is pluggable: run a self-hosted bridge, or connect directly to a provider you choose. A base tier works with no elevated privileges; for system-level actions Argus can use Shizuku.\n\nNote: connecting a proprietary provider (OpenAI, Anthropic, Google) is optional — Argus can instead use a self-hosted bridge together with its on-device deterministic actions.\n\nArgus is free software (GPL-3.0). The interface, rule rendering and the agent all follow your system language (English or Italian).\n","categories":["System"]}