sqeel
…
Vim-native SQL client.
MySQL · Postgres · SQLite · DuckDB (CSV / Parquet queries out of the
box). Terminal (ratatui) and native GUI (iced) from one core. Per-file
TOML connections, OS-keyring credentials, sqls LSP, tree-sitter
highlighting, query-history fuzzy picker.
buffr
…
Vim-inspired browser.
Native, GPU-accelerated. Two backends behind one
BrowserEngine trait — CEF for legacy parity, blink-cdp
(headless Chromium over CDP) for sandboxed isolation; per-domain rules
pick the engine per tab. Modal browsing, hint-mode, ex-style command
palette, find-in-page, IME, PiP.
hjkl
…
Modal editor + vim engine.
Vim-modal terminal editor — multi-buffer, fuzzy file/buffer/grep
pickers, lazygit-adjacent <leader>g git surface,
runtime tree-sitter grammar loading via hjkl-bonsai, backend-agnostic
hjkl-theme stack, marks / macros / dot-repeat /
@: last-ex repeat. Same vim FSM (hjkl-vim)
drives sqeel, buffr, and inbx.
inbx
…
Modal-vim email client.
IMAP/SMTP, Gmail XOAUTH2, Microsoft Graph, JMAP — one client, every
inbox. Maildir + SQLite (WAL) + tantivy. Multi-folder sync with optional
inbx-sync IPC daemon. CalDAV + CardDAV + ManageSieve. PGP
via gpg or local keys. Composer powered by hjkl.
hodl
…
Light crypto wallet, TUI.
ratatui UI, BIP-39 seed, BIP-32/44 derivation. Bitcoin · ETH · BSC ·
Monero · NavCoin · LTC · DOGE · BCH. ERC-20 token reads on Ethereum +
BSC. Optional OS-keyring vault auto-unlock. TOFU cert pinning on every
Electrum endpoint. Local keys, encrypted at rest. Never phones home.
pikr
…
Vim-modal picker / launcher.
Rofi replacement with hjkl keys. dmenu over stdin, XDG
.desktop drun, $PATH run. Floem-rendered with
Wayland layer-shell incoming via a winit fork. Normal/insert modal
split, vim motions, fuzzy match via nucleo. Single binary, no daemon, no
telemetry.
gpur
…
btop-style GPU monitor, TUI.
NVIDIA · AMD · Intel · Apple, on Linux, macOS, and Windows. Utilization,
VRAM, temperature, power, clocks, per-process usage — live braille
graphs in ratatui. Graceful degradation when a backend can't answer.
Single binary, no daemons.
hrdr
…
Agentic coding harness.
"Herder" — a fast agentic coding harness for OpenAI-compatible and
Anthropic models. TUI and native GUI from one agent core. Adaptive tool
set + MCP, sub-agents, persistent memory, prompt caching, guardrails
that hard-block foot-guns. The vim layer is hjkl, of course.
infr
wip
LLM inference engine.
Pure-Rust LLM inference, Vulkan-first — built to run on any mainstream
GPU without a CUDA toolchain. OpenAI-compatible server with tool calls
and SSE streaming. Backend for hrdr and anything else that speaks the
API.