AI workflow tools. Local-first. Reviewed in public.
Aglet is a single app that bundles dozens of 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.
Everything runs locally. No accounts, no telemetry, no tracking.
Open Aglet, get to work immediately. Twenty-plus tools, no setup.
Aglets are declarative IR + optional QuickJS scripts. No native code. No DOM. No fetch by default.
Every install shows declared permissions. Network access requires a URL allowlist visible to you.
Every aglet enters the catalog via GitHub PR with author identity, source diff, and reviewer signature.
Your data lives in a local SQLite database. No cloud, no analytics, no telemetry.
Build from source (mac):
git clone https://github.com/agent-rt/aglet
cd aglet
just build-app && open zig-out/Aglet.app
App Store and Play Store listings coming soon. For now, downloads on GitHub.
Aglet 是一个把几十个小工具(aglet)打包成一个应用的工作流套件。 每个 aglet 是一个自包含的工作流,大多由 AI 编写,经 GitHub PR 公开审核后加入 catalog。
所有 aglet 在本地运行。无账号、无埋点、无跟踪。
打开就用,20+ 工具无需配置。
aglet 是声明式 IR + 可选 QuickJS。无原生代码、无 DOM、默认无 fetch。
每次安装显示所需权限。网络访问要 URL allowlist,安装前可见。
每个 aglet 都经 GitHub PR 审核 —— 作者身份、源码 diff、reviewer 签名公开可查。
数据存本地 SQLite。无云端、无分析、无埋点。