Edited by humans. Written by AI. How our editing works
All articles

30 Self-Hosted GitHub Projects Trending Right Now

From media automation to AI chat apps, here are 30 trending self-hosted GitHub projects that put you back in control of your data and infrastructure.

Tyler Nakamura

Written by AI. Tyler Nakamura

February 25, 20266 min read
Share:
Developer at computer workstation with code and analytics dashboards displayed, illuminated by neon purple and blue…

Photo: Github Awesome / YouTube

The self-hosted movement isn't about paranoia or being antisocial—it's about having actual control over your stuff. Your data, your infrastructure, your rules. GitHub Awesome just dropped a collection of 30 trending self-hosted projects that range from "I need this yesterday" to "wait, you can self-host that?"

Here's what's actually worth your attention.

The Media Stack That Doesn't Need Permission

SoulSync caught my eye first because it solves a real annoyance: your Spotify playlists living in someone else's cloud. It auto-syncs playlists from Spotify, Tidal, and YouTube to your Plex server by downloading missing tracks from Soulseek in FLAC quality. Smart matching identifies what you need, adds album art and synced lyrics, organizes files cleanly, and triggers library scans automatically. The wish list retries failed downloads hourly because not everything shows up immediately.

For ebook people, Calibre-Web Automated combines Calibre's features with Calibre Web's lightweight interface. Drop ebooks into an ingest folder for automatic analysis, conversion, and import. Supports 27 formats with conversion to EPUB, MOBI, AZW3, or PDF. The killer detail: UI changes to covers and metadata apply to the actual ebook files, so edits show up on devices like Kindle.

DVinyl is for physical media collectors who still care about cataloging vinyl, CDs, and cassettes. Discogs API integration means you can add items by scanning barcodes or entering release IDs to get metadata and market estimates. Unified library for all formats, wish list system, and authentication for sharing your collection with friends.

Infrastructure Monitoring Without the Invoice

Checkmate is open-source uptime and infrastructure monitoring that doesn't require a Datadog budget. "Monitor websites, page speed, SSL certificates, Docker containers, ports, and game servers," the project description states. "Get real-time alerts via email, Discord, Slack, or webhooks, plus public status pages and incident tracking." Stress tested with 1,000+ monitors, it uses just 100MB RAM.

PortTracker auto-discovers every running service, container, and VM across your network. It sees internal container ports versus published host ports, which matters when you're tracking what's actually exposed. Add other PortTracker instances as peers and view your entire infrastructure from one dashboard with hierarchical grouping. Better than a spreadsheet, which is what most home lab operators are currently using.

NutAlert monitors network UPS tools. It connects to your NUT server, auto-detects UPS devices on first launch, and generates default config automatically. Real-time visualization of battery level, load, runtime, and input voltage on port 8087. Customizable alerts trigger on specific conditions with push notifications to Discord, Slack, email, Telegram, or 80+ other services via Apprise.

The Workflow and Productivity Tools

Ask4Me is genuinely clever: it gives you human-in-the-loop workflows in one synchronous request. Need a human decision mid-workflow but don't want to build an entire approval system? Send an API call with buttons or text input, get a notification link on your phone via ServerChan or Apprise, click a button or type text, and the original HTTP long-poll request receives the result immediately.

OpenWorkflow provides durable workflows using your existing database without requiring an orchestration cluster like Temporal. Each operation wraps in a memoized step—if the server crashes after a step completes, like charging a card, that step won't re-execute on resume. Workflows resume via deterministic replay. Sleep for seconds or months without resource overhead. Horizontal scaling by adding workers.

Veritas Kanban is a lightweight kanban board where tasks are plain markdown files. Full REST API for agent integration with built-in agent service using OpenAI orchestration. Click "start agent" on a code task, the server writes to an agent queue, the agent picks up work, updates status, tracks time, commits code, and calls the completion endpoint when done.

Privacy and Security Without Compromise

Tracearr caught account sharing on Plex servers automatically with five rule types: impossible travel, simultaneous locations, device velocity, concurrent stream limits, and geo restrictions. Discord webhooks fire instantly when rules trigger. If your friend's login gets shared with their roommate, then their cousin, now you're streaming to 12 people across three continents—Tracearr spots that.

xPrivo is an open-source AI chat app that stores conversations in browser local storage with zero logging and no account required. "Self-host or use the hosted version at xprivo.com with EU-hosted Mistral 3 and DeepSeek V3," the developers explain. "Two models that guarantee zero data retention." Bring your own API keys from OpenAI or Anthropic to use their models directly, or connect Ollama for offline operation.

Safebucket gives you secure file sharing on existing S3 infrastructure. Open-source platform creates buckets with role-based access on any S3-compatible storage—AWS S3, Google Cloud Storage, MinIO, whatever you use. Plug in corporate SSO to eliminate local logins. Users share files with existing identities.

The Niche Utilities That Solve Real Problems

PriceGhost is a self-hosted price tracker that runs four extraction methods in parallel: JSON-LD, metatags, CSS selectors, and AI. Each method votes on the price. When they agree, you're set. When they disagree, you see all candidates with context and make the final call. AI verification catches mistakes like scraping the savings amount instead of the actual price.

Self-Host ROI Calculator is a single HTML file that calculates whether self-hosting saves money compared to streaming services. Input NAS and hard drive costs, monthly power usage in watts times kilowatt price plus VPS/VPN/Usenet costs, and streaming subscriptions you'd cancel. Shows monthly difference and ROI payback time in months or years.

DDWrap is a lightweight Qt wrapper around dd written in Python. Select source image and target device graphically with real-time progress showing percentage and estimated time remaining. Final confirmation dialogue shows device capacity, partition layout, and SMART health data before writing. Displays the actual dd command being executed, so you know what's happening under the hood.

What This Collection Actually Represents

Thirty projects is a lot to process, but the through-line is clear: people are building alternatives to services that extract rent for basic functionality. Infrastructure monitoring shouldn't cost $200/month. Email organization shouldn't require surrendering your entire inbox to a third party. Calendar sharing shouldn't need a backend.

Some of these projects are polished and production-ready. Others are early-stage experiments that solve one person's specific problem really well. The value isn't in deploying all 30—it's in knowing what's possible when you decide to run your own infrastructure.

The self-hosted ecosystem is maturing beyond "here's another note-taking app." These are tools for managing real infrastructure, automating actual workflows, and solving problems that cloud services either can't or won't address. Whether that matters to you depends on what you value: convenience versus control, subscription fees versus hardware costs, someone else's server versus your own.

Tyler Nakamura

From the BuzzRAG Team

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.

Weekly digestNo spamUnsubscribe anytime

More Like This

Developer wearing headphones works at dual monitors displaying code and analytics with purple neon lighting

34 Dev Tools Just Dropped on Hacker News Worth Knowing

From AI agent coordination to cloud database speedups, this week's Hacker News Show HN roundup covers the tools actually solving real problems.

Tyler Nakamura·4 months ago·7 min read
Three developers at computers with code on screens, illuminated by orange and blue lighting in a tech workspace environment

Explore GitHub's Hottest Open-Source Projects

Dive into GitHub's top trending projects this week, from AI tools to web enhancements.

Tyler Nakamura·6 months ago·3 min read
Developer wearing orange hoodie monitoring colorful data visualizations on dual monitors displaying GitHub trending open…

35 Developer Tools From Hacker News That Actually Solve Real Problems

From AI agent memory management to thermal printer resurrection, Github Awesome's latest roundup shows what developers are actually building right now.

Tyler Nakamura·4 months ago·6 min read
Developer working at dual monitors displaying code and analytics dashboards with "32 Trending Open-Source Projects on…

32 GitHub Projects Rewriting Developer Tooling in 2025

From 3MB AI assistants to repos that debug themselves, GitHub's trending projects reveal where developer tools are actually heading in 2025.

Tyler Nakamura·5 months ago·7 min read
Man in business suit speaking at microphone in OpenAI office with yellow text overlay reading "ONLY 2 YEARS LEFT...

Sam Altman Says AGI Arrives in 2 Years. Here's the Data.

OpenAI's Sam Altman just compressed the AGI timeline to 2028. We examined the benchmarks, the skepticism, and what 'world not prepared' actually means.

Tyler Nakamura·5 months ago·6 min read
Two developers at desks with multiple monitors displaying code and analytics in neon purple and orange lighting, with "30…

Explore GitHub's Latest Trending Open-Source Projects

Discover GitHub's top trending open-source projects and how they can enhance your development workflow.

Tyler Nakamura·7 months ago·4 min read
Developer at desk with dual monitors displaying analytics dashboards and data visualizations in a neon-lit tech environment

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.

Rachel "Rach" Kovacs·3 months ago·6 min read
Man in beanie holding AI compute invoice totaling $287.43, with "Beat 20 People" text overlay on black background

The Karpathy Loop: When AI Runs 700 Experiments Overnight

Andre Karpathy's AI agent ran 700 experiments while he slept, found bugs he missed, and cut training time 11%. Here's what that means for everyone else.

Tyler Nakamura·3 months ago·7 min read

RAG·vector embedding

2026-04-15
1,547 tokens1536-dimmodel text-embedding-3-small

This article is indexed as a 1536-dimensional vector for semantic retrieval. Crawlers that parse structured data can use the embedded payload below.