{"id":50773843,"url":"https://github.com/agent-rt/aglet-apps","last_synced_at":"2026-06-11T21:36:19.278Z","repository":{"id":358078092,"uuid":"1239444815","full_name":"agent-rt/aglet-apps","owner":"agent-rt","description":"Source miniapps for corelet — fork, edit, `corelet publish` to share.","archived":false,"fork":false,"pushed_at":"2026-06-11T07:26:10.000Z","size":728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T21:35:42.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agent-rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-15T05:17:31.000Z","updated_at":"2026-06-11T07:26:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agent-rt/aglet-apps","commit_stats":null,"previous_names":["agent-rt/corelet-apps","agent-rt/aglet-apps"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/agent-rt/aglet-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Faglet-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Faglet-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Faglet-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Faglet-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agent-rt","download_url":"https://codeload.github.com/agent-rt/aglet-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Faglet-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34219510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-11T21:36:18.270Z","updated_at":"2026-06-11T21:36:19.262Z","avatar_url":"https://github.com/agent-rt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aglet-apps\n\nSource aglets for [Aglet](https://github.com/agent-rt/aglet) — small\ndeclarative apps that run inside the host. Each subdirectory packs into\na `.aglet` tarball published to\n[aglet-registry](https://github.com/agent-rt/aglet-registry).\n\n## Layout\n\n```\n\u003cid\u003e/\n  \u003cid\u003e.json              # manifest\n  \u003cid\u003e.ui.tsx            # UI (TSX subset → JSON IR)\n  \u003cid\u003e.scripts.js        # optional in-page scripts\n  \u003cid\u003e.background.js     # optional QuickJS worker (legacy; prefer manifest.jobs)\n  _locales/              # optional Chrome-ext-style i18n\n  icon.png               # optional bundled icon\n  screenshots/           # optional bundled screenshots\n```\n\nSee `aglet agents-md` for the authoring reference, or\n[aglet/AGENTS.md](https://github.com/agent-rt/aglet/blob/main/AGENTS.md).\n\n## Local dev\n\n```sh\ncd calc\naglet validate calc.json            # check shape\naglet install calc.json             # install into running Aglet.app\naglet uninstall calc\n```\n\n## Publish\n\nTag `\u003cid\u003e-v\u003cversion\u003e` and push; CI runs `aglet publish` against\naglet-registry.\n\n```sh\ngit tag calc-v0.1.0\ngit push --tags\n```\n\n`aglet publish --dry-run` shows what would be sent.\n\n## Apps\n\n| id | description |\n|---|---|\n| `calc` | iOS-style calculator |\n| `copywriter` | LLM-generated product copy |\n| `footprint` | Visited places on a map |\n| `fx` | Currency conversion + landed-cost |\n| `gh` | GitHub review queue (uses `gh` CLI) |\n| `hn` | HackerNews reader with translation |\n| `img-convert` | Convert PNG/JPEG/WebP/BMP |\n| `inbox` | Quick capture + archive notebook |\n| `issues` | Lightweight issue tracker |\n| `jp-cards` | Japanese SRS flashcards |\n| `json` | Format / minify / validate JSON |\n| `kanban` | Backlog / In Progress / Done board |\n| `ledger` | Income + expense tracking |\n| `memory` | Agent long-term memory store |\n| `pomodoro` | 25/5 timer |\n| `profile` | Profile form (DatePicker/Slider/RadioGroup demo) |\n| `qr` | QR encode + decode |\n| `reader` | URL → markdown + AI summary |\n| `reminders` | Reminders with due-time notifications |\n| `sysmon` | Menubar system monitor — CPU / mem / disk / GPU / battery / temp / fan / network |\n| `tasks` | Task list with priority + project |\n| `timer` | Countdown timer |\n| `translate` | LLM-powered translator |\n| `weight` | Daily weight log with chart |\n\n## Contributing\n\n1. Fork.\n2. Add `\u003cid\u003e/aglet.json` + `\u003cid\u003e/ui.tsx` (or `aglet new \u003cid\u003e` for a skeleton). Optional: `\u003cid\u003e/scripts.js`, `\u003cid\u003e/locales/`, `\u003cid\u003e/tests/\u003cid\u003e.test.json`.\n3. `aglet validate ./\u003cid\u003e/aglet.json` must pass.\n4. Open PR. CI validates; a maintainer merges; tag to publish.\n\n## License\n\nEach app declares its own `manifest.license`. The repo itself is MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-rt%2Faglet-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagent-rt%2Faglet-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-rt%2Faglet-apps/lists"}