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

  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    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

    bash debugger

    bash debugger

    A gdb-like debugger for bash
    Leader badge
    Downloads: 139 This Week
    Last Update:
    See Project
  • 2
    Babashka

    Babashka

    Native, fast starting Clojure interpreter for scripting

    Avoid switching between Clojure and bash scripts. Enjoy your parens on the command line. Leveraging GraalVM native-image and the Small Clojure Interpreter, babashka is a self-contained and instantly starting scripting environment. Babashka comes with scripting batteries included: tools.cli, cheshire, babashka.fs, babashka.process, java.time and many more libraries and classes. Babashka scripts work on linux, macOS and Windows. Besides the built-in libraries, babashka is able to load libraries from source, tapping into the world of already existing Clojure libraries. Babashka supports real JVM threads and like Clojure, supports futures and dynamic thread-locally bound vars. Babashka features a built-in task runner which covers the most popular use cases of make, just and npm scripts. Babashka can shell out to other CLI programs like you are used to in bash. It goes one step further and offers seamless integration with other binaries using the pod protocol.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    Tcl/Tk package distribution for 32-bit Microsoft Windows operating systems with additional open-source tools and libraries.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    Spar is a math-oriented scripting language. It is simple, clean, and extensible.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 5
    CQSAT is a powerful, comprehensive and extensible framework for static analysis of program source code and detection of software defects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This program, by default, will help you updating Linux easily (actually only Debian). Also it has help for configure the updates. It can be used for install your program who has dependences automatically. It's thought for help new Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Forth Compiler/Interpreter, fig-Typ (1.0), 'indirectly threaded code', für ia32-pc-linux/ELF-Rechner; unabhängig von externen programmen, libc u.dgl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FrAid(FRactal AID) is an interface to Java, allowing it to proc. math. data(functions/equations). A compl. standalone system utilizing the FrAid prog. lang. is available(no need to be Java programmer to use it!). Use instead of Matlab. High res. graphics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LEA is an interpreter written in Java using ANTLR of a spanish pseudocode-like language of the same name.
    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
    A minimal Logo implementation. Mainly for children at the age of 8-14. Easy to use. First releases work only in Hungarian language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Offsiders are persistent, object-like entities that can be accessed from the command line. They provide natural and intuitive object-oriented capability to UNIX systems and environments. Methods can be written using any programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    syntax and semantics pluggable language intepreter, featuring OO extensions (classes, inheritance, polymorphism, exceptions handling mechanism), vectorial text rendering using freetype library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    idyuts is \"I Dare You to Use This Shell\"; a pre-hibernate approach to replacing an ORM written with jython functors into a pure-Java language command pattern. The \"pipeline codegen artifacts\" are simple IoC templates, and trivial to adapt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    [Now hosted on GitHub] Linux parallel-shell-scripting tools for multi-processor and multi-core systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The XPS is a scalable platform for meta-programming and domain engineering. It provides a virtual machine, compiler, and runtime library that make it possible to efficiently develop, debug, and run programs based on XPL (eXtensible Programming Language)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is a lightweight server written in Ocaml for highly interactive webpages or even online browser based games. The server can already be used as a fast frontend to a MySQL database. The software should work on *nix and windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PLY is a set of bash scripts that provides parsing functionality for macros that generate shell code. It was inspired by lex & yacc UNIX utilities used for compiler construction, and its function is analogous to the role of C preprocessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    sh2exe

    Packs a shell script and busybox into a single exe file

    This small program packs a shell script and Busybox into a single EXE, so the script can run on any Windows machine. It is possible to include another files along with the script, so this can be used to deploy files, for example. This is an initial version, probably has a lot of bugs. It supports Busybox-Win32 and Cygwin Busybox. This is NOT a compiler neither encrypter, if you need something like this you can take a look at SHC Shell Compiler. It is possible also to unpack the embedded Busybox versions to a directory and use this environment to create/test scripts prior to pack them into an executable. I'm not sure if all anti-virus accepts a program of this nature, as the scripts operates in %TMP%. I made some tests, tried to run some scripts and download things with wget, didn’t trigger the AV alarm in following environments: Win7 + Symantec Endpoint Protection Win10 + Kasperky Internet Security WinXP + AVG Free Edition WinXP + Avast Free Edition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Trash is an all-powerful shell allowing you to script in any language.
    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.