PewDiePie quietly built a private AI workspace

Here’s a bold one to start: the YouTuber best known for gaming videos just shipped an open-source AI platform that’s already pulled over 71,000 stars on GitHub. Yeah, PewDiePie. The tool is called Project Odysseus, and it’s a self-hosted AI workspace that runs on your own machine with your own models and your own data.

I stumbled on this through a deep-dive video from Matt Wolfe, the creator who installed the whole thing and ran it through its paces so the rest of us don’t have to. I love when someone takes a janky new tool, breaks it down, and shows you exactly what works and what doesn’t. That’s the value here, and Matt didn’t sugarcoat the rough edges.

So what is Odysseus, really? Think of it like the ChatGPT or Claude desktop app, but a version you control completely. It’s not a new model. It’s the interface wrapped around models. The original poster described it best as a personal AI control room living on hardware you own. It connects to local models, API models, and tools, and it pulls a pile of AI workflows into one place: chatting, agents, deep research, file management, model comparisons, notes, tasks, even email and calendar.

🧠 The key idea: privacy and control over polish

The whole point of Odysseus is keeping your stuff off the big cloud platforms. Matt got it running on his M3 Mac using Docker, connected local models through Ollama, and chatted with a Gemma 3 12B model completely offline. No data leaving the machine. He was upfront that this is an experiment for tinkerers, not a finished mainstream product. Expect bugs. Expect to pull your hair out. But also expect a real glimpse at where personal AI might be heading.

Here are the three things that stood out most from his walkthrough.

🔬 The deep research module punches way above its weight

This was the part that genuinely surprised the reviewer. You set how many research rounds you want, pick your search engine, and choose your model, including a local one. Matt ran a multi-round research task using only the local Gemma model. It took about 7 minutes and spat out a clean visual report with a table of contents and proper formatting. He pointed out something important here: any factual mistakes in the output come from the small local model, not from Odysseus itself. The app handles the structure and design of that report, and it does it well. For anyone who wants solid research without sending queries to a cloud, letting a local model grind through several rounds could be the move.

⚖️ The compare tool is like your own private model arena

This one’s clever. Odysseus lets you run blind, side-by-side comparisons of two models on the same prompt. Matt pitted Gemma 3 12B against GPT 5.5, and later a beefy Qwen 3.5 122B local model against GPT 5.5 too. The tool even shows estimated cost per 1,000 responses, so you instantly see the gap between a local model running on your own power and an API call. There’s a scoreboard that tracks wins, losses, and ties over time. He nailed it when he called it your own personal leaderboard. The SVG drawing test made the quality gap obvious, with GPT 5.5 producing far cleaner results, but the local models held their own on plain reasoning.

🧩 The brain memory shows where this is going

Odysseus has a “brain” that quietly remembers details from your past chats. When Matt opened it, the app had already noted things like “the user owns a car” and “the user has sensitive information they need to protect,” all pulled from earlier conversations. It’s the same memory idea the big labs use, except it lives entirely on your machine. That, to me, is the real promise: an assistant that knows your context without shipping it anywhere.

⚠️ What didn’t work

Matt kept it honest, so I will too. He spent close to an hour fighting the image editor and never got the in-painting or out-painting to work, even after trying Flux, Ideogram, and Flux 2 Dev models. He also couldn’t figure out the agent feature. The calendar, gallery, and notes sections are more like open-source swaps for Google Calendar, Google Photos, and Todoist than true AI features. So this is clearly aimed at people who want off cloud platforms entirely, not folks looking for a plug-and-play assistant.

💡 Who this is actually for

Based on the reviewer’s take, Odysseus makes sense if you care a lot about privacy, you work with personal local files, you want offline access, or you just hate paying API fees and subscriptions. For everyone else, cloud AI is still the smoother default. No local model here will beat OpenAI, Anthropic, Google, or Grok yet. But you need surprisingly good hardware to run the strong ones, and that bar is dropping fast with machines like the new Nvidia and Microsoft DGX systems.

What I appreciate most is that someone with PewDiePie’s reach is bringing mainstream attention to the idea that you can run capable AI on your own computer. That awareness alone matters.

If you’re curious about self-hosted AI or just want to see the install process and the wins and fails in detail, watch Matt’s full breakdown. It’s the clearest tour of Odysseus I’ve come across, and a great primer on where local AI is headed.

Scroll to Top