WHY THIS EXISTS
Open source built the internet.
Bureaucracy is what's stopping it from scaling.
Every app on this page is free, inspectable, and forkable. Open source is the closest thing software has to a public good β it's how a solo developer in any country gets the same database engine, the same web framework, the same AI tooling as a trillion-dollar company. That's the actual democratization story. Not a slogan β a fact you can verify by reading the source.
Nexlayer exists to finish that story on the infrastructure side. The code was already free. What wasn't free was the six-figure platform team, the weeks of YAML, the tribal knowledge required to take that code from a laptop to something that survives real traffic. We closed that gap: describe the app, and it deploys, scales, and stays up β no cluster expertise required. That's what "democratizing infrastructure" has to mean if the phrase is going to mean anything: the distance between an idea and a running, internet-scale service should be minutes, not a hiring plan.
DevOps is done.
Not "evolving." Not "shifting left." Done β as a discipline anyone should still be building a growing business around in 2026.
DevOps sold itself as the bridge between writing code and running it safely at scale. What it actually became, for most companies that aren't hyperscalers, is a full-time tax: a standing team whose job is translating application intent into YAML, tickets, and pipeline configuration by hand. That team doesn't make your product faster, safer, or more correct. It makes change slower and gives you a body of process to point to when something breaks. That's perceived value β the comfort of a process β not real value, which is uptime, velocity, and margin. A growing business pays for the appearance of control while actually getting less of it, because every change now routes through people whose job is the infrastructure, not the product.
That's the honest description of a cancer: a structure that consumes resources, grows regardless of whether it's helping the host, and crowds out the thing that was supposed to scale. An enterprise's ability to scale without compromise β technical or financial β degrades in direct proportion to how much of its engineering org exists to operate infrastructure instead of building on top of it. The apps on this page didn't need that team. They needed a description of what to run.
250 Open Source Apps
Ranked & Scored
Every app from the #250apps challenge, rated on scalability, security, engineering quality, and real-world deployability on Nexlayer.
MinIO
91.5A high-performance, S3-API-compatible object storage server built for cloud-native and on-prem deployments. Standout trait is true cluster-scale erasure-coded storage with zero client-facing URL hardcoding.
Vaultwarden
90.8Lightweight, Bitwarden-compatible password manager server written in Rust, prized for its tiny resource footprint and drop-in compatibility with official Bitwarden clients. Widely regarded as one of the best-engineered self-hosted security tools.
Qdrant
89.3Qdrant is a high-performance vector similarity search database built in Rust for AI/ML applications like RAG and recommendation systems. Its standout trait is being cloud-native from the ground up, with best-in-class container design and clustering.
PocketBase
88.5An open-source backend-as-a-service in a single Go binary, bundling a database, auth, file storage, and realtime subscriptions. Standout trait is achieving Firebase-like DX with zero external infrastructure.
Zitadel
88.3Modern cloud-native identity platform providing OIDC/SAML, multi-tenancy, and passwordless auth out of the box. Standout trait is being built from day one for horizontal scale with event-sourced state in a single Go binary.
ntfy
88.0Dead-simple pub-sub push notification service β publish to a topic via HTTP, subscribe via app/browser/curl. About as minimal and container-friendly as software gets.
Syncthing
87.5Continuous, decentralized file synchronization tool that uses a peer-to-peer protocol instead of a central server. One of the best examples of a genuinely serverless-by-design architecture in this batch.
Keycloak
87.5A full-featured, battle-tested identity and access management server supporting OIDC, SAML, and LDAP federation, originally the base for Red Hat SSO. Standout trait is genuine enterprise-grade IdP capability with proper backend-managed auth and clustering.
Gitea
86.3A lightweight, self-contained Git hosting service with issues, PRs, CI hooks, and package registry. Standout trait is its single static binary that runs comfortably on a Raspberry Pi yet also scales to team-wide production use.
OpenFGA
86.3Fine-grained authorization engine implementing Google Zanzibar-style relationship-based access control, now a CNCF project. Standout trait is expressing complex permission models (nested groups, hierarchies) as a queryable relationship graph rather than brittle role lists.
Weaviate
86.0Weaviate is an open-source vector database for AI applications, supporting hybrid search and native module integrations for embeddings. Its standout trait is a cloud-native Go core with built-in horizontal sharding and replication.
Meilisearch
85.8Lightning-fast open-source search engine with typo tolerance, faceting, and instant search-as-you-type. Ships as a single statically-linked binary with excellent operational simplicity.
Miniflux
85.3A minimalist, opinionated RSS reader β no JavaScript framework, no bloat. Pure Go server rendering HTML, PostgreSQL for storage. The anti-algorithm antidote to curated feeds.
VictoriaMetrics
84.3A high-performance, Prometheus-compatible time-series database built for long-term storage and massive scale. Standout trait is dramatically better compression and query performance than vanilla Prometheus at the same hardware cost.
Typesense
82.8A fast, typo-tolerant open-source search engine positioned as a simpler alternative to Elasticsearch/Algolia. Standout trait is built-in Raft-based clustering with no external coordination service required.
Prometheus
82.3The de facto standard pull-based metrics collection and alerting system for cloud-native infrastructure. Standout trait is its pull model and PromQL query language, which decouple monitored services from the monitoring pipeline.
Grafana
82.0The de facto standard dashboarding and visualization layer for metrics, logs, and traces across pluggable data sources. Standout trait is an enormous plugin/data-source ecosystem on top of a genuinely solid Go backend.
Wakapi
81.5Self-hosted WakaTime-compatible coding stats tracker β a lightweight Go service that turns editor heartbeats into dashboards of where your development time actually goes.
SuperTokens
81.0Open-source user authentication and session management platform with backend SDKs for Node, Python, Go, and Java, positioned as a self-hosted alternative to Auth0 or Firebase Auth.
Ollama
81.0A single-binary local LLM runner with a clean REST API for pulling, running, and serving GGUF models on CPU or GPU. Its standout trait is exceptional simplicity β one binary, one API, no dependency sprawl.
Navidrome
80.5Self-hosted music streaming server compatible with the Subsonic/Airsonic API, distributed as a single lightweight Go binary with excellent performance on modest hardware.
Windmill
80.3Windmill is a developer-focused workflow automation and internal-tools platform, letting scripts in Python/TS/Go/Bash become UIs and pipelines. Its standout trait is a high-performance Rust execution core paired with modern developer ergonomics.
Alertmanager
80.0The alert routing, deduplication, grouping, and silencing component of the Prometheus ecosystem. Standout trait is gossip-based clustering for high availability with no external database dependency.
Loki
80.0Horizontally scalable log aggregation system designed like Prometheus but for logs β it indexes only metadata, keeping storage costs low by writing compressed log chunks to object storage.
Infisical
79.8Open-source secrets management platform comparable to HashiCorp Vault, with proper server-side encryption and access control rather than client-managed secrets. One of the more security-conscious designs in this batch.
WordPress
79.5The world's most widely deployed CMS, powering roughly 40% of all websites, with a massive plugin/theme ecosystem. Its standout trait is unmatched maturity β every scaling, security, and hosting problem it hits has a well-known, well-documented solution.
Soketi
79.3A fast, open-source, Pusher-protocol-compatible WebSocket server for real-time app features. Standout trait is drop-in compatibility with any Pusher-channels SDK at a fraction of the hosted cost.
Umami
79.0A privacy-focused, cookie-free Google Analytics alternative with a clean single-page dashboard. Standout trait is its minimal footprint β one Next.js container plus one SQL database, no data broker dependency.
Authentik
79.0Full-featured open-source identity provider supporting SAML, OIDC, LDAP, and SCIM β a legitimate self-hosted alternative to Okta/Auth0. One of the more properly-architected security products in this batch.
Listmonk
78.8Self-hosted email newsletter and mailing-list manager comparable to Mailchimp, written in Go with a single binary plus Postgres. Regarded as one of the cleanest-designed apps in this space.
Woodpecker CI
78.5Woodpecker CI is a lightweight, community-driven continuous integration server that runs pipelines defined in simple YAML. Its standout trait is a minimal, fast Go server paired with stateless Docker-based agents that scale independently.
GlitchTip
78.3A lightweight, Sentry-API-compatible error and performance monitoring platform. Standout trait is a much smaller resource footprint than self-hosted Sentry while remaining wire-compatible with all Sentry SDKs.
Healthchecks
78.0A cron-job and scheduled-task monitoring service using the dead-man's-switch pattern. Standout trait is its clean Django architecture and mature multi-channel alerting.
Vikunja
78.0Open-source task/to-do manager comparable to Todoist, shipped as a single Go binary with either SQLite or Postgres. One of the cleanest self-host stories in this batch.
Ente
78.0End-to-end encrypted photo and video backup service, positioned as a privacy-first Google Photos alternative. Standout trait is that the server never has access to plaintext photos or encryption keys.
Ory Hydra
78.0Certified OAuth2/OIDC server implementing the protocol as a headless, API-driven service that delegates login/consent UI to a separate app. Standout trait is a clean separation between the OAuth2 protocol engine and identity/UI concerns.
Stirling-PDF
77.8Self-hosted web app for common PDF operations (merge, split, compress, convert, OCR) exposed as a set of stateless HTTP endpoints. A strong open-source alternative to paid PDF tool suites.
Nextcloud
77.5The self-hosted cloud β files, calendar, contacts, and a 300+ app ecosystem on top of your own storage. The most mature, widely deployed alternative to Google Workspace/Dropbox.
Shlink
77.5A self-hosted URL shortener with a clean, API-first REST design. Standout trait is treating the API as the primary interface, with official web/CLI clients built on top.
Memos
77.3A lightweight self-hosted note-taking service with a Notion/Twitter-hybrid feed UI. Standout trait is the single static Go binary with an embedded SQLite option, making it near-instant to stand up.
pgweb
77.3Lightweight, cross-platform web-based Postgres database browser distributed as a single Go binary. A read/write client tool rather than an application with its own data model.
GrowthBook
77.0An open-source feature flagging and A/B testing platform with a warehouse-native analytics model. Standout trait is edge-evaluated SDKs that keep flag checks fast and off the critical path of the app request.
Gatus
77.0A lightweight, config-as-code health-check and status-page tool. Standout trait is its fully declarative YAML config and single stateless binary design.
Wiki.js
77.0A modern, full-featured wiki platform with a polished editor, granular permissions, and pluggable authentication (local, OAuth, LDAP). Its standout trait is broad database portability β Postgres, MySQL, MariaDB, SQLite, or MSSQL.
Linkding
76.8Minimalist self-hosted bookmark manager with tagging, full-text search, and automatic snapshotting. Praised for its clean, no-nonsense Django architecture.
Logto
76.8A modern, developer-friendly identity provider offering OIDC, social/enterprise SSO, MFA, and RBAC out of the box. Standout trait is a genuinely pleasant developer experience compared to older IdPs like Keycloak, without sacrificing backend-managed security.
Jaeger
76.5A distributed tracing system for monitoring and troubleshooting microservice-based architectures. Standout trait is its pluggable storage backends (Cassandra, Elasticsearch, Kafka) built for large-scale trace ingestion.
Dokploy
76.5A modern, actively-developed self-hosted alternative to Vercel/Heroku/Netlify for deploying apps, databases, and static sites via Docker/Traefik. Standout trait is its clean UI and fast-moving feature set compared to older PaaS tools like CapRover.
Coder
76.5Self-hosted platform for provisioning remote developer workspaces on any infrastructure (Kubernetes, VMs, cloud) via Terraform templates, similar to GitHub Codespaces but infrastructure-agnostic.
Stalwart
76.5Modern all-in-one mail server (SMTP, IMAP, JMAP) written in Rust as a single binary. Standout trait is consolidating what usually takes 5+ services (Postfix/Dovecot/Rspamd/etc.) into one memory-safe binary.
Unleash
76.3A mature, open-source feature-flag and experimentation platform with SDKs across most languages. Its standout trait is a clean, stateless-API architecture with strong RBAC and SSO support rivaling commercial LaunchDarkly-tier tools.
Immich
76.0A self-hosted Google Photos replacement with mobile auto-backup and ML-powered face/object search. Standout trait is genuinely solid engineering across a real microservice architecture, at the cost of heavier ops.
Flagsmith
76.0Open-source feature flag and remote config management platform with SDKs for most major languages. Ships a full self-hosted stack (API, dashboard, Postgres) as an alternative to LaunchDarkly.
Gitness
76.0Open-source, self-hosted Git server with built-in CI pipelines, developed by Harness as a modern, lightweight alternative to GitLab.
Hatchet
76.0Distributed task queue and durable workflow orchestration engine, positioned as a modern alternative to Celery/Temporal. Standout trait is a Postgres-backed, cloud-native design with strong developer ergonomics for defining workflows in code.
Apache Kafka
76.0The industry-standard distributed event streaming platform for high-throughput pub/sub and log-based architectures. Standout trait is proven horizontal scalability to millions of messages/sec via partitioned, replicated topics.
LiteLLM
75.8A unified LLM gateway/proxy that exposes an OpenAI-compatible API in front of 100+ model providers, with virtual keys, budgets, and routing logic. Standout trait is its genuinely stateless proxy design, making it one of the more horizontally-scalable apps in this batch.
Payload CMS
75.8Payload is a code-first, headless CMS built on Node.js that generates a full admin UI and REST/GraphQL APIs from TypeScript schema definitions. Its standout trait is treating the CMS as a real application framework rather than a black-box product.
Prefect
75.8Prefect is a modern data workflow orchestration platform for scheduling and monitoring Python-based pipelines. Its standout trait is a hybrid execution model where the control plane never sees your data or code, only execution metadata.
Saleor
75.8Saleor is a headless, GraphQL-first e-commerce platform for building custom storefronts. Its standout trait is a fully API-driven architecture with no bundled frontend, giving complete control over the customer experience.
Excalidraw
75.8Excalidraw is a whiteboarding tool for sketching diagrams with a hand-drawn aesthetic, usable fully client-side or with live collaboration. Its standout trait is that the entire drawing engine runs in the browser, needing only a thin optional backend for real-time sync.
Netdata
75.5Real-time performance and health monitoring agent that installs per-node with near-zero configuration, exposing thousands of metrics out of the box with very low overhead.
Jellyfin
75.3A free, open-source media server for streaming your own movie/TV/music library with hardware-accelerated transcoding. Standout trait is a fully open alternative to Plex/Emby with no phone-home requirement.
Owncast
75.0A self-hosted live video streaming server with built-in chat and an elegant single-binary design. Standout trait is how much functionality (RTMP ingest, HLS output, chat, web UI) fits in one process.
oCIS
75.0oCIS (ownCloud Infinite Scale) is a ground-up microservices rewrite of ownCloud for file sync, share, and collaboration. Its standout trait is a cloud-native architecture with independently scalable Go services and pluggable storage/metadata backends.
Directus
74.8A headless CMS/backend-as-a-service that wraps an existing SQL database with instant REST/GraphQL APIs and an admin UI. Standout trait is that it never owns a proprietary schema β the SQL database itself remains the source of truth.
Strapi
74.8Open-source headless CMS with a customizable admin panel and auto-generated REST/GraphQL APIs. Its plugin architecture and content-type builder make it a popular Contentful alternative for teams that want to self-host.
Standard Notes
74.5An end-to-end encrypted note-taking app with a self-hostable sync server, positioned as a privacy-first Evernote/Notion alternative. Its standout trait is a security-first design where the server only ever stores encrypted blobs, never plaintext.
Mattermost
74.3Open-source Slack alternative with channels, threads, and enterprise SSO/compliance features. Solid Go architecture, though true high-availability clustering adds real operational complexity.
Superset
74.3Apache Superset is a mature business intelligence platform for building dashboards and SQL-based data exploration. Its standout trait is broad database connector support and enterprise-grade row-level security under an established Apache project.
Plausible Analytics
74.3A privacy-focused, cookie-free web analytics platform positioned as a lightweight alternative to Google Analytics. Its standout trait is pairing Elixir/Phoenix's concurrency model with ClickHouse for extremely fast event aggregation at scale.
NodeBB
74.0A modern, real-time forum platform with a plugin ecosystem and native mobile-friendly UI. Standout trait is websocket-driven live updates instead of full-page reloads for a forum-style app.
FreshRSS
73.8A lightweight self-hosted RSS/Atom aggregator with a fast, keyboard-friendly reading UI. Standout trait is its minimal footprint and support for multiple DB backends including plain SQLite.
SigNoz
73.8SigNoz is an open-source observability platform unifying traces, metrics, and logs, positioned as a self-hosted Datadog alternative. Its standout trait is using ClickHouse as a single high-performance backend for all telemetry types.
Dagster
73.5A data orchestration platform for building, scheduling, and observing data pipelines with strong typing and asset-based lineage. Standout trait is its software-defined-assets model, which treats pipeline outputs as first-class, testable artifacts.
Zulip
73.5Zulip is a mature, open-source team chat platform with a distinctive topic-threaded conversation model. Its standout trait is deep threading that keeps large, high-volume teams organized better than flat channel-based chat.
Dendrite
73.3A second-generation Matrix homeserver implementation in Go, designed as a lighter-weight, more horizontally scalable alternative to the reference Synapse implementation. Its standout trait is a component-based architecture that can run as a single monolith or split into independently-scalable microservices.
NocoDB
73.0An Airtable-style spreadsheet-database UI that wraps an existing SQL database with auto-generated REST/GraphQL APIs. Standout trait is that it turns any Postgres/MySQL/SQLite schema into a no-code UI without owning the data model itself.
RSS-Bridge
73.0A PHP utility that generates RSS/Atom/JSON feeds for websites that don't natively offer one. Standout trait is near-zero configuration β a single stateless PHP container with dozens of site-specific scraper bridges built in.
Coolify
72.8Self-hosted alternative to Heroku/Vercel/Netlify for deploying apps, databases, and services from git. Standout trait is a clean Laravel-based control plane that manages Docker/Kubernetes targets declaratively.
Apprise-API
72.8A lightweight REST wrapper around the Apprise notification library, letting any app send a single POST to fan out notifications to 100+ services (Slack, email, SMS, push, etc). Its standout trait is a genuinely stateless, dead-simple architecture doing one job well.
Langfuse
72.5An open-source LLM observability and evaluation platform for tracing prompts, costs, and quality metrics across LLM applications. Standout trait is its dual-database design combining Postgres for transactional data and ClickHouse for trace-scale analytics.
WriteFreely
72.5A minimalist, federated blogging platform speaking ActivityPub, so posts can be followed from Mastodon and the wider Fediverse. Its standout trait is a clean single Go binary that federates without the operational weight of larger Fediverse software.
Portainer
72.3A web UI for managing Docker and Kubernetes environments, containers, stacks, and images. Standout trait is broad multi-environment/agent support, offset by the security tradeoff of needing privileged Docker socket or K8s API access.
Homebox
72.3A single-binary home inventory and asset-tracking tool with a clean Vue frontend. Standout trait is its zero-dependency Go+embedded-SQLite deployment model.
n8n
72.3A source-available workflow automation platform connecting hundreds of apps via a visual node-based editor. Standout trait is combining low-code workflow building with the ability to drop into raw JavaScript/Python nodes.
CapRover
72.3A self-hosted PaaS that wraps Docker Swarm behind a friendly CLI and dashboard so teams can push-to-deploy apps and one-click databases on their own VPS. Standout trait is how much Heroku-like ergonomics it squeezes out of plain Docker Swarm.
Kavita
72.3Fast self-hosted digital library server for comics, manga, and ebooks with reading progress tracking, OPDS support, and a modern reading UI.
Ghost
72.0A mature publishing/newsletter CMS with a headless content API and a polished Ember-based admin. Standout trait is its built-in email newsletter and membership/subscription engine.
KeystoneJS
72.0Headless CMS and application framework generating a GraphQL API from a schema definition, backed by Prisma. Standout trait is a genuinely modern, type-safe developer experience compared to legacy PHP CMSes.
freeCodeCamp
71.5The free, open-source curriculum that's helped millions learn to code β full-stack web dev, DevOps, machine learning, and more, all self-paced and certificate-backed.
Actual Budget
71.5Local-first personal budgeting app (YNAB-style envelope budgeting) with an optional sync server for multi-device use. Data lives in a per-user SQLite file, keeping the architecture simple and privacy-friendly.
InvenTree
71.5Open-source inventory management system for tracking parts, stock levels, and purchase orders, built on Django/DRF with a plugin architecture for extending workflows.
Trigger.dev
71.5An open-source background jobs and workflow platform for developers, letting them write long-running, retryable tasks in TypeScript with full observability. Its standout trait is a modern developer experience rivaling hosted job-queue SaaS products.
Rocket.Chat
71.5Self-hosted team chat and omnichannel messaging platform comparable to Slack/Teams. Standout trait is deep protocol reach (matrix bridging, omnichannel, LiveChat) built on a mature Meteor/Node core.
Plane
71.3An open-source project management tool positioned as a self-hostable alternative to Linear/Jira. Standout trait is its modern React frontend paired with a well-structured Django REST backend.
SimpleLogin
71.3Open-source email alias service β every signup gets a unique forwarding address, so your real inbox never leaks. The self-hosted alternative to paying for email privacy.
Lightdash
70.8An open-source BI tool that layers a semantic modeling layer and exploration UI directly on top of dbt projects. Standout trait is treating dbt models as the single source of truth for metrics, avoiding metric-definition drift.
Uptime Kuma
70.8Self-hosted uptime monitoring tool with a polished dashboard, 90+ notification integrations, and status pages. Runs as a single Node.js process backed by SQLite.
SilverBullet
70.5Personal knowledge base and note-taking app that stores everything as plain markdown files, with a client-side page indexer and plug-in scripting system. Runs as a single Deno process, making it exceptionally simple to self-host.
Mealie
70.3Self-hosted recipe manager and meal planner with a Vue frontend and recipe-scraping-from-URL feature. Clean, focused scope aimed at households rather than teams.
Filebrowser
70.3Minimal web-based file manager that exposes a directory over a browser UI with upload/download/edit. About as simple as self-hosted software gets, though it trades that simplicity for basic security features.
Audiobookshelf
70.3Self-hosted audiobook and podcast server with native mobile apps, library scanning, and playback progress sync across devices.
Zammad
70.3Full-featured helpdesk and ticketing system with multi-channel intake (email, chat, social, phone). Standout trait is its search-driven UI backed by Elasticsearch for fast full-text ticket search.
Mathesar
70.0A spreadsheet-like UI for exploring and editing Postgres data directly, aimed at giving non-technical users safe, structured access to a real database. Standout trait is its deliberate single-database-dependency design β no separate app DB, just your Postgres.
Homepage
70.0A fast, YAML-configured personal dashboard for self-hosted services and homelab widgets, built on Next.js. Its standout trait is near-zero backend state β nearly everything lives in version-controllable config files.
IT-Tools
69.8A collection of handy client-side developer utilities (JSON formatter, JWT decoder, hash generators, etc.) bundled as a single web app. Nearly all logic runs in the browser, making the backend footprint minimal.
Grist
69.8Spreadsheet-database hybrid (similar to Airtable) that combines familiar spreadsheet UX with a relational data model underneath. Each document is its own SQLite file with formula and API support.
Whoogle
69.8Self-hosted privacy-respecting proxy front-end for Google Search that strips tracking, ads, and JavaScript. Essentially stateless, but operates in a legal/ToS gray area that public instances often run into.
Apache Airflow
69.8The de facto standard for programmatic workflow orchestration, letting teams define DAGs of tasks in Python with rich scheduling, retries, and monitoring. Its standout trait is battle-tested maturity at genuine internet scale across thousands of production deployments.
Alerta
69.8An alert monitoring and deduplication API that ingests alerts from many monitoring tools and consolidates them into a single actionable view. Its standout trait is aggressive alert correlation/dedup logic that cuts through monitoring noise.
Rallly
69.5Open-source group scheduling and polling tool, similar to Doodle, for finding meeting times across participants. Modern Next.js stack with a straightforward Postgres backend.
Papermark
69.5Papermark is an open-source document sharing platform with link-level analytics, similar to DocSend. Its standout trait is a clean modern Next.js stack that's easy to self-host and extend.
Home Assistant
69.5The dominant open-source smart-home hub, integrating thousands of devices/services (Zigbee, Z-Wave, cloud APIs) behind a local-first automation engine. Its standout trait is an enormous, actively-maintained integration ecosystem combined with a strong local-control-first philosophy.
Komga
69.3A self-hosted media server for comics, manga, and digital books with a polished reading web UI. Standout trait is its OPDS support for third-party reader apps.
Karakeep
69.3Self-hosted bookmark and note-saving app (formerly Hoarder) with AI-powered auto-tagging, full-text search, and browser extensions for capturing content.
Paperless-ngx
69.0Self-hosted document management system that OCRs, tags, and archives scanned documents and PDFs. Pairs a mature Django backend with Postgres, Redis, Tika, and Gotenberg for format conversion.
Snipe-IT
69.0Snipe-IT is an open-source IT asset management system for tracking hardware, licenses, and accessories across an organization. Its standout trait is a mature, feature-complete Laravel app purpose-built for IT asset lifecycles.
HedgeDoc
69.0Real-time collaborative markdown editor for teams, a self-hosted alternative to HackMD, with live multi-cursor editing and slide/presentation export.
Scrutiny
69.0S.M.A.R.T. disk monitoring dashboard that tracks hard drive health and predicts failures across a fleet of machines. Standout trait is a clean, purpose-built single-binary design with minimal operational overhead.
Photoview
68.8Fast, simple photo gallery that indexes an existing photo library on disk rather than owning its own upload/storage model. Go backend with a GraphQL API keeps it lightweight compared to heavier media servers.
Label Studio
68.8A flexible data labeling tool supporting text, image, audio, and video annotation for ML training data, with configurable labeling interfaces. Standout trait is its template-driven UI that adapts to nearly any annotation task without custom code.
PhotoPrism
68.8PhotoPrism is an AI-powered self-hosted photo management app with facial recognition, object detection, and automatic tagging. Its standout trait is TensorFlow-based indexing running entirely on your own hardware.
Focalboard
68.8Open-source kanban and project-board tool built by Mattermost as a Trello/Notion alternative, with a Go backend and Postgres or SQLite storage.
Wger
68.8A self-hosted workout, nutrition, and fitness-tracking manager built on Django. Its standout trait is a mature Django REST API paired with a clean data model for exercises, routines, and body-metric tracking.
Medusa
68.5A headless, modular e-commerce backend (a Shopify alternative) exposing commerce logic β carts, orders, inventory, pricing β via API, with any storefront as the client. Its standout trait is a plugin/module architecture that makes deep commerce customization far easier than typical monolithic e-commerce platforms.
Outline
68.3A polished team wiki/knowledge-base app with real-time collaborative editing. Standout trait is a Notion-quality editor experience, offset by a hard requirement on an external OIDC/SSO provider for auth.
Hoppscotch
68.3Open-source API testing tool in the Postman mold, mostly client-side with an optional lightweight backend for synced collections. Very low operational overhead compared to most apps here.
Penpot
68.3Open-source design/prototyping tool positioned as a Figma alternative. Unusually solid engineering for this space, combining a Clojure backend with a TypeScript frontend.
Maybe
68.3A modern personal finance and wealth management app covering budgeting, net worth tracking, and investment monitoring, recently open-sourced with strong community momentum. Standout trait is a genuinely polished Rails/Hotwire UI compared to older finance tools.
Semaphore
68.3Ansible Semaphore is a lightweight web UI for running and scheduling Ansible playbooks, Terraform, and other automation tasks. Its standout trait is a simple single-binary deployment that's far lighter than Red Hat's AWX/Tower.
Cloudreve
68.3Self-hosted cloud storage and file management platform supporting multiple storage backends (local disk, S3, OneDrive, and more), with a clean Google-Drive-like web UI.
Synapse
68.3Reference homeserver implementation for the Matrix decentralized chat protocol. Standout trait is first-class federation, letting independently-run servers interoperate in one chat network.
Gogs
68.0A lightweight, self-hosted Git service with a simple web UI, issues, and pull requests, distributed as a single Go binary. Standout trait is minimal resource footprint compared to GitLab, at the cost of slower feature development versus its Gitea/Forgejo forks.
Discourse
67.8Full-featured forum and community platform with real-time updates, trust levels, and deep moderation tooling. It's the de facto open-source standard for large community discussion boards.
RSSHub
67.8Massive open-source RSS feed generator that creates feeds for thousands of websites and apps that don't natively offer one, maintained by a large community of route contributors. Route quality varies widely since it's crowd-sourced.
Traccar
67.8A mature open-source GPS tracking platform supporting 170+ device protocols. Standout trait is its protocol breadth for real-world fleet/asset tracking hardware.
Octobox
67.8Single-purpose tool for triaging GitHub notifications into an inbox-zero-style workflow. Standout trait is doing one job (GitHub notification management) cleanly rather than sprawling into a general dashboard.
Firefly III
67.5A mature self-hosted personal finance manager for tracking budgets, transactions, and net worth across accounts. Standout trait is its long track record and thorough double-entry-style bookkeeping model.
Nginx Proxy Manager
67.0Web-based GUI for managing nginx reverse proxy configurations with automatic free SSL via Let's Encrypt, packaged as a single Docker container.
AnonAddy
67.0An open-source email alias and forwarding service (an alternative to SimpleLogin) that lets users generate unlimited anonymous addresses that forward to a real inbox. Its standout trait is a mature Laravel foundation with proper 2FA and API-token support.
OpenSearch Dashboards
66.8The visualization and management layer for OpenSearch (the Elasticsearch/Kibana fork), providing dashboards, dev tools, and security management over search/log data. Its standout trait is being a battle-tested, AWS-backed Kibana alternative free of Elastic's licensing terms.
Baserow
66.5Open-source no-code database/spreadsheet tool positioned as an Airtable alternative. Python/Django backend paired with a Vue frontend, reasonably mature for its category.
Kanboard
66.3A minimalist Kanban project management tool built around the WIP-limit philosophy. Standout trait is how lightweight and dependency-free it is compared to heavier PM suites.
Invoice Ninja
66.3A mature, full-featured invoicing and billing platform with client portals, recurring invoices, and payment gateway integrations. Standout trait is feature parity with commercial tools like FreshBooks after years of iteration.
open-webui
65.8A ChatGPT-style web UI for local and remote LLM backends (Ollama, OpenAI-compatible APIs). Standout trait is fully local operation with no forced external API dependency.
AFFiNE
65.8A local-first Notion+Miro hybrid combining docs, whiteboards, and databases with CRDT-based sync. Standout trait is offline-first editing that syncs seamlessly when a connection returns.
Code-server
65.8Runs VS Code in the browser, letting developers code from any device against a remote machine. Standout trait is near-full VS Code extension compatibility in a browser tab.
BookStack
65.8Self-hosted wiki/documentation platform organized as books, chapters, and pages, comparable to Confluence. Clean PHP/Laravel codebase but hard-requires MySQL rather than any SQL database.
OneDev
65.8OneDev is a self-hosted Git server bundling code review, CI/CD pipelines, and issue tracking into a single JVM application. Its standout trait is an all-in-one DevOps package with a built-in visual pipeline editor.
SiYuan
65.8Privacy-first personal knowledge management app combining block-based note-taking with bidirectional links, available as a desktop Electron app or a self-hosted server with optional end-to-end encrypted sync.
BentoML
65.8A Python framework for packaging, serving, and scaling ML models as production APIs, with first-class support for building deployable containers ('Bentos'). Its standout trait is treating containerization as a core build artifact rather than an afterthought.
Chatwoot
65.5Open-source customer support/live-chat platform comparable to Intercom, built as a mature Ruby on Rails monolith. Battle-tested but inherits Rails' known scaling ceilings at very high concurrency.
Wallabag
65.5Self-hosted read-it-later application that saves and declutters web articles for offline reading, similar to Pocket, with browser extensions and mobile apps.
Bagisto
65.5Laravel-based open-source e-commerce platform with multi-channel and marketplace support. Standout trait is leveraging Laravel's ecosystem (queues, events, Eloquent) for a more modern PHP e-commerce stack than most competitors.
Cheshire Cat AI
65.5Open-source framework for building production AI agents with memory, plugins, and a built-in admin UI β the batteries-included alternative to wiring LangChain together yourself.
Homarr
65.3A sleek, widget-based dashboard for organizing links and live status widgets to self-hosted homelab services. Standout trait is its drag-and-drop customization and broad integration library for popular self-hosted apps.
Planka
65.0Trello-style kanban board with realtime drag-and-drop, built on Sails.js and Postgres. Lightweight and easy to self-host compared to most project-management tools in this batch.
Dify
64.8A full LLM application development platform with visual workflow building, RAG pipelines, and agent orchestration. Standout trait is enterprise-oriented breadth, delivered as a genuinely heavy multi-service stack.
Metabase
64.8Popular open-source BI and dashboarding tool that lets non-technical users build charts and dashboards over SQL/NoSQL data sources. Ships as a single JAR but defaults to an embedded H2 file database for its own app data, which is a common production footgun.
Redash
64.8Open-source query and dashboard tool for querying multiple databases and visualizing results, similar in spirit to Metabase but query-first rather than click-driven. Maintenance has slowed since its acquisition by Databricks.
Revolt
64.8Revolt is an open-source, Discord-like chat platform with servers, channels, and voice support. Its standout trait is a performant Rust backend paired with a modern TypeScript frontend, though the project is still less mature than incumbents.
Homer
64.8Static, YAML-configured homepage dashboard for organizing links to self-hosted services and bookmarks. Has no backend or database at all β just a static site reading a config file.
Typebot
64.5Visual chatbot/conversational-form builder for building interactive flows without code, comparable to Typeform with logic branching. Multi-service Next.js architecture with a builder UI and a separate runtime viewer.
PostHog
64.5A full product-analytics suite (events, session replay, feature flags, A/B testing) positioned as an open-source alternative to Mixpanel/Amplitude. Standout trait is bundling analytics, flags, and experimentation into one self-hostable platform.
Pixelfed
64.5Pixelfed is a federated, Instagram-style photo sharing platform built on ActivityPub. Its standout trait is giving users an ad-free, algorithm-free alternative that interoperates with the wider Fediverse.
Chroma
64.5Open-source embedding/vector database designed for retrieval-augmented generation (RAG) pipelines. Standout trait is developer-friendly simplicity β an in-process or lightweight server mode that's trivial to get started with.
Matomo
64.3Self-hosted web analytics platform positioned as a privacy-respecting Google Analytics alternative, with full data ownership and GDPR-friendly configuration. Mature and feature-rich, but requires meaningful operational care at scale.
Changedetection.io
64.3Website change-monitoring tool that diffs pages over time and alerts on changes, with optional Playwright-driven browser rendering for JS-heavy sites. Popular as a self-hosted alternative to commercial page-watch services.
Changedetection.io
64.3Website change-monitoring tool that diffs pages over time and alerts on changes, with optional Playwright-driven browser rendering for JS-heavy sites. Popular as a self-hosted alternative to commercial page-watch services.
PeerTube
64.3PeerTube is a federated (ActivityPub) video hosting platform that lets independent instances share content and P2P-assisted playback. Its standout trait is decentralization that avoids a single company controlling video hosting.
Gitpod
64.0Cloud development environment platform that provisions ephemeral, pre-configured workspaces in the browser, similar to GitHub Codespaces. Self-hosting requires a full Kubernetes-native stack, making it operationally heavy.
ZenML
63.8An MLOps framework for building portable, reproducible machine-learning pipelines that can run on your laptop or be pushed to cloud/Kubernetes orchestrators unchanged. Its standout trait is a pluggable 'stack' abstraction decoupling pipeline code from infrastructure.
AppFlowy
63.5An open-source, privacy-first Notion alternative built with a Rust core and Flutter frontend, designed local-first with optional cloud sync. Its standout trait is a clean native-performance architecture instead of an Electron/web wrapper.
Dashy
63.0Self-hosted personal dashboard/homepage for organizing links to your services, driven by a YAML config file. Highly customizable visually but has very little server-side logic.
Promptflow
63.0Microsoft's toolset for building, testing, and orchestrating LLM-based application workflows (prompt chains, evaluation, tracing). Standout trait is strong tooling for evaluating and iterating on prompt flows, not just running them.
CloudBeaver
62.8A web edition of the popular DBeaver database client, giving teams shared browser-based DB access. Standout trait is centralizing DB credentials/connections server-side instead of per-desktop.
Twenty
62.8Modern open-source CRM styled after Salesforce/Attio, built on a Postgres+Redis Node/React stack. Newer and less battle-tested than the legacy CRMs it's replacing.
Pimcore
62.5An enterprise-grade Product Information Management (PIM), Digital Asset Management (DAM), and CMS platform built on Symfony. Its standout trait is unifying product data, assets, and content in one data model for large e-commerce/enterprise catalogs.
TriliumNext
62.5The actively-maintained community fork of Trilium Notes, continuing development after the original project slowed, including a TypeScript migration. Its standout trait is renewed maintainer velocity on the same proven hierarchical-notes architecture.
Mailu
62.5Docker Compose-based full mail server stack bundling Postfix, Dovecot, Rspamd, and a web admin UI. Standout trait is packaging a notoriously hard-to-configure mail stack into a single reproducible compose file.
Adorable
62.0An open-source AI app builder β describe what you want, and it generates a working app. Notably, this instance runs on Nexlayer itself as the LLM backend.
Flarum
62.0A lightweight, extensible forum platform built as a single-page app on top of a lean PHP backend. Standout trait is how modern and fast the front-end feels compared to legacy forum software like phpBB.
MLflow
62.0An open-source platform for tracking ML experiments, packaging models, and managing a model registry across the ML lifecycle. Standout trait is broad framework-agnostic adoption as a de facto standard for experiment tracking.
Grocy
62.0Self-hosted grocery and household management system for tracking inventory, expiry dates, chores, and shopping lists. Simple PHP app with SQLite as the default store.
OpenPipe
62.0A platform for capturing LLM production data and fine-tuning smaller, cheaper models to replace expensive frontier-model calls. Its standout trait is treating fine-tuning as a continuous data pipeline rather than a one-off training job.
ToolJet
61.8Low-code internal-tool builder in the Retool mold, letting teams wire up UIs against databases and APIs. Node/React stack backed by Postgres for app and metadata storage.
Cal.com
61.8Open-source scheduling platform positioned as a Calendly alternative, built on Next.js. Like many Next.js apps, NEXTAUTH_URL and NEXT_PUBLIC_WEBAPP_URL get compiled into the client bundle at build time.
Airbyte
61.8Airbyte is an open-source data integration platform with hundreds of pre-built connectors for moving data between sources and warehouses. Its standout trait is a large connector ecosystem, at the cost of a very heavy self-hosted footprint.
AnythingLLM
61.5An all-in-one RAG chat application that lets teams point an LLM at their own documents. Standout trait is bundling vector storage, document ingestion, and chat UI into one deployable unit.
Mattermost Playbooks
61.5A Mattermost plugin for structured incident response and workflow playbooks (checklists, timelines, retrospectives) inside a Mattermost channel. Its standout trait is deep integration with Mattermost's existing channel/permission model rather than being a bolted-on separate tool.
ActivePieces
61.3Open-source workflow automation tool positioned as a self-hosted Zapier, letting users chain triggers and actions across apps. Newer project with a growing but still-maturing plugin ecosystem.
Leantime
61.3A project management tool aimed at non-project-managers, blending goal-setting, kanban, and Gantt views into one lightweight app. Standout trait is its focus on strategic goal-to-task traceability rather than pure task tracking.
HumHub
61.3Open-source social network and collaboration platform for communities and enterprises, built as an extensible PHP/Yii2 monolith with a module marketplace for extending functionality.
Trilium Notes
61.0A hierarchical, local-first personal knowledge base with rich note-linking, scripting, and encryption support. Its standout trait is a single-process, single-SQLite-file design that makes personal backup trivial.
Erxes
61.0Growth-marketing suite combining CRM, helpdesk, and marketing automation in a plugin-based microservices architecture. Standout trait is an extensible plugin system for adding new business-function modules.
Khoj
60.8A self-hostable AI assistant that indexes and searches personal notes, PDFs, and chat history. Standout trait is a strong semantic search layer over your own knowledge base rather than a generic chatbot.
Joplin
60.8A cross-platform, end-to-end-encrypted note-taking app with an optional self-hosted sync server for keeping devices in sync without a cloud vendor. Standout trait is genuine E2EE support baked into the sync protocol.
Node-RED
60.5A flow-based visual programming tool for wiring together hardware, APIs, and online services. Standout trait is its huge community node ecosystem for IoT and automation.
Formbricks
60.5Open-source survey and in-product feedback tool, positioned against Typeform/Qualtrics. Node/Next.js stack with a reasonably clean data model for forms and responses.
Monica
60.5A personal CRM for tracking relationships, important dates, and interactions with friends and family. Standout trait is a genuinely thoughtful UX for a niche most software ignores, at the cost of a fairly ordinary underlying stack.
OpenReplay
60.5OpenReplay is a self-hosted session replay and product analytics platform that records user sessions and surfaces frontend errors. Its standout trait is a fully open-source alternative to LogRocket/FullStory with no data leaving your infrastructure.
Documenso
60.3Open-source e-signature platform positioned as a DocuSign alternative, built on Next.js. Still maturing relative to incumbent e-signature products' compliance/audit feature depth.
EspoCRM
60.3Open-source CRM covering sales pipeline, contacts, and case management for small-to-mid businesses. Standout trait is a highly customizable entity/field system without needing code changes.
AutoGPT
60.0Build, deploy, and run autonomous AI agents β one of the original projects that popularized agentic AI workflows, now a full platform with a marketplace and visual builder.
DBGate
60.0A web-based database management GUI supporting SQL and NoSQL engines alike. Standout trait is its broad multi-database support (Postgres, MySQL, MongoDB, Redis, and more) in one tool.
Huginn
59.8Self-hosted agent-based automation system (a Zapier/IFTTT precursor) where 'agents' watch, act on, and react to events. Powerful but shows its age architecturally compared to newer workflow tools.
Calibre-Web
59.5Web UI for browsing, reading, and managing a Calibre ebook library, with OPDS support for e-reader apps. Wraps an existing Calibre metadata database rather than owning its own data model.
Theia
59.5An extensible browser/desktop IDE framework (the open alternative to VS Code's proprietary extension model). Standout trait is being a true platform for building custom cloud IDEs rather than a single product.
Highlight
59.5Full-stack observability platform combining session replay, logging, error tracking, and tracing in one product. Standout trait is unifying frontend session replay with backend traces/logs for full-stack debugging context.
Maxun
59.3No-code web scraping and data extraction tool that lets users record browser interactions to generate reusable scrapers. Standout trait is turning Playwright-driven browser automation into a point-and-click workflow.
Budibase
59.0Open-source low-code platform for building internal business apps, notable for using CouchDB as its primary datastore instead of the more common Postgres/MySQL choice seen elsewhere in this batch.
Lobe Chat
59.0Open-source LLM chat interface supporting multiple model providers (OpenAI, Anthropic, and more) and plugins, built on Next.js with a polished, ChatGPT-like UX.
Appwrite
58.3Self-hosted backend-as-a-service offering auth, database, storage, and serverless functions, positioned against Firebase/Supabase. Client SDKs reference a project ID and endpoint similarly to Supabase's URL-coupling problem.
Overleaf
58.3Overleaf is a collaborative LaTeX editor with real-time co-authoring and one-click PDF compilation. Its standout trait is bundling a full TeXLive toolchain so users never install LaTeX locally.
ILLA Builder
58.3A low-code internal-tools builder (a Retool alternative) for assembling admin panels and dashboards from drag-and-drop components wired to databases and APIs. Its standout trait is a Go backend paired with a React drag-and-drop builder for reasonably fast execution.
Flowise
58.0A drag-and-drop visual builder for LangChain-style LLM workflows. Standout trait is rapid prototyping of agent/RAG pipelines, at the cost of production-grade data and security hardening.
Wekan
57.5An open-source Trello-like kanban board built on the Meteor framework with real-time collaborative updates. Its standout trait is full-featured kanban functionality (swimlanes, WIP limits, automations) rivaling commercial tools.
ArchiveBox
57.3A personal web archiving tool that snapshots pages in multiple formats (HTML, PDF, screenshot, WARC). Standout trait is its multi-format redundant archival approach for link-rot prevention.
Jitsi Meet
57.3Open-source WebRTC video conferencing platform used at real internet scale (e.g. 8x8's Jitsi-as-a-Service). Genuinely complex to self-host well, requiring several coordinated components for signaling and media routing.
Fonoster
56.8A self-hosted programmable voice/SIP platform positioned as an open-source Twilio alternative, with gRPC APIs and SDKs for building telephony apps. Its standout trait is tackling genuinely hard real-time telecom infrastructure (SIP, RTP, call routing) as OSS.
Mautic
56.5An open-source marketing automation platform for email campaigns, lead scoring, and customer journeys, comparable to HubSpot Marketing Hub. Standout trait is genuine feature depth for a self-hosted tool, offset by a heavier, older PHP codebase.
Dolibarr
56.5All-in-one ERP/CRM covering invoicing, inventory, HR, and project modules for SMBs. Standout trait is breadth β dozens of optional modules toggled from one admin panel.
Supabase
56.0Open-source Firebase alternative bundling Postgres, auth, storage, realtime, and edge functions into one platform. Self-hosting requires orchestrating 15+ services, and the JS client bakes the project URL and anon key into the frontend bundle.
PrivateGPT
56.0PrivateGPT lets you run document Q&A and RAG entirely offline against local LLMs, keeping data off third-party APIs. Its standout trait is a privacy-first design built around fully local inference.
DocsGPT
55.8An open-source RAG chatbot that lets users query their own documentation or file uploads through an LLM-backed Q&A interface. Standout trait is the batteries-included ingestion pipeline for turning docs into a searchable vector index.
ERPNext
55.8A full-featured open-source ERP covering accounting, inventory, HR, and manufacturing, built on the Frappe low-code framework. Standout trait is its breadth β functionally comparable to commercial ERP suites β offset by heavy deployment friction.
LocalAI
54.5A self-hosted, OpenAI-API-compatible inference server for running open-weight LLMs, image, and audio models locally. Standout trait is broad model-format support (GGUF, ONNX, diffusers) behind one consistent API surface.
Microfeed
54.3A lightweight, self-hostable content/feed CMS for podcasts, newsletters, and blogs built entirely on Cloudflare Workers. Its standout trait is a truly serverless architecture (Workers + KV + R2 + D1) that eliminates traditional server ops at the cost of platform lock-in.
Raneto
54.3A minimalist, flat-file markdown knowledge base with no database dependency. Its standout trait is radical simplicity β articles are just markdown files on disk, making version control trivial via git.
Appsmith
54.0Low-code platform for building internal admin panels and dashboards against existing databases/APIs. Heavier stack than peers like ToolJet, combining a Java backend with MongoDB and Redis.
Publify
54.0Long-running open-source blogging platform (formerly Typo) built on Ruby on Rails. Standout trait is longevity β one of the older Rails-based blogging engines still maintained, though development has slowed significantly.
CopilotKit
54.0A React + Node framework/SDK for embedding AI copilots (chat, autocomplete, in-app agents) into existing web applications. Its standout trait is tight React hook integration that lets app state be read/written by an LLM agent with minimal glue code.
Puter
52.8Puter is a browser-based "Internet OS" providing a desktop environment, file manager, and app runtime entirely in the browser. Its standout trait is an unconventional architecture that pushes significant OS-like logic into client-side JavaScript.
Dockge
52.5A web UI for managing Docker Compose stacks interactively, from the creator of Uptime Kuma. Standout trait is its live compose-file editing with real-time log streaming.
Leanote
52.0Self-hosted note-taking application with Markdown support and a notebook/note organizational model, similar to Evernote. Standout trait is a hybrid Go+Node history, though the project has slowed considerably in recent years.
Huly (self-hosted)
52.0An all-in-one work management platform (project tracking, docs, chat, CRM) positioned as a Linear+Notion+Slack alternative. Its standout trait β and biggest deployment liability β is that service URLs get compiled into the frontend bundle at build time.
PHP Server Monitor
47.0A simple, dated PHP tool for monitoring the uptime of servers, websites, and services with email/SMS alerts. Its standout trait is extreme simplicity β a classic LAMP-stack app with no modern framework overhead.
SillyTavern
46.5A locally-run frontend for LLM-based character roleplay and chat, supporting many backend model providers. Its standout trait β and biggest weakness β is that it ships with no authentication by default, designed purely for single-user local use.
Text-generation-webui
41.0A Gradio-based local chat UI for running LLMs (llama.cpp, ExLlama, Transformers, GGUF) on your own GPU/CPU. Its standout trait is backend flexibility β swap inference engines and models without changing the UI.
ComfyUI
40.3A node-graph based UI for building and running Stable Diffusion and other image/video generation pipelines visually. Standout trait is its highly composable workflow-as-graph model, which power users export and share as JSON.
CodeSandbox (OSS)
39.3The open-sourced pieces of the CodeSandbox in-browser IDE/sandbox platform, historically best known as a hosted SaaS product. Its standout trait β the real value (instant cloud sandboxes) β largely remains proprietary/hosted rather than in the OSS release.
GPT4Free
A proxy layer that reverse-engineers free access to various LLM providers' web interfaces. Standout trait is that it is explicitly built around evading rate limits and ToS rather than being a legitimate self-hostable service.
TruffleHog
A CLI tool that scans code, git history, and cloud storage for exposed secrets/credentials, with live verification against the actual provider APIs. Its standout trait is active secret verification (not just regex matching), which sharply cuts false positives.
Sakuli
An end-to-end UI and performance testing framework that combines screen-based (image recognition) testing with browser automation and monitoring-system integration. Its standout trait is bridging classic UI testing with ongoing production monitoring (Icinga/Nagios integration).
Antares SQL Client
An Electron/Vue desktop GUI for connecting to MySQL, Postgres, SQLite and similar databases, positioned as an open-source TablePlus/DBeaver alternative. Its standout trait is a clean, fast native-feeling UI built entirely in web tech.
NewPipe
A privacy-respecting Android front-end for YouTube (and other platforms) that avoids Google's official API and tracking entirely. Its standout trait is a lightweight, ad-free, background-playback-capable player built without any server-side dependency of its own.
SWC
A blazing-fast Rust-based platform for compiling and bundling JavaScript/TypeScript β the compiler quietly powering Next.js, Vite, and much of the modern JS toolchain.
Nicotine+
A graphical client for the Soulseek peer-to-peer file-sharing network. Its standout trait is longevity β it's one of the last actively maintained Soulseek clients, kept alive by community contributors.
Gonum
A numerical computing library for Go providing linear algebra, statistics, graph algorithms, and plotting primitives. Its standout trait is being a well-designed, idiomatic-Go alternative to reaching for Python/NumPy in Go codebases.