AI Open Source Projects · July 7, 2026

Weekly selection of notable AI open source projects.


1. Open Design ⭐ 57.4k

Open Design is an open-source Claude Design alternative that runs entirely locally, completely free of charge. Unlike Claude Design’s $20/month subscription, Open Design runs 16 AI agents concurrently on your local machine, handling design generation, code generation, and prototype building tasks.

Key Features:

  • Local execution — no API subscription fees
  • Supports 16 concurrent AI agents
  • Open-source and self-hostable, fully private
  • Design-to-code conversion, iterative prototyping

Why it matters: Democratizes AI-assisted design by offering a free, self-hosted alternative to commercial products. The local execution model ensures data privacy and independence from API pricing changes.

GitHub: Search “open-design” on GitHub


2. Mistral Leanstral 1.5

Mistral AI’s latest release, Leanstral 1.5, is an Apache-2.0 licensed formal verification model with 119B total parameters and only 6B active parameters. It specializes in mathematical theorem proving and code formal verification, saturating the miniF2F benchmark at 100%, solving 587/672 PutnamBench problems, and achieving state-of-the-art results on FATE-H (87%) and FATE-X (34%).

Key Features:

  • Apache-2.0 license, completely free
  • 6B active parameters for efficient inference
  • Specialized in formal mathematics and code verification
  • Automatically discovers unknown bugs in open-source repositories
  • Proved AVL tree time complexity guarantees for real implementations
  • Available via Mistral Vibe

Why it matters: This is the strongest open-source formal verification model to date, bringing Lean theorem prover capabilities into practical use. It can automatically detect edge-case errors like integer overflow in Rust code, significantly impacting software reliability.

GitHub: github.com/mistralai/leanstral-1.5


3. Arcee AI Trinity Large (400B MoE)

Arcee AI, a small startup, has released Trinity Large — a 400B parameter open-source sparse MoE language model under Apache 2.0 license, trained entirely in the U.S. It claims to surpass Meta’s Llama series on multiple benchmarks. Arcee also publicly released the 10T token training checkpoints, providing unprecedented transparency into the model’s intelligence growth trajectory.

Key Features:

  • 400B parameter sparse MoE architecture
  • Apache 2.0 open-source license
  • U.S.-trained and developed
  • Public 10T token training checkpoints
  • Follow-up Trinity Large Thinking reasoning variant

Why it matters: One of the few 400B-class open-source models trained from scratch in the U.S. The public training checkpoints offer rare research material for the open-source community. A small startup challenging tech giants demonstrates the vitality of open-source AI.

GitHub: github.com/arcee-ai/trinity-large


4. Mistral Voxtral TTS

Mistral AI released Voxtral, an open-weight speech generation model supporting multi-language text-to-speech. Reviews indicate Voxtral surpasses commercial products like ElevenLabs in naturalness and multilingual capability. Mistral open-sourced both the model weights and inference code, allowing developers to deploy on their own servers.

Key Features:

  • Open-weight, fully self-deployable
  • Multi-language TTS support
  • Surpasses ElevenLabs in naturalness
  • Lightweight with fast inference
  • Ideal for voice assistants, content creation, accessibility apps

Why it matters: Full open-sourcing of high-quality TTS dramatically lowers the barrier for voice applications. Developers no longer need paid APIs to run natural-sounding speech synthesis locally or on their own servers — a game-changer for voice assistants, audiobook production, and accessibility tools.

GitHub: github.com/mistralai/voxtral


5. Hermes MoA 2.0 (Mixture of Agents)

Nous Research’s Hermes MoA 2.0 is an open-source model ensemble framework that intelligently routes tasks across multiple models — GPT, Claude, DeepSeek, and others — outperforming any single model on multiple benchmarks. The framework is fully open-source, and developers can customize the model composition strategy.

Key Features:

  • Multi-model intelligent ensemble framework
  • Supports GPT, Claude, DeepSeek and other leading models
  • Open-source with customizable composition strategies
  • Surpasses individual top models on multiple benchmarks
  • Ideal for high-precision complex applications

Why it matters: MoA 2.0 explores a new paradigm of “model collaboration” — multiple models working together can exceed any individual model’s performance. This approach is valuable for AI applications requiring high reliability and accuracy.

GitHub: github.com/NousResearch/hermes-moa-2


Compiled from multiple news sources.