Open Source C# System Software for Linux

Browse free open source C# System Software for Linux and projects below. Use the toggles on the left to filter open source C# System Software for Linux by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Snap7

    Snap7

    32/64 bit multi-platform Ethernet S7 PLC communication suite

    Snap7, through three specialized components: Client and the inedited Server and Partner, allows you to definitively integrate your PC based systems into a PLC automation chain. Designed to transfer large amounts of hi-speed data in industrial facilities, it scales easily, down to small Linux Arm boards such as Raspberry PI. Hi level object oriented wrappers are provided, currently C/C++, .NET/Mono, Pascal, LabVIEW, Python with many source code examples. Very easy to use, a full working server example is not bigger than the “Hello world”. Many projects/makefiles are ready to run to easily rebuild Snap7 in any platform without the need of be a C++ guru. Very detailed documentation provided.
    Leader badge
    Downloads: 954 This Week
    Last Update:
    See Project
  • 2
    VitalSignsCapture

    VitalSignsCapture

    Download data from medical device interfaces in ICU & Anaesthesia

    A C# .NET app to download or capture data from several medical device interfaces such as Datex AS3 S/5 Anesthesia, Philips Intellivue, GE Dash, Mindray HL7, Spacelabs, Draeger Infinity, Draeger HL7 patient monitors, GE Engstrom, Draeger (MedibusX), Maquet (Servo-i, Servo-U & Flow-i), Puritan Bennett ventilators, Covidien BIS Vista cerebral monitor, Fresenius Agilia, Alaris Carefusion, BBraun Spacecom syringe and volumetric pumps, Roche Cobas ASTM ABG analyzers. Requires Visual Studio 2022, .NET 8 or Visual Studio for Mac to compile. Support for capture from other monitors is planned in future.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    SerialPortNet is an open source serial port communication library for Microsoft .NET. It's written in c#, implements complete .NET 2.0 specifications, and is designed to allow for multiple OSes and add-on 3rd party Serial to Network adapters.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Driver support for 3D Controller Hardware. We hope to support SDL Input, DirectInput, and other major controller API's including game consoles and embedded systems.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 5
    System Abstraction Component Kit
    This is a collection of libraries contained : Shared memory allocation, configuration script processor, containers (trees, lists, queues, stacks), file system abstraction, network library, timers/threads, Image library, Display libraries, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    IIOP.NET allows a seamless interoperation between .NET, CORBA and J2EE distributed objects. This is done by incorporating CORBA/IIOP support into .NET, leveraging the remoting framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    ByteSync

    ByteSync

    All-in-One Sync, Backup & Deduplication Tool

    ByteSync is a powerful open-source tool for remote file comparison and synchronization, designed to transfer only what truly matters: the differences. Whether you're syncing large files, backing up remote folders, or handling extensive sets of small files, ByteSync delivers speed, security, and efficiency—without unnecessary data transfers. Compatible with Windows, macOS, and Linux, ByteSync leverages cloud-based orchestration with end-to-end encryption, eliminating the need for VPNs or firewall configurations. No continuous background syncing, no bloat—just fast, on-demand file synchronization between remote devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Using the new C# Dll from swig portability of Openobex/ObexFtp to write a nice GUI able to transfer file between two devices with obex protocol. More Info’s here: http://cs-obexftp.wiki.sourceforge.net/
    Downloads: 1 This Week
    Last Update:
    See Project
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 10
    Af-Arch is an Open Source N-tier framework to build distribuited applications. Its license schema allows Open Source and commercial (closed source) applications. This is the foundation to build an new set of applications in a fast and reliable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Alchemy is a WebSocket/FlashSocket super scalable server and client project. You can find our source at https://github.com/Olivine-Labs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AsyncWcfLib

    AsyncWcfLib

    Actor based programming using WCF and async-await.

    Note: There is a successor of AsyncWcfLib: https://github.com/steforster/Remact.Net AsyncWcfLib is a software library for distributed computing based on Microsoft WCF. AsyncWcfLib is a lightweight message bus bridging Windows and Linux by using the .NET Framework or Mono. It supports callback based asynchrony as well as the new async-await pattern available in .NET 4.5. AsyncWcfLib supports threadsafety through an actor based programming model. Actors are loosly coupled system units interacting by passing messages. Message objects are passed inside a process between actors running on different threads. Also, messages may be passed between actors running on different processes, hosts and operating systems. The library is designed for configuration free, asynchronous messaging. A router application is included. It discovers actors by their name on any linked host, even when host name resolution is not possible because of routing- or operating system limitations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Encode/Decode library to/from Basic Encoding Rules (BER) of ASN.1 written in Visual Basic .Net. Useful to implement any protocol that uses BER (LDAP, SNMP, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Basic Facebook Login Source

    Looking for a simple way to use FB login method without FB sdk?

    Looking for a simple way to use FB login method without FB sdk? Then you are in luck, because this is the most simplest login method for Facebook that could be made. Requirements - Timer - Textbox 1 "Username" - TextBox 2 "Password" - Button1 "Login" It's simple as that, no need for any other addons! Read more about it @http://mecode.vysilhq.com/2014/08/visual-basic-facebook-login-without-sdk.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bluetooth Personal Area Network client (PAN) with Support for RADIUS / Bluetooth Network Access Server (Point) (NAS / NAP) with Radius AAA. Project is supported by Nokia. Target BT stacks MS, Widcomm, BlueZ, Affix Blu(etooth) S(ymbian) PAN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CIOP is the project which allows to connect [Web]Applications to each other by simple Common Information Objects and to exchange the data between Information Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    It's new technology for Development Personal Creation/Customization Services , based on XML standard and DAFSM (Finite State Machine Theory) , using multiple call control protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AJAX,document discovery search system for legal discovery,email search & other types of docs i.e. MSWord,Excel, TIFF, etc. Uses SQL Server FTS - full text search, to index emails & attachments. Documents are stored in SQL Server Written in C# ASP.NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Etch is a cross-platform, language- and transport-independent framework for building and consuming network services. With Etch, service development and consumption becomes no more difficult than library development and consumption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    java-based complete Agent (Artificial Intelligence) Framework with all the features you might expect in an Agent Framework: Mobility, Autonomy, Distributed communication, Agents can be written in Java, Jython, or Beanshell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An open Gnutella network library based on GnucDNA. It is platform-independent, developer-friendly and efficient, developed in portable C++. Easy enough for the casual P2P developer and advanced enough to satisfy the research project needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Kytane Client is an Open Source front end for the Kytane Data Service which is a internet based data storage mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Easy and ready-to-use set of .Net Classes to implement LDAP applications (Servers and Clients). Included in the project: - Classes for all types of LDAP Requests and Responses; - Void Server and void Client Classes, ready for custom implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Loma Larga

    Loma Larga

    Lomalarga is a VPN-like service based on SSH and Linux.

    Lomalarga is a port forwarding (VPN-like) service based on SSH & Linux. Based entirely on open source. The client is written in C# and the administration is based on Linux/lighttpd/PostgreSQL/PHP, with the UI written with Google Web Toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MQTTnet

    MQTTnet

    High performance .NET library for MQTT based communication

    MQTTnet is a high-performance .NET library for MQTT-based communication. It provides an MQTT client and an MQTT server (broker) and supports the MQTT protocol up to version 5. TLS support for client and server (but not UWP servers). Extensible communication channels (e.g. In-Memory, TCP, TCP+TLS, WS). Lightweight (only the low-level implementation of MQTT, no overhead). Performance optimized (processing ~150.000 messages/second). Uniform API across all supported versions of the MQTT protocol. Tested on the local machine (Intel i7 8700K) with MQTTnet client and server running in the same process using the TCP channel. The app for verification is part of this repository and stored in /Tests/MQTTnet.TestApp.NetCore. List of connected clients available. Supports connected clients with different protocol versions at the same time. Able to publish its own messages (no loopback client required). Able to receive every message (no loopback client required).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next