10 weird OSS projects you need to know about...
Chapters11
A Rust based 3D GPU accelerated terminal emulator inspired by Temple OS, featuring a spinning 3D cursor and support for custom 3D models.
Firehose of wildly ambitious OSS stunts: 3D terminal rats, browser-based OS, rust GPU kernels, and a TikTokized Wikipedia—proof that weird can still be brilliant.
Summary
Kicking things off with FireShip’s latest code-loaded curiosity, the host celebrates the odd, the beautiful, and the deeply unnecessary in 2026’s OSS scene. Ratty, a Rust terminal emulator inspired by Temple OS, renders a GPU-accelerated 3D scene via Bevy and even lets you tilt the terminal in space with Ctrl-Alt-Enter. The show then leans into even more rebellious builds, like Terminal Phone—an end-to-end encrypted bash-based calling tool with a completely serverless design. A humorously cool ad-blocking fork by David Lawrence reimagines web surfing as an 80s sci-fi horror movie, while CUDA Oxide promises Rust-powered GPU kernels that compile directly to PTX, bypassing C++. Wario Synthesis turns any song into a Game Boy chiptune in-browser, and the Epstein/Deep State rabbit holes get a browser-friendly twist with Jmail and Epstein Exposed. Lyra Reebane’s Exipedia delivers Wikipedia content as an endless TikTok-like feed, and pewtor asks, could you actually run a full desktop environment in the browser? Honker nudges SQLite into a PostgreSQL-style notify/listen world, and Hyper Agent closes the loop by offering agent platforms that run inside isolated clouds. Fireship wraps with a real-world note: you can try these ideas now, but be ready for memory, firmware, and legal headaches as you chase the next weird OSS frontier.
Key Takeaways
- Ratty is a GPU-accelerated terminal emulator written in Rust, using Bevy, with a 3D wrapping cursor and a 300 MB RAM footprint.
- Terminal Phone demonstrates a completely serverless, Bash-based calling app that uses Tour and end-to-end encryption with a unique identity system.
- David Lawrence’s ad-blocking fork turns surfing the web into an 80s sci-fi horror experience by forking Ublock Origin Light.
- Akuda Oxide enables writing CUDA kernels in pure Rust that compile to PTX, removing the need for C++-FFI in GPU code.
- Wario Synth re-creates a song as a Game Boy chiptune in the browser using Web Audio APIs without servers.
- Jmail mimics Gmail in the spirit of Jeffrey Epstein’s files for a browser-based exploration experience, while Epstein Exposed provides a searchable graph of connections.
- Exipedia packs Wikipedia content into a TikTok-like infinite feed that runs entirely in the browser, emphasizing doomscrolling as a feature, not a bug.
Who Is This For?
Essential viewing for developers who love offbeat OS concepts, Rust GPU work, and browser-based experimentation—perfect for anyone curious about the frontier where hardware, software, and absurd creativity collide.
Notable Quotes
"Everything comes at a cost, especially the spinning rat cursor."
—Owner of Ratty highlighting the insane RAM cost for a GPU-accelerated terminal.
"The terminal phone is an open-source pushto talk voice and text app that runs entirely over tour as a shell script."
—Description of the Terminal Phone’s serverless, identity-based design.
"This is the project cipher punks were promising us in 1995. And now finally, after 30 years, one psychopath finally delivered it."
—David Lawrence’s ad blocker turned into a retro-futuristic experience.
"You annotate a function with kernel and now you have Rust code that can actually run on a GPU and it actually compiles straight to PTX."
—Explaines Akuda Oxide’s Rust-to-PTX approach for CUDA kernels.
"Enjoy it before Nintendo's legal team nukes it and memory holes it."
—Wario Synth warning about potential legal action from Nintendo.
Questions This Video Answers
- What is Ratty terminal and how does it use Bevy for a 3D terminal experience?
- How does CUDA Oxide enable Rust to write CUDA kernels that compile to PTX?
- What makes Exipedia's TikTok-like Wikipedia experience browser-based and open source?
- Can a fully in-browser desktop environment like pewtor be practical or just for fun?
- How does Honker extend SQLite with PostgreSQL-style notifications and tasks?
RustGPU computingBevyTemple OSCUDA OxideRust in CUDAWario SynthBrowser-based OSHonkerSQLite extension
Full Transcript
Yesterday I was looking at my GitHub feed and realized it was 90% AI agents reviewing other AI agents pull requests. My for you page is just six rappers around the same clawed API key. And all the mostard repos are literally just markdown files that tell you how to talk to robots. I thought I had died and went to hell, but I realized this can't be hell because this is my terminal emulator. It's 3D. It uses 300 megabytes of RAM. It has a spinning wrap for a cursor. and it might be the most important software released in 2026.
Underneath the AI sewage layer and below the prompt bros and notion template goblins, there are still real humans building insane, beautiful, and deeply unnecessary software. In today's video, we'll look at 10 projects you've never heard of, built by people who absolutely should not be allowed near a compiler. And I mean that as the highest possible compliment. It is May 26, 2026, and you're watching the code report. But the first project I want to talk about is Ratty. It's a new terminal emulator built in Rust and inspired by Temple OS. And as you can see here, the cursor is a spinning 3D wrap.
It was created by Orin Paraxes. And unlike most terminal emulators, it doesn't just render text, but rather an entire GPU accelerated 3D scene using the Bevy game engine. That means you can do incredibly useless things like hit Ctrl Alt Enter to physically tilt your terminal in a 3D space like you're flying through a PS2 game. And you can even bring in your own crappy 3D models from tools like Blender. The only catch is that it eats 300 megabytes of RAM and RAM is not cheap these days. The creator fully acknowledges that this is insane by saying, quote, "Everything comes at a cost, especially the spinning rat cursor.
But if 3D rats are not enough, your terminal is about to get even more awesomer thanks to a project called terminal phone. Imagine this. You're in the terminal vim open three t-mucks panes deep. And instead of unlocking your phone to take a call, you just make the call from bash. The terminal phone is an open-source pushto talk voice and text app that runs entirely over tour as a shell script. There are no servers, no accounts, no phone numbers. Instead, aunion address is your identity, which means everything is ephemeral and end to end encrypted. The developer shipped this project in February with a custom protocol built from scratch.
This is the project cipher punks were promising us in 1995. And now finally, after 30 years, one psychopath finally delivered it. But this next project might even be more rebellious. Back in 1988, before the internet even existed, John Carpenter made an awesome movie where this dude puts on sunglasses and suddenly every billboard, magazine, and advertisement on Earth is revealed to be what it truly is. Alien mind control propaganda telling us to obey, consume, marry, and reproduce. Developer David Lawrence realized that this is also the most aesthetically correct way to implement an ad blocker. He actually had the idea all the way back in 2015, sat on it for a decade, and then finally shipped it recently as a fork of Ublock Origin Light.
Instead of just blocking ads, it turns the entire experience of surfing the worldwide web into an 80s sci-fi horror movie. But our next project, CUDA Oxide, didn't come from some basement hacker. It was quietly dropped on GitHub by the 5 trillion market cap Nvidia last week, and it addresses an important problem. In order to write CUDA kernels code that runs on a GPU, you need to carefully craft C++. Pray the compiler doesn't seg fault because it only takes one wrong pointer to turn your $40,000 GPU cluster into a worthless paper weight. Akuda Oxide tries to fix this by letting you write GPU kernels in pure Rust.
Just annotate a function with kernel and now you have Rust code that can actually run on a GPU and it actually compiles straight to PTX. There's no foreign functions interface or C++ involved at all. But all these awesome projects should have their own theme songs, and that's where Wario Synth comes in. This is a weird project where you paste in a song and it spits it back out as a Game Boy chip tune. Under the hood, it uses the web audio API to take two pulse waves, one wave channel, and one noise channel to reynthesize an entire song as something that sounds like it's coming out of a 1989 Game Boy.
And it can do all of this in the browser with zero serverside processing required. enjoy it before Nintendo's legal team nukes it and memory holes it. But speaking of memory holes, I completely forgot about the Epstein files after the Iran war and UFO disclosures. Luckily though, the files are easier than ever to consume now, thanks to projects like Jmail, which emulates Gmail as if you were Jeffrey himself using it. But if you truly want to go deep down this rabbit hole, Epstein Exposed provides a searchable database for the files and also this awesome network graph that shows you how deep the connections of the deep state actually go.
If that's a little too dark for you though, you'll really like this next project. Exipedia developer Lyra Reebane looked at the dumpster fire that's modern social media and asked the only sensible question. What if doom scrolling was actually good for you? So, she built Wikipedia as a Tik Tok feed. You open up the web app, pick a few categories, and it downloads 40 megabytes of simple Wikipedia in the background, and then you have an infinite feed you can scroll through endlessly. This project is also open source and runs its algorithm entirely in the browser. But what if we could run an entire computer in the browser?
Well, that's where pewtor comes in. It's a project you can self-host. Or if you go to pwer.com, you'll be taken to a desktop environment where you have a taskbar, draggable windows, a file manager, and a bunch of applications like a notepad, code editor, terminal, and so on. It's kind of like the dream of Chrome OS, except it's actually free, actually open, and actually fun. But now it's time to learn about Honker. This one's for the SQL light gang, and honestly, it might be the single most underrated project on this list. SQL light is an incredible database that can handle even the most ambitious of failed side projects.
But if you end up needing a feature like a job cue, things start to get complicated. You might think you need to spin up Reddus, install Celery, or run a message broker, but developer Russell Romney says no. Honker is a SQLite extension written in Rust that adds Postgress style notify listen directly into your database file. You get durable pubsub, task cues, event streams, and a cron scheduler. And all of it lives inside the same DB file as your business data. It's yet another humble reminder that 99% of us don'ting need Kubernetes and would be perfectly fine running SQL light and node on a $5 VPS.
And that brings us to number 10, Hyper Agent, the sponsor of today's video. Most agent platforms only give you tool calls, but Hyper Agent lets you build and deploy agents with their own browser, shell, and file system, all running in an isolated cloud sandbox. I used it to build a research workflow for our Bites newsletter that studies past issues, scouts tech, Twitter, and Hacker News for promising story topics, and saves them to our team's air table. Then I turn that workflow into an agent we can invoke from Telegram or Slack whenever we need ideas. Right now, Hyper Agent is giving away $10 million to founders building agent first companies.
And the first thousand viewers to use the link below will get $1,000 in free inference credits. This has been the Code Report. Thanks for watching and I will see you in the next one.
More from Fireship
Get daily recaps from
Fireship
AI-powered summaries delivered to your inbox. Save hours every week while staying fully informed.







