Argus
Natural-language automation compiled by an LLM, run by a deterministic engine.
JackRushante System
Beschreibung
Diese Beschreibung liegt nicht in deiner Sprache vor, angezeigt wird die englische Fassung.
Argus is a Tasker-class automation app where a large language model is the compiler, not the executor.
You 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.
Why this matters:
* Predictable — the rule that fires at 3 a.m. is exactly the one you approved, byte for byte.
* Auditable — every run is logged locally, without personal content.
* 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.
The 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.
Note: connecting a proprietary provider (OpenAI, Anthropic, Google) is optional — Argus can instead use a self-hosted bridge together with its on-device deterministic actions.
Argus is free software (GPL-3.0). The interface, rule rendering and the agent all follow your system language (English or Italian).
Versionen
Berechtigungen
Was die App beim System anfragt. Sensible Zugriffe gibt Android erst nach deiner Bestätigung frei.
- BenachrichtigungenMitteilungen anzeigen.
- NetzwerkstatusPrüfen, ob und wie das Gerät verbunden ist.
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- Ungefährer StandortStandort per Netzwerk bestimmen.
- Genauer StandortStandort per GPS bestimmen.
- Standort im HintergrundStandort auch dann ermitteln, wenn die App nicht geöffnet ist.
- AutostartNach dem Einschalten des Geräts automatisch starten.
- Exakte AlarmeAktionen zu einem genauen Zeitpunkt auslösen.
12 weitere Berechtigungen anzeigen
- Dienst im VordergrundDauerhaft im Hintergrund laufen, sichtbar in der Statusleiste.
- FOREGROUND_SERVICE_SPECIAL_USE
- SMS empfangenEingehende Kurznachrichten verarbeiten.
- TelefonstatusErkennen, ob ein Anruf läuft, und Geräteinformationen lesen.
- READ_CALL_LOG
- Bluetooth-VerbindungMit gekoppelten Bluetooth-Geräten verbinden.
- ACCESS_NOTIFICATION_POLICY
- alarm.permission.SET_ALARM
- VibrationDen Vibrationsalarm steuern.
- InternetzugriffDaten über das Internet senden und empfangen.
- permission.API_V23
- argus.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Kommentare