1
0 Comments

Show IH: HUQAN is now live as an Obsidian Community Plugin

Hey IH — HUQAN is now live in Obsidian’s Community Plugins.

I built the HUQAN Obsidian plugin to verify statements in a note against a local HUQAN runtime and make the result inspectable instead of pretending a model automatically knows what is true.

The current plugin is intentionally narrow:

  • Verify the current note or selected text against a local /v2/verify endpoint.
  • Show verified, contradicted, or unknown with confidence, explanations, evidence summaries, and manipulation-risk labels.
  • Stay read-only: no HUQAN memory writes and no actions.
  • Stay loopback-only: note content and the API key remain local, and the plugin will not send the key to an arbitrary host.
  • Keep full-note scans bounded to 1–40 statements.

It requires Obsidian Desktop 1.5.0+ and a local HUQAN server. The goal is not to be a universal fact checker or to eliminate hallucinations. It is a small trust surface for inspecting claims in the notes I already work with.

Community Plugin page: https://community.obsidian.md/plugins/huqan-trust-panel
Source code: https://github.com/ali-ulu/huqan-obsidian

If you keep AI-generated notes, what would you want to verify first: claims, decisions, risks, or next steps?

on August 23, 2026