C# MacOS

Open-source C# projects categorized as MacOS

Top 23 C# MacOS Projects

  • PowerShell

    PowerShell for every system!

  • Project mention: PowerBI: déployer une passerelle sur AWS pour $0.12/j | dev.to | 2024-03-14

    msiexec.exe /package https://github.com/PowerShell/PowerShell/releases/download/v7.2.6/PowerShell-7.2.6-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1

  • Avalonia

    Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

  • Project mention: The search for easier safe systems programming | news.ycombinator.com | 2024-05-08

    WPF is not the best example of open source, as some components are still closed source. Though it only runs on Windows, a closed source operating system, so perhaps that is not so important.

    https://github.com/dotnet/wpf/issues/2554

    That said, there are cross platform, open source .NET UI frameworks out there, including one that is inspired by WPF:

    https://avaloniaui.net/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Uno Platform

    Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

  • Project mention: Uno: Create Beautiful Cross Platform .NET Apps Faster | news.ycombinator.com | 2024-05-01
  • electrino

    Desktop runtime for apps built on web technologies, using the system's own web browser engine

  • SkiaSharp

    SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

  • Project mention: Jellyfin: The Free Software Media System | news.ycombinator.com | 2023-06-18

    It looks like the port was compiled with a binary SkiaSharp [0] since that requires Google tooling to build. Interesting to see the committer allowing this. Apparently it is not the first time.

    0. https://github.com/mono/SkiaSharp

  • MVVMCross

    The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI

  • FNA

    FNA - Accuracy-focused XNA4 reimplementation for open platforms

  • Project mention: FNA 23.12.07 Hotfix | /r/linux_gaming | 2023-12-08
  • SaaSHub

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

    SaaSHub logo
  • qmk_toolbox

    A Toolbox companion for QMK Firmware

  • Project mention: QMK Inland MK47 Guide | /r/olkb | 2023-12-04

    Flashing custom firmware - the current version QMK tool off the website won't work. You'll most likely get a "USB device connected (NO DRIVER): WB Device in DFU Mode " and not be able to flash anything. You will need the beta version that supports WB32 flashing utility. I grabbed mine from the GMMK guide QMK tool from GMMK

  • naps2

    Scan documents to PDF and more, as simply as possible.

  • Project mention: HP misreads room, awkwardly brags about its “less hated” printers | Opinion: HP's printer business practices have infuriated users for years. | /r/technology | 2023-12-08

    If you have a HP Printer there is scanning software program (Free and Open source) called Not Another PDF Scanner. https://www.naps2.com/ It's simple to use and works really good with HP printers unlike the software that comes with the printers. Everyone who wants to scan with a HP printers needs this software.

  • xamarin-macios

    .NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#

  • Project mention: Setting up Development & Distribution of Xamarin App (without help from original developer) | /r/Xamarin | 2023-06-14
  • Maui

    The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier (by CommunityToolkit)

  • Project mention: CommunityToolkit / Maui Release v5.3.0 | news.ycombinator.com | 2023-08-15
  • UnityStandaloneFileBrowser

    A native file browser for unity standalone platforms

  • AvalonStudio

    Cross platform IDE and Shell

  • FluentDocker

    Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI

  • sharppcap

    Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets

  • glTFast

    Efficient glTF 3D import / export package for Unity

  • Project mention: Importing fbx at runtime | /r/Unity3D | 2023-06-12

    May i recommend GLTFast instead considering it is more recent? (last updated in March) https://github.com/atteneder/glTFast

  • ffmediaelement

    FFME: The Advanced WPF MediaElement (based on FFmpeg)

  • FaceRecognitionDotNet

    The world's simplest facial recognition api for .NET on Windows, MacOS and Linux

  • iFakeLocation

    Simulate locations on iOS devices on Windows, Mac and Ubuntu.

  • BuildXL

    Microsoft Build Accelerator

  • Project mention: We built the fastest CI in the world. It failed | news.ycombinator.com | 2023-09-12

    Seems they came up with a way to scale up build toolchains with BuildXL[0]

    Doesn't seem fully baked yet though

    [0]: https://github.com/microsoft/BuildXL

  • Camelot

    Camelot is cross-platform file manager written in C# (by IngvarX)

  • DlibDotNet

    Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS

  • jazz2

    🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2

  • Project mention: Jazz jackrabbit 2 possible? | /r/RG35XX | 2023-11-02
  • 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# MacOS related posts

  • 3 lines of code don't understand the results.

    1 project | /r/PowerShell | 8 Dec 2023
  • Task Scheduler -windowstyle hidden / minimized

    1 project | /r/PowerShell | 7 Dec 2023
  • Just messing around with arrays and efficiency in PS, thought I'd share

    1 project | /r/PowerShell | 4 Dec 2023
  • Register-ArgumentCompleter: how to fall back to file completion when completing a flag such as "--foo="

    1 project | /r/PowerShell | 16 Oct 2023
  • New PowerShell Version - v7.3.7: [7.3.7] - 2023-09-18

    1 project | /r/PowerShell | 20 Sep 2023
  • The shell and its crappy handling of whitespace

    3 projects | news.ycombinator.com | 30 Jul 2023
  • Asking for scripting help.

    1 project | /r/PowerShell | 8 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 PowerShell 43,400
2 Avalonia 23,824
3 Uno Platform 8,431
4 electrino 4,362
5 SkiaSharp 4,108
6 MVVMCross 3,825
7 FNA 2,525
8 qmk_toolbox 2,448
9 naps2 2,457
10 xamarin-macios 2,371
11 Maui 2,061
12 UnityStandaloneFileBrowser 1,958
13 AvalonStudio 1,575
14 FluentDocker 1,293
15 sharppcap 1,244
16 glTFast 1,189
17 ffmediaelement 1,126
18 FaceRecognitionDotNet 1,085
19 iFakeLocation 908
20 BuildXL 893
21 Camelot 484
22 DlibDotNet 476
23 jazz2 470

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com