Skip to main content
AIDiveForge AIDiveForge

Open Source Business

As of June 2026, AIDiveForge tracks 6 open source business. Curated open source business tracked by AIDiveForge. Each project has a verified public source repository. Listings are verified against each tool's live website and re-checked regularly.

Last updated June 12, 2026 · 6 tools

  1. AI-Blueprint

    1. AI-Blueprint

    The repo describes a self-hosted, open-source workspace covering the core legal workflow loop: document-grounded chat with source references, contract review with clause analysis, legal drafting, and matter preparation. Because the whole stack runs locally via Docker, there is no API call carrying privileged documents to a third-party cloud. That tradeoff has a cost — setup requires someone comfortable with Docker, environment files, and database migrations, and there is precious little polish compared to hosted competitors. Teams without an in-house developer will hit the configuration wall before they hit a legal task.

    FreeOpen Source
  2. BetterCallClaude

    2. BetterCallClaude

    The tool installs as a plugin in Anthropic's Cowork Desktop and routes legal tasks — contract review, case research, document drafting, compliance checks — across 20 specialized agents, each scoped to a specific practice area. It covers all 20 Italian regions plus national law, and the vendor states legal research runs 70% faster based on activity analysis from Italian firms. The privacy architecture is the real differentiator: local LLM processing via Ollama means your matter data stays inside your own environment, which is the compliance baseline Italian professional secrecy rules demand. The ceiling appears when you need tasks that fall outside its pre-built agent scope or require integrations with external systems — there is no API surface, so automation into case management software requires manual steps.

    FreeOpen Source
  3. Fundamentalio

    3. Fundamentalio

    The tool pulls fundamentals via yfinance and sends them through OpenAI in either a quick-scan or deep-research mode, so you can screen a watchlist fast or stress-test a single position with more context. Because every analysis is a one-shot OpenAI call, there is no memory between runs — each report starts cold. The Lynch framing is the differentiator: the prompt logic is built around his specific criteria, not generic financial ratios, which means output reads like a philosophy-aligned verdict rather than a data dump. Self-hosted and MIT-licensed, so your API keys and tickers stay off third-party servers. The ceiling is clear: if your process needs portfolio-level comparison, backtesting, or screening across hundreds of tickers in a session, the architecture does not support it.

    FreeOpen Source
  4. Judicex

    4. Judicex

    Judicex runs as a local Flask workspace where you ingest official sources and matter files into a SQLite knowledge base, then draft, chat, and run workflow checks against only what you fed it. The LLM answers are bound to that evidence store — the vendor describes this as an 'answer contract that fails closed instead of hallucinating.' You deploy it on your own infrastructure, which means client files never leave your network. The MCP server lets you connect external tools, and JSON workflow packs let you encode firm-specific matter analysis profiles. The ceiling appears when your team grows past a handful of users — multi-tenant auth and SSO are on the roadmap but not yet shipped.

    FreeOpen Source
  5. RedNotebook AI

    5. RedNotebook AI

    The tool runs a Next.js frontend over a FastAPI backend and connects to Trino, DuckDB, and eleven other SQL engines, so analysts working across mixed data infrastructure do not need a different client per engine. AI suggestions surface inside the notebook for SQL generation, chart selection, and data profiling — including PII detection — without sending your schema to a third-party SaaS layer. The NotebookLM-style knowledge layer lets you ask questions grounded in your actual query results rather than a generic model context. That said, the project carries a low star count and three open issues with no merged pull requests, which means production stability depends on how closely your use case matches what the maintainer has tested. Teams hitting edge cases in multi-engine joins or complex profiling jobs will be patching source code themselves.

    FreeOpen Source
  6. TetherDust

    6. TetherDust

    TetherDust runs inside your infrastructure, connecting MCP servers to your codebase and database documentation so agents generate SQL that can be checked against the actual schema — not guessed. The core workflow chains natural language input through containerized agents that produce SQL, d3.js dashboards, and schema-to-code dependency maps, all inside strict read-only query boundaries. Scheduled reports ship by email or download without exposing write access. RBAC and audit logging are included for teams where data access needs a paper trail. The ceiling appears when you need write operations, or when your branching query logic outgrows what the agent layer can express without custom extensions.

    FreeOpen Source

Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.