Open-source local-first work agent

Local work signals, policy-gated action paths.

Maekon is an Apache-2.0 local-first desktop agent that can be used independently without ONESHIM. It organizes local work signals into next-action candidates and can route approved actions through policy-gated, audited automation.

macOS · Windows · Linux

What Maekon does

Native-speed context, on your device.

Local context capture

Active windows, idle state, and screen activity stay on your machine. Edge processing extracts only what matters.

Next-action candidates

A priority queue surfaces local candidates for what may deserve attention next. Execution is a separate opt-in path gated by approval, policy, and audit.

Edge intelligence

Screen capture, delta encoding, OCR, and PII filtering run on-device so the network never sees raw frames.

Policy-gated automation

Approved actions run through automation policies, sandbox profiles, and local audit logs before execution.

Install in 30 seconds

Get Maekon running on your device.

macOS / Linux
curl -fsSL -o /tmp/maekon-install.sh https://raw.githubusercontent.com/pseudotop/maekon-client/main/scripts/install.sh
MAEKON_VERSION=v0.0.1-rc.5 bash /tmp/maekon-install.sh --require-signature
Windows (PowerShell)
$tmp = Join-Path $env:TEMP "maekon-install.ps1"
Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pseudotop/maekon-client/main/scripts/install.ps1" -OutFile $tmp
powershell -ExecutionPolicy Bypass -File $tmp -Version v0.0.1-rc.5 -RequireSignature

For organizations

Optional ONESHIM path, separate from the desktop product.

Maekon remains an independent open-source desktop agent. For teams that need on-premise deployment, admin control, organization ontology, permissions, audit logs, and governed execution, Maekon can become an optional edge input and control channel for ONESHIM.

Review ONESHIM

On-premise deployment

Move from local review to an organization-scoped ONESHIM PoC only when deployment boundaries are explicit.

Admin and audit controls

ONESHIM adds permissions, review queues, audit logs, and role-specific reporting flows for enterprise operation.

Separate scope agreement

This path is separate from the Apache-2.0 desktop product and requires explicit PoC scope agreement.