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.

250 apps
MinIO screenshot
#20 A+

MinIO

91.5
File/Storage

A 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.

Go Medium $100/mo equiv
Vaultwarden screenshot
#170 A+

Vaultwarden

90.8
Security

Lightweight, 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.

Rust Easy $36/mo equiv
Qdrant screenshot
#153 A+

Qdrant

89.3
Database

Qdrant 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.

Rust Easy $100/mo equiv
PocketBase screenshot
#77 A+

PocketBase

88.5
Database

An 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.

Go Easy $25/mo equiv
Zitadel screenshot
#216 A+

Zitadel

88.3
Auth/Identity

Modern 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.

Go Medium $150/mo equiv
ntfy screenshot
#96 A+

ntfy

88.0
Communication

Dead-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.

Go Easy $3/mo equiv
Syncthing screenshot
#44 A

Syncthing

87.5
File/Storage

Continuous, 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.

Go Easy $12/mo equiv
Keycloak screenshot
#117 A

Keycloak

87.5
Auth/Identity

A 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.

Java Medium $300/mo equiv
Gitea screenshot
#8 A

Gitea

86.3
Dev Tools

A 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.

Go Easy $30/mo equiv
OpenFGA screenshot
#218 A

OpenFGA

86.3
Auth/Identity

Fine-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.

Go Medium $100/mo equiv
Weaviate screenshot
#148 A

Weaviate

86.0
Database

Weaviate 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.

Go Medium $100/mo equiv
Meilisearch screenshot
#158 A

Meilisearch

85.8
Search

Lightning-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.

Rust Easy $100/mo equiv
Miniflux screenshot
#41 A

Miniflux

85.3
Media

A minimalist, opinionated RSS reader β€” no JavaScript framework, no bloat. Pure Go server rendering HTML, PostgreSQL for storage. The anti-algorithm antidote to curated feeds.

Go Easy $8/mo equiv
VictoriaMetrics screenshot
#73 A

VictoriaMetrics

84.3
Monitoring

A 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.

Go Medium $50/mo equiv
Typesense screenshot
#75 A

Typesense

82.8
Search

A 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.

C++ Medium $60/mo equiv
Prometheus screenshot
#72 A

Prometheus

82.3
Monitoring

The 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.

Go Medium $40/mo equiv
Grafana screenshot
#27 A

Grafana

82.0
Monitoring

The 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.

Go/TypeScript Easy $60/mo equiv
Wakapi screenshot
#199 A

Wakapi

81.5
Dev Tools

Self-hosted WakaTime-compatible coding stats tracker β€” a lightweight Go service that turns editor heartbeats into dashboards of where your development time actually goes.

Go Easy $10/mo equiv
SuperTokens screenshot
#159 A

SuperTokens

81.0
Auth/Identity

Open-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.

Java Medium $40/mo equiv
Ollama screenshot
#183 A

Ollama

81.0
AI/ML

A 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.

Go Easy $100/mo equiv
Navidrome screenshot
#164 A

Navidrome

80.5
Media

Self-hosted music streaming server compatible with the Subsonic/Airsonic API, distributed as a single lightweight Go binary with excellent performance on modest hardware.

Go Easy $15/mo equiv
Windmill screenshot
#154 A

Windmill

80.3
Workflow/Automation

Windmill 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.

Rust/TypeScript Medium $100/mo equiv
Alertmanager screenshot
#26 A

Alertmanager

80.0
Monitoring

The 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.

Go Easy $25/mo equiv
Loki screenshot
#169 A

Loki

80.0
Monitoring

Horizontally 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.

Go Hard $120/mo equiv
Infisical screenshot
#99 A

Infisical

79.8
Security

Open-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.

TypeScript Medium $20/mo equiv
WordPress screenshot
#250 A

WordPress

79.5
CMS

The 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.

PHP Medium $50/mo equiv
Soketi screenshot
#29 A

Soketi

79.3
Communication

A 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.

TypeScript/Node.js Easy $30/mo equiv
Umami screenshot
#7 A

Umami

79.0
Analytics

A 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.

JavaScript/TypeScript (Next.js) Medium $25/mo equiv
Authentik screenshot
#102 A

Authentik

79.0
Auth/Identity

Full-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.

Python Medium $25/mo equiv
Listmonk screenshot
#88 A

Listmonk

78.8
Communication

Self-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.

Go Easy $20/mo equiv
Woodpecker CI screenshot
#149 A

Woodpecker CI

78.5
CI/CD

Woodpecker 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.

Go Medium $40/mo equiv
GlitchTip screenshot
#25 A

GlitchTip

78.3
Monitoring

A 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.

Python (Django) Medium $30/mo equiv
Healthchecks screenshot
#60 A

Healthchecks

78.0
Monitoring

A 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.

Python Medium $12/mo equiv
Vikunja screenshot
#83 A

Vikunja

78.0
Project Management

Open-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.

Go Easy $6/mo equiv
Ente screenshot
#209 A

Ente

78.0
File/Storage

End-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.

Go Medium $10/mo equiv
Ory Hydra screenshot
#217 A

Ory Hydra

78.0
Auth/Identity

Certified 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.

Go Medium $100/mo equiv
Stirling-PDF screenshot
#52 B+

Stirling-PDF

77.8
Dev Tools

Self-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.

Java Easy $20/mo equiv
Nextcloud screenshot
#32 B+

Nextcloud

77.5
File/Storage

The 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.

PHP Medium $20/mo equiv
Shlink screenshot
#68 B+

Shlink

77.5
Infrastructure

A 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.

PHP Medium $15/mo equiv
Memos screenshot
#5 B+

Memos

77.3
Notes/Docs

A 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.

Go Easy $8/mo equiv
pgweb screenshot
#54 B+

pgweb

77.3
Database

Lightweight, 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.

Go Easy
GrowthBook screenshot
#21 B+

GrowthBook

77.0
Analytics

An 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.

TypeScript Medium $80/mo equiv
Gatus screenshot
#67 B+

Gatus

77.0
Monitoring

A lightweight, config-as-code health-check and status-page tool. Standout trait is its fully declarative YAML config and single stateless binary design.

Go Easy $10/mo equiv
Wiki.js screenshot
#182 B+

Wiki.js

77.0
Notes/Docs

A 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.

JavaScript Medium $30/mo equiv
Linkding screenshot
#37 B+

Linkding

76.8
File/Storage

Minimalist self-hosted bookmark manager with tagging, full-text search, and automatic snapshotting. Praised for its clean, no-nonsense Django architecture.

Python Easy $8/mo equiv
Logto screenshot
#124 B+

Logto

76.8
Auth/Identity

A 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.

TypeScript Medium $200/mo equiv
Jaeger screenshot
#74 B+

Jaeger

76.5
Monitoring

A 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.

Go Hard $45/mo equiv
Dokploy screenshot
#109 B+

Dokploy

76.5
Infrastructure

A 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.

TypeScript Medium $40/mo equiv
Coder screenshot
#178 B+

Coder

76.5
Dev Tools

Self-hosted platform for provisioning remote developer workspaces on any infrastructure (Kubernetes, VMs, cloud) via Terraform templates, similar to GitHub Codespaces but infrastructure-agnostic.

Go Hard $60/mo equiv
Stalwart screenshot
#214 B+

Stalwart

76.5
Communication

Modern 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.

Rust Easy $12/mo equiv
Unleash screenshot
#200 B+

Unleash

76.3
Infrastructure

A 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.

TypeScript Medium $150/mo equiv
Immich screenshot
#13 B+

Immich

76.0
Media

A 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.

TypeScript/Dart Hard $20/mo equiv
Flagsmith screenshot
#155 B+

Flagsmith

76.0
Dev Tools

Open-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.

Python Medium $60/mo equiv
Gitness screenshot
#172 B+

Gitness

76.0
CI/CD

Open-source, self-hosted Git server with built-in CI pipelines, developed by Harness as a modern, lightweight alternative to GitLab.

Go Medium $25/mo equiv
Hatchet screenshot
#220 B+

Hatchet

76.0
Workflow/Automation

Distributed 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.

Go Medium $50/mo equiv
Apache Kafka screenshot
#222 B+

Apache Kafka

76.0
Infrastructure

The 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.

Java Expert $500/mo equiv
LiteLLM screenshot
#122 B+

LiteLLM

75.8
AI/ML

A 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.

Python Easy $100/mo equiv
Payload CMS screenshot
#135 B+

Payload CMS

75.8
CMS

Payload 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.

TypeScript Medium $80/mo equiv
Prefect screenshot
#139 B+

Prefect

75.8
Workflow/Automation

Prefect 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.

Python Medium $100/mo equiv
Saleor screenshot
#143 B+

Saleor

75.8
E-commerce

Saleor 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.

Python Hard $200/mo equiv
Excalidraw screenshot
#152 B+

Excalidraw

75.8
Dev Tools

Excalidraw 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.

TypeScript Easy $15/mo equiv
Netdata screenshot
#174 B+

Netdata

75.5
Monitoring

Real-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.

C Easy $15/mo equiv
Jellyfin screenshot
#18 B+

Jellyfin

75.3
Media

A 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.

C#/.NET Easy $15/mo equiv
Owncast screenshot
#59 B+

Owncast

75.0
Media

A 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.

Go Easy $15/mo equiv
oCIS screenshot
#130 B+

oCIS

75.0
File/Storage

oCIS (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.

Go Medium $60/mo equiv
Directus screenshot
#23 B+

Directus

74.8
CMS

A 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.

TypeScript (Node.js) Medium $50/mo equiv
Strapi screenshot
#30 B+

Strapi

74.8
CMS

Open-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.

Node.js Medium $99/mo equiv
Standard Notes screenshot
#246 B+

Standard Notes

74.5
Notes/Docs

An 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.

TypeScript Medium $10/mo equiv
Mattermost screenshot
#87 B+

Mattermost

74.3
Communication

Open-source Slack alternative with channels, threads, and enterprise SSO/compliance features. Solid Go architecture, though true high-availability clustering adds real operational complexity.

Go Hard $15/mo equiv
Superset screenshot
#147 B+

Superset

74.3
Analytics

Apache 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.

Python Hard $150/mo equiv
Plausible Analytics screenshot
#201 B+

Plausible Analytics

74.3
Analytics

A 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.

Elixir Medium $19/mo equiv
NodeBB screenshot
#17 B+

NodeBB

74.0
Social/Community

A 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.

JavaScript (Node.js) Medium $25/mo equiv
FreshRSS screenshot
#55 B+

FreshRSS

73.8
Media

A 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.

PHP Easy $8/mo equiv
SigNoz screenshot
#145 B+

SigNoz

73.8
Monitoring

SigNoz 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.

Go Hard $200/mo equiv
Dagster screenshot
#107 B+

Dagster

73.5
Workflow/Automation

A 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.

Python Hard $200/mo equiv
Zulip screenshot
#150 B+

Zulip

73.5
Communication

Zulip 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.

Python Hard $80/mo equiv
Dendrite screenshot
#248 B+

Dendrite

73.3
Communication

A 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.

Go Medium $30/mo equiv
NocoDB screenshot
#9 B+

NocoDB

73.0
Database

An 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.

TypeScript/JavaScript (Node.js) Medium $40/mo equiv
RSS-Bridge screenshot
#28 B+

RSS-Bridge

73.0
Workflow/Automation

A 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.

PHP Easy $5/mo equiv
Coolify screenshot
#207 B+

Coolify

72.8
Infrastructure

Self-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.

PHP Medium $20/mo equiv
Apprise-API screenshot
#235 B+

Apprise-API

72.8
Communication

A 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.

Python Easy $10/mo equiv
Langfuse screenshot
#119 B+

Langfuse

72.5
Monitoring

An 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.

TypeScript Hard $200/mo equiv
WriteFreely screenshot
#196 B+

WriteFreely

72.5
Social/Community

A 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.

Go Easy $15/mo equiv
Portainer screenshot
#24 B+

Portainer

72.3
Infrastructure

A 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.

Go/Vue.js Easy $30/mo equiv
Homebox screenshot
#56 B+

Homebox

72.3
Home Automation

A single-binary home inventory and asset-tracking tool with a clean Vue frontend. Standout trait is its zero-dependency Go+embedded-SQLite deployment model.

Go Easy $5/mo equiv
n8n screenshot
#76 B+

n8n

72.3
Workflow/Automation

A 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.

TypeScript Medium $30/mo equiv
CapRover screenshot
#105 B+

CapRover

72.3
Infrastructure

A 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.

Node.js Medium $40/mo equiv
Kavita screenshot
#165 B+

Kavita

72.3
Media

Fast self-hosted digital library server for comics, manga, and ebooks with reading progress tracking, OPDS support, and a modern reading UI.

C# Easy $10/mo equiv
Ghost screenshot
#6 B+

Ghost

72.0
CMS

A 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.

JavaScript (Node.js) Medium $25/mo equiv
KeystoneJS screenshot
#223 B+

KeystoneJS

72.0
CMS

Headless 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.

TypeScript Medium $300/mo equiv
freeCodeCamp screenshot
#1 B+

freeCodeCamp

71.5
Education

The 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.

JavaScript Hard $50/mo equiv
Actual Budget screenshot
#34 B+

Actual Budget

71.5
Finance

Local-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.

Node.js Easy $15/mo equiv
InvenTree screenshot
#179 B+

InvenTree

71.5
E-commerce

Open-source inventory management system for tracking parts, stock levels, and purchase orders, built on Django/DRF with a plugin architecture for extending workflows.

Python Medium $30/mo equiv
Trigger.dev screenshot
#197 B+

Trigger.dev

71.5
Workflow/Automation

An 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.

TypeScript Hard $50/mo equiv
Rocket.Chat screenshot
#205 B+

Rocket.Chat

71.5
Communication

Self-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.

JavaScript Medium $25/mo equiv
Plane screenshot
#78 B+

Plane

71.3
Project Management

An 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.

Python Hard $30/mo equiv
SimpleLogin screenshot
#204 B+

SimpleLogin

71.3
Security

Open-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.

Python Hard $30/mo equiv
Lightdash screenshot
#121 B+

Lightdash

70.8
Analytics

An 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.

TypeScript Hard $300/mo equiv
Uptime Kuma screenshot
#156 B+

Uptime Kuma

70.8
Monitoring

Self-hosted uptime monitoring tool with a polished dashboard, 90+ notification integrations, and status pages. Runs as a single Node.js process backed by SQLite.

JavaScript Easy $15/mo equiv
SilverBullet screenshot
#40 B+

SilverBullet

70.5
Notes/Docs

Personal 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.

TypeScript (Deno) Easy $10/mo equiv
Mealie screenshot
#35 B+

Mealie

70.3
Home Automation

Self-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.

Python Easy $5/mo equiv
Filebrowser screenshot
#89 B+

Filebrowser

70.3
File/Storage

Minimal 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.

Go Easy $4/mo equiv
Audiobookshelf screenshot
#163 B+

Audiobookshelf

70.3
Media

Self-hosted audiobook and podcast server with native mobile apps, library scanning, and playback progress sync across devices.

JavaScript Easy $15/mo equiv
Zammad screenshot
#206 B+

Zammad

70.3
Communication

Full-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.

Ruby Hard $50/mo equiv
Mathesar screenshot
#125 B+

Mathesar

70.0
Database

A 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.

Python Medium $30/mo equiv
Homepage screenshot
#181 B+

Homepage

70.0
Monitoring

A 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.

JavaScript Easy $5/mo equiv
IT-Tools screenshot
#36 B+

IT-Tools

69.8
Dev Tools

A 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.

Vue.js Easy
Grist screenshot
#50 B+

Grist

69.8
Database

Spreadsheet-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.

Node.js/TypeScript Medium $30/mo equiv
Whoogle screenshot
#51 B+

Whoogle

69.8
Search

Self-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.

Python Easy
Apache Airflow screenshot
#202 B+

Apache Airflow

69.8
Workflow/Automation

The 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.

Python Expert $300/mo equiv
Alerta screenshot
#232 B+

Alerta

69.8
Monitoring

An 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.

Python Medium $15/mo equiv
Rallly screenshot
#45 B+

Rallly

69.5
Project Management

Open-source group scheduling and polling tool, similar to Doodle, for finding meeting times across participants. Modern Next.js stack with a straightforward Postgres backend.

Node.js Medium $10/mo equiv
Papermark screenshot
#134 B+

Papermark

69.5
File/Storage

Papermark 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.

TypeScript Medium $30/mo equiv
Home Assistant screenshot
#249 B+

Home Assistant

69.5
Home Automation

The 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.

Python Easy $15/mo equiv
Komga screenshot
#58 B+

Komga

69.3
Media

A 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.

Kotlin Easy $5/mo equiv
Karakeep screenshot
#173 B+

Karakeep

69.3
Notes/Docs

Self-hosted bookmark and note-saving app (formerly Hoarder) with AI-powered auto-tagging, full-text search, and browser extensions for capturing content.

TypeScript Medium $8/mo equiv
Paperless-ngx screenshot
#81 B+

Paperless-ngx

69.0
Notes/Docs

Self-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.

Python Hard $10/mo equiv
Snipe-IT screenshot
#146 B+

Snipe-IT

69.0
Project Management

Snipe-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.

PHP Medium $40/mo equiv
HedgeDoc screenshot
#167 B+

HedgeDoc

69.0
Notes/Docs

Real-time collaborative markdown editor for teams, a self-hosted alternative to HackMD, with live multi-cursor editing and slide/presentation export.

JavaScript Medium $15/mo equiv
Scrutiny screenshot
#229 B+

Scrutiny

69.0
Monitoring

S.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.

Go Easy $10/mo equiv
Photoview screenshot
#42 B+

Photoview

68.8
Media

Fast, 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.

Go Medium $10/mo equiv
Label Studio screenshot
#118 B+

Label Studio

68.8
AI/ML

A 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.

Python Medium $150/mo equiv
PhotoPrism screenshot
#137 B+

PhotoPrism

68.8
Media

PhotoPrism 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.

Go Easy $15/mo equiv
Focalboard screenshot
#160 B+

Focalboard

68.8
Project Management

Open-source kanban and project-board tool built by Mattermost as a Trello/Notion alternative, with a Go backend and Postgres or SQLite storage.

Go Medium $12/mo equiv
Wger screenshot
#193 B+

Wger

68.8
Monitoring

A 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.

Python Medium $15/mo equiv
Medusa screenshot
#247 B+

Medusa

68.5
E-commerce

A 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.

TypeScript Medium $300/mo equiv
Outline screenshot
#22 B+

Outline

68.3
Notes/Docs

A 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.

TypeScript Hard $20/mo equiv
Hoppscotch screenshot
#95 B+

Hoppscotch

68.3
Dev Tools

Open-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.

TypeScript Easy $8/mo equiv
Penpot screenshot
#97 B+

Penpot

68.3
Media

Open-source design/prototyping tool positioned as a Figma alternative. Unusually solid engineering for this space, combining a Clojure backend with a TypeScript frontend.

Clojure Medium $15/mo equiv
Maybe screenshot
#127 B+

Maybe

68.3
Finance

A 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.

Ruby Medium $15/mo equiv
Semaphore screenshot
#144 B+

Semaphore

68.3
CI/CD

Ansible 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.

Go Easy $30/mo equiv
Cloudreve screenshot
#162 B+

Cloudreve

68.3
File/Storage

Self-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.

Go Medium $10/mo equiv
Synapse screenshot
#215 B+

Synapse

68.3
Communication

Reference homeserver implementation for the Matrix decentralized chat protocol. Standout trait is first-class federation, letting independently-run servers interoperate in one chat network.

Python Hard $15/mo equiv
Gogs screenshot
#113 B+

Gogs

68.0
Dev Tools

A 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.

Go Easy $10/mo equiv
Discourse screenshot
#31 B

Discourse

67.8
Communication

Full-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.

Ruby Hard $100/mo equiv
RSSHub screenshot
#53 B

RSSHub

67.8
Workflow/Automation

Massive 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.

Node.js Easy $5/mo equiv
Traccar screenshot
#70 B

Traccar

67.8
Infrastructure

A mature open-source GPS tracking platform supporting 170+ device protocols. Standout trait is its protocol breadth for real-world fleet/asset tracking hardware.

Java Medium $25/mo equiv
Octobox screenshot
#226 B

Octobox

67.8
Dev Tools

Single-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.

Ruby Medium $10/mo equiv
Firefly III screenshot
#111 B

Firefly III

67.5
Finance

A 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.

PHP Easy $10/mo equiv
Nginx Proxy Manager screenshot
#175 B

Nginx Proxy Manager

67.0
Infrastructure

Web-based GUI for managing nginx reverse proxy configurations with automatic free SSL via Let's Encrypt, packaged as a single Docker container.

JavaScript Easy $5/mo equiv
AnonAddy screenshot
#190 B

AnonAddy

67.0
Security

An 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.

PHP Medium $10/mo equiv
OpenSearch Dashboards screenshot
#188 B

OpenSearch Dashboards

66.8
Analytics

The 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.

Java Expert $200/mo equiv
Baserow screenshot
#103 B

Baserow

66.5
Database

Open-source no-code database/spreadsheet tool positioned as an Airtable alternative. Python/Django backend paired with a Vue frontend, reasonably mature for its category.

Python Medium $18/mo equiv
Kanboard screenshot
#71 B

Kanboard

66.3
Project Management

A 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.

PHP Easy $6/mo equiv
Invoice Ninja screenshot
#115 B

Invoice Ninja

66.3
Finance

A 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.

PHP Medium $25/mo equiv
open-webui screenshot
#11 B

open-webui

65.8
AI/ML

A 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.

Python/Svelte Easy $25/mo equiv
AFFiNE screenshot
#14 B

AFFiNE

65.8
Notes/Docs

A 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.

TypeScript/Rust Medium $15/mo equiv
Code-server screenshot
#66 B

Code-server

65.8
Dev Tools

Runs 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.

TypeScript Easy $20/mo equiv
BookStack screenshot
#90 B

BookStack

65.8
Notes/Docs

Self-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.

PHP Medium $10/mo equiv
OneDev screenshot
#131 B

OneDev

65.8
Dev Tools

OneDev 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.

Java Easy $40/mo equiv
SiYuan screenshot
#157 B

SiYuan

65.8
Notes/Docs

Privacy-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.

Go Medium $10/mo equiv
BentoML screenshot
#184 B

BentoML

65.8
AI/ML

A 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.

Python Medium $80/mo equiv
Chatwoot screenshot
#94 B

Chatwoot

65.5
Communication

Open-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.

Ruby Hard $30/mo equiv
Wallabag screenshot
#166 B

Wallabag

65.5
Notes/Docs

Self-hosted read-it-later application that saves and declutters web articles for offline reading, similar to Pocket, with browser extensions and mobile apps.

PHP Medium $5/mo equiv
Bagisto screenshot
#212 B

Bagisto

65.5
E-commerce

Laravel-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.

PHP Easy $30/mo equiv
Cheshire Cat AI screenshot
#236 B

Cheshire Cat AI

65.5
AI/ML

Open-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.

Python Medium $40/mo equiv
Homarr screenshot
#114 B

Homarr

65.3
Home Automation

A 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.

TypeScript Easy $5/mo equiv
Planka screenshot
#82 B

Planka

65.0
Project Management

Trello-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.

JavaScript Easy $8/mo equiv
Dify screenshot
#16 B

Dify

64.8
AI/ML

A 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.

Python/TypeScript Expert $50/mo equiv
Metabase screenshot
#47 B

Metabase

64.8
Analytics

Popular 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.

Clojure/Java Medium $100/mo equiv
Redash screenshot
#49 B

Redash

64.8
Analytics

Open-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.

Python Hard $50/mo equiv
Revolt screenshot
#142 B

Revolt

64.8
Communication

Revolt 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.

Rust Hard $15/mo equiv
Homer screenshot
#176 B

Homer

64.8
Dev Tools

Static, 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.

JavaScript Easy
Typebot screenshot
#46 B

Typebot

64.5
AI/ML

Visual 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.

TypeScript Hard $40/mo equiv
PostHog screenshot
#79 B

PostHog

64.5
Analytics

A 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.

Python Expert $100/mo equiv
Pixelfed screenshot
#138 B

Pixelfed

64.5
Social/Community

Pixelfed 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.

PHP Hard $20/mo equiv
Chroma screenshot
#219 B

Chroma

64.5
Database

Open-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.

Python Easy $70/mo equiv
Matomo screenshot
#33 B

Matomo

64.3
Analytics

Self-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.

PHP Medium $60/mo equiv
Changedetection.io screenshot
#38 B

Changedetection.io

64.3
Monitoring

Website 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.

Python Medium $20/mo equiv
Changedetection.io screenshot
#61 B

Changedetection.io

64.3
Monitoring

Website 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.

Python Medium $20/mo equiv
PeerTube screenshot
#136 B

PeerTube

64.3
Media

PeerTube 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.

TypeScript Hard $50/mo equiv
Gitpod screenshot
#168 B

Gitpod

64.0
Dev Tools

Cloud 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.

Go Expert $25/mo equiv
ZenML screenshot
#198 B

ZenML

63.8
AI/ML

An 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.

Python Medium $100/mo equiv
AppFlowy screenshot
#203 B

AppFlowy

63.5
Notes/Docs

An 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.

Rust Medium $10/mo equiv
Dashy screenshot
#43 B

Dashy

63.0
Infrastructure

Self-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.

Vue.js Easy
Promptflow screenshot
#227 B

Promptflow

63.0
AI/ML

Microsoft'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.

Python Medium $50/mo equiv
CloudBeaver screenshot
#64 B

CloudBeaver

62.8
Database

A 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.

Java Easy $15/mo equiv
Twenty screenshot
#84 B

Twenty

62.8
Project Management

Modern 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.

TypeScript Hard $25/mo equiv
Pimcore screenshot
#189 B

Pimcore

62.5
CMS

An 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.

PHP Hard $500/mo equiv
TriliumNext screenshot
#195 B

TriliumNext

62.5
Notes/Docs

The 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.

TypeScript Easy $8/mo equiv
Mailu screenshot
#213 B

Mailu

62.5
Communication

Docker 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.

Python Hard $12/mo equiv
Adorable screenshot
#4 B

Adorable

62.0
AI/ML

An 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.

TypeScript Medium $30/mo equiv
Flarum screenshot
#112 B

Flarum

62.0
Social/Community

A 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.

PHP Medium $30/mo equiv
MLflow screenshot
#128 B

MLflow

62.0
AI/ML

An 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.

Python Easy $150/mo equiv
Grocy screenshot
#161 B

Grocy

62.0
Home Automation

Self-hosted grocery and household management system for tracking inventory, expiry dates, chores, and shopping lists. Simple PHP app with SQLite as the default store.

PHP Easy $5/mo equiv
OpenPipe screenshot
#186 B

OpenPipe

62.0
AI/ML

A 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.

TypeScript Medium $100/mo equiv
ToolJet screenshot
#85 B

ToolJet

61.8
Dev Tools

Low-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.

TypeScript Medium $20/mo equiv
Cal.com screenshot
#92 B

Cal.com

61.8
Workflow/Automation

Open-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.

TypeScript Medium $12/mo equiv
Airbyte screenshot
#151 B

Airbyte

61.8
Workflow/Automation

Airbyte 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.

Java/Python Expert $300/mo equiv
AnythingLLM screenshot
#12 B

AnythingLLM

61.5
AI/ML

An 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.

JavaScript (Node.js) Medium $25/mo equiv
Mattermost Playbooks screenshot
#244 B

Mattermost Playbooks

61.5
Workflow/Automation

A 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.

Go Medium $20/mo equiv
ActivePieces screenshot
#101 B

ActivePieces

61.3
Workflow/Automation

Open-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.

TypeScript Medium $20/mo equiv
Leantime screenshot
#120 B

Leantime

61.3
Project Management

A 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.

PHP Easy $20/mo equiv
HumHub screenshot
#171 B

HumHub

61.3
Social/Community

Open-source social network and collaboration platform for communities and enterprises, built as an extensible PHP/Yii2 monolith with a module marketplace for extending functionality.

PHP Medium $20/mo equiv
Trilium Notes screenshot
#194 B

Trilium Notes

61.0
Notes/Docs

A 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.

JavaScript Easy $8/mo equiv
Erxes screenshot
#211 B

Erxes

61.0
Project Management

Growth-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.

TypeScript Expert $60/mo equiv
Khoj screenshot
#15 B

Khoj

60.8
AI/ML

A 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.

Python Medium $15/mo equiv
Joplin screenshot
#116 B

Joplin

60.8
Notes/Docs

A 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.

TypeScript Medium $8/mo equiv
Node-RED screenshot
#57 B

Node-RED

60.5
Workflow/Automation

A 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.

JavaScript Easy $10/mo equiv
Formbricks screenshot
#93 B

Formbricks

60.5
Analytics

Open-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.

TypeScript Medium $10/mo equiv
Monica screenshot
#129 B

Monica

60.5
Social/Community

A 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.

PHP Medium $10/mo equiv
OpenReplay screenshot
#132 B

OpenReplay

60.5
Analytics

OpenReplay 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.

Go/Python Expert $150/mo equiv
Documenso screenshot
#98 B

Documenso

60.3
Security

Open-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.

TypeScript Medium $10/mo equiv
EspoCRM screenshot
#210 B

EspoCRM

60.3
Project Management

Open-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.

PHP Easy $40/mo equiv
AutoGPT screenshot
#2 B

AutoGPT

60.0
AI/ML

Build, 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.

Python Hard $40/mo equiv
DBGate screenshot
#63 B

DBGate

60.0
Database

A 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.

TypeScript Easy $9/mo equiv
Huginn screenshot
#48 B

Huginn

59.8
Workflow/Automation

Self-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.

Ruby Medium $20/mo equiv
Calibre-Web screenshot
#39 B

Calibre-Web

59.5
Media

Web 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.

Python Easy $5/mo equiv
Theia screenshot
#65 B

Theia

59.5
Dev Tools

An 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.

TypeScript Hard $25/mo equiv
Highlight screenshot
#221 B

Highlight

59.5
Monitoring

Full-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.

TypeScript Expert $200/mo equiv
Maxun screenshot
#225 B

Maxun

59.3
Dev Tools

No-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.

TypeScript Medium $80/mo equiv
Budibase screenshot
#104 B

Budibase

59.0
Dev Tools

Open-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.

JavaScript Hard $20/mo equiv
Lobe Chat screenshot
#177 B

Lobe Chat

59.0
AI/ML

Open-source LLM chat interface supporting multiple model providers (OpenAI, Anthropic, and more) and plugins, built on Next.js with a polished, ChatGPT-like UX.

TypeScript Medium $20/mo equiv
Appwrite screenshot
#86 B

Appwrite

58.3
Database

Self-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.

TypeScript Expert $20/mo equiv
Overleaf screenshot
#133 B

Overleaf

58.3
Notes/Docs

Overleaf 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.

Node.js Hard $25/mo equiv
ILLA Builder screenshot
#237 B

ILLA Builder

58.3
Workflow/Automation

A 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.

Go Hard $60/mo equiv
Flowise screenshot
#10 B

Flowise

58.0
AI/ML

A 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.

TypeScript (Node.js) Medium $40/mo equiv
Wekan screenshot
#192 C+

Wekan

57.5
Project Management

An 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.

JavaScript Medium $10/mo equiv
ArchiveBox screenshot
#69 C+

ArchiveBox

57.3
File/Storage

A 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.

Python Medium $10/mo equiv
Jitsi Meet screenshot
#100 C+

Jitsi Meet

57.3
Communication

Open-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.

Java Expert $15/mo equiv
Fonoster screenshot
#233 C+

Fonoster

56.8
Communication

A 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.

TypeScript Expert $100/mo equiv
Mautic screenshot
#126 C+

Mautic

56.5
Communication

An 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.

PHP Hard $300/mo equiv
Dolibarr screenshot
#208 C+

Dolibarr

56.5
Finance

All-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.

PHP Easy $30/mo equiv
Supabase screenshot
#80 C+

Supabase

56.0
Database

Open-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.

TypeScript Expert $25/mo equiv
PrivateGPT screenshot
#140 C+

PrivateGPT

56.0
AI/ML

PrivateGPT 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.

Python Hard $40/mo equiv
DocsGPT screenshot
#108 C+

DocsGPT

55.8
AI/ML

An 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.

Python Medium $50/mo equiv
ERPNext screenshot
#110 C+

ERPNext

55.8
Workflow/Automation

A 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.

Python Expert $500/mo equiv
LocalAI screenshot
#123 C+

LocalAI

54.5
AI/ML

A 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.

Go Easy $50/mo equiv
Microfeed screenshot
#180 C+

Microfeed

54.3
Media

A 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.

JavaScript Hard $15/mo equiv
Raneto screenshot
#187 C+

Raneto

54.3
Notes/Docs

A 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.

JavaScript Easy $10/mo equiv
Appsmith screenshot
#91 C+

Appsmith

54.0
Dev Tools

Low-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.

Java Hard $20/mo equiv
Publify screenshot
#228 C+

Publify

54.0
CMS

Long-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.

Ruby Easy $8/mo equiv
CopilotKit screenshot
#234 C+

CopilotKit

54.0
AI/ML

A 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.

TypeScript Medium $10/mo equiv
Puter screenshot
#141 C+

Puter

52.8
Infrastructure

Puter 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.

JavaScript Easy $10/mo equiv
Dockge screenshot
#62 C+

Dockge

52.5
Infrastructure

A 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.

TypeScript Easy
Leanote screenshot
#224 C+

Leanote

52.0
Notes/Docs

Self-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.

Go Medium $8/mo equiv
Huly (self-hosted) screenshot
#238 C+

Huly (self-hosted)

52.0
Project Management

An 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.

TypeScript Hard $70/mo equiv
PHP Server Monitor screenshot
#185 C

PHP Server Monitor

47.0
Monitoring

A 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.

PHP Medium $10/mo equiv
SillyTavern screenshot
#191 C

SillyTavern

46.5
AI/ML

A 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.

JavaScript Easy $5/mo equiv
Text-generation-webui screenshot
#230 C

Text-generation-webui

41.0
AI/ML

A 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.

Python Medium $20/mo equiv
ComfyUI screenshot
#106 C

ComfyUI

40.3
AI/ML

A 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.

Python Medium $30/mo equiv
CodeSandbox (OSS) screenshot
#243 C

CodeSandbox (OSS)

39.3
Dev Tools

The 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.

TypeScript Expert $25/mo equiv
GPT4Free screenshot
#19 Needs Improvement

GPT4Free

AI/ML

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.

Python Easy
TruffleHog screenshot
#239 Needs Improvement

TruffleHog

Security

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.

Go Easy
Sakuli screenshot
#241 Needs Improvement

Sakuli

Dev Tools

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).

Java Medium $5/mo equiv
Antares SQL Client screenshot
#231 Needs Improvement

Antares SQL Client

Dev Tools

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.

TypeScript Easy $5/mo equiv
NewPipe screenshot
#242 Needs Improvement

NewPipe

Media

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.

Java Easy
SWC screenshot
#3 Needs Improvement

SWC

Dev Tools

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.

Rust Easy
Nicotine+ screenshot
#240 Needs Improvement

Nicotine+

File/Storage

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.

Python Easy
Gonum screenshot
#245 Needs Improvement

Gonum

Dev Tools

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.

Go Easy