HomePeopleCompaniesAI ModelsOpen SourceAgentsResearchApps
AllModelsInferenceToolingImage and Video

Home / Open Source / Tooling

Open Source / Tooling 44 items

All Tooling items under Open Source on AIFIRST News, newest first. 44 items.

mcp-marketplace: 880+ MCP servers searchable via MCP protocol

mcp-marketplace is an open-source directory of over 880 MCP servers, itself queryable via the MCP protocol. Developers using Claude, Cursor, or Cline can search it directly from their AI client without switching tools. It provides a free, low-friction way to discover and connect MCP integrations.

/24 Aug 2026/GitHub

detect-ai-tells: Agent skill that audits frontends for AI-generation patterns

detect-ai-tells is an open-source agent skill that audits frontends for visual and structural patterns that indicate AI-generated output. It ships with a two-layer evaluation suite to measure detection accuracy across different site types. The tool is aimed at developers and reviewers who need to identify AI-generated interfaces or content in production.

/24 Aug 2026/GitHub

localguard-ai: Local-first document intelligence with cited answers

localguard-ai is an open-source document intelligence tool that runs entirely locally and returns cited answers grounded in uploaded documents. It requires human approval before acting on AI-generated recommendations. The project targets privacy-sensitive workflows where sending documents to cloud services is not acceptable.

/24 Aug 2026/GitHub

Implementation of GPT-2 in pure CMake

A developer implemented GPT-2 entirely in pure CMake, the C++ build system language, as an exercise in understanding both systems at a low level. The project generates text using only CMake primitives with no external runtime dependencies. It is a technical curiosity demonstrating CMake's computational completeness rather than a practical inference tool.

/24 Aug 2026/HN

Predicting AI model release dates with stats

Release Oracle is a statistical tool that uses historical AI model release cadences to predict future release dates across major providers including Anthropic, OpenAI, Google, and Meta. It tracks trends in release timing to give researchers and developers a reference for planning around upcoming models. The site is free and updated as new releases occur.

/24 Aug 2026/HN

Best Local LLMs - August 2026

The r/LocalLLaMA community monthly roundup for August 2026 reports the strongest period for open-weight models yet, with several reaching frontier-competitive performance on consumer hardware. Multiple Opus-class capable models are now reportedly runnable without extreme hardware setups, marking a measurable shift in local AI accessibility.

/23 Aug 2026/reddit

Fine tuned Gemma 4 12B for a 2.7x improvement on tool calling

A developer fine-tuned Gemma 4 12B targeting tool calling for agentic coding use cases, achieving a 2.7x improvement over the base model. The fine-tune addresses documented weaknesses in the stock model's tool use accuracy, making it more viable for local coding assistant workflows.

/23 Aug 2026/reddit

Tested in Coding: Q8_K_XL Qwen3.8 27B vs BF16 Qwen3.6 27B

A benchmark comparison pits the quantized Qwen3.8 27B (Q8_K_XL format) against the BF16 Qwen3.6 27B on coding tasks. Results help users decide whether the newer model's quantized variant is worth the upgrade from the previous generation on VRAM-constrained hardware.

/23 Aug 2026/reddit

English to Claudish translator (bidirectional)

A developer built a bidirectional neural translator between English and Claudish, the characteristic language patterns Claude uses, using the ProgramAsWeights framework. Both translation directions are compiled neural programs that run on CPU without a GPU requirement.

/23 Aug 2026/reddit

remember: Self-hostable private AI memory with grounded citations

remember is a self-hostable, private memory system that indexes documents, articles, and sources a user reads, then provides AI answers with citations when queried. The tool runs entirely on the user's own infrastructure and is positioned as a private alternative to cloud-based knowledge management services.

/23 Aug 2026/GitHub

Why your local LLM feels dumber than it is

A Level1Techs forum post systematically examines why locally hosted LLMs often underperform cloud counterparts despite similar benchmark scores. Key contributing factors include quantization artifacts, suboptimal sampling parameters, context window configuration defaults, and system prompt differences that compound to a significant capability gap in practice.

/23 Aug 2026/HN

Parallax: self-hosted video intelligence with transcripts, chapters, and cited answers

Parallax is a self-hosted platform that ingests video up to two hours long and produces timestamped transcripts, chapter segmentation, summaries, key-point extraction, and question answering grounded in citations. It runs Faster-Whisper for transcription, 384-dimensional sentence-transformer embeddings in PostgreSQL with pgvector, Celery and Redis for async task queues, and a React 18 front end. The author reports 101 Pytest and 25 Vitest tests passing with no static analysis errors. The project is local only and not cloud hosted.

/22 Aug 2026/GitHub

Proliferate: open-source, self-hostable IDE that runs coding agents in parallel

Proliferate is an open-source AI development environment that coordinates Claude, Codex, OpenCode, Cursor, and Grok working in parallel on one codebase. Each task gets its own isolated git worktree with a separate branch, terminal, conversation, and review state, and agents can delegate to child agents within a shared workspace. It supports MCPs, skills, custom tools, and automated workflows for recurring or event-driven runs. The repository shows 266 stars, 54 forks, and 2,904 commits, is AGPL-3.0 licensed, and ships deployment guides for Docker, AWS, GCP, and Azure.

/21 Aug 2026/HN

Bun 1.4: JavaScript runtime rewritten in Rust

Bun 1.4 is the first release built on a Rust rewrite of the runtime, which Bun says Claude Code has run in production for months. The release reports p99 CPU in Claude Code production falling from 24% to 10%, idle CPU down 5x for small apps, and Windows startup at 15.5 ms against 39.0 ms before. It adds built-in APIs including Bun.Image, Bun.WebView for headless browser automation without Puppeteer or Playwright, Bun.markdown, Bun.cron, and Bun.Terminal, plus bun test flags for parallel, isolated, and sharded runs. Node compatibility work added 1,517 tests from the Node suite, with node:http, node:fs, node:stream and other core modules passing 97% of them.

/21 Aug 2026/manual

story-labyrinth: Self-hosted AI writing workspace for long-form fiction

Story Labyrinth is a self-hosted web app for fiction writers that combines a rich-text editor with a codex system tracking character wardrobe, wounds, and custom fields with full history. It uses hybrid RAG indexing via SQLite FTS5 and optional local embeddings to scan manuscripts, and provides six specialized chat desks for world-building, outlining, research, editing, brainstorming, and notes. All AI suggestions go through a propose-approve workflow to prevent silent modifications. Built with Express.js, React 19, and TypeScript under AGPL-3.0, with 787 commits despite 0 public stars.

/21 Aug 2026/GitHub

docsterm: Embeddable AI terminal for documentation with in-browser command execution

DocsTerminal is a TypeScript monorepo published to NPM that lets documentation sites embed an interactive terminal widget supporting real shell execution, Python via Pyodide, WebAssembly binaries for Rust and C, and server-side execution via WebSocket. It ships as one package with nine entry points and integrates multiple AI providers including Anthropic and OpenAI-compatible endpoints. A live demo is available at docsterm.vercel.app. Licensed MIT with 7 commits and an NPM-published package.

/21 Aug 2026/GitHub

airlock: CI release gate for AI prompts, skills, MCP servers, and models

Airlock is an open-source release engineering tool written in Go that treats AI components (prompts, skills, MCP servers, models) as versioned releasable units inside a CI/CD pipeline. It detects behavioral changes between snapshots, runs statistical evaluation against a policy engine, and outputs PASS/FAIL/NEEDS_APPROVAL verdicts to block or approve a release. Licensed Apache 2.0 with a CLI covering init, snapshot, diff, test, and ci subcommands.

/21 Aug 2026/GitHub

TrueForge: Open-Source Agent Harness

TrueForge is an open-source runtime framework that manages the execution loop for LLM-powered agents, handling model calls, MCP tool integration, sandboxing, approvals, context management, and session state. It supports multiple model providers including OpenAI, Anthropic, and Google Gemini, and offers a chat UI, HTTP API, and embeddable UI components. Deployment options range from local SQLite for personal use to Postgres and Redis for team deployments. The repository has 419 commits and includes benchmarking data comparing it against competing frameworks.

/20 Aug 2026/HN

Anti-AI Fonts Are Useless and Harmful

Obfuscation fonts designed to confuse AI scrapers are ineffective because any information a human can see can in principle be parsed by a machine. The author argues these tools harm accessibility by garbling text that screen readers process, and that public demonstrations serve as benchmarks that help AI companies improve circumvention. The piece warns that widespread adoption could pressure platforms toward centralized identity verification systems, creating risks for disabled users and enabling censorship.

/20 Aug 2026/HN

AI Didn't Erase the Junior Engineer's Value, It Increased It

Francisco Trindade argues that AI tools have raised rather than eliminated the value of junior engineers by reducing the senior time needed to train and onboard them. Junior engineers who started their careers with AI tools are, the author contends, better positioned to leverage those tools than their seniors. One concrete example given is an intern who independently led a long-requested feature from conception to delivery.

/20 Aug 2026/HN

lore: GitHub-style sharing for Claude Code sessions

A team tool that visualizes and shares Claude Code conversation threads: decision maps, team presence, and RAG over all threads to ask how a feature was built. Aims at the 'did you even read your own PR' review problem.

/28 May 2026/r/ClaudeAI

How to turn any non-fiction book into a Claude skill

A 6-step method distills a book's repeatable framework into a SKILL.md slash command using five extraction questions. Only books with numbered-step frameworks work; big books split into diagnose and apply skills.

/6 May 2026/r/Agent_AI

I built a free Google search MCP that actually works

`google-surf-mcp` - TS/Playwright stealth MCP, no API key. 4 tools: `search`, `search_parallel`, `extract(url)`, `search_extract(query)` (search + article extraction in one call). Auto CAPTCHA recovery: Chrome opens v...

/4 May 2026/r/MCPservers

Twitter just dropped an official MCP server

Official MCP server from X's developer platform org (`xdevplatform`). 150+ tools covering posts, search, DMs, user ops, bookmarks, analytics. Python/FastMCP, runs on localhost:8000/mcp. Key feature: tool allowlist - d...

/4 May 2026/r/StartupMind

10 open-source repos that cut Claude token burn

A curated toolkit targets different token-waste vectors: output verbosity, terminal noise, code review context, tool output overflow, CLAUDE.md bloat, codebase loading via vector search, and symbol navigation.

/20 Apr 2026/r/AskVibecoders

MCP decision trees versus static skill files

Static SKILL.md files dump full context up front and cause drift in complex workflows. The alternative: encode workflows as MCP-delivered decision trees where the agent sees one step at a time and server-side logic.

/19 Apr 2026/r/MCPservers