Alternatives to Yarn
Compare Yarn alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Yarn in 2026. Compare features, ratings, user reviews, pricing, and more from Yarn competitors and alternatives in order to make an informed decision for your business.
-
1
GPTConsole
GPTConsole
GPTConsole is a revolutionary command-line interface (CLI) designed to empower developers with the benefits of artificial intelligence. It transcends traditional terminal functionalities, enabling you to execute complex tasks using prompts. To install GPTConsole, you can use either yarn or npm package managers: yarn global add gpt-console or npm i gpt-console -g After the installation, simply type gpt-console in any terminal to get started, AI agents are specialized modules built into GPTConsole to automate specific tasks. These agents add a layer of intelligence and convenience to your development workflow. Bird: Manages your Twitter activities such as tweets and replies. Pixie: Generates sophisticated ReactJS landing pages based on your prompts. Chip: An upcoming agent that will answer any code-related queries. GPTConsole isn't just another command-line tool. It's an intelligent, developer-friendly terminal that brings real-time collaboration to your fingertips.Starting Price: Freemium -
2
Turborepo
Vercel
Turborepo is a high-performance build system optimized for JavaScript and TypeScript codebases that dramatically speeds up development and continuous integration by optimizing workflows with parallel task execution, intelligent scheduling, incremental builds, and remote caching so you never do the same work twice. It works with any package manager (npm, yarn, pnpm) and integrates with any CI provider, letting you start a new repository or incrementally migrate an existing one with minimal setup using a single turbo.json configuration that builds on your existing package.json scripts. Turborepo understands the relationships between tasks and packages, runs only affected tasks, and can share cached results across machines and team members, reducing build times significantly. Its core concepts include remote caching, efficient task and package graphs, and support for multiple package types in a monorepo, while guides show how to integrate with favorite frameworks and tooling.Starting Price: Free -
3
Samza
Apache Software Foundation
Samza allows you to build stateful applications that process data in real-time from multiple sources including Apache Kafka. Battle-tested at scale, it supports flexible deployment options to run on YARN or as a standalone library. Samza provides extremely low latencies and high throughput to analyze your data instantly. Scales to several terabytes of state with features like incremental checkpoints and host-affinity. Samza is easy to operate with flexible deployment options - YARN, Kubernetes or standalone. Ability to run the same code to process both batch and streaming data. Integrates with several sources including Kafka, HDFS, AWS Kinesis, Azure Eventhubs, K-V stores and ElasticSearch. -
4
Texfo
Texfo
Texfo is a comprehensive, cloud-based textile management software designed specifically for weaving units and textile manufacturers. It streamlines the entire workflow from yarn procurement to finished goods, offering robust modules for inventory management, order processing, production planning, supply chain management, quality control, sales, purchase, warehouse, and financial accounting. Texfo enables real-time tracking of yarn and beam stock, labor management, and machine maintenance, while its advanced calculation tools help optimize machine parameters like speed, efficiency, and energy use. The software supports multiple feeder systems and rapier mechanisms for enhanced weaving precision. Financial features include daily costing, expense management, and cash flow tracking with easy report generation in PDF or Excel formats.Starting Price: 12,999 -
5
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 -
6
Packagist
Packagist
Packagist is the main composer repository. It aggregates public PHP packages installable with Composer. Put a file named composer.json at the root of your project, containing your project dependencies. Packagist is the default Composer package repository. It lets you find packages and lets Composer know where to get the code from. You can use Composer to manage your project or libraries' dependencies. First of all, you must pick a package name. This is a very important step since it can not change and it should be unique enough to avoid conflicts in the future. The package name consists of a vendor name and a project name joined by a/. The vendor name exists to prevent naming conflicts. The composer.json file should reside at the top of your package's git/svn/ repository and is the way you describe your package to both packagist and composer. New versions of your package are automatically fetched from tags you create in your VCS repository. -
7
Chocolatey
Chocolatey
Chocolatey has the largest online registry of Windows packages. Chocolatey packages encapsulate everything required to manage a particular piece of software into one deployment artifact by wrapping installers, executables, zips, and/or scripts into a compiled package file. Package submissions go through a rigorous moderation review process, including automatic virus scanning. The community repository has a strict policy on malicious and pirated software. Many organizations face the ongoing challenge of deploying and supporting various versions of software. Chocolatey allows organizations to automate and simplify the management of their complex Windows environments. Our customers have experienced a massive reduction in effort, improved speed of deployment, high reliability, and comprehensive reporting. Reduce complexity, save yourself time, and get up to speed on the latest technologies and approaches.Starting Price: $96 per year -
8
npm
npm
We're npm, Inc., the company behind Node package manager, the npm Registry, and npm CLI. We offer those to the community for free, but our day job is building and selling useful tools for developers like you. Get started today for free, or step up to npm Pro to enjoy a premium JavaScript development experience, with features like private packages. Bring the best of open source to you, your team, and your company. Relied upon by more than 11 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of JavaScript code sharing, and with more than one million packages, the largest software registry in the world. Our other tools and services take the Registry, and the work you do around it, to the next level. At npm, Inc., we're proud to dedicate teams of full-time employees to operating the npm Registry, enhancing the CLI, improving JavaScript security, and other projects.Starting Price: $7 per month -
9
Apache Eagle
Apache Software Foundation
Apache Eagle (called Eagle in the following) is an open source analytics solution for identifying security and performance issues instantly on big data platforms, e.g. Apache Hadoop, Apache Spark etc. It analyzes data activities, yarn applications, jmx metrics, and daemon logs etc., provides state-of-the-art alert engine to identify security breach, performance issues and shows insights. Big data platform normally generates huge amount of operational logs and metrics in realtime. Eagle is founded to solve hard problems in securing and tuning performance for big data platforms by ensuring metrics, logs always available and alerting immediately even under huge traffic. Streaming operational logs and data activities into Eagle platform, including but not limited to audit logs, map/reduce jobs, yarn resource usage, jmx metrics and various daemon logs etc. Generate alerts, show historical trend, and correlate alert with raw data. -
10
Apache Hadoop YARN
Apache Software Foundation
The fundamental idea of YARN is to split up the functionalities of resource management and job scheduling/monitoring into separate daemons. The idea is to have a global ResourceManager (RM) and per-application ApplicationMaster (AM). An application is either a single job or a DAG of jobs. The ResourceManager and the NodeManager form the data-computation framework. The ResourceManager is the ultimate authority that arbitrates resources among all the applications in the system. The NodeManager is the per-machine framework agent who is responsible for containers, monitoring their resource usage (cpu, memory, disk, network) and reporting the same to the ResourceManager/Scheduler. The per-application ApplicationMaster is, in effect, a framework specific library and is tasked with negotiating resources from the ResourceManager and working with the NodeManager(s) to execute and monitor the tasks. -
11
Nix
NixOS
Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative, and reliable systems. Nix builds packages in isolation from each other. This ensures that they are reproducible and don't have undeclared dependencies, so if a package works on one machine, it will also work on another. Nix makes it trivial to share development and build environments for your projects, regardless of what programming languages and tools you’re using. Nix ensures that installing or upgrading one package cannot break other packages. It allows you to roll back to previous versions and ensures that no package is in an inconsistent state during an upgrade. Nix is a purely functional package manager. This means that it treats packages like values in purely functional programming languages such as Haskell, they are built by functions that don’t have side effects, and they never change after they have been built.Starting Price: Free -
12
DNF
DOCS
DNF is a software package manager that installs, updates, and removes packages on Fedora and is the successor to YUM (Yellow-Dog Updater Modified). DNF makes it easy to maintain packages by automatically checking for dependencies and determining the actions required to install packages. This method eliminates the need to manually install or update the package, and its dependencies, using the rpm command. DNF is now the default software package management tool in Fedora. Removes packages installed as dependencies that are no longer required by currently installed programs. Checks for updates, but does not download or install the packages. Provides basic information about the package including name, version, release, and description.Starting Price: Free -
13
Windows Package Manager (winget)
Windows Package Manager
If you are new to the Windows Package Manager, you might want to Explore the Windows Package Manager tool. The packages available to the client are in the Windows Package Manager Community Repository. The client requires Windows 10 1809 (build 17763) or later at this time. Windows Server 2019 is not supported as the Microsoft Store is not available nor are updated dependencies. It may be possible to install on Windows Server 2022, this should be considered experimental (not supported), and requires dependencies to be manually installed as well.Starting Price: Free -
14
StackBlitz WebContainers
StackBlitz
StackBlitz WebContainers bring a full Node.js runtime directly into the browser, enabling instant, secure, and interactive development environments inside any web app. Developers can run native npm, pnpm, and yarn at speeds up to 10× faster than local, without needing external servers. The API lets you boot containers, mount files, install dependencies, and run dev servers entirely client-side. WebContainers support major frameworks, Wasm workloads, and modern browsers, making them ideal for tutorials, sandboxes, docs, and AI-driven developer tools. With isolated, disposable environments, teams can offer a seamless coding experience that feels native and eliminates backend overhead. The result is a powerful platform that transforms web apps into full-featured IDEs. -
15
Bower
Bower
Web sites are made of lots of things, frameworks, libraries, assets, and utilities. Bower manages all these things for you. Keeping track of all these packages and making sure they are up to date (or set to the specific versions you need) is tricky. Bower to the rescue! Bower can manage components that contain HTML, CSS, JavaScript, fonts, or even image files. Bower doesn’t concatenate or minify code or do anything else, it just installs the right versions of the packages you need and their dependencies. To get started, Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for. Bower keeps track of these packages in a manifest file, bower.json. How you use packages is up to you. Bower provides hooks to facilitate using packages in your tools and workflows. Bower is optimized for the front-end. If multiple packages depend on a package, jQuery, for example, Bower will download jQuery just once.Starting Price: Free -
16
WebLLM
WebLLM
WebLLM is a high-performance, in-browser language model inference engine that leverages WebGPU for hardware acceleration, enabling powerful LLM operations directly within web browsers without server-side processing. It offers full OpenAI API compatibility, allowing seamless integration with functionalities such as JSON mode, function-calling, and streaming. WebLLM natively supports a range of models, including Llama, Phi, Gemma, RedPajama, Mistral, and Qwen, making it versatile for various AI tasks. Users can easily integrate and deploy custom models in MLC format, adapting WebLLM to specific needs and scenarios. The platform facilitates plug-and-play integration through package managers like NPM and Yarn, or directly via CDN, complemented by comprehensive examples and a modular design for connecting with UI components. It supports streaming chat completions for real-time output generation, enhancing interactive applications like chatbots and virtual assistants.Starting Price: Free -
17
Fibre2Fashion
Fibre2Fashion
Fibre2Fashion, established in 2000 and headquartered in Ahmedabad, India, is a leading B2B platform serving the textile, apparel, and fashion industries. With a digital presence spanning over 190 countries, it connects buyers and sellers across the entire textile value chain, offering a comprehensive marketplace for products such as fabrics, yarns, garments, machinery, and accessories. Beyond facilitating trade, Fibre2Fashion provides a suite of services including market intelligence reports, industry news, recruitment solutions, and digital advertising, empowering businesses with the tools and insights needed to thrive in the global market. The platform's commitment to innovation and industry-specific solutions has made it a trusted resource for companies worldwide. -
18
Fortran Package Manager
Fortran
Package manager and build system for Fortran. There are already many packages available for use with fpm, providing an easily accessible and rich ecosystem of general-purpose and high-performance code. Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. Fpm’s user interface is modeled after Rust’s Cargo. Its long-term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries. The Fortran package manager has a plugin system that allows it to easily extend its functionality. The fpm-search project is a plugin to query the package registry. Since it is built with fpm we can easily install it on our system.Starting Price: Free -
19
PyPI
PyPI
PyPI is the official repository for Python software packages, hosting hundreds of thousands of projects that developers can publish and users can discover and install. It supports both source distributions (“sdists”) and pre-built binary “wheels”, allowing packages to include native extensions for different platforms. Projects on PyPI consist of multiple releases, each of which can include various files for different operating systems or Python versions. Metadata for each package includes things like version number, dependencies, licensing, classifiers, description (including rendering Markdown or reStructuredText), and other information that tools like pip use to resolve, download, and install the correct package. PyPI provides search and filtering based on package metadata, letting users find what they need via keywords, compatibility, or other package attributes.Starting Price: Free -
20
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 -
21
YUM
Red Hat
Installing, patching, and removing software packages on Linux machines is one of the common tasks every sysadmin has to do. Here is how to get started with Linux package management in Linux Red Hat-based distributions (distros). Package management is a method of installing, updating, removing, and keeping track of software updates from specific repositories (repos) in the Linux system. Linux distros often use different package management tools. Red Hat-based distros use RPM (RPM Package Manager) and YUM/DNF (Yellow Dog Updater, Modified/Dandified YUM). YUM is the primary package management tool for installing, updating, removing and managing software packages in Red Hat Enterprise Linux. YUM performs dependency resolution when installing, updating, and removing software packages. YUM can manage packages from installed repositories in the system or from .rpm packages. There are many options and commands available to use with YUM.Starting Price: Free -
22
Pacman
Pacman
Pacman is a utility which manages software packages in Linux. It uses simple compressed files as a package format, and maintains a text-based package database (more of a hierarchy), just in case some hand tweaking is necessary. Pacman does not strive to "do everything." It will add, remove and upgrade packages in the system, and it will allow you to query the package database for installed packages, files and owners. It also attempts to handle dependencies automatically and can download packages from a remote server. Version 2.0 of Pacman introduced the ability to sync packages (the - sync option) with a master server through the use of package databases. Prior to this, packages would have to be installed manually using the --add and - upgrade operations.Starting Price: Free -
23
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 -
24
Gemfury
Gemfury
Gemfury is a hosted repository for your public and private packages, where they are safe and within reach. Install them to any machine in minutes without worrying about running and securing your own repository server. Gemfury works with RubyGems, Python packages, npm modules, and all compatible frameworks and services. Authenticated Repo-URL keeps your private packages safe and secure during deployment. All management and deployment is done over SSL. Do everything you need with just a few terminal commands. We are hackers and love the command line; this one is our favorite. Gemfury is designed for teams. Share your account with coworkers and let them easily access your packages. Gemfury works with RubyGems, Python packages, npm modules, and all compatible frameworks and services. Install and use your code anywhere. Seamless integration and secure installation. Collaborate with your team.Starting Price: $9 per month -
25
MSYS2
MSYS2
MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software. It consists of a command line terminal called mintty, bash, version control systems like git and subversion, tools like tar and awk and even build systems like autotools, all based on a modified version of Cygwin. Despite some of these central parts being based on Cygwin, the main focus of MSYS2 is to provide a build environment for native Windows software and the Cygwin-using parts are kept at a minimum. MSYS2 provides up-to-date native builds for GCC, mingw-w64, CPython, CMake, Meson, OpenSSL, FFmpeg, Rust, Ruby, just to name a few. To provide easy installation of packages and a way to keep them updated it features a package management system called Pacman, which should be familiar to Arch Linux users.Starting Price: Free -
26
Tauri
Tauri
Tauri is a framework that enables developers to build small, fast, secure, cross-platform applications by combining existing web front-ends with Rust-powered back-ends. It supports any JavaScript framework, so you don’t need to change your stack and leverages each operating system’s native web renderer to deliver app footprints as low as 600 KB. Deep inter-process communication bridges your JavaScript UI, Rust core logic, and native Swift or Kotlin components for seamless integration with system APIs. Security is built in from the ground up, with Rust at its center and a team-driven focus on hardening and innovation. The CLI scaffolds new projects via Bash, PowerShell, npm, Yarn, pnpm, Deno, Bun, or Cargo, and includes tools for bundling, templating, and secure defaults, all accessible through a simple “create-tauri-app” command.Starting Price: Free -
27
KnitOne
KnitOne
KnitOne is an ERP solution designed for the knitwear industry, streamlining operations from inventory management to order fulfillment. It provides real-time insights, enhances production planning, and ensures efficient resource allocation. With KnitOne, businesses can automate key processes, improve collaboration, and make data-driven decisions for better growth. Features: -Inventory Management: Real-time tracking of raw materials. -Order Management: Automate order processing. -Production Planning: Optimize machine and labor use. -Supplier Integration: Manage vendor relationships. -Analytics & Reporting: Data-driven insights for decision making. -Yarn Reorder Alerts: Prevent stockouts with alerts. Benefits: -Increased Efficiency: Reduces manual work and errors. -Cost Savings: Minimizes waste and optimizes resources. -Faster Fulfillment: Ensures timely deliveries. -Better Control: Reduces inventory issues and enhances supplier relations.Starting Price: Not Disclosed -
28
packagecloud
packagecloud
Fast, reliable, and secure software starts here. A unified, developer-friendly interface for all of your artifacts written in any language, delivered to any infrastructure. Ship securely and quickly knowing your packages are handled by packagecloud. Consistent package repositories, at enterprise scale and startup speed. A single API and CLI for every environment and package type. Works seamlessly and harmoniously with the systems you already use. Manage all of your packages and deploy to any environment, from one beautiful interface, on-premise or in the cloud. Packagecloud supports the most popular package types, from Java to Python to Ruby and Node, and more. Built for teams with collaboration and access control features. Packagecloud just works. Upload any supported package type via a single, consistent API and deploy with ease. We run thousands of tests to ensure correct and consistent behavior even in the face of bugs in the packaging systems themselves.Starting Price: $150 per month -
29
MyGet
MyGet
The Secure Universal Package Manager. Continuously govern and audit all packages in your DevOps lifecycle. Thousands of teams worldwide trust MyGet with their package management and governance. Accelerate your software team with cloud package management, robust security controls and easy continuous integration build services. MyGet is a Universal Package Manager that integrates with your existing source code ecosystem and enables end-to-end package management. Centralized package management delivers consistency and governance to your DevOps workflow. MyGet real-time software license detection tracks your teams’ package usage and detects dependencies across all of your packages. Customized usage policies ensure your teams are only using approved packages while reporting vulnerabilities and outdated packages early in your software build and release cycles.Starting Price: $15 per month -
30
GitHub Packages
GitHub
With GitHub Packages, you can safely publish and consume packages within your organization or with the entire world. Use industry and community-standard package managers with native tooling commands. Then authenticate and publish directly to GitHub. Understand and safely install package contents. Get packages directly from the community on GitHub, and use only what’s been approved for your organization. Store your packages in the same secure environment as your source code, all protected by your GitHub credentials. With a full API and webhooks support, you can extend your workflows to work with GitHub Packages. GitHub Packages is built with the latest edge caching via a global CDN to deliver great performance, no matter where your builds run. Use Actions to automatically publish new package versions to GitHub Packages. Run your CI/CD with Actions, and install packages and images hosted on GitHub Packages or your preferred registry of record.Starting Price: $0.25 per GB -
31
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 -
32
RPM Package Manager
RPM Package Manager
The RPM Package Manager (RPM) is a powerful package management system capable of building computer software from the source into easily distributable packages; installing, updating, and uninstalling packaged software; querying detailed information about the packaged software, whether installed or not; and verifying the integrity of packaged software and resulting software installation. The package’s metadata is stored in the RPM header. The header is a binary data structure that stores single pieces of data in tags. Each tag has a pre-defined meaning and data type. These are not stored in the header itself but need to be known by the code reading the header. In the header, the tags are only referred to by their number. Each tag is either of a plain scalar type or is an array of one of these types. While not enforced by the type system the RPM code assumes that tags belonging together have the same number of entries.Starting Price: Free -
33
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 -
34
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`. -
35
Portage
Portage
The Portage Development Project works to provide a continuously expanding and developing tool for the management and installation of packages. The developers work on providing a coherent system that is as trouble free as possible (backwards compatible, automated, and simple). Bugs are tracked and fixed from the Gentoo bug tracker and developer-developer correspondence is maintained on the gentoo-portage-dev mailing list. Another communication channel is the #gentoo-portage (webchat) IRC channel on the Libera.Chat network. The goal of the Portage project is to provide a seamless integration of developer and user tools to aid the growth and maintenance of Gentoo packages. This means we work not only on Portage itself, but also on associated tools, and on ensuring that our APIs are useful to other tools.Starting Price: Free -
36
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.Starting Price: Free -
37
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 -
38
WebContainers
WebContainers
WebContainers, developed by StackBlitz, are a browser-based runtime environment that enables the execution of Node.js applications and operating system commands directly within a web browser tab. This technology allows developers to build instant, interactive coding experiences, from tutorials to full-fledged integrated development environments, without the need for local setups or cloud-based virtual machines. By running entirely client-side, WebContainers offer unmatched user experiences with zero latency, offline capabilities, and enhanced security, as they eliminate the risks associated with server-side code execution. They support native Node.js toolchains, including npm, pnpm, and yarn, and are compatible with major modern frameworks. Additionally, WebContainers facilitate the running of WebAssembly (Wasm) out of the box, allowing for the porting of various languages and frameworks to the browser environment.Starting Price: $18 per month -
39
TRIADEM StylePlugs
TRIADEM
The TRIADEM StylePlugs are textile design plugins for Adobe Photoshop. They expand the powerful tools of Photoshop to textile functionalities to create fabric designs. They are the ideal tool for fashion and textile designers who create their designs with standard graphics software. There are plug-ins for print design, repeat design, coloring and fabric simulation. Fashion and Textile design PlugIns for Adobe Photoshop. The Weaver plugin helps you create high-quality dobby weaving designs such as checks, stripes and madras in many different variations. Access to the collection color list allows you to choose from the appropriate yarn colors. Repeater allows you to create repeats, all-overs using standard drops or defining them as you wish, scaling rotating and mirroring each individual pattern in the repeat. Textildesign Plugin to create, print and edit colorlists.Starting Price: $893.16 one-time payment -
40
Texbase
Texbase
Cloud software for the consumer products industry and their supply chains. Solutions for material development, testing, color, compliance and collaboration. Texbase Testing reduces data entry costs, improves accuracy and timeliness of information preventing costly development delays. Texbase provides one location for all your testing data and documents. This includes your internal lab (if you have one), all your suppliers, and independent testing labs. Power users can easily create new test methods and define their data definitions without the help of Texbase, IT or consultants. Use the built-in protocols or define your own. The result is consistent and accurate data, fast. Regardless of where it's coming from or its purpose. Integrated fiber, yarn, fabric, and component libraries provide the tools you need to build digital libraries and manage the iterative development process to accelerate innovation while decreasing time to market. -
41
InstallShield
Revenera
Create native MSIX packages, build clean installs, and build installations in the cloud with InstallShield from Revenera. Consistent and reliable installs. Every time. With InstallShield, you’ll adapt to industry changes quickly, get to market faster and deliver an engaging customer experience. Revenera InstallShield (formerly Flexera InstallShield) is the fastest easiest way to build Windows installers and MSIX packages and create installations directly within Microsoft Visual Studio. Configure install conditions to specifically target Windows 11 and Windows Server 2022. Install files to native ARM locations on Windows 10 running on ARM machines. Easily move your build infrastructure to the cloud by connecting to Revenera’s Cloud License Server. Build one-click installers that are more modern than ever and refreshingly simple. Configure pre-requisites to install third-party packages from Microsoft’s Windows Package Manager.Starting Price: $4,498 per 3 years -
42
Apptimized Workspace
Apptimized
Discover, package and test your apps in your browser. Cloud-based application packaging environment, created for application packaging professionals by application packaging professionals. The scalable, low-cost alternative to traditional thick client discovery & packaging tools. Flexible and easy-to-use environment to serve all your software packaging needs. Access everything needed to analyze, document, package, remediate and test Microsoft Win32 applications. Without the need for infrastructure or VPN, a low monthly subscription with nothing to install, maintain or configure. Apptimized Workspace is a comprehensive and instantly available packaging environment in the cloud that takes your packaging process and all related areas to a new efficiency level. Do more with Apptimized Workspace than with any existing toolset, straight out of the box. -
43
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 -
44
just-install
just-install
just-install is a humble package installer for Windows. just-install provides you the opportunity to install packages, install a specific architecture, check the list of packages, and get help all with simple cms commands.Starting Price: Free -
45
PODpartner
PODpartner
PODpartner is a vertically integrated print-on-demand platform with its own in-house garment factory and print facility — yarn to finished product, all under one roof. We produce unique, heavyweight blanks (tees, long sleeves, hoodies, sweatshirts, tanks, jackets, shorts, pants) and decorate them with 21+ print areas, Jumbo DTG up to 24"×24", HTV vinyl lettering, hybrid decoration, and embroidery (DST support, up to 15 colors, 12"×12"). Branding materials — neck labels, hangtags, and printed poly bags — are produced with every order, and Free Personalization lets your customers customize products at checkout. Built for Shopify and Etsy apparel sellers who want to build a real brand, not just dropship generic blanks. Connect your store, design once, and we handle manufacturing, decoration, and worldwide fulfillment to the US and EU.Starting Price: Free -
46
Bun
Bun
Bun is a fast, all-in-one JavaScript, TypeScript, and JSX toolkit that ships as a single executable and combines a high-performance runtime, package manager, test runner, and bundler designed as a drop-in replacement for Node.js with broad compatibility and dramatically reduced startup times and memory usage. Written in Zig and powered by Apple’s JavaScriptCore, Bun can execute JavaScript/TypeScript files, scripts, and packages with significantly faster performance than traditional tooling while supporting zero-config TypeScript, JSX, and React out of the box. Its built-in package manager installs dependencies up to 30x faster than npm with workspaces, global caching, migration support, and dependency auditing. Bun’s test runner is Jest-compatible with built-in coverage and concurrent execution, and the bundler processes TypeScript, JSX, CSS, and more without configuration, including support for single-file executables.xx -
47
Novus
Novus
A blazingly fast and futuristic package manager for windows. Unlike any other package manager, Novus uses multithreaded downloads making the download speeds 8 times faster. Apart from being extremely fast, Novus also installs and uninstalls packages concurrently, making it as efficient as possible. Not only are all of Novus’s packages are monitored regularly, but all of them are always up to date and trusted by the community. Apart from being extremely fast, Novus also installs and uninstalls packages concurrently, making it as efficient as possible. Not only are all of Novus’s packages are monitored regularly, but all of them are always up to date and trusted by the community.Starting Price: Free -
48
Rails Assets
Rails Assets
Rails Assets is the frictionless proxy between Bundler and Bower. It automatically converts the packaged components into gems that are easily droppable into your asset pipeline and stay up to date. First, make sure you use bundler >= 1.8.4. Add Rails Assets as a new gem source, then reference any Bower components that you need as gems. In development, if you have issues with SSL certificates and security is not a priority, you can use the alternate endpoint instead. During bundle install, if Bundler requests a package like this, Rails Assets’ daemon automatically will fetch the component from Bower’s registry, analyze its manifest file, bower.json, repackage the component as a valid Ruby gem and serve it to your application. Dependencies are handled the same way recursively. Gems created by Rails Assets work great with any Sprockets-based application. It works with Sinatra too!Starting Price: Free -
49
PolyOrganize
Polytropon
You’ve got a lot of details to manage, and you've got to get them right. You do designs, samples, price quotes, and then you’ve got to produce and deliver on time and at a profit. You’ve got no time for bottlenecks and no room for mistakes. A digital workflow that plans and monitors style development from first concept is the only way to get your teams on the same page, meet deadlines, and move quickly to production. PolyOrganize is built to manage any complexity in product or process. PolyOrganize gives you all the tools to plan and track the style range and assure that performance targets are met. You can analyze and chart the collection progress across a range of variables of your choice. Run multiple fully-customizable cost scenarios on any product or material, in multiple currencies and with multiple suppliers. Fabric consumption can be linked to real marker data. Fabric costing can be drilled down to the yarn level. -
50
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