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

  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    asap

    asap

    A modern cmake starter project for C++ with a complete build lifecycle

    A modern cmake starter project for C++ with a complete build lifecycle, testing, dependency management, etc. Portable across Linux, OS X and Windows. Have you ever found yourself spending countless hours trying to figure out how to start a professional C++ project with unit tests, a robust dev workflow, change logs, code coverage, linting, formatting...? The C++ ecosystem is getting better but is still very far away from other ecosystems such as JavaScript, or even Rust. It's certainly easy to use CMake, a compiler and vscode to start a hello world project, but as soon as you start having multiple modules, with third party dependencies, testing, coverage, and other development things that a professional quality project needs, you start wasting hours and hours troubleshooting and configuring until you make it work. This starter project solves most of your problems, using the best practices for C++ development and modern CMake and allows you to get started in minutes rather than days.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    bfm

    BigFileManager - Manage files outside of your VCS

    This tool is intended to manage big files out of your VCS but in your workarea. It's like mercurial largefile extension but independend of any VCS. Instead of the big file itself only a list of filenames with their checksums (md5) are committed to the VCS. The BFM can check for missing or outdated bigfiles and downloads them from a server using CURL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    buildaix

    buildaix

    scripts to package OpenSource Software into AIX LPP installp packages

    BUILDAIX is a set of scripts that largely automate compiling and packaging software as AIX LPP (installp format). The single command "buildaix" orchestrates the configure, make, and mkinstallp commands needed to create an installable LPP (or filesets). (in other words - buildaix does not create RPM packages) This package (helps) automates the building of standard OpenSource projects as an AIX LLP image/fileset that can be installed/uninstalled using the AIX command 'installp'. The LPP package is placed in the Project tree in ${BASE}/installp/ppc. The template created, as well as log files are stored in ${BASE}/build/aix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    cdd

    cdd

    Lexical, grammatical and syntactic analyzer of C÷÷.

    cdd is the lexical, grammatical, and syntactic analyzer of the C÷÷ dialect. The latter is not a programming language, but a set of variations in the C language that cdd analyzes, converts to C code and compiles by calling to g++.
    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
    Compilercache is a wrapperscript around your C and C++ compilers. Results from compilations are put into a cache. And once you compile the same thing again, the result will be picked from the cache instead of being recompiled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    it's a replacement for GNU(Posix?) systems of the well known gnu autoconf it's also the french term for "sweet". it's like them : a small goodlooking tastefull thing that make developers happy ^_^ it's a set of scripts to run to check particular req
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    contools

    console tools, batch scripts, shell scripts, shell tools, utilities

    https://sourceforge.net/p/contools/contools/ci/master/tree/README.md https://sourceforge.net/p/contools/contools/ci/master/tree/README_EN.txt https://sourceforge.net/p/contools/contools/ci/master/tree/README_EN.deps.txt https://sourceforge.net/p/contools/contools/ci/master/tree/changelog.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    cstem

    C/C++ system probe, test and automation toolkit

    cstem is a portable toolkit for probing and testing C/C++ system. It consist of 4 scripts: cprobe, cltest, cppdef, mkdep. cstem scripts can be used standalone or as part of software build systems. All scripts are portable and have no dependencies. See wiki for more information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This program provides flexibility to the users to change their IP address of the cvs working copy recursively . If any problem in download use ' http://cvsrootchanger.cvs.sourceforge.net/cvsrootchanger/ ' EMAIL:sridhar_dct3@yahoo.co.in
    Downloads: 0 This Week
    Last Update:
    See Project
  • Repair-CRM Icon
    Repair-CRM

    For small companies that repair and maintenance customer machines

    All-In-One Solution with an Online Booking portal for automating scheduling & dispatching to ditch paperwork and improve the productivity of your technicians!
    Learn More
  • 10
    CvsKnit is a toolset to automate knitting up CVS repositories from existing source packages. This is a sub-project of minix-up project (SF.jp).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Un script diseñado para hacer paquetes DEB's
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A tool for documenting and testing a session of shell commands and file edits as an html page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    dev-env is a console based build environment. It aims at making the build process compiler and platform independent. It allows to compile/link/etc. your project(s) without modifications on all supported platforms and with all supported compilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dotCODES_Source_Control_for_VS

    dotCODES_Source_Control_for_VS

    The dotCODES Source Control Maintenance Mainframe (SCM2)

    The dotCODES Source Control Maintenance Mainframe for Visual Studio is an administrator console application for developing dotCODES components. Built upon a Python foundation, the program is used to create data center routines (Unix packages) and maintain enterprise cloud services (CGI scripts/Apache) by means of building dotCODES runtimes and deploying them to and from the client server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Some bash scripts to download and build (cross compile with e.g. ELDK) a working GUI framework for embedded linux systems. Possible combinations are: - GTK+-DirectFB - GTK+-KDrive (XServer) - LiTE (DirectFB) - wxWidgets-KDrive (XServer)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Exmmpkg is a tool used to make and install a directory of code. Exmmpkg will compile and either install it, or automatically make one of 2 types of packages from it. - This project is now obsolete thanks to emerge in gentoo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    a script to build binaries into any directory structure. similar to ebuild of the gentoo project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    iwant
    NOTE: This is a sf.net/subversion clone from https://github.com/wipu/iwant A java-based declarative, multi-threaded and incremental build system that provides a fluent java API for writing build programs. Can use ant tasks and ant and shell scripts as backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libtool-cache is a Perl script that caches the commands executed by GNU libtool to increase compilation speed primarily on systems running Microsoft Windows and using Cygwin. It caches both compile and link commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A flatfile-based metadata repository and integration with common build tools (make, ant, others). A code generation framework is included and is useful to conditionally generate code objects based on the deployment environment. Metadata+deploy = :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mknew: a bash shell function library that provides "make" functionality to the shell. A user may write a simple shell script to invoke the usual software build procedures: compilation, testing, packaging, and distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    misspell-fixer

    Simple tool for fixing common misspellings, typos

    Utility to fix common misspellings, typos in source codes. There are lots of typical misspellings in program codes. Typically they are more eye-catching in the living code but they can easily hide in comments, examples, samples, notes and documentations. With this utility you can fix a large number of them very quickly. Be aware that the utility does not check or fix file names. It can easily happen that a misspelled word is fixed in a file name in a program's code, but the file itself will not be renamed by this utility. And also important to note to be extra careful when fixing public APIs! A manual review is always needed to verify that nothing has been broken.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    mkconfig

    build configuration tool

    mkconfig is a build configuration utility. It creates an output file intended to be included as a header file, run as a shell script, used as a configuration file, or any other use. mkconfig is written in portable shell script and designed to be extensible for any configuration use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mkdist {is,will be} the one-stop solution (nice marketspeak? ;-) for making a distribution for a project. Projects must be automake/autoconf-based, and managed by CVS.
    Downloads: 0 This Week
    Last Update:
    See Project