Showing 225 open source projects for "gnu linux"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    This is a simple interpreter, which implements the Simpletron Machine Language specifications. It may be modified and programmed for general computing purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Dirt virtual machine is designed to be easily used as a scripting engine or runtime core in C or C++ projects. The language itself is very similar to C. The tools have been created from scratch (no lex/bison/yacc) and are very portable
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a C++ interface to Expat. Its aim is to manage small XML files viewed as a tree of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Lisp Shell is a shell, in wich lisp-like syntax is used. It is written in C and uses GNU readline library. This program is intended to scripts, wich you may write using LISP programming language. LSH was tested with Linux and FreeBSD on i386.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    This is an add-on module for AOLserver that embeds a Python interpreter in-process (much as mod_python does for Apache).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A kit for simulating the MIC-1 / IJVM computer architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nak is a video game compiler, based on lua. With his dll system, you can made your own functions for nak. For now, only 2d system will be added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ESELC is a interpreter for the Easy Stack Environment Language (ESEL). It is written in ISO C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hush is a full object-oriented programming language, based loosely on Smalltalk. It includes typeless data, dynamic method binding, exception handling, closures, mixins, multiple threads, garbage collection and X11 graphics bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    IDE for portables GUI applications in Perl. Works with wxPerl (wxWindows), GML (GUI Markup Language) and HPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CodeXpand Engine is a Scripting engine written with C++. It work with COMPILED SCRIPT linked at Run Time with Host Applications. The SCRIPT COMPILER generate the CPU bytecode requested from the Host CPU where the application (& the scripts) will run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This library is an implementation of an extensible dynamic configurable finite state machine (FSM). The configuration of the state machine is not compiled, but loaded at the runtime from a file or created by application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    A minimal Lisp (Scheme) interpreter written in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PyREXX is a interprocess messaging server for routing remote prodecure calls using xml-based messages (Jabber, XML-RPC, etc), which will allow programs to interact more easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    wxBasic is a cross-platform Basic interpreter. It combines the simplicity of Basic with the portability of the cross-platform wxWindows library. See homepage.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    This is a package of C++ classes intended to be used for evaluation of C-syntax expression strings. It is intended to be as simple as possible, portable and not depending on other libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A programming language designed to be used simultaneously by multiple programmers, users or agents. Project has been renamed to Mica and is now hosted at http://darksleep.com/mica.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Script language independent library for calling functions out of script files with other PLs like C/C++. This should be possible, using only some few functions as interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gigabyte-scale persistent object Store in C++. Able to intern and persist arbitrary ELF loadble objects. Convenient class library (Lists, Strings, Dicts, Namespaces, etc.) optimised for spatial locality of reference. Virtual machine toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    functional, object-oriented programming language mainly built, to improve website creation, but is useful for the automated creation of any kind of text files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AlsaPlayer-Python is a set of python bindings. It allows you to write custom interfaces for AlsaPlayer using the full power of the Python language. Also provided is a Python module to control AlsaPlayer from external programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    To develop a simple scripting language engine (SIL) to run under MS-DOS console, Win32, and Linux console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ROOT Apache is an open source scripting module for the Apache webserver Based on the ROOT framework <http://root.cern.ch> which is using C++ as scripting language it allows to embed C++ code directly into HTML pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    cgiBasic is a server side script based on the easy BASIC programming language. It would be a customized language for CGI programming and require (but will allow for) little or no extra modules or plug-ins. Developped in the C++ language, cgiBASIC will be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB