[go: up one dir, main page]

  • 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
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    Apx

    Apx

    Apx (/à·peks/) is the default package manager in Vanilla OS

    Apx is the default package manager for Vanilla OS, designed to manage software installations within isolated subsystems. It acts as a wrapper around multiple package managers, allowing users to install and run packages from various Linux distributions in a containerized environment. This approach ensures system stability and security by preventing direct modifications to the host system.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Bower

    Bower

    A package manager for the web

    Bower offers generic, unopinionated front-end package management. It manages all the packages you need for a website, making sure they are all up-to-date and in the specific versions that you need. Bower can manage components that contain HTML, CSS, JavaScript, fonts or even image files. There’s no concatenating, minifying code or anything else - it just installs the right versions of the packages you need and their dependencies. How you use your packages will then be entirely up to you. Bower runs over Git and is package-agnostic, which means that a packaged component can be made up of any type of asset, and use any type of transport.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Brew PHP Switcher

    Brew PHP Switcher

    Brew PHP switcher is a simple shell script to switch versions of PHP

    Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality. For users of Homebrew (or brew for short) currently only. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality and you find it a pain to change config files continually this will make the whole process just one command. For users of OSX only who have installed PHP via Homebrew and for PHP version 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 and 8.0 only. Your Apache config must have native osx PHP module commented out.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Buckaroo

    Buckaroo

    The decentralized package manager for C++ and friends

    Buckaroo is a decentralized package manager for C++ and related languages, designed to simplify the inclusion of external modules in projects. It supports pulling dependencies directly from various sources like GitHub, GitLab, and Bitbucket, and integrates with the Buck build system to ensure fast and reproducible builds. Buckaroo's decentralized nature eliminates the need for a central repository, promoting flexibility and ease of use.​
    Downloads: 1 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
    Capsule

    Capsule

    Dead-simple packaging and deployment for JVM apps

    Capsule is a packaging and deployment tool for JVM applications. A capsule is a single executable JAR that contains everything your application needs to run either in the form of embedded files or as declarative metadata. It can contain your JAR artifacts, your dependencies and resources, native libraries, the require JRE version, the JVM flags required to run the application well, Java or native agents and more. In short, a capsule is a self-contained JAR that knows everything there is to know about how to run your application the way it's meant to run. One way of thinking about a capsule is as a fat JAR on steroids (that also allows native libraries and never interferes with your dependencies) and a declarative startup script rolled into one; another, is to see it is as the deploy-time counterpart to your build tool. Just as a build tool manages your build, Capsule manages the launching of your application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Conan

    Conan

    The open-source C/C++ package manager

    The open-source, decentralized and multi-platform package manager to create and share all your native binaries. All platforms. Windows, Linux, Apple, FreeBSD, Android, iOS, embedded, cross-building, bare metal, etc. All build systems. Visual Studio MSBuild, CMake, Makefiles, SCons, etc. Extensible to any build system. Full management of binaries. Create, manage and reuse any number of binaries, for any configuration: platform, compiler, version, architectures, or build from sources at will. Fully automated dependency management. Transitive dependencies, conflicts detection, dependency overriding, conditional dependencies. Decentralized client-server architecture. Run your own server for free with JFrog Artifactory on-prem to fully own your packages and binaries. Conan is Free, open-source software with a permissive MIT license. Use, modify, redistribute, and extend it - even for commercial purposes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Dep

    Dep

    Go dependency management tool experiment

    Dep was an official experiment to implement a package manager for Go. While dep has many discrete components and moving parts, all of these parts revolve around a central model. Dep is a tool intended primarily for use by developers, to support the work of actually writing and shipping code. It is not intended for end users who are installing Go software - that's what go get does. It is strongly recommended that you use a released version of dep. While tip is never purposefully broken, its stability is not guaranteed. Note that dep requires a functioning Go workspace and GOPATH. Dep is centered around the idea of the "four state system" - a model for classifying and organizing the on-disk state with which a package manager interacts. This was first articulated as a coherent, general model in this (long) article, though many of the principles in the four state model were derived from existing package managers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Einstein

    Einstein

    A runtime dependency manager

    einstein is a dependency management tool that aims to simplify and automate software projects dependencies calculation. Software products are commonly composed of multiple projects, and those projects relate to each other at some kind of level. It's important to guarantee that those relationships are based on the projects' versions so one can assure that they can evolve without compromising such relationships. During dependencies calculation, the einstein tool needs to fetch projects' extra information from a central repository. At its current version, einstein is prepared to communicate to any Gitlab instance, through its api, so it assumes that declared dependencies represents projects that are all stored in a single Gitlab instance. In order to establish a successful connection to the Gitlab Api, it's necessary to create the environment variables on the machine where einstein will be executed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Gyro

    Gyro

    A Zig package manager with an index, build runner, etc.

    Gyro is an unofficial package manager for the Zig programming language, designed to provide a Cargo-like experience for Zig developers. It allows for easy declaration and management of dependencies through a gyro.zzz file and integrates with Zig's build system to expose packages programmatically. Gyro streamlines the process of adding packages to Zig projects, enhancing modularity and reusability.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cynet All-in-One Cybersecurity Platform Icon
    Cynet All-in-One Cybersecurity Platform

    All-in-One Managed Cybersecurity for MSPs

    Cynet empowers MSPs and MSSPs with a comprehensive, fully managed cybersecurity platform that consolidates essential security functions into a single, easy-to-use solution. Cynet simplifies cybersecurity management, reduces operational overhead, and lowers costs by eliminating the need for multiple vendors and complex integrations.
    Learn More
  • 10
    HACS Integration

    HACS Integration

    HACS gives you a UI to handle downloads of all your custom needs

    HACS is an integration for Home Assistant that simplifies the management of custom components, themes, and other community-driven content. It provides a user-friendly interface within Home Assistant for browsing, installing, and updating custom add-ons, enhancing the customization and extensibility of Home Assistant setups.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Hermit

    Hermit

    Hermit manages isolated, self-bootstrapping sets of tools in software

    Hermit is a tool developed by Cash App to manage isolated, self-bootstrapping sets of tools within software projects. It ensures that all contributors and CI environments use the same tooling, enhancing consistency and reliability. Hermit installs tools in a self-contained manner, making them available across different machines and environments without additional configuration.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Mamba

    Mamba

    The Fast Cross-Platform Package Manager

    Mamba is a high-performance, cross-platform package manager that serves as a fast alternative to conda. Written in C++, Mamba significantly accelerates package resolution and installation processes. It maintains compatibility with the conda ecosystem, allowing users to leverage existing packages and environments while benefiting from improved speed and efficiency.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Nami

    Nami

    A clean and tidy decentralized package manager.

    Nami is a clean and tidy decentralized package manager designed to simplify software installation by downloading official binaries directly from software authors. It avoids the complexities of compilation and dependency management, focusing on providing users with standalone, statically compiled executables. Nami is particularly useful for users who prefer minimalistic and straightforward package management. ​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Notion for Linux

    Notion for Linux

    Native Notion packages for Linux

    Native Notion packages for Linux, built from Notion's Windows installer. To install Notion with Notion Enhancer mods applied, replace notion-desktop with notion-enhanced in the commands provided. notion-desktop is the vanilla Notion package. notion-enhanced is the Notion package with Notion Enhancer mods applied. Notion Desktop builds with Notion Enhancer for Windows, MacOS and Linux. Direct port of Notion is also available for Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Npackd

    Npackd

    Package manager for Windows

    Npackd is a free Windows package manager that also serves as an installer and app store for Windows apps. With Npackd you can find and install software in minutes with absolutely no adware or other distractions. Apart from finding and installing software, it can keep your system updated and uninstall apps when no longer necessary. Installing and uninstalling apps is completely automated (silent or unattended installation and un-installation), making app management a breeze.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Pacaptr

    Pacaptr

    Pacman-like syntax wrapper for many package managers

    pacaptr is a command-line tool that acts as a pacman-like syntax wrapper for various package managers. It allows users to use familiar pacman commands across different operating systems and package management systems by translating them into the appropriate commands for the underlying package manager. This tool simplifies package management for users transitioning between systems.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Pacseek

    Pacseek

    Terminal user interface for searching installing Arch Linux packages

    Pacseek is a terminal user interface (TUI) for searching and installing Arch Linux packages. It provides a user-friendly interface for browsing the Arch repositories and the Arch User Repository (AUR), making package management more accessible for users who prefer a visual approach within the terminal.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Paq

    Paq

    Neovim package manager

    Paq is a Neovim package manager written in Lua.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Pipenv

    Pipenv

    Python Development Workflow for Humans

    Pipenv is a package manager that brings all the best of the packaging world together to the Python world. It's got everything you could need: bundler, composer, npm, cargo, yarn and more all in one convenient package so you can easily set up a working environment. Pipenv creates and manages a virtualenv automatically, and can add or remove packages from your Pipfile as you install/uninstall packages. It also produces the Pipfile.lock, which is essential for deterministic builds. Pipenv provides convenient solutions to a number of problems. It allows you to use pip and virtualenv together; use the upcoming Pipfile and Pipfile.lock instead of a problematic requirements.txt; automatically exposes security vulnerabilities; and streamlines your development workflow by loading .env file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Private NPM Registry for Enterprise

    Private NPM Registry for Enterprise

    Private NPM Registry for Enterprise

    cnpmcore is a private npm registry solution designed for enterprise environments. It allows organizations to manage and host their own npm packages securely, reducing reliance on the public npm registry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Proxy Manager

    Proxy Manager

    OOP Proxy wrappers/utilities to manage proxies of your objects

    This library aims to provide abstraction for generating various kinds of proxy classes. Available as part of the Tidelift Subscription. The maintainer of ocramius/proxy-manager and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. The suggested installation method is via composer. Build a lazy loadable object with ProxyManager using a Virtual Proxy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Quick Reference

    Quick Reference

    Documentation, cheatsheets, and quick references for developers

    Reference is an open-source collection of documentation, cheatsheets, and quick references for developers. It aggregates useful programming knowledge, syntax guides, and best practices across various programming languages, tools, and frameworks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Scoop Extras

    Scoop Extras

    The Extras bucket for Scoop

    Scoop «Extras» is the community-maintained bucket of additional manifests for Scoop, the popular Windows command-line installer; it contains packages and app manifests that don’t fit the stricter criteria of the main Scoop bucket. The repository is organized as a large collection of individual manifest files, helper scripts, and tooling to validate and publish new manifests, and it’s intended so users can extend Scoop with many community-contributed applications. Installation is straightforward for Scoop users: add the bucket with scoop bucket add extras and then install any manifest with scoop install <manifest>, making it quick to access a wide range of Windows command-line and GUI tools. The Extras bucket is actively maintained by a large contributor community, carries thousands of commits and many contributors, and uses an Unlicense license so manifests are easy to reuse.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Spack

    Spack

    A flexible package manager that supports multiple versions

    A flexible package manager supporting multiple versions, configurations, platforms, and compilers. Spack is a package manager for supercomputers, Linux, and macOS. It makes installing scientific software easy. Spack isn’t tied to a particular language; you can build a software stack in Python or R, link to libraries written in C, C++, or Fortran, and easily swap compilers or target specific microarchitectures. Spack offers a simple "spec" syntax that allows users to specify versions and configuration options. Package files are written in pure Python, and specs allow package authors to write a single script for many different builds of the same package. With Spack, you can build your software all the ways you want to.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Stack

    Stack

    The Haskell Tool Stack

    Stack is a cross-platform build tool for Haskell projects that simplifies dependency management, project setup, and reproducible builds. It provides curated package sets (Stackage), isolated project environments, and consistent tooling for compiling and testing Haskell applications. Stack streamlines workflows for developers by automating many parts of the Haskell toolchain, making it easier to get started and maintain complex codebases. It supports integration with GHC (Glasgow Haskell Compiler) and Hackage.
    Downloads: 1 This Week
    Last Update:
    See Project