C# .NET

Open-source C# projects categorized as .NET

Top 23 C# .NET Projects

  1. Jellyfin

    The Free Software Media System - Server Backend & API

    Project mention: New Lifetime Plex Pass Pricing | news.ycombinator.com | 2026-05-19

    Are you talking about the Jellyfin server? It is quite an active project. Last release was 10.11.8 about a month ago, and github says that there have been 1049 commits to master since then.

    https://github.com/jellyfin/jellyfin/releases/tag/v10.11.8

  2. ReSharper

    ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.

    ReSharper logo
  3. Files

    A modern file manager that helps users organize their files and folders.

    Project mention: My PC Cries Every Morning, But These 8 Startup Apps Are Worth It | dev.to | 2025-11-12

    Files: File Explorer's Cooler, Younger Sibling

  4. ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

    Project mention: Accept the Official Hack - Build-Time OpenAPI Detection in .NET 10 Minimal APIs | dev.to | 2026-05-30

    GetDocument.Insider.dll is the command line tool that automatically runs during build of the API if the .csproj includes the following reference:

  5. Avalonia

    Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI

    Project mention: Saying Goodbye to Asm.js | news.ycombinator.com | 2026-05-20

    > I like WASM and I want to like WASM but the rate of maturity within the ecosystem is incredibly abysmal.

    The C# toolchain for WebAssembly is pretty good. You can do a lot with Avalonia and Uno:

    https://avaloniaui.net/

    https://platform.uno/

    Here's a C# clone of Visual Basic compiled to WebAssembly:

    https://bandysc.github.io/AvaloniaVisualBasic6/

  6. SteamTools

    🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。

  7. ILSpy

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!

  8. Introducing .NET Multi-platform App UI (MAUI)

    .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

    Project mention: Ask HN: What Is the State of App Development in 2026? | news.ycombinator.com | 2026-05-30
  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Bitwarden

    Bitwarden infrastructure/backend (API, database, Docker, etc). (by bitwarden)

    Project mention: NodeWarden: Bitwarden on Cloudflare Workers — No Server Required | dev.to | 2026-04-07

    Bitwarden Official Website

  11. CleanArchitecture

    Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10 (by ardalis)

  12. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    Project mention: Memory management in C# - Part 2: hands-on | dev.to | 2026-05-18

    Then double click on the "complex-app" process and we'll see what is really consuming time in our program. And the winner is the coreclr! That's expected, the Core Language Runtime will definitely be doing most of the heavy lifting of our app, in my case representing 36% of total execution time.

  13. OpenRA

    Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.

    Project mention: Ask HN: Which Do you know any open source games? | news.ycombinator.com | 2025-08-10
  14. Polly

    Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

    Project mention: Cómo manejar fallos transitorios en .NET con Polly y ResiliencePipelineBuilder | dev.to | 2026-04-27

    Polly - repositorio oficial

  15. winsw

    A wrapper executable that can run any executable as a Windows service, in a permissive license.

  16. MonoGame

    One framework for creating powerful cross-platform games.

    Project mention: MonoGame: A .NET framework for making cross-platform games | news.ycombinator.com | 2026-03-07
  17. modular-monolith-with-ddd

    Full Modular Monolith application with Domain-Driven Design approach.

    Project mention: I Curated 106 Software Design Resources and Ranked What Actually Matters | dev.to | 2026-02-12

    kgrzybek/modular-monolith-with-ddd — The most complete Modular Monolith example I've seen. C#, but the patterns are universal.

  18. ArchiSteamFarm

    C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.

    Project mention: Exploring the tragedy of the Counter-Strike 2 server browser | news.ycombinator.com | 2025-08-25

    I'd heard of https://github.com/JustArchiNET/ArchiSteamFarm for Steam cards but not CS2 drops.

  19. ImageGlass

    🏞 A fast, open-source, modern image viewer for 90+ formats – including WEBP, GIF, SVG, AVIF, JXL, HEIC and more – built for smooth browsing across Windows, macOS, and Linux.

    Project mention: .NET 10 Preview 6 brings JIT improvements, one-shot tool execution | news.ycombinator.com | 2025-07-30
  20. ASP.NET Boilerplate

    ASP.NET Boilerplate - Web Application Framework

    Project mention: PrimeNG + NestJS = CRM — part 1 | dev.to | 2025-08-12

    I wanted to find a framework that already had all the Boiler code needed for a business application: menus, sections, graphs, users, etc. While searching for such a framework, we noticed the .Net frameworks https://aspnetboilerplate.com and https://abp.io, which already have a lot of things "out of the box". As far as I understand, both frameworks are being developed either by related teams, or even by one team. And the teams are from Turkey. The ASP.NET Boilerplate framework has legacy code from older versions of the .Net Framework. The newer ABP framework does not have legacy, it is on .Net Core. Both frameworks have a decent number of stars on github.

  21. spectre.console

    A .NET library that makes it easier to create beautiful console applications.

    Project mention: Never stop learning | dev.to | 2026-05-02

    First, check out the following thread in its entirety, which is what AI might form a response from. Now let's explore a better way using Spectre.Console NuGet package.

  22. Mono

    Mono open source ECMA CLI, C# and .NET implementation.

  23. BenchmarkDotNet

    Powerful .NET library for benchmarking

    Project mention: Testable Dotfiles Management: Building Development Environment with Chezmoi | dev.to | 2025-10-06

    Benchmark.Net for .Net projects

  24. Terminal.Gui

    Cross Platform Terminal UI toolkit for .NET

  25. Orleans

    Cloud Native application framework for .NET

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# .NET discussion

Log in or Post with

C# .NET related posts

  • docfx-remote-include: inline remote markdown into DocFX, and govern the assembled page

    3 projects | dev.to | 9 Jun 2026
  • Why CRUD Is Not Enough for Serious Business Apps

    1 project | dev.to | 9 Jun 2026
  • Fizzy: Desktop app built almost in Zig (DVUI)

    2 projects | news.ycombinator.com | 3 Jun 2026
  • Accept the Official Hack - Build-Time OpenAPI Detection in .NET 10 Minimal APIs

    1 project | dev.to | 30 May 2026
  • Introduction to LiquidPages

    3 projects | dev.to | 29 May 2026
  • Aspire – orchestrate front ends, APIs, containers, and databases

    1 project | news.ycombinator.com | 24 May 2026
  • .NET (OK, C#) gets union types

    3 projects | news.ycombinator.com | 24 May 2026
  • A note from our sponsor - ReSharper
    www.jetbrains.com | 10 Jun 2026
    ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide. Learn more →

Index

What are some of the best open-source .NET projects in C#? This list will help you:

# Project Stars
1 Jellyfin 53,098
2 Files 43,798
3 ASP.NET Core 37,962
4 Avalonia 30,928
5 SteamTools 25,687
6 ILSpy 25,354
7 Introducing .NET Multi-platform App UI (MAUI) 23,268
8 Bitwarden 19,095
9 CleanArchitecture 18,254
10 .NET Runtime 17,928
11 OpenRA 16,768
12 Polly 14,182
13 winsw 14,020
14 MonoGame 13,976
15 modular-monolith-with-ddd 13,701
16 ArchiSteamFarm 13,357
17 ImageGlass 13,304
18 ASP.NET Boilerplate 11,981
19 spectre.console 11,482
20 Mono 11,440
21 BenchmarkDotNet 11,421
22 Terminal.Gui 11,043
23 Orleans 10,787

Sponsored
ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com