[go: up one dir, main page]

Package Managers for Linux

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

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 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
  • 1
    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
  • 2
    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
  • 3
    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
  • 4
    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
  • 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
  • 5
    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
  • 6
    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
  • 7
    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
  • 8
    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
  • 9
    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
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    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
  • 11
    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
  • 12
    npm-build-boilerplate

    npm-build-boilerplate

    A collection of packages that build a website using npm scripts

    npm-build-boilerplate is a starter kit for setting up a JavaScript build system using npm scripts. It helps developers automate tasks like minification, compilation, and linting without relying on external task runners like Gulp or Grunt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    npm-consider

    npm-consider

    Check package dependencies before installing it

    npm-consider is a command-line tool that analyzes npm dependencies and suggests alternative packages based on factors like security, popularity, and maintenance activity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    npminstall

    npminstall

    Make `npm install` fast and easy

    npminstall is an alternative package installation tool designed for faster and more efficient npm dependency management. Developed by the CNPM team, it focuses on reducing disk usage and improving installation speed, particularly for large projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    react-chessboard

    react-chessboard

    The React Chessboard Library used at ChessOpenings

    React-Chessboard is a React component for rendering an interactive chessboard. It provides an easy way to integrate chess functionality into web applications with support for move validation and animations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    react-cookie-consent

    react-cookie-consent

    A small, simple and customizable cookie consent bar for use in React

    react-cookie-consent is a React component that provides an easy way to implement cookie consent banners for GDPR compliance. It allows developers to quickly add a customizable consent prompt to their websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    request-ip

    request-ip

    A Node.js module for retrieving a request's IP address on the server

    request-ip is a Node.js middleware and utility that retrieves the IP address of a client making a request. It works with different server frameworks like Express, Koa, and Hapi, and supports various request sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    svelte-put

    svelte-put

    Useful svelte stuff to put in your projects

    svelte-put is a collection of utility directives, actions, and stores for Svelte applications. It simplifies adding common UI and behavior enhancements to Svelte components with minimal code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    toxic-repos

    toxic-repos

    We are against discrediting open source software

    toxic-repos is a tool that analyzes GitHub repositories to detect signs of hostile or problematic behavior in open-source communities. It helps developers and contributors identify repositories with negative engagement patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    tsafe

    tsafe

    The missing TypeScript utils

    Tsafe is a lightweight TypeScript utility library designed to improve type safety and code clarity. It provides helpers for runtime type assertions, exhaustive type checking, and ensuring strict type constraints.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    useReactRouter

    useReactRouter

    React Hook for pub-sub behavior using React Router

    use-react-router is a React hook that simplifies interaction with React Router’s navigation system. It allows developers to access the router’s history, location, and match objects without using higher-order components.
    Downloads: 0 This Week
    Last Update:
    See Project