Alternatives to MacPorts

Compare MacPorts alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to MacPorts in 2026. Compare features, ratings, user reviews, pricing, and more from MacPorts competitors and alternatives in order to make an informed decision for your business.

  • 1
    Posit

    Posit

    Posit

    Posit builds tools that help data scientists work more efficiently, collaborate seamlessly, and share insights securely across their organizations. Its Positron code editor provides the speed of an interactive console combined with the power to build, debug, and deploy data-science workflows in Python and R. Posit’s platform enables teams to scale open-source data science, offering enterprise-ready capabilities for publishing, sharing, and operationalizing applications. Companies rely on Posit’s secure infrastructure to host Shiny apps, dashboards, APIs, and analytical reports with confidence. Whether using open-source packages or cloud-based solutions, Posit supports reproducible, high-quality work at every stage of the data lifecycle. Trusted by millions of users—and more than half of the Fortune 100—Posit empowers professionals across industries to innovate with data.
  • 2
    Fink

    Fink

    Fink

    The Fink project wants to bring the full world of Unix open source software to Darwin and Mac OS X. We modify Unix software so that it compiles and runs on Mac OS X ("port" it) and make it available for download as a coherent distribution. Fink uses Debian tools like dpkg and apt-get to provide powerful binary package management. You can choose whether you want to download precompiled binary packages or build everything from source. The project offers precompiled binary packages as well as a fully automated build-from-source system. Mac OS X includes only a basic set of command-line tools. Fink brings you enhancements for these tools as well as a selection of graphical applications developed for Linux and other Unix variants. With Fink the compile process is fully automated; you'll never have to worry about Makefiles or configure scripts and their parameters again. The dependency system automatically takes care that all required libraries are present.
    Starting Price: Free
  • 3
    Rudix

    Rudix

    Rudix

    Rudix is a build system target on macOS (formerly known as Mac OS X) with minor support to OpenBSD, FreeBSD, NetBSD, and Linux. The build system (also called "ports") provides step-by-step instructions for building third-party software, entirely from source code. Rudix provides more than a pure ports framework, it comes with packages, and precompiled software bundled up in a nice format (files *.pkg) for easy installation on your Mac. If you want to collaborate on the project, visit us at GitHub/rudix-mac or at our mirror at GitLab/rudix. Use the GitHub issue tracker to submit bugs or request features. Similar projects or alternatives to Rudix are Fink, MacPorts, pkgsrc, and Homebrew. Packages are compiled and tested on macOS Big Sur (Version 11, Intel only!), Catalina (Version 10.15) and OS X El Capitan (Version 10.11). Every package is self-contained and has everything it needs to work. The binaries, libraries, and documentation will be installed under /usr/local/.
    Starting Price: Free
  • 4
    Cargo

    Cargo

    Cargo

    Cargo is the Rust package manager. Cargo downloads your Rust package's dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io, the Rust community’s package registry. You can contribute to this book on GitHub. To get started with Cargo, install Cargo (and Rust) and set up your first crate. The commands will let you interact with Cargo using its command-line interface. A Rust crate is either a library or an executable program, referred to as either a library crate or a binary crate, respectively. Loosely, the term crate may refer to either the source code of the target or to the compiled artifact that the target produces. It may also refer to a compressed package fetched from a registry. Your crates can depend on other libraries from crates.io or other registries, git repositories, or subdirectories on your local file system. You can also temporarily override the location of a dependency.
    Starting Price: Free
  • 5
    Zero Install

    Zero Install

    Zero Install

    A decentralized cross-platform software installation system. Works on Linux, Windows and macOS. Fully open-source. Run apps with a single click. Run applications without having to install them first. Control everything from a command line or graphical interface. You control your own computer. You don't have to guess what happens during installation. Mix and match stable and experimental apps on a single system. Anyone can distribute software. Create one package that works on multiple platforms. Publish on any static web host; no central point of control. With dependency handling and automatic updates. Security is central. Installing an app doesn't grant it administrator access. Digital signatures are always checked before new software is run. Apps can share libraries without having to trust each other. Adds automatic self-updating, staged rollouts and various improvements to desktop integration.
    Starting Price: Free
  • 6
    Homebrew Cask
    A CLI workflow for the administration of macOS applications distributed as binaries. Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications such as Atom and Google Chrome. We do this by providing a friendly CLI workflow for the administration of macOS applications distributed as binaries. To start using Homebrew Cask, you just need Homebrew installed. Homebrew Cask installs macOS apps, fonts and plugins, and other non-open source software. Homebrew Cask is implemented as part of Homebrew. All Homebrew Cask commands begin with brew, which works for both Casks and Formulae. The command brew install accepts one or multiple Cask tokens. Homebrew Cask comes with bash and zsh completion for the brew command. Since the Homebrew Cask repository is a Homebrew Tap, you’ll pull down the latest Casks every time you issue the regular Homebrew command brew update.
    Starting Price: Free
  • 7
    Zypper
    Zypper is a command-line package manager for installing, updating, and removing packages. It can also be used to manage repositories. Zypper works and behaves as a regular command-line tool. It features subcommands, arguments, and options that can be used to perform specific tasks. Zypper offers several benefits compared to graphical package managers. Being a command-line tool, Zypper is faster in use and light on resources. Zypper actions can be scripted. Zypper can be used on systems that do not have graphical desktop environments. This makes it suitable for use with servers and remote machines. The simplest way to execute Zypper is to type its name, followed by a command. Additionally, you can choose from one or more global options by typing them immediately before the command. Some commands require one or more arguments. Executing subcommands in the Zypper shell, and using global Zypper options are not supported.
    Starting Price: Free
  • 8
    tcpdump

    tcpdump

    tcpdump

    Tcpdump is a powerful command-line packet analyzer that allows users to display the contents of network packets transmitted or received over a network to which the computer is attached. It operates on most Unix-like systems, including Linux, Solaris, FreeBSD, NetBSD, OpenBSD, and macOS, utilizing the libpcap library for network traffic capture. Tcpdump can read packets from a network interface card or from a previously created saved packet file, and it provides options to write packets to standard output or a file. Users can apply BPF-based filters to limit the number of packets processed, enhancing usability on networks with high traffic volumes. The tool is distributed under the BSD license, making it free software. In many operating systems tcpdump is available as a native package or port, which simplifies installation of updates and long-term maintenance.
    Starting Price: Free
  • 9
    Conda

    Conda

    Conda

    Package, dependency, and environment management for any language, Python, R, Ruby, Lua, Scala, Java, JavaScript, C/ C++, Fortran, and more. Conda is an open-source package management system and environment management system that runs on Windows, macOS, Linux, and z/OS. Conda quickly installs, runs, and updates packages and their dependencies. Conda easily creates, saves, loads, and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language. Conda as a package manager helps you find and install packages. If you need a package that requires a different version of Python, you do not need to switch to a different environment manager, because conda is also an environment manager. With just a few commands, you can set up a totally separate environment to run that different version of Python, while continuing to run your usual version of Python in your normal environment.
    Starting Price: Free
  • 10
    fpm

    fpm

    fpm

    fpm is a tool that lets you easily create packages for Debian, Ubuntu, Fedora, CentOS, RHEL, Arch Linux, FreeBSD, macOS, and more! fpm isn’t a new packaging system, it’s a tool to help you make packages for existing systems with less effort. It does this by offering a command-line interface to allow you to create packages easily. FPM is written in ruby and can be installed using gem. For some package formats (like rpm and snap), you will need certain packages installed to build them. Some package formats require other tools to be installed on your machine to be built; especially if you are building a package for another operating system/distribution. FPM takes your program and builds packages that can be installed easily on various operating systems. It can take any nodejs package, ruby gem, or even a python package and turn it into a deb, rpm, pacman, etc. package.
    Starting Price: Free
  • 11
    Scoop

    Scoop

    Scoop

    Scoop installs programs you know and love, from the command line with a minimal amount of friction. For terminal applications, Scoop creates shims, a kind of command-line shortcuts, inside the ~\scoop\shims folder, which is accessible in the PATH. For graphical applications, Scoop creates program shortcuts in a dedicated Start menu folder, called 'Scoop Apps'. This way, packages are always cleanly uninstalled and you can be sure what tools are currently in your PATH and in your Start menu.
    Starting Price: Free
  • 12
    Homebrew

    Homebrew

    Homebrew

    The missing package manager for macOS (or Linux). The script explains what it will do and then pauses before it does it. Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. Homebrew installs packages to their own directory and then symlinks their files into /usr/local (on macOS Intel). Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like. Trivially create your own Homebrew packages. It’s all Git and Ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates. Homebrew formulae are simple Ruby scripts. Homebrew complements macOS (or your Linux system). Install your RubyGems with gem and their dependencies with brew. Homebrew Cask installs macOS apps, fonts and plugins and other non-open source software. Making a cask is as simple as creating a formula.
  • 13
    Synaptic

    Synaptic

    Synaptic

    Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command-line utility with a GUI front-end based on Gtk+. Install, remove, upgrade and downgrade single and multiple packages. Upgrade your whole system. Manage package repositories (sources.list). Find packages by name, description, and several other attributes. Select packages by status, section, name, or a custom filter. Sort packages by name, status, size, or version. Browse all available online documentation related to a package. Download the latest changelog of a package. Lock packages to the current version. Force the installation of a specific package version. Undo/Redo selections. Built-in terminal emulator for the package manager. Debian/Ubuntu only, configure packages through the debconf system. Debian/Ubuntu only, Xapain-based fast search (thanks to Enrico Zini).
    Starting Price: Free
  • 14
    ClamAV

    ClamAV

    ClamAV

    ClamAV® is the open-source standard for mail gateway-scanning software. ClamAV includes a multi-threaded scanner daemon, command-line utilities for on-demand file scanning, and automatic signature updates. ClamAV supports multiple file formats and signature languages, as well as file and archive unpacking. Access to ClamAV versions that work with your operating system. ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats. ClamAV® is an open-source (GPL) anti-virus engine used in a variety of situations, including email and web scanning, and endpoint security. It provides many utilities for users, including a flexible and scalable multi-threaded daemon, a command-line scanner, and an advanced tool for automatic database updates. Built-in support for various archive formats, including ZIP, RAR, Dmg, Tar, GZIP, BZIP2, OLE2, Cabinet, CHM, BinHex, SIS, and others.
  • 15
    OnyX

    OnyX

    Titanium Software

    OnyX is a multifunction utility that you can use to verify the structure of the system files; run miscellaneous maintenance and cleaning tasks; configure parameters in the Finder, Dock, Safari, and some Apple applications; delete caches; remove certain problematic folders and files; rebuild various databases and indexes; and more. OnyX is a reliable application that provides a clean interface to many tasks that would otherwise require complex commands to be typed using a command-line interface. There is a specific version of OnyX for each major version of the operating system. Use the correct version, and don't try to use a version intended for an earlier operating system. Intel-based Mac or Mac with Apple silicon using macOS Monterey 12. PowerPC-based Mac using Mac OS X Jaguar 10.2 with BSD subsystem. OnyX only runs from an administrator account. The old applications are available, but they will be not updated anymore.
  • 16
    CodePorting.Native Cs2Cpp
    CodePorting.Native Cs2Cpp is a C# to C++ source code porting framework, best suited for organizations who are keeping their source code in C#. If you want to release the same version of your application with C++ source code to cover more platforms, CodePorting.Native Cs2Cpp is for you. It can simplify & automate the source code conversion process, allowing you to publish apps on additional platforms with every new release. Available as a command line tool as well as with a GUI, Cs2Cpp Porter reproduces the internal classes and routines in the same way as they are implemented in the original C# code. Once the code is successfully ported from C# to C++, the code can be built for any of the supported target platforms.
    Starting Price: $8,997 per year per user
  • 17
    Yarn

    Yarn

    Yarn

    Yarn is a package manager which doubles down as project manager. Whether you work on one-shot projects or large monorepos, as a hobbyist or an enterprise user, we've got you covered. Split your project into sub-components kept within a single repository. Yarn guarantees that an install that works now will continue to work the same way in the future. Yarn cannot solve all your problems, but it can be the foundation for others to do it. We believe in challenging the status quo. What should the ideal developer experience be like? Yarn is an independent open-source project tied to no company. Your support makes us thrive. Yarn already knows everything there is to know about your dependency tree, it even installs it on the disk for you. So, why is it up to Node to find where your packages are? Instead, it should be the package manager's job to inform the interpreter about the location of the packages on the disk and manage any dependencies between packages and even versions of packages.
    Starting Price: Free
  • 18
    Skaffold

    Skaffold

    Skaffold

    Skaffold is an open source command-line tool that streamlines the development workflow for Kubernetes applications. It automates the processes of building, pushing, and deploying your application, allowing you to focus on writing code. Skaffold supports various tools and technologies, offering flexibility in choosing your preferred build and deployment methods. It features a pluggable architecture, enabling integration with different implementations of the build and deploy stages. Skaffold is lightweight, operating entirely on the client side without adding overhead or maintenance burdens to your Kubernetes cluster. It facilitates fast local Kubernetes development by detecting source code changes and handling the pipeline to build, push, test, and deploy your application automatically. Skaffold also provides continuous feedback by managing deployment logging and resource port-forwarding. Its context-aware capabilities allow the use of profiles, local user configurations, etc.
    Starting Price: Free
  • 19
    NuGet

    NuGet

    NuGet

    NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. New to NuGet? Start with a walkthrough showing how NuGet powers your .NET development. Browse the thousands of packages that developers like you have created and shared with the .NET community. Want to make your first NuGet package and share it with the community? Start with our walkthrough! The command-line tool, nuget.exe, builds and runs under Mono 3.2+ and can create packages in Mono. Although nuget.exe works fully on Windows, there are known issues with Linux and OS X. The primary source for learning about a package is its listing page on NuGet (or another private feed). Each package page on NuGet includes a description of the package, its version history, and usage statistics.
    Starting Price: Free
  • 20
    LanTopoLog 2

    LanTopoLog 2

    Yuriy Volokitin

    - Automatic physical network topology discovery based on SNMP - Provide detailed and searchable physical network topology map - LanTopoLog Switch Port Mapper tool maps the physical port connections of a switch to MAC and IP addresses of the attached devices - Shows VLAN assignment, port status, port's current speed, LACP/LAG ports - Detecting new devices in the network and notifying of this event - Display the Spanning Tree Status and STP events - Icon context menu for custom command - Monitoring device's state (active/inactive) in real-time using ICMP - Generating alarms when there are failures in the network - E-mail alerts notifying - Web browser-based access from anywhere in the network - LanTopoLog uses WMI queries to collect computer inventory information - Resolve ip to name, export computer list to csv file - Monitoring invalid and dropped packets (ifInErrors, ifInDiscards) - Notify the administrator when traffic thresholds are exceeded - Easy-to-use interface
    Starting Price: $50.00/one-time
  • 21
    Xvisor

    Xvisor

    Xvisor

    Xvisor® is an open-source type-1 hypervisor, which aims at providing a monolithic, light-weight, portable, and flexible virtualization solution. It provides a high performance and low memory foot print virtualization solution for ARMv5, ARMv6, ARMv7a, ARMv7a-ve, ARMv8a, x86_64, RISC-V and other CPU architectures. In comparison to other ARM hypervisors, it is one of the few hypervisors providing support for ARM CPUs which do not have ARM virtualization extensions. In RISC-V world, it is world first Type-1 RISC-V hypervisor. The Xvisor source code is highly portable and can be easily ported to most general-purpose 32-bit or 64-bit architectures as long as they have a paged memory management unit (PMMU) and a port of the GNU C compiler (GCC). Xvisor primarily supports Full virtualization hence, supports a wide range of unmodified Guest operating systems. Paravirtualization is optional for Xvisor and will be supported in an architecture independent manner (such as VirtIO PCI/MMIO devices).
  • 22
    GitX

    GitX

    GitX

    GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style! GitX runs on Mac OS X 10.5 Leopard and Mac OS X 10.6 Snow Leopard. Because it uses features like Garbage Collection, you can't compile it on earlier systems. GitX also requires a fairly recent Git, version 1.6.0 and higher are all supported. After starting GitX, you can install the command-line tool through the menu (GitX->Enable Terminal Usage). This will install a “gitx” binary in /usr/local/bin. Detailed history viewer, nice commit GUI, allowing hunk- and line-wise staging. Fast workflow, explore tree of any revision, nice Aqua interface, paste commits to gist.github.com, QuickLook integration. GitX aims to be a graphical wrapper around the most-frequently used git-commands, enabling you to satisfy your daily git needs in one consistent program.
  • 23
    Aptitude

    Aptitude

    Debian

    Aptitude is an Ncurses and command-line based front-end to numerous Apt libraries, which are also used by Apt, the default Debian package manager. Aptitude is text-based and run from a terminal. A mutt-like syntax for matching packages in a flexible manner. Mark packages as "automatically installed" or "manually installed" so that packages can be auto-removed when no longer required (feature available in Apt, too, since quite a few Debian releases). Preview of actions about to be taken with different colors marking different actions. The ability to interactively retrieve and display the Debian changelog of all available official packages. Score-based dependency resolver which is more suitable for interactive dependency resolution with additional hints from the user like "I don't want that part of the solution but keep that other part of the solution for your next try". Apt's dependency resolver on the other hand is optimized for good "one-shot" solutions.
    Starting Price: Free
  • 24
    Windows Terminal
    The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU-accelerated text rendering engine, and custom themes, styles, and configurations. This is an open-source project and we welcome community participation. Multiple tabs, full Unicode support, and GPU-accelerated text rendering. Full customizability and split panes. Install the Windows Terminal from the Microsoft Store. This allows you to always be on the latest version when we release new builds with automatic upgrades. It includes many of the features most frequently requested by the Windows command-line community including support for tabs, rich text, globalization, configurability, theming & styling, and more. The Terminal will also need to meet our goals and measures to ensure it remains fast and efficient.
    Starting Price: Free
  • 25
    Codename One

    Codename One

    Codename One

    Codename One is an open-source cross-platform mobile app development framework to build native iOS, Android, Desktop & Web apps with a single Java or Kotlin codebase. It compiles Java or Kotlin into native code for iOS, Android, UWP (Universal Windows Platform), and even JavaScript (with seamless PWA and Thread support). It's a complete mobile platform featuring virtual machines, simulator, design tools (visual theme/builder/css), IDE integrations, ports to multiple OS's and much more. It provides full access to the underlying native OS code (e.g. Objective-C, C#, Dalvik/ART) through a portable abstraction which enables 100% code reuse.
  • 26
    yarl

    yarl

    Python Software Foundation

    All URL parts, scheme, user, password, host, port, path, query, and fragment are accessible by properties. All URL manipulations produce a new URL object. Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result. Regular properties are percent-decoded, use raw_ versions for getting encoded strings. Human-readable representation of URL is available as .human_repr(). PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install yarl on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the tarball will be used to compile the library from the source code. It requires a C compiler and Python headers installed. Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.
    Starting Price: Free
  • 27
    WPKG

    WPKG

    WPKG

    WPKG is an automated software deployment, upgrade, and removal program for Windows. It can be used to push/pull software packages, such as Service Packs, hotfixes, or program installations from a central server (for example, Samba or Active Directory) to a number of workstations. It can run as a service to install the software in the background (silent install), without user interaction. It can install MSI, InstallShield, PackagefortheWeb, Inno Setup, Nullsoft, other software installers or .exe packages, .bat and .cmd scripts, and similar, no more repackaging to perform software installation. WPKG is open-source software. WPKG can add great value to your Samba or Active Directory setup, as it allows you to perform software installation, updates, removal, etc. on your workstations. It is also possible to execute custom scripts on your workstations, like synchronizing time, setting printers, changing permissions, or adding registry entries.
    Starting Price: Free
  • 28
    iBoysoft DiskGeeker
    iBoysoft DiskGeeker is a feature-rich disk management utility that was released to help users manage their drives (external hard drives, USB flash drives, flash drives, etc.), map network drives with different protocols, use FileVault or BitLocker to encrypt disks, check and repair disk errors, clean drives, clone drives, test disk speed, back up APFS volumes, and read and write to NTFS drives and BitLocker encrypted drives on Mac. With the help of iBoysoft DiskGeeker, Mac users can't only enjoy cross-platform disk utilization, enhance data security, boost their system performance, but can also raise their work productivity. Supported Operating Systems: macOS 14 (Sonoma), macOS 13 (Ventura), macOS 12 (Monterey), macOS 11 (Big Sur), macOS 10.15 (Catalina), macOS 10.14 (Mojave), and macOS 10.13 (High Sierra)
    Starting Price: $39.95
  • 29
    tea

    tea

    tea

    Introducing tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth. From the creator of Brew. With tea, simply type commands and it takes care of the rest. Get the latest versions of open source tools and support specific tool versions for different projects. Experience better package management with tea. And through that packaging infrastructure, we have plans of leveraging blockchain to help remunerate devs for their contributions to OSS. You can learn more about our grand ambitions for web3 by checking out our white paper here. Easily access the entire open source ecosystem with tea. Simply prefix your commands with "tea" and if the tool isn't installed, tea will install it for you. Add magic to your shell scripts and use developer environments to enhance your workflow. magic is optional; if you don’t enable it, then just prefix your commands with `tea`.
  • 30
    Virtual Serial Port Driver

    Virtual Serial Port Driver

    Electronic Team, Inc.

    Virtual Serial Port Driver is a system utility by Electronic Team that emulates a serial port and pairs it with another virtual serial port via a virtual null modem cable. All ports created with the help of the software completely emulate serial port settings exactly like real ones, and support HandFlow control and signal lines. This makes virtual serial ports visible to an operating system, which recognizes them as “standard” hardware serial ports. All data sent to one virtual COM port immediately appears in the other one and vice versa. Once a virtual serial port pair is created, users can find the ports in Device manager. They are available for use on system startup, even before logging in to the system. Users developing their own applications can integrate a Virtual Serial Port Driver (DLL, ActiveX, or Core level usage) into their software to create and manage virtual COM ports directly from it.
  • 31
    Serial Port Monitor

    Serial Port Monitor

    Electronic Team, Inc.

    Serial Port Monitor is a professional software application that allows reading and recording serial data going through your computer’s serial ports. The program is a big help for those who develop and debug software and hardware solutions that use COM ports for serial data transfer. RS232 Port Monitor comes with a slew of powerful features, including advanced filtering and search options, built-in terminal, convenient data visualizers, the ability to record serial communication data to a file, and more. The software has a streamlined and user-friendly interface and doesn’t require any programming skills. There are Professional and Company editions of Serial Port Monitor. When using the software in terminal mode, you can emulate sending some special commands to the monitored port as though they were sent from a monitored application. This way you get the ability to check the reaction of the COM port and device connected to it.
    Leader badge
    Starting Price: $199 one-time payment
  • 32
    µGUI

    µGUI

    µGUI

    µGUI is a free and open-source graphic library for embedded systems. It is platform-independent and can be easily ported to almost any microcontroller system. As long as the display is capable of showing graphics, µGUI is not restricted to a certain display technology. Therefore, display technologies such as LCD, TFT, E-Paper, LED or OLED are supported. μGUI is platform-independent, so there is no need to use a certain embedded system. In order to use μGUI, only two requirements are necessary.
    Starting Price: Free
  • 33
    OGRE

    OGRE

    OGRE

    Since 2001, OGRE has grown to become one of the most popular open-source graphics rendering engines, and has been used in a large number of production projects, in such diverse areas as games, simulators, educational software, interactive art, scientific visualisation, and others. OGRE supports Windows (all major versions), Linux, OSX, Android, iOS, Javascript (via EMScripten), Windows Phone (Sponsored by Microsoft) and WinRT. Also, OGRE was ported to PS3 and Xbox360 for several titles. Ogre is released under the MIT License, which is a permissive open source license. The only condition is that you distribute the license text included in our distribution with any software that uses OGRE. Learn OGRE using our series of introducatary Tutorials. Of course the OGRE team provides official documentation in form of the OGRE Manual and API documentation.
  • 34
    froxlor

    froxlor

    froxlor

    Developed by experienced server administrators, this open-source (GPL) panel simplifies the effort of managing your hosting platform. Choose per domain which IPv4 and/or IPv6 addresses and which ports should be used. Determine which ports should use SSL and allow customers to store certificates per domain. Save different PHP-configurations and choose per domain which php.ini should be used (FCGI/FPM only). Manage reseller resources and limit what the customers may use in the dedicated customer panel. Store dedicated HTTP, FTP and Mail traffic and view it in interactive graphs. Access all major functions via API to gain full control over your hosting. Style froxlor by overwriting the basis CSS or create your complete own theme. Use free certificates from Let's Encrypt directly from within froxlor.
  • 35
    Apache Ant

    Apache Ant

    Apache Software Foundation

    Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.
  • 36
    Prometheus

    Prometheus

    Prometheus

    Power your metrics and alerting with a leading open-source monitoring solution. Prometheus fundamentally stores all data as time series: streams of timestamped values belonging to the same metric and the same set of labeled dimensions. Besides stored time series, Prometheus may generate temporary derived time series as the result of queries. Prometheus provides a functional query language called PromQL (Prometheus Query Language) that lets the user select and aggregate time series data in real time. The result of an expression can either be shown as a graph, viewed as tabular data in Prometheus's expression browser, or consumed by external systems via the HTTP API. Prometheus is configured via command-line flags and a configuration file. While the command-line flags configure immutable system parameters (such as storage locations, amount of data to keep on disk and in memory, etc.). Download: https://sourceforge.net/projects/prometheus.mirror/
    Starting Price: Free
  • 37
    AnyTree
    Introducing AnyTree — the first software deployment system secured by the blockchain. On AnyTree, whatever apps developers distribute or use, are delivered exactly as they are supposed to be. The Software Supply Chain is a high-impact area. Yet there exists a distinctive lack of secure, trustless, verifiable, and transparent delivery of source code/binaries to developers and users in all software fields. Storing your code on a git means it has an owner, a single point of control, which leads to security vulnerabilities. Currently, there is no industrial solution available that is not centralized and thus not dependent on the decisions of a few actors. The main way in which GOSH solves this issue is by allowing developers to build consensus around their code, so the more code is written, the more secure it becomes.
    Starting Price: Free
  • 38
    Nmap

    Nmap

    Nmap

    The Nmap project tries to defy the stereotype of some open source software being poorly documented by providing a comprehensive set of documentation for installing and using Nmap. This page links to official Insecure.Org documentation and generous contributions from other parties. Nmap Network Scanning is the official guide to the Nmap Security Scanner, a free and open-source utility used by millions of people for network discovery, administration, and security auditing. From explaining port scanning basics for novices to detailing low-level packet crafting methods used by advanced hackers, this book suits all levels of security and networking professionals. A 42-page reference guide documents every Nmap feature and option, while the rest of the book demonstrates how to apply those features to quickly solve real-world tasks. Examples and diagrams show actual communication on the wire.
  • 39
    pkgsrc

    pkgsrc

    pkgsrc

    pkgsrc is a framework for managing third-party software on UNIX-like systems, currently containing over 17,900 packages. It is the default package manager of NetBSD and SmartOS and can be used to enable freely available software to be built easily on a large number of other UNIX-like platforms. The binary packages that are produced by pkgsrc can be used without having to compile anything from the source. It can be easily used to complement the software on an existing system. pkgsrc is very versatile and configurable, supporting building packages for an arbitrary installation prefix, allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation are also supported. NetBSD already contains the necessary tools for using pkgsrc; on other platforms, you need to bootstrap pkgsrc to get the package management tools installed.
    Starting Price: Free
  • 40
    OpenJDK

    OpenJDK

    Oracle

    The place to collaborate on an open-source implementation of the Java platform, standard edition, and related projects. Download and install the latest open-source JDK. Oracle’s free, GPL-licensed, production-ready OpenJDK JDK 21 binaries for Linux, macOS, and Windows are available, Oracle’s commercially-licensed JDK 21 binaries, based on the same code, are available as well. Browse the code on the web, clone a repository to make a local copy, and contribute a patch to fix a bug, enhance an existing component, or define a new feature. OpenJDK provides source code that developers can use to build their binaries. Consequently, users are responsible for compiling the code and generating the Java runtime tailored to their specific platform. The JDK is a complex software project. Building it requires a certain amount of technical expertise, a fair number of dependencies on external software, and reasonably powerful hardware.
    Starting Price: Free
  • 41
    Remmina

    Remmina

    Remmina

    Remote access screen and file sharing to your desktop. Work from home or access files remotely. Not only free as in gratis and Open Source, but also copyleft. Funded, made, translated, and built 100% by kind people like yourself. Available in 67 languages and 50+ distributions. Guides for your Linux distribution. Plugins, kiosk mode, multi-monitor. Use, see, change, and share with all. Usually, Remmina is included in your distribution, or in an external repository you can add. This is a system-agnostic package that works on just about every distribution. Code development and bug fixes take place on the master branch. It compiles with the current FreeRDP master branch and will compile with FreeDRP 2.0 when released as stable. Written in GTK, with a port to Qt underway. Released as "remmina" (the main program) and "remmina-plugins". RDP, VNC, SPICE, X2Go, SSH, WWW (HTTP protocol), and EXEC network protocols are supported.
    Starting Price: Free
  • 42
    Eudora Internet Mail Server

    Eudora Internet Mail Server

    Eudora Internet Mail Server

    Completely rewritten relay restrictions with an easier to use interface that gives finer control over relay security. New domain name resolver (DNR), EIMS now has it's own DNR, which works around bugs in the Open Transport DNR and performance problems with the OS X DNR. The new DNR does not currently support non-recursive DNSs. SMTP Submit port, this is a second SMTP port running on TCP port 587 by default. It currently works exactly the same as the standard SMTP port. This is handy for clients that are stuck behind an ISP that blocks port 25 access. Sending Setup option for maximum recipients per message. Expand SMTP Addresses option, you can now turn this off, with EIMS 3.1 and earlier it was always on. The SMTP server (both port 25 and 587) now reports Telnet connections and connections that look like port scans (connections where no data is sent and it doesn't time out).
    Starting Price: Free
  • 43
    CellPort Cell Culture Suite
    CellPort is a comprehensive and innovative SaaS lab management platform that caters specifically to the needs of cell culture, passaging, line development, characterization, manufacturing, and banking.From managing cell cultures and passaging protocols to facilitating cell line development and characterization processes, CellPort provides a centralized hub for all aspects of cell-based research. Built on a foundation of scientific expertise and industry best practices, CellPort is continuously updated to include the latest advancements in lab technology and research methods. Our team of scientists is dedicated to ensuring that CellPort remains at the forefront of innovation, empowering researchers to stay ahead of the curve in their respective fields. With its comprehensive features, user-friendly interface, and commitment to excellence, CellPort is the ideal solution for laboratories seeking to optimize their operations, enhance collaboration, and drive scientific progress.
  • 44
    DPKG

    DPKG

    Ubuntu

    DPKG is a tool to install, build, remove and manage Debian packages. The primary and more user-friendly front-end for DPKG is aptitude. DPKG itself is controlled entirely via command line parameters, which consist of exactly one action and zero or more options. The action parameter tells DPKG what to do and options control the behavior of the action in some way. DPKG can also be used as a front-end to DPKG-deb(1) and DPKG-query. The list of supported actions can be found later on in the actions section. If any such action is encountered DPKG just runs DPKG-deb or DPKG-query with the parameters given to it, but no specific options are currently passed to them, to use any such option the back-ends need to be called directly. DPKG maintains some usable information about available packages. The information is divided into three classes, states, selection states, and flags. These values are intended to be changed mainly with dselect.
    Starting Price: Free
  • 45
    Aquaplot Explorer

    Aquaplot Explorer

    Gestalt Systems

    Use any sea location for calculation. Port to Port, Point to Port or Point to Point. Database containing ports, blocks and offshore installations. Cover different scenarios by closing or opening channels (Suez, Panama, Kiel) and passages (Northeast, Northwest). Prohibit passage through shallow channels, avoid bad weather or customize routes based on vessel type. Simply by drawing custom polygons that our routing algorithm should avoid. Customize voyage calculations by setting routing waypoints mid-way or plan multiple legs. Total of 9 ECA areas around the globe integrated. Automatically avoid/minimize distance traveled within. Both the High-Risk Area as well as Joint War Committee Listed Areas are included. Automatically avoid/minimize distance traveled within. Save time by storing frequently used locations or waypoints as points of interest. Over 12,000+ professionals have signed up worldwide.
    Starting Price: $5 per month
  • 46
    Essential NetTools
    Essential NetTools is a set of network scanning, security, and administrator tools useful in diagnosing networks and monitoring your computer's network connections. It's a Swiss Army knife for everyone interested in a powerful network tool kit for everyday use. Displays a list of your computer's inbound and outbound network connections, including the information on open TCP and UDP ports, IP address, and connection states. What makes it different from other NetStat utilities is the ability to map open ports to the owning application. Configurable alerts for incoming and outgoing connections are also available. An advanced TCP port scanner that allows you to scan your network for active ports. This tool features both conventional (full connect) and stealth (half-open) scanning modes.
  • 47
    Phinx

    Phinx

    Phinx

    Most database migration tools are framework dependent, complicated, confusing to install/configure and a pain in the ass to write migrations for. In less than 5 minutes you can install Phinx, create and execute your first migration. Phinx supports migrations written in both PHP and SQL. Use the PHP syntax to make your migrations portable between different database vendors or hand-code advanced queries. It's your choice. As Phinx executes from the command-line, it is painless to integrate with your deploy, build or CI tool. Phinx is and will always remain completely free, open-source software. Developers are encouraged to fork, hack and modify Phinx. If you use Phinx commercially then please consider making a donation or purchasing the screencast provided. Buy the introductory screencast and help support Phinx development. Phinx has extensive documentation available.
    Starting Price: $5 one-time payment
  • 48
    Caesium Image Compressor
    Caesium Image Compressor lets you reduce picture file sizes by up to 90% without visible quality loss, delivering a free, open source solution designed for both simplicity and effectiveness. It offers a clean, real-time preview interface and batch processing so photographers, bloggers, webmasters, businesses, and casual users can optimize image libraries for storage, sharing, or web use while retaining visual fidelity. Advanced features include metadata preservation options and folder-structure support for streamlined workflows, and Linux or macOS users can harness the command-line tool for rapid, script-driven compression. For quick tasks or occasional use, the online compressor handles multiple images directly in your browser without any installation. Available as an installer or portable ZIP for Windows 10 (build 1809+) and as a DMG for macOS 10.15+, Caesium balances ease of use and advanced control across platforms.
    Starting Price: Free
  • 49
    ccminer

    ccminer

    ccminer

    ccminer is an open-source project for CUDA compatible GPUs (nVidia). The project is compatible with both Linux and Windows platforms. This site is intended to share cryptocurrencies mining tools you can trust. Available open-source binaries will be compiled and signed by us. Most of these projects are open-source but could require technical abilities to be compiled correctly.
  • 50
    Samhain

    Samhain

    Samhain Design Labs

    Samhain is an open-source, host-based intrusion detection system (HIDS) that provides file integrity checking and log file monitoring/analysis, as well as port monitoring, detection of rogue SUID executables, and hidden processes. Samhain been designed to monitor multiple hosts with potentially different operating systems, providing centralized logging and maintenance, although it can also be used as a standalone application on a single host. Beltane is a web-based central management console for the Samhain file integrity/intrusion detection system. It enables the administrator to browse client messages, acknowledge them, and update centrally stored file signature databases.