Aglet

AI workflow tools. Local-first. Reviewed in public.

macOSiOS (coming)Android (coming)Web

What is Aglet?

Aglet is a single app that hosts small, focused tools — what we call aglets. Each aglet is a self-contained workflow, mostly authored by AI agents and reviewed by humans in public GitHub PRs before being added to the catalog. It starts with a few tools and grows in public.

Everything runs locally. No accounts, no telemetry, no tracking.

Built-in aglets

Open Aglet, get to work immediately. A focused starter set, no setup — more land in public.

HN ReaderAI-translated Hacker News
GitHub PRsreview queue + your open PRs
GitHub Actionswatch + run CI
AI Token UsageClaude + Codex, in the menu bar
…and moregrowing, in public

Why it's safe

Sandboxed by construction

Aglets are declarative IR + optional QuickJS scripts. No native code. No DOM. No fetch by default.

Permissions you can see

Every install shows declared permissions. Network access requires a URL allowlist visible to you.

Reviewed in public

Every aglet enters the catalog via GitHub PR with author identity, source diff, and reviewer signature.

Local-first

Your data lives in a local SQLite database. No cloud, no analytics, no telemetry.

Get it

Download the app (macOS), or install the CLI via Homebrew:

# App — download the signed .dmg, drag to Applications:
# https://cdn.aglet.dev/dist/Aglet.dmg

# CLI (dev / authoring tool):
brew install agent-rt/tap/aglet

The app self-updates via Sparkle. iOS / Android coming. Build from source: github.com/agent-rt/aglet.