CleanBook is a bookmark cleaning and classification tool with an offline-first pipeline: rules and local ML by default, optional OpenAI-compatible LLM when you need semantic assistance.
- CLI-first workflow with
cleanbookandcleanbook-wizard - Configurable taxonomy, rules, and thresholds in
config.json - Multi-format export to HTML, Markdown, and JSON
- Dedicated docs site for quick start, architecture, and development workflow
pipx install .
cleanbook -i examples/demo_bookmarks.html -o outputRun directly from source if you do not want an isolated CLI install:
python main.py -i examples/demo_bookmarks.html -o outputMIT — see LICENSE.