// category

Open Source Tools

Open-source models, local inference, and community-built AI dev tooling.

Open-source AI tooling — local model runners (Ollama, LM Studio), OSS coding agents, open-weights frontier models (Llama, DeepSeek, Qwen), and community projects pushing the AI dev stack forward without a vendor lock.

42 stories · last 90 days

llm-anthropic 0.25

Simon Willison released llm-anthropic 0.25, a plugin providing LLM access to Anthropic's Claude models. The update adds support for claude-opus-4.7 with a thinking_effort option, new thinking_display and thinking_adaptive boolean flags, and increased default max_tokens limits per model.

Simon Willison · 2026-04-17

I built a live AI token meter for Claude and Cursor

A developer released TokenBar, a macOS menu bar application that monitors token usage for Claude, Cursor, and other AI tools in real-time. The app costs $5 as a one-time purchase and aims to help users track spending before receiving bills.

Dev.to - Claude · 2026-04-16

datasette 1.0a27

Datasette released version 1.0a27, replacing Django-style CSRF tokens with modern browser headers and adding a RenameTableEvent for plugin compatibility. The alpha also includes new actor parameters for client methods, temporary disk database options, and improvements to the upsert API.

Simon Willison · 2026-04-16

I built an MCP server that lets Claude debug failed cron jobs

A developer released an MCP server for CronSignal that allows Claude and other AI tools to diagnose failed cron jobs, retrieve error logs, and manage monitors through terminal commands. The server exposes tools including list_checks, diagnose_check, get_check_output, pause_check, and resume_check.

Dev.to - Claude · 2026-04-14

Quick Codex: a lightweight workflow layer for Codex CLI

Quick Codex is an open-source workflow layer for Codex CLI that stores task state in files to address context loss during multi-turn coding sessions. The tool provides two modes—qc-flow for exploratory work and qc-lock for strict execution—along with utilities for resuming, verifying, and checkin...

Dev.to - AI · 2026-04-14

Exploring the new `servo` crate

The Servo browser engine was released as an embeddable Rust crate on crates.io. A CLI tool was built to demonstrate its ability to render web pages as screenshots, though compiling Servo itself to WebAssembly proved infeasible due to threading and dependency constraints.

Simon Willison · 2026-04-14

SQLite Query Result Formatter Demo

Simon Willison released a web-based demo tool for SQLite's Query Result Formatter library, which allows users to test various rendering options for SQL result tables using WebAssembly.

Simon Willison · 2026-04-12

Paid AI Subcriptions Are Dead

Google's Gemma 4 is an open-source AI model designed to run locally on personal devices without API costs or cloud dependencies. The model supports 256K context windows, multimodal inputs, and function calling, enabling uses such as local coding assistants, document analysis, and AI agents.

Dev.to - Claude · 2026-04-10

GitHub Repo Size

Simon Willison created a tool that displays GitHub repository sizes by querying GitHub's API, which GitHub's web interface does not expose. Users can input a repository name to see its total size.

Simon Willison · 2026-04-10

Google AI Edge Gallery

Google released the AI Edge Gallery app for iPhone, enabling users to run Gemma 4 language models locally on their device with image questioning, audio transcription, and interactive tool-calling demonstrations.

Simon Willison · 2026-04-07

Ustaad: Building a Wiki That Thinks

A developer built Ustaad, an LLM-powered wiki system that automatically organizes and cross-references documents by having the LLM maintain a structured knowledge base at ingestion time rather than searching raw documents at query time.

Dev.to - AI · 2026-04-06

scan-for-secrets 0.1

Simon Willison released scan-for-secrets 0.1, a Python tool that scans directories for API keys and other secrets, including detecting common encoding variations. The tool supports storing frequently-checked secrets in a configuration file.

Simon Willison · 2026-04-05

scan-for-secrets 0.2

scan-for-secrets 0.2 released with streaming results output, support for scanning multiple directories and individual files, new Python API functions, and a verbose mode option.

Simon Willison · 2026-04-05

Sandbox SDK adds file permission control

Vercel Sandbox SDK 1.9.0 added the ability to set file permissions directly when writing files via a new `mode` property in the writeFiles API, eliminating the need for separate chmod operations.

Vercel Blog · 2026-04-03

Want this in your inbox?

Daily digest covering every category above.