10 Weird Open-Source Projects Worth Your Attention
Beneath the AI hype, developers are building strange, clever, and genuinely useful open-source tools. Here are ten that deserve more attention.
Written by AI. Bob Reynolds

Photo: AI. Mei Fujimoto
Every hype cycle leaves something behind. During the dot-com boom it was abandoned server farms and overvalued domain names. During the mobile gold rush it was a graveyard of apps nobody installed twice. Right now, if your GitHub feed resembles what Fireship host Jeff Delaney described this week — "90% AI agents reviewing other AI agents' pull requests" — you might be forgiven for thinking that software development has collapsed into a single recursive loop of language model prompts.
But it hasn't. Delaney's latest Code Report runs ten open-source projects that exist in a different register entirely: built by individuals, shipped because someone found the problem interesting, and answerable to no roadmap except the builder's own curiosity. Some are genuinely useful. Some are genuinely absurd. The line between those two categories is thinner than it looks.
Worth noting upfront: Delaney's list includes HyperAgent as a paid sponsor — it's number ten, and he's transparent about that. The other nine are independent projects with no commercial arrangement disclosed. I'll cover them all, but you should know the difference.
The projects
Ratty leads the list, and it earns the top slot on theatrics alone. It's a terminal emulator written in Rust, inspired by Terry Davis's TempleOS, and it renders not a text buffer but a full GPU-accelerated 3D scene built on the Bevy game engine. The cursor is a spinning 3D rat. You can tilt the entire terminal through three-dimensional space with a keyboard shortcut, as though your command line were a set piece from a PlayStation 2 cutscene. Creator Orin Paraxes is admirably self-aware: "Everything comes at a cost, especially the spinning rat cursor." That cost is 300 megabytes of RAM, which is either an outrage or a bargain depending on how much you value a spinning rat cursor. I find I cannot form a strong opinion.
What I find genuinely interesting about Ratty is what it inherits from TempleOS — Davis's project was also dismissed as spectacle by most people who encountered it, and also turned out to contain ideas that serious engineers eventually took seriously. Whether Ratty is ahead of its time or simply silly is a question best revisited in five years.
TerminalPhone occupies a different corner of the imagination — less silly, more principled. It's a push-to-talk voice and text application that runs entirely over Tor as a shell script. No servers. No accounts. No phone numbers. Your Tor onion address is your identity; everything is ephemeral and end-to-end encrypted. Delaney's characterization lands: "This is the project cypherpunks were promising us in 1995. And now finally, after 30 years, one psychopath finally delivered it."
That framing is more historically accurate than it sounds. The cypherpunk movement of the early 1990s produced a great deal of manifesto and rather less working code. PGP was real; much of the rest was aspiration. TerminalPhone is a working implementation of something people have been describing in theory for three decades. Whether anyone outside a narrow privacy-conscious community will actually use it is a separate question from whether it's a real technical achievement — and it is.
TheyLive Adblocker is the list's best joke, and also a serious piece of software. Developer David Lawrence forked uBlock Origin Light to implement a vision he'd carried since 2015: rather than simply hiding advertisements, the extension replaces them with text rendered in the stark black-and-white aesthetic of John Carpenter's 1988 film They Live — where wearing special sunglasses reveals that all advertising is, in fact, mind-control propaganda. "Obey." "Consume." "Marry and Reproduce." Lawrence's fork does exactly this to the actual web. It's a decade-old idea that took one committed developer to execute. Satire and utility, combined.
CUDA Oxide is the most technically significant project on the list, and notably the only one that didn't come from an individual working alone. Nvidia quietly published it to GitHub last week. The problem it addresses is real and costly: writing CUDA kernels — the code that actually runs on a GPU — requires carefully managed C++, where a single incorrect pointer can render a $40,000 GPU cluster inoperable. CUDA Oxide lets developers write those kernels in Rust instead, compiling directly to PTX without any C++ foreign function interface. Given Nvidia's market position and the centrality of GPU computing to every major AI workload right now, this one will get attention regardless of whether a YouTube channel covers it. The developer tools community has been watching Rust's expansion into systems programming for years; GPU kernels are a meaningful new frontier.
Wario Synth converts any song into a Game Boy chiptune using only browser-side Web Audio API — two pulse waves, one wave channel, one noise channel, zero server processing. Delaney's aside that you should use it before Nintendo's legal team intervenes is both funny and probably correct. It's the kind of project that exists for the duration of its creator's legal immunity, which is part of what makes it interesting to document.
Jmail and Epstein Exposed are the list's most unusual pairing. Jmail emulates Gmail as though Jeffrey Epstein were the user, presenting his emails in a familiar interface. Epstein Exposed offers a searchable database of the released files alongside a network graph mapping the connections between individuals named in them. Both are civic-tech projects in an unusual register — neither fits neatly into the "productivity tool" or "creative hack" categories. They're investigative infrastructure built by private citizens. Whether you find that reassuring or unsettling probably depends on your prior views about citizen journalism and data visualization of sensitive materials.
Xikipedia takes the logic of TikTok's infinite feed and applies it to Simple Wikipedia. Developer Lyra Reebane built it as a direct response to what she saw as the waste inherent in doom-scrolling: the same addictive mechanics, redirected toward actual information. You pick categories, the app downloads roughly 40 megabytes of Wikipedia content in the background, and then you scroll. The algorithm runs in-browser. It's a clever inversion of a well-worn complaint — rather than arguing that social media mechanics are inherently corrosive, Xikipedia asks what happens if you point those mechanics at something worth knowing.
Puter scales the ambition considerably. It's a self-hostable web-based desktop environment — taskbar, draggable windows, file manager, code editor, terminal. If you've ever used Chrome OS and found yourself wishing it were actually free and actually open, Puter is the closer approximation. Delaney's description is compact and accurate. The open-source projects space has seen several browser-desktop experiments over the years; Puter appears to be the most complete current attempt.
Honker is the list's most practically useful project and the least immediately glamorous. It's a SQLite extension written in Rust that adds Postgres-style NOTIFY/LISTEN messaging directly to a SQLite database file — giving you durable pub/sub, task queues, event streams, and a cron scheduler, all without spinning up Redis, Celery, or any message broker. Everything lives in the same database file as your application data. Developer Russell Romney's implicit argument is the same one a small but persistent faction of the engineering community has been making for years: most applications do not need the infrastructure complexity that's become standard. Honker is evidence for that argument.
What the list adds up to
The Fireship framing — that these projects exist "underneath the AI sewage layer" — is rhetorical but not wrong. The current moment in software development is genuinely dominated by AI-adjacent tooling, to a degree that makes it easy to miss what's happening in the spaces that conversation doesn't reach. A GPU kernel safety tool from Nvidia, a cypherpunk communications app delivered by a single developer, a privacy-preserving Wikipedia reader, an ad-blocker conceived as cinematic satire — none of these fit the prevailing story about where software development is going.
That doesn't make them more important than the prevailing story. It makes them part of a fuller picture. The developers building these projects aren't rejecting the mainstream; most of them probably use AI tools daily. They're just also doing something else — solving problems that interested them, shipping code because they could, building things that would exist whether or not anyone noticed.
The list, taken together, is a reasonable cross-section of what individual developers do when left to their own judgment. Some of it will matter in five years. Most of it won't. The ratio is probably similar to every other moment in the history of this industry — which is to say, better odds than most other fields of human endeavor, and no guarantee of anything.
Bob Reynolds is Senior Technology Correspondent at Buzzrag.
We Watch Tech YouTube So You Don't Have To
Get the week's best tech insights, summarized and delivered to your inbox. No fluff, no spam.
More Like This
Intel's $199 Chip Outperforms AMD's $500 Flagship
Intel's Core Ultra 250K at $199 matches or beats AMD's $500+ 9950X in real-world creative workloads. The benchmarks tell an unexpected story.
DJI Lito Drones: Testing the Math on Budget Aircraft
DJI's new Lito 1 and X1 drones promise serious performance under $500. A comprehensive test reveals where the compromises actually matter.
34 Self-Hosted Projects That Could Replace Your Cloud Stack
From AI email agents to thermal printer dashboards, these trending GitHub projects show what happens when developers get tired of subscription fees.
GitHub's AI Agent Explosion: 30 Tools Reshaping Dev Work
From $10 AI agents to browser-based coding assistants, GitHub's latest trending repos reveal how developers are hacking their own workflows with AI tools.
35 GitHub Trending Tools Reshaping AI Dev Work
From token-efficient agents to a programming language built for bots, GitHub's latest trending repos expose what developers actually need from AI tooling right now.
Apple's $599 MacBook Neo: An iPhone Chip in a Laptop
Apple put an iPhone processor in a $599 MacBook. The compromises are real, but so is the opportunity to finally crack the budget laptop market.
Anthropic's Claude Design: The Latest Bid to Automate Creativity
Anthropic launches Claude Design, an AI tool that generates visual assets from text prompts. But can conversation replace craft in design work?
What Happens When AI Gets Root Access to Your Computer
A YouTuber gave an AI agent root access to his Linux system. The results reveal both the promise and the friction of our autonomous software future.
RAG·vector embedding
2026-05-27This article is indexed as a 1536-dimensional vector for semantic retrieval. Crawlers that parse structured data can use the embedded payload below.