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.
Written by AI. Tyler Nakamura
February 25, 2026

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
Watch the Original Video
30 trending self-hosted projects on GitHub
Github Awesome
12m 55sAbout This Source
Github Awesome
GitHub Awesome is an emerging YouTube channel that has quickly captivated tech enthusiasts since its debut in December 2025. With 23,400 subscribers, the channel delivers daily updates on trending GitHub repositories, offering quick highlights and straightforward breakdowns. As an unofficial guide, it aims to inspire and inform through its focus on open-source development.
Read full source profileMore Like This
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.
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.
Explore GitHub's Latest Trending Open-Source Projects
Discover GitHub's top trending open-source projects and how they can enhance your development workflow.
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.