Open Source C Software - Page 72

C Software

C Clear Filters

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

  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    nuster

    nuster

    A high performance HTTP proxy cache server and RESTful NoSQL cache

    nuster is a high-performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy. It is 100% compatible with HAProxy and takes full advantage of the ACL functionality of HAProxy to provide a fine-grained caching policy based on the content of request, response or server status. nuster can be used as an HTTP/TCP load balancer just like HAProxy. nuster can also be used as a RESTful NoSQL cache server, using HTTP POST/GET/DELETE to set/get/delete Key/Value objects. It can be used as an internal NoSQL cache that sits between your application and a database like Memcached or Redis as well as a user-facing NoSQL cache that sits between the end-user and your application. It supports headers, and cookies, so you can store per-user data to the same endpoint.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    pesconvert

    pesconvert

    Brother PES file converter

    pesconvert is a command-line utility for converting Brother PES embroidery files into more accessible formats for viewing or further processing. It parses stitch commands, color changes, and frame boundaries from the binary PES structure and reconstructs the path of the needle across the canvas. The tool emits vector-friendly output so you can inspect or scale designs without losing detail, making it handy for previewing patterns or preparing them for other software. Because the PES format encodes jumps, trims, and thread changes, the converter normalizes these events into a clean sequence of segments. The implementation favors clarity so hobbyists can understand and extend it for their own machine workflows. It’s a practical bridge between proprietary embroidery design files and open tooling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    pg_auto_failover

    pg_auto_failover

    Postgres extension and service for automated failover

    pg_auto_failover is a PostgreSQL extension and management tool for automated high availability. It handles health checks, failover, and monitoring without requiring third-party tools or complex configuration. Designed by the Citus Data team at Microsoft, it's ideal for developers and ops teams wanting reliable HA with minimal effort.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    pglogical

    pglogical

    Logical Replication extension for PostgreSQL

    pglogical is an advanced logical replication extension for PostgreSQL that allows selective replication of data between databases. Unlike physical replication, it enables fine-grained control of which tables or changes to replicate. It’s well-suited for multi-master setups, version upgrades, and real-time data distribution across environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    pulseaudio-modules-bt

    pulseaudio-modules-bt

    PulseAudio bluetooth modules

    Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux. This repo is a fork of PulseAudio Bluetooth modules. Added support for manual (expert) configuration for SBC codec parameters. You can use the parameters to override and fine-tune the default SBC codec config and manually setup configurations like SBC XQ, or Dual Channel HD mode. More info about SBC configuration options can be found at LineageOS documentation. Also, there is an interactive calculator and unofficial device compatibility list that may help you to select proper values.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    qengine

    qengine

    Retro game engine for creating games like it's 1997

    qengine is a cross-platform retro game engine. It is aimed at nostalgic game developers that miss simple times and enjoy creating games like it's 1997. The software renderer provides the aesthetic that we all love and the engine limitations exist to make your creativity shine. The engine is a fork of the Quake II codebase that focuses on serving as a base for standalone games. Unlike other ports, it does not aim at being compatible with mods or the base Quake II game. In fact, many features were removed to reduce the complexity of the codebase and make the process of creating new games on top of the engine easier and faster. Removal of overly specific gameplay code, such as enemies and weapons. Merge of modules into a single package. No more DLLs, just a single executable for client and another for server. qengine stands on the shoulders of giants from the Quake II community. The code is built upon Yamagi Quake II, which itself contains code from other amazing projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    raygui

    raygui

    A simple and easy-to-use immediate-mode gui library

    raygui is a lightweight, easy-to-use immediate-mode graphical user interface (GUI) library designed primarily to work alongside the raylib graphics programming library, though it can be adapted for other engines. It provides an API inspired by immediate-mode GUI paradigms, similar to Unity’s IMGUI, which allows developers to create buttons, sliders, text boxes, panels, and other controls without managing retained widget states. Because the library is distributed as a single header file containing both declarations and implementations, including it in a project is simple and doesn’t require complex build configurations. raygui supports a wide range of controls and customization options for colors, fonts, and layout metrics, and also includes a built-in set of 1-bit icons that can be embedded into controls. It’s intended for tools development, rapid GUIs for editors or debug interfaces, and simple applications that need basic UI without heavy frameworks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    test-tlb

    test-tlb

    Stupid memory latency and TLB tester

    test-tlb is a tiny C microbenchmark that explores the performance characteristics of memory access patterns with respect to the CPU’s Translation Lookaside Buffer (TLB) and caches. It walks arrays using different strides and working-set sizes so you can observe when access patterns overflow cache or TLB capacity. By timing tight loops and varying parameters, the program reveals step-changes in latency that map to cache lines, page sizes, and TLB coverage. It is intentionally minimal so you can modify page sizes, strides, or pointer-chasing strategies to run experiments on different machines and kernels. The code is useful for teaching, hardware bring-up, or validating assumptions about huge pages and NUMA placement. Rather than providing a plotting framework, it prints timings that you can collect and graph with external tools to visualize cache/TLB boundaries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    tslib

    tslib

    Touchscreen access library

    C library for filtering touchscreen events. tslib consists of the library libts and tools that help you calibrate and use it in your environment. tslib runs on various hardware architectures and operating systems, including GNU/Linux, FreeBSD, or Android/Linux. Apart from building the latest tarball release, running ./configure, make, and make install, tslib is available from distributors like Arch Linux / Arch Linux ARM, Buildroot, Debian / Ubuntu, Fedora, or OpenSUSE and their package management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    wal2json

    wal2json

    JSON output plugin for changeset extraction

    wal2json is an output plugin for logical decoding. It means that the plugin have access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API. format version 1 produces a JSON object per transaction. All of the new/old tuples are available in the JSON object. Also, there are options to include properties such as transaction timestamp, schema-qualified, data types, and transaction ids. format version 2 produces a JSON object per tuple. Optional JSON object for beginning and end of transaction. Also, there are a variety of options to include properties.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    warpd

    warpd

    A modal keyboard-driven virtual pointer

    A modal keyboard-driven interface for mouse manipulation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    xmrMiner

    xmrMiner

    A CUDA based miner for Monero

    An optimized Monero miner designed to maximize GPU mining efficiency.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Digital audio restoration of CD quality audio wavefiles. Dehiss, declick and decrackle in a GUI environment. Formerly "Gnome Wave Cleaner".
    Downloads: 11 This Week
    Last Update:
    See Project
  • 14
    CCCC is a tool which analyzes C++ and Java files and generates a report on various metrics of the code. Metrics supported include lines of code, McCabe's complexity and metrics proposed by Chidamber&Kemerer and Henry&Kafura.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    Mailman is the GNU mailing list manager. It provides standard list management features, integrated with a web interface. Please note: the subversion repository has been retired. Please see http://wiki.list.org/x/DgAJ for details.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16
    ARC is used to create and maintain file archives. An archive is a group of files collected together into one file in such a way that the individual files may be recovered intact. This repo is obsolete. Use github.com/hyc/arc instead.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 17

    ELILO: EFI Linux Boot Loader

    ELILO was the legacy EFI linux boot loader for IA-64(IPF), IA-32(x86),

    This project is orphaned, Debian dropped it in 2014, and RH & SUSE stopped using this tree (and feeding back change) long before that so no longer interested in working on it. Feel free to start your own source tarball is available.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 18
    GNU libdbh. As of April 9, 2014, DBH is a GNU program and is renamed to "GNU libdbh". Library to create and manage 64-bit disk based hash tables Associations are made between keys and values so that for a given a key the value can be found and loaded into memory quickly: 64 bit support
    Downloads: 26 This Week
    Last Update:
    See Project
  • 19
    Hatari

    Hatari

    Hatari is an emulator for the Atari ST, STE, TT and Falcon computers

    Hatari is a cycle-accurate Atari ST emulator for Linux and other systems that are supported by the SDL library. The project has been moved to https://www.hatari-emu.org/ now, but this site will stay for providing the historic releases before version 1.0.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 20
    Virtual Infrared COM Ports for Windows 2000/XP
    Downloads: 26 This Week
    Last Update:
    See Project
  • 21
    The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to specific implementations. It provides conformance, functional, and stress testing. Initial focus is on Threads, Clocks & Timers, Signals, Message Queues, and Semaphores.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 22

    XWA Hacker

    Fixes for X-Wing game binaries

    Fix/improve X-Wing games (XWA and others) to allow them to run on current PCs with improved graphics. Now also available on the Microsoft Store (consider it beta) at ms-windows-store://pdp/?productid=9PPKMJSRTM2B or https://www.microsoft.com/store/apps/9PPKMJSRTM2B
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 23
    libieee1284 is a cross-platform library for parallel port access.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 24
    pjbExploder - Software for uploading, downloading and controlling your PJB100 MP3 player.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 25
    The Endless Dungeons

    The Endless Dungeons

    A free random dungeon game RPG (Roguelike)

    The Endless Dungeons is an 8-bit style random dungeon game consisting of 10 character classes, hundreds of monster types, and 99 randomly generated dungeon levels. You must level your character from 1 to 99, collect items and equipment to make him or her more powerful, and finally confront the boss of the game, Xantos, on the 99th floor of the dungeon. Don't forget to download the manual if you want more info: http://sourceforge.net/projects/endlessdungeons/files/The%20Endless%20Dungeons.pdf/download There is also an FAQ on the forums here: https://sourceforge.net/p/endlessdungeons/discussion/general/thread/6ba973f6/ This game differs from a lot of other roguelikes in that it's largely GUI- and menu based (similar to old console RPGs) and has turn-based battles.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB