close
Skip to content

knjf/spool

 
 

Repository files navigation

Spool

The missing search engine for your own data.

Spool

Search your Claude Code sessions, Codex CLI history, GitHub stars, Twitter bookmarks, and YouTube likes — locally, instantly.

Early stage. Spool is under active development — expect rough edges. Feedback, bug reports, and ideas are very welcome via Issues or Discord.

Install

Download the latest .dmg from Releases. Apple Silicon only.

Or build from source:

pnpm install
pnpm build
# DMG is in packages/app/dist/

What it does

Spool indexes your AI conversations and bookmarks into a single local search box.

  • AI sessions — watches ~/.claude/ and ~/.codex/ in real time
  • Bookmarks & stars — pulls from 50+ platforms via OpenCLI
  • URL capture — save any URL with Cmd+K
  • Agent search — a /spool skill inside Claude Code feeds matching fragments back into your conversation

Everything stays on your machine. Nothing leaves.

Architecture

packages/
  app/      Electron macOS app (React + Vite + Tailwind)
  core/     Indexing engine (SQLite + FTS5)
  cli/      CLI interface (`spool search ...`)
  landing/  spool.pro website

Development

pnpm install
pnpm dev          # starts app + landing in dev mode
pnpm test         # runs all tests

Release

./scripts/release.sh        # bump version, build, create GitHub release

License

MIT

About

The missing search engine for your own data.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 81.4%
  • HTML 15.9%
  • Shell 1.1%
  • JavaScript 1.1%
  • CSS 0.5%