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

  • 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
  • Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
    Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

    Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

    Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
    Start for Free
  • 1
    NightFox's Lib for Libnds
    [Warning] Because the lastest release of the lib is quite old, the lib may not work with lastest versions of LibNDS. A recompilation of the lib may fix it. A small lib to help you to code games & applications for your Nintendo DS console. You can find functions to manage backgrounds, sprites, colision maps, text, sound effects, etc. Requires lastest Libnds to work (part of devkitPro).
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    QtContribs - Harbour Qt Projects

    QtContribs - Harbour Qt Projects

    New home to HbQt, HbIDE & HbDBU once Harbour SVN hosted contribs.

    This is the repository to host all those Harbour's contrib libraries and applications which could not comply with strict Harbour project goals but had the potentiality to march into the future. The goal is to keep this repository parallel with Harbours contrib and use the same build system which Harbour uses. This way it will be possible easily to shift any library/application from here to Harbour or vice-verse. As I am totally ignorant of Harbour's build system, it will be appreciated if someone knowledgeable take over this responsibility, which might be one-time task. Welcome to new chapter in Harbour history! Pritpal Bedi a student of software analysis & concepts
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Bkc is short for blade kit of c language. Bkc is a light-weighted platform which provides the most usefull and commonly used functionalites in the development of c language, especially for the embeded development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CTKlib

    CTKlib

    CTK ToolKit library (CTKlib)

    CTKlib - is library that provides "extended-features" (utilities) for your robots written on Perl. Most of the functions and methods this module written very simple language and easy to understand. To work with CTKlib, you just need to start using it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Ceedling

    Ceedling Project Hosting has Moved to GitHub!

    Ceedling project hosting has moved to GitHub under the ThrowTheSwitch Organization: https://github.com/ThrowTheSwitch/Ceedling
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DASH is a set of tools and utilities to automate the deployment and management of large-scale distributed software, and to monitor and manage the multiple environments that the software is deployed to. 100% compatible with bash.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    LEE_FSM

    Finite State Machine; PHP; LUA;

    The software resents an executable specification language based on deterministic finite automata, this allows the user to perform tests of word recognition in the state machines that are defined by it. Moreover, it’s possible for the user to assign snippets of code to be executed every transition automaton, these snippets can be described in Lua or PHP programming language. To test that were conducted in the language, was developed a compiler that recognizes words and generates object code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Shapes

    Graphical programming. Includes n-dimensional sorting.

    Write programs as graphical dataflow charts instead of text. Compile them to any programming language you want. Besides this project includes the most efficient tree-based sorting algorithm that is possible. Originally developed on a CTOS Color NGEN, at first in Pascal, later ported to C, finally - 20 years later - ported to Linux. Currently it's still not really system independent. But it's intended that further releases will cure this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Unit Test for C is a very useful and powerful software development tool for C and C++ programmers. It is designed to provide a great deal of functionality in a very small package and functions nearly identically on Windows and UNIX systems.
    Downloads: 0 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
  • 10

    Webkosa

    Webkosa is the open source edition of Webcrossing.

    Webkosa is the public, open source edition of the popular Webcrossing server which has been used by thousands of sites for online communities, social networks and agile Web 2.0 object-oriented development. Webkosa includes its own integrated web server, email server, ftp server, out-of-the-box forums with discussions, users and authentication, post-by-email and numerous other user and community-oriented features to get you started with development, or use as is. Webkosa includes a native object-oriented NoSQL database, which is scriptable with its enhanced server-side JavaScript. Webkosa's all-in-one architecture makes deployment easy with no "extra servers" required. By modifying and adding scripts it is infinitely customizable. Webkosa is sponsored by Elliptics, Ltd., the owner of the Webcrossing software product line, and was launched by both Elliptics, Ltd. and Bayspire, Inc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    Libinstrument is a complete and easy way to do custom function instrumentation for C/C++. The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with IDEs (CLion, Eclipse e.t.c) is straightforward. Using lazy algorithms there is virtually zero overhead in benchmarks and minimum overhead in execution time. Libinstrument tries to be as non-intrusive as possible, while trying to help the developer offering basic reflection. There are Unit Tests for each class and method, testing is driven with CTest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.