Local AI for document search — Informity AI, runs entirely on-device

Informity AI v0.13.3 is out

v0.13.3

This release adds first-class Markdown export for chats and answers, standardizes the export API contract for future formats, and includes browser/dev stability polish.

What’s included

  • Added Export Chat in the chat header to export full chats as Markdown.
  • Added per-message export for assistant answers (export current answer as Markdown).
  • Added deterministic Markdown rendering with structured output (title, metadata, template body, and normalized sources).
  • Added a unified export endpoint: GET /api/chat/chats/{chat_id}/export with standardized scope, template, include_frontmatter, and format.
  • Kept backward compatibility for existing Markdown callers via GET /api/chat/chats/{chat_id}/export/markdown.
  • Standardized a forward-compatible PDF path: format=pdf now returns 501 Not Implemented until PDF rendering is shipped.
  • Improved browser dev consistency by pinning frontend/proxy loopback behavior (127.0.0.1, strict port) to avoid localhost mismatch issues.
  • Updated Settings iconography polish for Check for Updates.
  • Added and expanded route/rendering tests for export behavior and contract coverage.

Notes

  • Compatibility: no migration required; existing markdown export integrations remain functional.
  • Export destination: download folder is controlled by browser/WebView/OS settings; app controls filename and content payload.
  • Scope: export is per full chat or per single assistant answer (batch export remains out of scope for this release).
  • QA status: validated with full quality gate (make qa-full) including backend tests, frontend tests, lint, typecheck, and production build.

Tag: v0.13.3

1 Like

@CloakedNetizen Homebrew distribution is now available: GitHub - informity/homebrew-tap: Informity Homebrew · GitHub

You can install and upgrade Informity AI through this tap now. I’ll work on submitting to the official Homebrew repository down the line, but this should get you going in the meantime. Let me know if you run into any issues.

3 Likes

Fantastic! Thank you so much!

3 Likes