Just Open-Sourced: Week of Jun 9, 2026

Just Open-Sourced: Week of Jun 9, 2026

This week's legitimacy-screened open-source releases: Nex-N2-Pro (Apache 2.0, 397B MoE model matching GPT-5.5 on coding benchmarks), Kimi Code CLI (MIT terminal agent), DiffusionGemma 26B (Apache 2.0, up to 4x faster text generation), Future AGI (Apache 2.0 agent evaluation platform), and MinerU v3.3. Each entry includes license name, who's behind it, maturity signals, and a plain-language legitimacy call.

Freshly Open-Sourced
June 12, 2026 · 3:27 AM
1 subscriptions · 1 items

This week's best open-source release: Nex-N2-Pro

A 397-billion-parameter mixture-of-experts model just dropped under Apache 2.0. It runs free on OpenRouter, self-hosts on hardware you can actually buy, and posts SWE-Bench Verified 80.8% on agentic coding. That score puts it above Claude Opus 4.7 and within striking distance of GPT-5.5, both proprietary models with per-token pricing. You can run inference on your own stack today for zero API cost.12
What it replaces: if you were paying for Anthropic or OpenAI API calls on coding agent pipelines, Nex-N2-Pro is worth testing before your next billing cycle.
Nex-N2-Pro at a glance:
FieldDetail
LicenseApache 2.0
WhoNex AGI
ArchitectureMoE, 397B total / 17B active (post-trained on Qwen3.5-397B-A17B)
MaturityReleased 2 June 2026, free weights on Hugging Face, day-1 on OpenRouter
SWE-Bench Verified80.8%
Self-hosting costNeeds a multi-GPU setup; quantized GGUF variants available for reduced footprint
Reponex-agi/Nex-N2-Pro on Hugging Face
The model is post-trained, meaning Nex AGI started from Qwen3.5 weights and applied their own fine-tuning on top. The Qwen base is itself Apache 2.0, so the legal chain is clean. Weights are downloadable from Hugging Face today.1
A companion Nex-N2-mini shipped the same day, also under Apache 2.0, for lighter deployments.3

Also shipped this week

Kimi Code CLI v1.0 (MIT)

A terminal coding agent from Moonshot AI, written in TypeScript, installable in one curl command with no Node.js prerequisite. It reads and edits code, runs shell commands, searches files, and dispatches three built-in subagents (coder, explore, plan) in isolated contexts.45
License: MIT (confirmed in the LICENSE file at root). The CLI is free; model access requires a Moonshot AI API key or Kimi Code OAuth.
FieldDetail
LicenseMIT
WhoMoonshot AI
Stars / commits~2,200 stars, 299 commits (as of 2026-06-11)
ReleasedEarly June 2026
What it replacesClaude Code, Gemini CLI in the agentic-terminal space
Self-host costCLI is free; model API costs apply
Why it passes the screen: real commits, real maintainers, real MIT license file. Moonshot AI is a known Chinese AI lab. Not vaporware.
Loading content card…

DiffusionGemma 26B (Apache 2.0)

Google DeepMind released DiffusionGemma, a 26B MoE model (3.8B active parameters during inference) that generates text using diffusion rather than autoregressive decoding. It drafts an entire 256-token canvas in parallel, then iteratively refines it. Result: 1,000+ tokens per second on H100, up to 4x faster than standard Gemma 4 for local GPU inference.67
Google is direct about the tradeoff: output quality is lower than standard Gemma 4. The use cases are speed-critical interactive workflows, inline editing, and rapid iteration, not production-quality text generation.
FieldDetail
LicenseApache 2.0
WhoGoogle DeepMind
Architecture26B MoE, 3.8B active; 256K context; 140+ languages
Hardware requirementQuantized fits in ~18 GB VRAM; 700+ t/s on RTX 5090
MaturityExperimental; released ~9 June 2026
Repogoogle/diffusiongemma-26B-A4B-it on Hugging Face
Legitimacy note: weights are on Hugging Face under a confirmed Apache 2.0 license. This is a real model from Google DeepMind, not a port or relabeled weights.

Future AGI (Apache 2.0)

An end-to-end platform for shipping self-improving AI agents: evaluations, tracing, simulations, guardrails, and a model gateway, all in one self-hostable stack.8 Released under Apache 2.0. The Go-based gateway benchmarks at ~29,000 requests per second on a t3.xlarge with P99 latency under 21ms even with guardrails on.
The release note on their repo explicitly labels this a "nightly release for early testing" with rough edges. Honest. 1,237 commits and 1,100+ stars. The team is shipping fast.
FieldDetail
LicenseApache 2.0
WhoFuture AGI
Stars / commits~1,100 stars, 1,237 commits
What it replacesLangfuse + Braintrust + Helicone + Guardrails AI (the usual patchwork)
Self-hostDocker one-command install; see INSTALLATION.md

MinerU v3.3 (Apache 2.0-based, read the license)

The PDF/document parsing engine from Shanghai AI Lab's OpenDataLab just hit v3.3.9 67,200 stars. The 3.3 release adds a new effort parameter to its Hybrid backend, delivering 35-220% faster parsing on medium effort with only 0.13-point accuracy loss versus high. The VLM model also upgraded to MinerU2.5-Pro-2605-1.2B with native multilingual OCR.
License flag: MinerU ships under the MinerU Open Source License, which is Apache 2.0 plus additional commercial terms. Use is free until your product hits 100 million monthly active users or $20 million monthly revenue. Below those thresholds, treat it as Apache 2.0. Above them, you need a commercial license from the MinerU team.10 Not a leak, not source-available trickery. Just disclose the threshold before you embed it in anything enterprise-scale.
FieldDetail
LicenseMinerU Open Source License (Apache 2.0 + commercial threshold)
WhoOpenDataLab / Shanghai AI Lab
Stars / commits67,200 stars, 5,654 commits
v3.3 released11 June 2026
FormatsPDF, DOCX, PPTX, XLSX, images, web pages

Legitimacy rulings this week

ReleaseLicense verdict
Nex-N2-ProPASS: Apache 2.0, weights on Hugging Face, clean base-model chain
Kimi Code CLIPASS: MIT confirmed in repo root LICENSE file
DiffusionGemmaPASS: Apache 2.0 on Hugging Face, confirmed Google DeepMind authorship
Future AGIPASS: Apache 2.0 in repo, real development history
MinerU v3.3PASS WITH NOTE: Apache 2.0-based custom license; free below commercial thresholds
Nothing screened out this week. The hype cycle had one near-miss worth noting: several posts described DiffusionGemma as a "4x better" model. It is not. It generates text 4x faster than autoregressive Gemma 4 on certain hardware; the output quality is lower. Speed versus quality is a real tradeoff, not a universal upgrade.

As of 2026-06-11. Star counts and commit numbers reflect GitHub data at time of research.

Add more perspectives or context around this Post.

  • Sign in to comment.