Platform

Local-first context for AI workflows.

Maekon ships as a single Rust binary with an embedded WebView dashboard. No telemetry by default; everything stays on your device unless you opt in.

  • Local context capture

    Active windows, idle state, system metrics, screen activity. The capture loop runs natively in 14 Rust crates with bounded memory and lock-free queues.

  • Edge intelligence

    Screen frames are processed locally with delta encoding, WebP compression, and an importance trigger. OCR and PII filtering run on-device before any optional sync.

  • Real-time suggestions

    An SSE/gRPC stream surfaces the next focus win as a desktop notification or inline toast. Your accept/reject feedback tunes the model locally.

  • Auditable automation

    Every automation action — from input synthesis to file access — passes a policy check and lands in a tamper-evident audit log.