Weekly Highlights
The rumors of Booklore's death have not been greatly exaggerated. If you missed it, there was a recent controversy surrounding the developer's conduct towards contributors and potential abuse of the project's license, which culminated in the repository's removal from GitHub earlier this week and a teary-eyed goodbye from the developer.
On a separate note, AI continues to dominate the self-hosted conversation. This week, its impact on developers stole the spotlight.
For the unaware, AI is wreaking havoc on the development side of many popular projects as maintainers are now forced to sift through a large influx of AI-generated pull requests that pose several risks: Is the code maintainable? Does it reimplement something that already exists? Is it secure? Does it contain licensed code from other projects?
This Node.js pull request from January with 350+ comments is a great read and almost real-time example of a team running into each of these issues with just a single contribution. (In response, the team eventually developed and released their own AI contribution guidelines.)
But not all maintainers have taken it in stride. I've also noticed an uptick in the number of projects no longer accepting public contributions given the burden of reviewing, testing, and maintaining them. Of course, new tools to help projects combat this have started popping up and others are finding clever ways to filter out AI contributors, but it can still be overwhelming.
Meanwhile, the only element I need to identify an undisclosed vibe coded project these days is a single statement found in the project's repo: Made with ♥ by Developer. (Developers are not capable of love.)
In other news:
- Unraid v7.3.0 entered beta, which finally allows users to install the operating system on something other than a flash drive
- A satirical website dubbed Malus (malice) has been making its rounds and fooling users after claiming it's deploying AI tools to recreate open source projects from scratch with corporate-friendly licensing (my personal favorite is Emergency AGPL Removal in the footer links)
- Google officially walked back their decision to disable sideloading on Android, although users will need to jump through a few hoops to enable it in the future (a win for anyone deploying companion apps via tools like Obtainium)
- A recent study found that texting random peers is better for reducing loneliness than AI chatbots (like OpenClaw and NanoClaw)
Made with ♥ by selfh.st
Self-Host Weekly is an independent publication supported by its readers. Consider signing up or making a donation to show your support and receive exclusive member perks for your contribution!
Newswire






More From selfh.st


Feedback
Content Spotlight
Meet Sure, a self-hosted personal finance platform and successor to (and fork of) Maybe – a popular app that went closed source in 2025. Unlike alternatives that place a heavier emphasis on budgeting, Sure boasts itself as an all-in-one finance app with account linking to virtually any institution (via SimpleFin) for budgeting, expense tracking, and investment monitoring (crypto, real estate, and others). Optionally, users can also leverage its LLM integration to interact with their data via AI chat.
Sure can be easily deployed via Docker and requires separate containers for its front end and worker, as well as separate PostgreSQL and Redis services for data storage and in-memory caching.
Links: Website, Source Code
Videos and Podcasts
- NetBird Reverse Proxy: Better than Cloudflare Tunnels? | Servers@Home
- Should You Run Docker in LXC on Proxmox 9? | Lawrence Systems
- I Fixed YouTube ! | PewDiePie
- RIP Discord: Self-Hosted Discord Alternatives Tested | Gamers Nexus
- What’s Actually Running in My Homelab? (50+ Self-Hosted Services) | TechnoTim
Command Line Corner
Use ^typo^correction to fix mistakes in previous commands without having to retype the entire command from scratch:
/$ cd /home/usr
-bash: cd /home/usr: No such file or directory
/$ ^usr^user
/home/user$ _Click here for an archive of commands shared in past newsletters.
Executive Sponsors
Thanks to following executive sponsors, whose continued support makes this newsletter possible:
Submit Content
I'm always looking for new and existing self-hosted content to share in Self-Host Weekly. Submit the form below if you'd like to have your own content featured or have a suggestion for content types you'd like to see featured in future newsletters.






