The Open Source Drop
ToolsExploreAlternativesThis Week
Subscribe
The Open Source Drop
ToolsExploreAlternativesThis Week
Subscribe

The Open Source Drop

A free newsletter covering open source tools worth knowing about. Honest analysis, no hype.

Past Issues

#19

Turn one photo into an animatable 3D model, plus a Mac video editor your AI edits alongside you

The most interesting tool this week is an agent skill called img2threejs, and the smart part isn't what you'd guess. It takes a reference photo and rebuilds the object as procedural 3D code you can animate. But the model barely does the heavy lifting. Deterministic Python, standard library only, handles the validation and the code generation. The AI's tokens go only to the visual judgment: look at the image, assess it, check the render. That split is why it stays cheap to run, and it's a pattern more agent skills should copy. That's the thread running through this whole issue. Agents are moving out of the chat window and into real production work. Palmier Pro is a native Mac video editor that hooks into Claude, Codex, and Cursor over MCP, so an assistant can edit the timeline alongside you. RAGFlow grew from a document-parsing engine into a full agent platform sitting on your own files. LangGraph is the framework people reach for when an agent workflow stops being a straight line and starts needing loops, branches, and approval steps. None of these are magic. Palmier's editor is free and open source, but the in-timeline AI generation is the paid, closed part, so know what you're getting. RAGFlow self-hosted is a real ops project, not a docker run. And img2threejs is honest about its own limits: it's strongest on hard-surface objects and tells you when it can't hit the fidelity you want from one photo. That kind of honesty is rare, and it's worth rewarding.

August 4, 2026

#18

A swarm of AI agents that hacks like a red team, plus the fix for models that can't tell time

Ask your AI assistant what time it is and it will make something up. Models don't have a clock. The featured pick this week is the official fix: a tiny MCP server that gives your assistant the current time in any timezone, running locally with no API keys. It's the least flashy thing on this list, and it might be the one you end up using every day, because scheduling, logs, and cron all fall apart when the model can't tell Tuesday from Thursday. The other three swing the opposite direction. T3MP3ST points a swarm of AI agents at a target, tries to break in, and writes up how it got there. It doesn't even want its own API keys, it drives the coding agents you already run. SigNoz puts traces, metrics, and logs in one OpenTelemetry-native dashboard, the observability stack you'd otherwise pay Datadog for. And Home Assistant is the biggest name in home automation for a reason: one dashboard for every light, lock, and thermostat you own, running on your own hardware. That's the spread this week: a one-job utility, an autonomous red team, a full observability stack, and your entire house. Open source doesn't really have a lane anymore.

July 30, 2026

#17

Harvard's ML systems textbook is free to read, plus an AI assistant that answers on iMessage

Harvard put a full textbook on ML systems online for free, and it's the featured pick this week. Not something you install. Something you read, at mlsysbook.ai. It covers the layer most of us skip: hardware, quantization, deployment on tiny devices, what actually happens underneath the model. The industry is full of people (me included) who learned AI by calling APIs. This is the book for closing that gap, and it costs nothing. The other three are things you run. QwenPaw is a personal AI assistant that lives on your own hardware and talks to you through Discord, Telegram, even iMessage, no API key needed out of the box. Dify keeps showing up in production AI stacks: a workflow editor and RAG pipeline you can self-host on Docker. And Logto wants to be the auth system you own instead of rent, with SSO, MFA, and user management and no feature gates on the self-hosted version. A textbook, an assistant, a platform, and an auth layer. No grand theme this week, just four things worth your time.

July 14, 2026

#16

A free OCR model that reads whole PDFs in one pass, plus 3 tools worth your time

The models get the headlines. The tooling around them is where the real work is happening right now, and this week made that obvious. Baidu dropped an OCR model under an MIT license that reads an entire PDF in one pass, no page-by-page babysitting, free even for commercial use. That's the featured pick. The fact that you can run document extraction like that for nothing still gets me. The catch is the GPU, but the ceiling on what's free keeps climbing. The other three live in that same layer. vLLM is the engine a lot of people are quietly using to serve open models. oh-my-openagent splits coding work across a crew of sub-agents instead of betting everything on one. And Cloudflare shipped a security skill that turns your coding agent into an auditor that only reports what it can actually exploit, which is the discipline this space has been missing. Four tools, one theme: the plumbing is getting really good.

July 7, 2026

#15

Make your AI write less code, plus self-hosted Figma and edge SQLite

The project everyone's piling onto right now isn't a database or a framework. It's ponytail, a skill that does one stubborn thing: it tells your AI coding agent to write less code. Reach for the standard library. Use what's already there. Stop reinventing what the language already does. Anyone who's watched an agent bloat a file with code that didn't need to exist knows exactly why people want this. The rest of the list rhymes with that instinct: keep control of your own stuff. Penpot is the closest thing open source has to Figma, and it puts your design files on your server instead of someone else's roadmap. Turso is SQLite pushed out to the edge, close to your users, free to self-host. World Monitor is an OSINT-style dashboard that plots global events on a 3D globe and can run its AI analysis locally through Ollama, so nothing has to leave your machine. None of these are perfect. Ponytail is a nudge, not a guarantee. Penpot is not Figma. Turso is SQLite, not Postgres. We say so in every writeup, because the catch matters as much as the pitch. Here's what caught our eye this week.

June 30, 2026

#14

Teaching your coding agent to design: two new skills, plus a self-hosted Intercom

Two of this week's tools install with a single npx command and then live inside Claude Code. One turns a text prompt into a Lottie animation. The other lays out a resume or a slide deck that doesn't look like a Canva template. You're not running an app, you're handing your coding agent a new trick and letting it do design work it had no business doing a year ago. That document designer is named Kami, which also happens to be my three-year-old daughter's name, so I'll be straight with you: it was making this list either way. It earned the spot on its own, but I wasn't going to pretend to be neutral about it. Chatwoot is the featured pick and the most production-ready of the bunch: a self-hosted support inbox that covers the core of what Intercom and Zendesk bill you per agent for. The honest catch is operational. You're standing up Rails, Postgres, Redis, and Sidekiq, so it fits if you've got the ops muscle and want off the per-seat treadmill, not if you want something running by lunch. openhuman is the long shot. A local-first personal assistant that keeps your data as plain markdown on your own machine and connects to a hundred-plus services. It's early beta and says so plainly. Worth a look if you like poking at ambitious privacy-first software, worth skipping if you need it to just work.

June 23, 2026

#13

Self-hosted AI had a big week: a private workspace, a memory layer, and a local ChatGPT clone

Four tools caught my eye this week, and they all point the same direction: stop renting your AI assistant from a cloud vendor and run it on your own hardware. The privacy pitch is finally backed by tooling that doesn't take a PhD to set up. odysseus is the one everyone's talking about. It's a self-hosted AI workspace that bundles chat, autonomous agents, email triage, and research into one app, and it can serve open models directly. The clever part is the Cookbook: it looks at your actual hardware and recommends models you can really run, then wires them up for you. It launched to a massive audience overnight, so expect rough edges. And read the security note first. The project itself tells you to treat it like an admin console and never put it on a public IP. The other three fill in the stack. supermemory gives your agent a long-term memory that survives across conversations. Open WebUI is a polished ChatGPT-style interface for whatever models you're running locally. DeepSeek-GUI puts a real review step in front of an AI coding agent, so you see the diffs before anything changes. The common thread: you own your data, and you pay for it in hardware and setup time instead of a monthly bill. Whether that trade is worth it comes down to what you've got sitting under your desk.

June 16, 2026

#12

Cut your LLM token bill by 87%, plus three more tools worth your time

This week kept circling back to one question: what does it actually cost to run an AI agent, and who's doing something about it? Three of the four tools below are different answers. headroom is the one I keep thinking about. It sits in front of your LLM calls and strips the junk out of everything your agent reads (logs, tool output, RAG chunks, file dumps) before it ever hits the prompt. The reported numbers hold up: 87% fewer tokens on a log-search test, accuracy unchanged. One command to install, runs entirely on your machine, nothing leaves your laptop. If you're running coding agents hard, it pays for itself almost immediately. The rest follow the same instinct: own your stack, control your costs. DeepSeek-Reasonix is a terminal coding agent built around prefix caching, so a session that would run sixty dollars comes in closer to twelve. Hermes WebUI gives you a self-hosted agent with memory that isn't chained to ChatGPT or Claude.ai. And Twenty is the outlier, a Salesforce replacement that actually looks like it was built this decade. Four tools, one theme: keep your data and your bill under your own roof.

June 9, 2026

#11

Built for the agents, not the developer: a governance layer from Microsoft and an agent-only language from Vercel

Something shifted this week. The tools that stood out weren't built for developers. They were built for the agents developers run. Microsoft shipped a governance layer that sits between your AI agents and the actions they take, evaluating every tool call against policy before it executes. Vercel Labs went further and released a programming language whose intended reader isn't a person at all, it's the compiler talking back to a model in clean JSON. Different problems, same premise: agents are now first-class users of our tooling, and the tooling is starting to assume it. Not everything went that way. n8n is still doing the unglamorous work of wiring 400 services together so you don't have to, and html-anything just borrows the agent CLI you already pay for to turn notes into polished HTML. But the direction of travel is hard to miss. We spent years making developers faster. Now the tools are aimed one level down, at the agents doing the work.

June 2, 2026

#10

Bun replaces four dev tools with one binary, plus three more worth your time

Bun is the one I keep coming back to. It's a runtime, a bundler, a test runner, and a package manager in a single binary, and it's faster than the Node tools it replaces at nearly every one of those jobs. The whole thing is free, no paid tier hiding the good parts. For a new project, there's almost no reason not to try it. The rest of this week leans the same direction: tools that let you own the thing instead of renting it. Plausible is a clean, privacy-first analytics dashboard you can self-host, no cookie banner, no handing your visitor data to Google. Cal.com does what Calendly does, scheduling links and calendar sync, except you can run the whole thing on your own server. And Lark's official CLI wraps 200+ commands across their suite, so if you live in Lark you can automate most of it from a terminal. None of these are new ideas. What changed is how good the open source versions got. A few years ago, self-hosting your analytics or your scheduling meant accepting a worse product to save money. That trade-off is mostly gone. Pick the tool because it's better, not because it's cheaper.

May 26, 2026

#9

An LLM browser harness in 600 lines, plus three more tools doing one job well

Four projects caught attention this week, and they share a posture: each does one thing well and refuses to become a platform. Browser Harness gives LLMs raw Chrome control through a single WebSocket in 600 lines of Python. whatcable surfaces the USB-C cable specs macOS hides from you. Open Design generates websites, mobile apps, and decks by delegating to whichever AI CLI you already have. Floci is a drop-in LocalStack replacement that boots in 24 milliseconds. None of these are trying to be your operating system. Worth calling out: LocalStack ended its free community tier in March, and the OSS replacement story has been settling out over the past two months. Floci looks like the one that stuck.

May 19, 2026

#8

AI in your terminal, editor, design app, and inbox: pick your model

Four tools this week and they all have one thing in common: they're trying to put AI inside the apps you already live in. Warp is rebuilding the terminal around it. Zed is doing the same thing for the editor. Open CoDesign turns prompts into UI prototypes on your desktop. openclaw stitches every messaging app you use to one local AI assistant. The pattern that keeps showing up is bring-your-own-key. Three of these four are MIT-licensed and ship with no model provider lock-in. You point them at OpenAI, Anthropic, Ollama, whatever you want. "Open source AI tooling" increasingly means "we built the interface, you pay your own model bill," and the economics line up. Nobody is trying to resell you tokens at a markup. The exception is Warp. It's source-available, not open source. The license restricts what you can do with the code and the AI features require an account. Worth flagging because the polish is real but the freedom is partial. If that bothers you, Ghostty and Alacritty are the open answers, and they're in the database too.

May 12, 2026

#7

An AI agent that lives in every messaging app you use, plus 3 more open source standouts

AI agents stopped being a single product. We have agents in our terminals, our chat apps, our IDEs, our browsers, and now we have launchers to switch between them. Three of the four tools in this issue are agents. The fourth uses one as a building block. Hermes is the most interesting one to me. Nous Research built it as a self-improving agent that runs in your terminal but also plugs into Telegram, Discord, Slack, WhatsApp, Signal, and email. Point it at any LLM provider you want, and it remembers what you taught it across sessions. opencode is the same energy for code: terminal-first, model-agnostic, MIT licensed. cc-switch exists because if you've installed Claude Code, Codex, OpenCode, openclaw, and Gemini CLI on the same machine, you need something to keep them straight. The sneaky one is llm_wiki. Drop a folder of PDFs and Word files into it and it builds a structured wiki with cross-references and a knowledge graph, using whatever LLM you point at it. Not an agent in the chat sense, but the same pattern applied to documents instead of conversations. Persistent state, built up incrementally, owned by you. The open source version of the AI tools we used to subscribe to is starting to feel like a coherent stack instead of a collection.

May 5, 2026

#5

A tool that makes Claude Code shut up, plus a knowledge graph builder worth trying

Something happened this week that I haven't seen before. A tool that literally just tells Claude Code to stop being polite blew up faster than anything in our database. Caveman doesn't add features. It removes words. And developers are installing it by the thousands because apparently we all wanted our AI to cut the "I'd be happy to help" and just do the work. Separately, Graphify caught my attention because it solves a problem I hit constantly: understanding a codebase you didn't write. It reads your code, docs, even screenshots, and builds a navigable knowledge graph. Not a summary. Not a chatbot. An actual graph you can explore. That's a different approach and I think it's the right one for complex projects. Also on radar this week: an agent framework shipping 43 built-in tools out of the box, and a Rust-based S3 alternative that's picking up serious momentum in the self-hosted storage space.

April 21, 2026

#4

A Claude Code toolkit, a Rust terminal agent, and why 97K developers self-host their photos

Claude Code has an ecosystem now. Not just plugins or extensions, but a full configuration playbook: skills, memory structures, security practices, and CLAUDE.md templates that change how the agent behaves. everything-claude-code is the fastest-growing project in our database this week, and it's not hard to see why. Developers are realizing the default setup leaves performance on the table. Also on radar: a Rust-based terminal agent that replicates Claude Code's workflow for free, a proxy that turns AI coding CLIs into standard API endpoints, and Immich, the self-hosted photo platform that keeps pulling people off Google Photos.

April 14, 2026

#3

skills is gaining serious momentum, plus 3 more tools worth watching

The Number: 66% of the tools we track are completely free — no paid tier, no catch.

April 7, 2026

#2

gstack gained 12,654★ this week — plus 3 tools you should know

The Number: 66% of the tools we track are completely free — no paid tier, no catch.

April 1, 2026

#1

The Open Source Drop #1: Agent sandboxes, semantic diffs, and a database TUI you'll actually enjoy

Welcome to The Open Source Drop, a free, no-BS look at open source tools worth knowing about. Every issue: a few tools we've actually researched, with honest analysis of what they do well and where they fall short. No sponsored picks. No hype.

March 24, 2026

The Open Source Drop

Open source tools worth knowing about.

hello@opensourcedrop.com
ToolsExploreAlternativesLicensesScoringSuggest a ToolAboutTerms

Buying guides

AI Agent FrameworksOpen Source Agent FrameworksOpen Source Claude Code & Codex SkillsOpen Source Agent Runtimes & SandboxesOpen Source Multi-Agent SystemsPython Developer ToolsLLM Inference ToolsDevOps & Infrastructure ToolsCLI ToolsOpen Source MCP ServersAll buying guides

The Open Source Drop provides informational summaries of open source tools and their licenses. This is not legal advice. Always review the full license text on each tool's repository before using it in your project. Product names and logos mentioned on this site are trademarks of their respective owners. The Open Source Drop is not affiliated with or endorsed by any proprietary software vendor. Terms of use.