Clawlet is a personal AI agent that ships as a single, self-contained binary. No runtime, no package manager, no external database.
The main thing that sets it apart: built-in hybrid semantic memory search (vector similarity + full-text) using a bundled SQLite with vector extensions. The index is just a local .sqlite file — no separate vector DB to run. Drop the binary on any machine and memory search just works.
GitHub: https://github.com/mosaxiv/clawlet