On-device search engine for notes, transcripts, and code that blends BM25 full-text, vector semantic search, and a local LLM re-rank — all running offline via node-llama-cpp and SQLite. Ships an MCP server so AI agents can query your knowledge base.
Cross-platform GTD task manager for desktop, mobile, and web that covers the full Capture→Clarify→Organize→Reflect→Engage workflow with a local-first data model and flexible sync backends. Optional BYOK AI copilot and automation (CLI, REST API, MCP) help clarify and break down tasks.
Generates natively editable PPTX from PDFs, DOCX, URLs, or Markdown — producing real PowerPoint shapes, text boxes, and charts (not images). An open-source, model-agnostic, local-first pipeline that integrates with multiple AI editors while keeping your data on-device.
Drives AI coding agents through a five-phase loop — discuss, plan, execute, verify, ship — offloading heavy work to fresh-context subagents to fight context rot. The main session stays lean while parallel waves do the building.
Generates summaries from URLs, YouTube videos, podcasts, PDFs, and local audio or video files. Backend-agnostic by design: the same pipeline drives local coding CLIs (Claude, Codex, Gemini) or hosted API providers (OpenAI, Google, xAI).
CLI (chub) that lets coding agents search, fetch, and annotate curated, versioned API docs and agent skills — agents read inspectable, language-specific docs instead of noisy web search. Features: incremental fetch, local annotations, feedback-to-maintainers.
Provides a plug-and-play inference engine that lets language models programmatically inspect, decompose, and recursively call themselves to handle very long contexts; supports local and cloud REPL sandboxes, multiple LLM backends, and trajectory logging/visualization.
Run official Claude Code/Codex/Gemini/OpenCode coding sessions locally and control them remotely via Web/PWA/Telegram — local-first workflow with seamless handoff between local and remote, AFK approvals from phone, voice assistant, and multi-agent CLI support.
A Claude Code plugin for long-form serial fiction that keeps characters, timeline, and world rules consistent across hundreds of chapters. Facts are committed to a versioned state store, and review gates flag contradictions before each chapter.
Displays live session status inside Claude Code — token-accurate context bar, usage, active tools, running agents, and todo progress in a compact statusline. Uses Claude Code's native statusline API and is configurable for terminal workflows.
Provides a Python API, CLI, and agent skill to programmatically access Google NotebookLM — exposing features the web UI omits (batch imports/exports, PPTX slides, mind‑map JSON) and integrating with LLM agents like Claude Code and Codex.