I Tested PewDiePie’s Free AI: Here’s What Surprised Me
When the world’s biggest YouTuber with 110 million subscribers spends a year learning to code in silence, then drops a free, open-source AI that runs entirely on your own computer, you pay attention. That’s exactly what happened on May 31st when PewDiePie (real name Felix Kjellberg) released his project called Othaisus. I watched the numbers climb from over 44,000 GitHub stars in just 4 days to nearly 67,000 shortly after. For perspective, most million-dollar companies don’t see that level of interest in an entire year.
I spent months running my own AI automation systems, so I had to test this myself. I installed it, compared it directly against my existing setup, and the results genuinely surprised me. Here’s everything I found.
Key Takeaways
- PewDiePie’s Othaisus reached 44,000+ GitHub stars in 4 days and climbed past 67,000 shortly after release
- The software runs completely locally on your machine with no telemetry, no tracking, and no subscription fees
- Installation requires Docker but no coding knowledge; I walked through the full setup myself
- Features include chat, autonomous agents, file management, web search, coding, memory, deep research, email, and notes
- The “Cookbook” feature automatically scans your hardware and recommends from 270+ open-source models
- For true privacy, you need to run models locally via Ollama rather than using cloud APIs like OpenRouter
- Compared to my existing Hermes-style agents, Othaisus acts like a desktop assistant while my setup works autonomously in the background
Why PewDiePie Built This: The Privacy Rebellion
PewDiePie’s motivation wasn’t subtle. He explicitly stated: “What big companies do, I now do myself.” He had spent a year systematically removing Google from his life, built his first computer from scratch, learned to code from zero, and documented everything publicly.
The breaking point? Understanding where your data actually goes. When you use ChatGPT, Claude, or any cloud AI, your most private ideas, business plans, and customer data sit on someone else’s servers. You’re paying monthly for the privilege of being monitored. PewDiePie called this out directly as a rebellion.
By February, he had already trained a small model that beat GPT-4.0 on coding tests. Most people dismissed it as a joke. They weren’t laughing when Othaisus dropped.
What’s Actually Inside Othaisus
I pulled up his actual GitHub profile to verify this wasn’t exaggerated. The E-Repo was real, the star count was over 64,000, and the project had been live for less than two weeks. The description line says it plainly: “Chat, GPT and Claude on your own computer.”
The feature set is substantial:
- Chat interface — Similar to ChatGPT, but running on your hardware
- Autonomous agent — You give it tasks, it handles them from start to finish
- File, web, code, and memory management
- Deep research tools
- Email and notes integration
- “Cookbook” hardware scanner — Automatically recommends suitable models from 270+ open-source options based on your specific computer specs
There’s no sales team, no demo request forms, no trust issues to navigate. MIT licensed — use it, modify it, it’s entirely yours.
My Step-by-Step Installation Experience
I went through the full setup myself to see how accessible this actually is for non-technical users. The requirements are minimal: you need Docker installed, and that’s it. No coding knowledge required.
Step one: Download Docker for your operating system. I used the direct download links and ran through the standard installation — essentially clicking “next” through the prompts. One practical warning: Docker is a large file. Make sure you have sufficient disk space, or your system will slow down significantly.
Step two: Log into Docker (create an account if needed) using GitHub or Google credentials.
Step three: Run the specific command from PewDiePie’s repository in your terminal to pull and install the system. I tested this both manually and by feeding the instructions to AI assistants — both approaches worked, though doing it manually gave me faster results.
The critical sequence: install Docker first, then run the repository command. I deliberately tested reversing this to see the error message — the system correctly flags that Docker isn’t found and refuses to proceed. The error handling is clear enough that you’ll know exactly what went wrong.
Once running, you create a local username and password, and you’re in. Everything operates through your browser, entirely offline.
The Critical Privacy Choice: Local vs. Cloud Models
Here’s where I need to be completely honest with you. Othaisus itself is open-source and local, but the AI models you connect to it matter enormously for privacy.
You have two paths:
Path one (true privacy): Install Ollama on your computer and download open-source models directly. Everything stays on your machine. No data leaves. Completely free. This is the approach PewDiePie designed for.
Path two (convenience trade-off): Use cloud APIs through services like OpenRouter. You’ll get access to more powerful models, faster responses, and cheaper pricing than mainstream alternatives. But your data still flows to external servers. The “magic” of full local control disappears.
I tested both. For my installation, I added Minimax through an API connection to verify functionality. It worked immediately. But for readers following along, I strongly recommend the Ollama route if privacy is your primary motivation. The interface makes this straightforward — click the plus button, select “local,” choose Ollama, and the system downloads models from the internet directly to your machine. You can test and activate each model with a single click.
How It Compares to My Existing AI Setup
This was the test I was most curious about. I’ve been running automation systems for months using Hermes-style agents. After running both side by side, the distinction became clear:
Othaisus is like an assistant sitting at your desk with you. The screen is open, you’re conversing, working together — everything hidden on your machine, completely free.
My Hermes-style agents are different. They work in the background autonomously. They operate while you sleep, then message you: “Boss, I handled these tasks.”
My conclusion? I want both. Both are free. Both are mine. The fundamental shift PewDiePie is highlighting isn’t just about tools — it’s about ownership. You’re no longer renting AI; you’re owning it.
For a creator with 110 million subscribers to deliver that message carries weight. This isn’t niche tech philosophy anymore.
Practical Features I Tested
Once inside the interface, I explored the full capability set:
- New conversation panel for standard chat interactions
- Product research section for e-commerce and market analysis
- Email integration for automated correspondence
- “Brain” and “skills” modules you can add and customize
- Model selection interface showing which languages perform best for specific tasks — some code better, others write better
- Deep research section for comprehensive investigations
- Gallery for uploading and analyzing your own images
- Library where you train the AI on your preferences and background for more personalized responses
The scheduling capability particularly impressed me. You can set daily automations entirely free on your local machine — “At 10 AM, email this many people” or “Research trends and bestselling products for me.” The system runs in the background, locally, with zero cost.
Theme customization is also available if you want to adjust the visual interface to your preference.
FAQ
Do I need to know how to code to install Othaisus?
No. The installation requires Docker, which you download and install through standard prompts. After that, you copy and paste one command from the repository. I verified this process myself and had the system running without writing any original code.
Is my data completely private when using Othaisus?
Only if you use local models through Ollama. The Othaisus software itself runs locally and collects no telemetry, but if you connect cloud APIs like OpenRouter, your data still travels to external servers. For full privacy, download open-source models directly to your machine.
How does this compare to paid AI services like ChatGPT Plus?
Othaisus lacks the raw power of GPT-4o or Claude 3.5 Opus for complex reasoning tasks. However, it costs nothing, runs without internet after setup, keeps all data local, and includes autonomous agent capabilities that many paid services don’t offer. For routine business automation, research, and content tasks, the open-source models I tested performed adequately.
What computer hardware do I need to run this effectively?
The “Cookbook” feature automatically evaluates your specific hardware and recommends compatible models from over 270 options. Simpler models run on modest systems; larger models require more RAM and preferably a dedicated GPU. Docker itself requires significant disk space — ensure you have storage available before installing.
Final Thoughts
PewDiePie’s Othaisus isn’t perfect, and it won’t replace every cloud AI use case. The models are smaller, setup requires some technical comfort with Docker, and you’ll need to manage your own model selection.
But the core proposition is undeniable: a functional, private, autonomous AI system that costs nothing and answers to no corporation. I watched it climb from 44,000 to 67,000 stars while testing it. That velocity speaks to genuine demand, not influencer hype.
For my own workflow, I’m now running both approaches — Othaisus for interactive desktop work where privacy matters, and my background Hermes agents for autonomous overnight processing. The combination costs me nothing and keeps everything under my control.
If you’ve been paying monthly subscriptions while wondering where your business data actually lives, this is worth your time to explore. The tools to own your AI stack are finally accessible. The only question is whether you’ll use them.
Watch the full video (in Turkish — English subtitles available):
Tools & Community
- TurkoLister — the AI listing tool I use to turn Amazon products into optimized eBay UK listings in about 60 seconds (from £4.99/month, £1 one-week trial).
- AI & E-commerce Community — my Turkish-speaking community ($19/month) with weekly live sessions.
- Subscribe on YouTube — new experiments every week.
