Aglet

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

macOS iOS (coming) Android (coming) Web

What is Aglet?

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.

Built-in aglets

Open Aglet, get to work immediately. Twenty-plus tools, no setup.

Timerpresets, focus
CalculatoriOS-style, keyboard
JSON Toolsformat, minify, validate
HN Readerlikes, blocks
Reminderscapture, schedule
Taskskanban + list
Inboxquick notes
Issueslightweight tracking
Ledgerexpense + income
Profilelocal identity
Memoryknowledge notes
JP CardsJapanese vocabulary
QRencode / decode
FXcurrency convert
Translatelocal-LLM ready
Copywritercontent drafts
GitHub PRsreview tracker
Schedulercron jobs
...and moreat the catalog

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.

Try it now

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)打包成一个应用的工作流套件。 每个 aglet 是一个自包含的工作流,大多由 AI 编写,经 GitHub PR 公开审核后加入 catalog。

所有 aglet 在本地运行。无账号、无埋点、无跟踪。

开箱即用的 aglet

打开就用,20+ 工具无需配置。

计时器预设 / 专注
计算器iOS 风格
JSON 工具格式化 / 校验
HN 阅读器点赞 / 屏蔽
提醒事项快速记录
任务看板 + 列表
收件箱速记
Issues轻量跟踪
记账收支
个人资料本地身份
记忆库知识笔记
日语单词词卡复习
QR编码 / 解码
FX汇率换算
翻译本地 LLM 就绪
文案内容草稿
GitHub PRreview 跟踪
调度器cron 任务
更多……见 catalog

为什么安全

沙盒架构

aglet 是声明式 IR + 可选 QuickJS。无原生代码、无 DOM、默认无 fetch

权限可视

每次安装显示所需权限。网络访问要 URL allowlist,安装前可见。

公开审核

每个 aglet 都经 GitHub PR 审核 —— 作者身份、源码 diff、reviewer 签名公开可查。

本地优先

数据存本地 SQLite。无云端、无分析、无埋点。