nowfound

Life & fun · May 6, 2026

Knovari - Redaction for Consultancies

Document sanitisation for management consulting firms

What it does

Generic DLP and redaction software treats every document the same way. Knovari is built specifically for management consulting firms. It detects and redacts confidential client information from PowerPoint decks at scale, using a sensitivity framework designed for consulting work, not generic compliance. Designed by ex-Kearney consultants. Deploys inside the firm's own tenancy, so sensitive client data never leaves the perimeter.

Does the same job

all alternatives →
  • Redactable2025 · ▲329

    Protect your sensitive data in documents before sharing them

  • KA
    Kekkai – a simple, fast file integrity monitoring tool in GoSep 2025 · github.com · ▲59

    I built a tool called *Kekkai* for file integrity monitoring in production environments. It records file hashes during deployment and later verifies them to detect unauthorized modifications (e.g. from OS command injection or tampering). Why it matters: * Many web apps (PHP, Ruby, Python, etc.) on AWS EC2 need a lightweight way to confirm their code hasn’t been changed. * Traditional approaches that rely on metadata often create false positives. * Kekkai checks only file content, so it reliably detects real changes. * I’ve deployed it to an EC2 PHP application in production, and it’s working…

  • RM
    Redactify – macOS/iOS app to redact sensitive data before using LLMsApr 2026 · ▲5

    Hi HN, I built Redactify, a native macOS app that automatically scrubs sensitive personal and financial data, faces, and metadata from documents and images. The motivation: I frequently use Claude and ChatGPT to analyze invoices and contracts, but I hated the friction of sanitizing them first. I also didn't want to blindly trust the "we don't train on API data" promises of model providers when dealing with actual client data. How it works under the hood: Redactify flattens the document and permanently destroys the underlying text and EXIF metadata. It runs entirely on-device using Apple's…

  • A free DOCX editor with MCP server for editing29d ago · revise.io · ▲14

    Connect Claude Desktop, ChatGPT, Codex Desktop, OpenClaw, or any MCP-capable assistant to Revise. Agents can draft, edit, export, and share documents on your behalf — even before you have an account. Includes the full tool-by-tool reference.

  • Jurisynk For Small PracticesJun 2026 · jurisynk.com · ▲21

    A Harvey for Small Practices now available in free tier.

  • KM
    Kanban-md – File-based CLI Kanban built for local agents collaborationFeb 2026 · github.com · ▲19

    I built kanban-md because I wanted a simple local task tracker that works well for the agent loop: drop tasks in, run multiple agents in parallel, avoid collisions, and observe progress easily. Tasks are just Markdown files (with YAML frontmatter) in a `kanban/` next to your code — no server, no DB, no API tokens. Simple, transparent, future-proof. What makes it useful for multi-agent workflows: - *Atomic `pick --claim`* so two agents don’t grab the same task. - *Token-efficient `--compact` output* (one-line-per-task) for cheap polling in agent loops. - *Skills included* -- just run…

More life & fun this month

the category →

Launched alongside, May 2026

the whole month →
  • Brew 905

    Like Claude design for email marketing

    AI · May 2026 · brew.new

  • Parallel agents, diff reviewer, and multi-model comparisons

    Dev tools · May 2026 · kilo.ai

  • StoreClaw805

    Grow your store profits with agents that know how to sell

    AI · May 2026 · storeclaw.ai

  • Give your agent a real number and voice to make calls.

    AI · May 2026 · pollyreach.ai

  • NW

    Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…

    Life & fun · May 2026 · github.com

  • FM

    Dev tools · May 2026 · github.com