Tasks
Tasks (@ikenga/pkg-tasks) is a local-first task manager that runs as a panel inside the Ikenga shell. List, agenda, and triage views over your own tasks — real CRUD, stored on your machine, no cloud account.
See the Tasks feature page for the product tour.
Install
Section titled “Install”ikenga add @ikenga/pkg-tasksRequires the Ikenga shell. Install the shell →
What it is
Section titled “What it is”| Package | @ikenga/pkg-tasks (com.ikenga.tasks) |
| Archetype | UI iframe (kind: embedded) — a panel in the shell’s Ops section |
| Storage | Local SQLite (ikenga.local), table tasks |
| Network | https://esm.sh only (module CDN) |
As of v0.4.0, Tasks is SQLite-only — the earlier Supabase dependency was dropped, so your tasks live entirely on your machine. Nothing is uploaded to be useful.
Permissions
Section titled “Permissions”Tasks asks for the minimum: SQLite access to the tasks table and network to the module CDN. No filesystem write, no shell execution, no secrets — so it auto-trusts on install.