[go: up one dir, main page]

Package Managers for Mac

View 20 business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    bpkg

    bpkg

    Lightweight bash package manager

    bpkg is a lightweight package manager tailored for Bash scripts, providing a streamlined method to install, manage, and distribute shell utilities. It simplifies the process of fetching shell scripts, setting execution permissions, and integrating them either globally or within specific projects. By adopting a structure similar to package managers in other languages, bpkg brings organized dependency management to the Bash ecosystem.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    bundlejs

    bundlejs

    An online tool to quickly bundle & minify your projects

    bundlejs is a web-based JavaScript bundle size analyzer that helps developers understand the impact of their dependencies. It provides real-time insights into bundle size, minification, and tree-shaking effectiveness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    cmake-conan

    cmake-conan

    CMake wrapper for conan C and C++ package manager

    cmake-conan is a CMake wrapper for the Conan C and C++ package manager, designed to streamline the integration of Conan into CMake-based projects. It automates the process of installing and managing dependencies, allowing developers to define their requirements in Conan and have them seamlessly integrated into their CMake build process. This tool simplifies dependency management and enhances reproducibility in C++ projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    cnpmjs.org

    cnpmjs.org

    Private npm registry and web for Enterprise

    cnpmjs.org is a private NPM registry implementation used primarily by developers in China to improve package management performance and reduce dependency on the official NPM registry. It allows organizations to set up their own NPM mirrors for faster package installation and distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    consumet.ts

    consumet.ts

    Nodejs library that provides high-level APIs for obtaining information

    Consumet.ts is an API wrapper for accessing various entertainment content providers, such as anime, movies, and manga. It simplifies fetching media-related data from multiple sources using TypeScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    cpx

    cpx

    A cli tool to watch and copy file globs.

    CPX is a Node.js file copying utility designed for handling complex file copy operations with watch mode support. It is useful for build pipelines that require file synchronization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    data.table

    data.table

    Extends base R’s data for high-performance data manipulation

    data.table is an R package that extends base R’s data.frame for high-performance data manipulation. It offers concise syntax, blazing speed, and memory-efficient operations. It supports fast file reading/writing, joins, grouping, reshaping, and updates by reference. It is heavily used in large data workflows, big data in R, production pipelines, etc. Extremely efficient grouping/aggregation/summarization; can handle very large datasets (hundreds of millions to billions of rows) in memory (if available). Relies only on base R; maintained API, active community; good memory efficiency. Non-equi joins, overlapping range joins, ordered joins, joining with aggregations, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    dependency-check

    dependency-check

    Checks which modules you have used in your code

    Dependency-Check is a security tool that scans project dependencies to identify known vulnerabilities. It supports various package managers and helps developers secure their software supply chain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    epub-press-clients

    epub-press-clients

    Clients for building books with EpubPress

    epub-press-clients is a collection of client-side tools that allow users to convert web pages, articles, or entire websites into EPUB eBooks. It is designed for readers who want to save content for offline reading on eReaders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Professional Email Hosting for Small Business | Greatmail Icon
    Professional Email Hosting for Small Business | Greatmail

    Ready to switch to a more reliable and secure email hosting solution?

    Dependable cloud based email hosting with spam filtering, antivirus protection, generous storage and webmail. Compatible with Outlook and all other POP3/IMAP clients. High volume SMTP service for responsible senders. Outbound relay service for transactional messages, email marketing campaigns, newsletters and other applications. Dedicated email servers, clustering and multiple IP load balancing for high volume senders. Fixed monthly cost with unlimited sending and reputation monitoring. Greatmail is an email service provider (ESP) specializing in business class email hosting, SMTP hosting and email servers. For ISPs, application programmers and cloud developers, we also provide custom solutions including dedicated IP servers and process specific, load balanced configurations with multiple servers.
    Learn More
  • 10
    errors

    errors

    Simple error handling primitives

    Package errors provides simple error handling primitives. The traditional error handling idiom in Go that is applied recursively up the call stack results in error reports without context or debugging information. The errors package allows programmers to add context to the failure path in their code in a way that does not destroy the original value of the error. Wrap function returns a new error that adds context to the original error. Using errors.Wrap constructs a stack of errors, adding context to the preceding error. Depending on the nature of the error it may be necessary to reverse the operation of errors.Wrap to retrieve the original error for inspection. Any error value which implements this interface can be inspected by errors.Cause. errors.Cause will recursively retrieve the topmost error which does not implement causer, which is assumed to be the original cause.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fish-nvm

    fish-nvm

    nvm wrapper for fish-shell

    Fish-NVM is a lightweight Node.js version manager for the Fish shell, allowing users to switch between different Node.js versions easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    fpm

    fpm

    Fortran Package Manager (fpm)

    fpm is a package manager and build system designed to improve the Fortran programming experience. It simplifies the process of building, testing, and distributing Fortran projects by providing a standardized project structure and dependency management. Modeled after Rust's Cargo, fpm aims to modernize Fortran development and foster a more vibrant ecosystem.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gaxios

    gaxios

    An HTTP request client that provides an axios like interface over top

    gaxios is a lightweight HTTP client for Node.js and the browser, developed by Google. It provides an efficient way to make HTTP requests with built-in support for retries, caching, and authentication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    golib

    golib

    Golang packages used in frp and fft

    golib is a collection of common Go packages extracted for reuse across the author’s projects, notably frp and fft. It serves as a shared foundation for IO helpers, messaging formats, and other utilities that would otherwise be copy-pasted between codebases. The repository is versioned and published as Go modules, making it easy to import stable subsets into downstream applications. Individual subpackages cover concerns like streaming IO and JSON message structures, keeping implementations small and composable. By consolidating these pieces, the ecosystem around frp/fft benefits from consistent behavior and fewer bespoke dependencies. The code is released under the Apache-2.0 license, enabling broad adoption in both open and closed source contexts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    graphql-react

    graphql-react

    A GraphQL client for React using modern context and hooks APIs

    graphql-react is a lightweight GraphQL client for React that emphasizes efficiency and simplicity. It provides built-in caching, request deduplication, and declarative data fetching without the complexity of larger GraphQL clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    listr2

    listr2

    NodeJS Task List derived from the best

    Listr2 is a task runner for Node.js that provides an elegant interface for managing asynchronous and interactive command-line tasks. It is often used in build scripts and automation workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    local-npm

    local-npm

    Local and offline-first npm mirror

    local-npm is a local caching proxy for npm packages. It allows developers to speed up package installations and reduce reliance on external package registries by maintaining a local cache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    lockfile linting

    lockfile linting

    Lint an npm or yarn lockfile to analyze and detect security issues

    lockfile-lint is a security tool that helps validate npm and Yarn lockfiles to prevent malicious dependency injections. It checks for common security issues such as package integrity violations and unauthorized registry usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mason.nvim

    mason.nvim

    Portable package manager for Neovim that runs everywhere Neovim runs

    Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. mason.nvim is a Neovim plugin that allows you to easily manage external editor toolings such as LSP servers, DAP servers, liters, and formatters through a single interface. It runs everywhere Neovim runs (across Linux, macOS, Windows, etc.), with only a small set of external requirements needed. Packages are installed in Neovim's data directory (:h standard-path) by default. Executables are linked to a single bin/ directory, which mason.nvim will add to Neovim's PATH during setup, allowing seamless access from Neovim builtins (shell, terminal, etc.) as well as other 3rd party plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    neobundle.vim

    neobundle.vim

    Next generation Vim package manager

    NeoBundle is a legacy plugin manager by Shougo designed to make installing, updating, and organizing Vim plugins straightforward and scriptable. It lets you declare plugins in your vimrc and handles fetching them from Git repositories, local paths, or archives, then loads them into your runtimepath automatically. One of its core ideas is lazy loading: you can defer plugin initialization until a command, mapping, filetype, or event is triggered, which helps keep startup fast even with many plugins. NeoBundle also understands plugin dependencies and post-update hooks, allowing complex setups to be reproduced reliably across machines. It supports version pinning and branch selection so teams can stabilize on known-good revisions. Although Shougo later introduced dein.vim as the modern successor, NeoBundle remains a usable, declarative way to manage plugins on classic Vim setups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    nestjs-rbac

    nestjs-rbac

    Awesome RBAC for NestJs

    NestJS RBAC (Role-Based Access Control) is a middleware for managing user roles and permissions in NestJS applications. It simplifies access control by defining structured roles and permissions within an application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    next-update

    next-update

    Tests if module's dependencies can be updated to latest version

    Next-Update is a command-line tool that helps developers test the latest versions of their npm dependencies to identify updates that work without breaking their projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    nix-portable

    nix-portable

    Nix - Static, Permissionless, Installation-free, Pre-configured

    nix-portable is a static, permissionless, and installation-free version of the Nix package manager, designed to run on any Linux distribution without requiring root privileges or prior configuration. It enables users to create isolated, reproducible development environments and bundle software into static executables, enhancing portability and consistency across systems. This tool is particularly useful for developers seeking to leverage Nix's capabilities in environments where traditional installation is not feasible.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    node-csgo

    node-csgo

    A node-steam plugin for Counter-Strike: Global Offensive

    Node-CSGO is a Node.js library that allows interaction with Counter-Strike: Global Offensive (CS:GO) game servers and Steam APIs. It enables developers to retrieve game data, manage inventories, and automate in-game operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    np

    np

    A better `npm publish`

    Ensures you are publishing from your release branch (main and master by default). Ensures the working directory is clean and that there are no unpulled changes. Reinstalls dependencies to ensure your project works with the latest dependency tree. Ensures your Node.js and npm versions are supported by the project and its dependencies. Bumps the version in package.json and npm-shrinkwrap.json (if present) and creates a git tag. Prevents accidental publishing of pre-release versions under the latest dist-tag. Publishes the new version to npm, optionally under a dist-tag. Rolls back the project to its previous state in case publishing fails. Pushes commits and tags (newly & previously created) to GitHub/GitLab. Enables two-factor authentication on new repositories. Opens a prefilled GitHub Releases draft after publish. See exactly what will be executed with preview mode, without pushing or publishing anything remotely.
    Downloads: 0 This Week
    Last Update:
    See Project