◉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

#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.

ToolsExploreAlternativesLicensesSuggest a ToolAboutContactTerms

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.