awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to lawl/ayy

Projects sharing features with Lawl Ayy

30 open-source projects similar to lawl/ayy, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 18fadly-anthony/rookie18fadly-anthony avatar

    18fadly-anthony/rookie

    5View on GitHub↗

    Yet another Nix inspired package manager

    Python
    View on GitHub↗5
  • akamac/gitlabproviderakamac avatar

    akamac/GitLabProvider

    45View on GitHub↗

    Implements PackageProvider interface for GitLab.

    PowerShell
    View on GitHub↗45
  • appimagecrafters/appimage-managerAppImageCrafters avatar

    AppImageCrafters/appimage-manager

    118View on GitHub↗

    CLI AppImage Management Tool

    Go
    View on GitHub↗118
  • asdf-vm/asdfasdf-vm avatar

    asdf-vm/asdf

    25,086View on GitHub↗

    This project is a command-line tool designed to manage multiple versions of programming language runtimes and development tools on a single machine. It provides a unified interface for installing and switching between different versions of software, ensuring that specific tool versions are consistently applied across various development environments. The system distinguishes itself through a modular, plugin-driven architecture that allows for the integration of new languages and tools via external scripts. It utilizes a shim-based execution mechanism that intercepts command calls, automatical

    Goasdf-vmbashcli
    View on GitHub↗25,086
  • athrunsun/homebrew-appimageathrunsun avatar

    athrunsun/homebrew-appimage

    11View on GitHub↗

    Learn what is appimage here.

    Ruby
    View on GitHub↗11

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • basherpm/basherbasherpm avatar

    basherpm/basher

    1,282View on GitHub↗

    A package manager for shell scripts.

    Shellbashbasherpackage-manager
    View on GitHub↗1,282
  • bndr/pipreqsbndr avatar

    bndr/pipreqs

    7,454View on GitHub↗

    pipreqs is a Python dependency generator and discovery tool. It scans project imports to identify the third-party libraries required to run a project and automates the generation of requirements files containing only the packages actually used in the source code. The utility functions as a requirements file manager by comparing installed packages against actual imports. It provides capabilities for pruning unused dependencies and auditing projects to identify missing or obsolete packages. The tool employs static analysis and abstract syntax trees to isolate import statements without executin

    Python
    View on GitHub↗7,454
  • bower/bowerbower avatar

    bower/bower

    14,921View on GitHub↗

    Bower is a frontend package manager and client-side asset manager used to install and track third-party JavaScript and CSS libraries for browser-based projects. It functions as a web dependency manager that ensures consistent versioning across different development environments. The tool operates as a Git-based dependency manager, retrieving source code directly from Git repositories rather than relying on a central package registry. It utilizes a semantic versioning resolver to match manifest constraints against Git tags to determine the correct package version. To prevent nested directory t

    JavaScript
    View on GitHub↗14,921
  • caolan/jamcaolan avatar

    caolan/jam

    1,488View on GitHub↗

    JavaScript package manager - using a browser-focused and RequireJS compatible repository

    JavaScript
    View on GitHub↗1,488
  • componentjs/componentcomponentjs avatar

    componentjs/component

    4,523View on GitHub↗

    Component is a frontend build tool and package manager designed for modular web application development. It functions as an asset pipeline orchestrator and module dependency resolver, fetching and organizing local or remote code packages according to specific versioning rules. The system provides a development environment that supports local module linking via symlinks for real-time testing without publishing to a registry. It includes a programmable build pipeline to transform scripts and styles into production assets and an event-driven file watching system to trigger automatic recompilatio

    JavaScript
    View on GitHub↗4,523
  • conan-io/conanconan-io avatar

    conan-io/conan

    9,413View on GitHub↗

    Conan is a package manager and binary repository for C and C++ that resolves and installs external libraries to ensure consistent build environments across different platforms. It functions as a native dependency resolver and a cross-platform build tool designed to facilitate reproducible native builds. The project provides capabilities for native package hosting, allowing users to implement a server to store and distribute pre-compiled libraries and their required dependencies. It also supports standalone binary bundling to create executable files that include all necessary runtime dependenc

    Python
    View on GitHub↗9,413
  • conda/condaconda avatar

    conda/conda

    7,444View on GitHub↗

    Conda is a binary package manager, cross-platform environment manager, and dependency resolution engine. It serves as a software repository manager that enables the installation and update of pre-compiled binaries and their dependencies across different operating systems. The system creates isolated execution spaces to prevent dependency conflicts between projects and uses a solver to calculate compatible package versions based on constraints from available repositories. It supports the creation of custom software packages from recipes, which can be hosted in public or private channels for di

    Python
    View on GitHub↗7,444
  • david-oconnor/pyflowDavid-OConnor avatar

    David-OConnor/pyflow

    1,335View on GitHub↗

    Pyflow streamlines working with Python projects and files. It's an easy-to-use CLI app with a minimalist API. Never worry about having the right version of Python or dependencies.

    Rust
    View on GitHub↗1,335
  • duojs/duoduojs avatar

    duojs/duo

    3,401View on GitHub↗

    A next-generation package manager for the front-end

    JavaScript
    View on GitHub↗3,401
  • ender-js/enderender-js avatar

    ender-js/Ender

    1,750View on GitHub↗

    the no-library library: open module JavaScript framework

    JavaScript
    View on GitHub↗1,750
  • helsing-ai/buffrshelsing-ai avatar

    helsing-ai/buffrs

    370View on GitHub↗

    Modern protobuf package management

    Rust
    View on GitHub↗370
  • ivan-hc/appmanI

    ivan-hc/AppMan

    0View on GitHub↗

    "AM"/"AppMan" is a set of scripts and modules for installing, updating, and managing AppImage packages and other portable formats, in the same way that APT manages DEBs packages, DNF the RPMs, and so on... using a large database of Shell scripts inspired by the Arch User Repository, each…

    View on GitHub↗0
  • jazzband/pip-toolsjazzband avatar

    jazzband/pip-tools

    8,005View on GitHub↗

    pip-tools is a set of utilities for Python dependency pinning, lockfile management, and virtual environment synchronization. It functions as a requirement compiler that resolves high-level package declarations into a pinned list of specific versions and content hashes to ensure repeatable builds across different environments. The tool differentiates itself by providing a mechanism to refresh locked dependencies to their latest compatible versions without manual editing. It supports a layered dependency workflow, allowing one requirements file to act as a constraint for another to maintain com

    Python
    View on GitHub↗8,005
  • jspm/jspm-clijspm avatar

    jspm/jspm-cli

    3,872View on GitHub↗

    jspm-cli is a Deno-based command-line tool and import map package manager that resolves JavaScript dependencies to URLs for native ES module loading in the browser. It functions as an ESM dependency resolver and frontend build pipeline, mapping bare module specifiers to remote CDN URLs or local paths. The tool acts as an environment-aware module manager, allowing developers to define conditional resolution rules to switch module implementations between development and production contexts. It manages the generation of browser-native import maps, which include cryptographic subresource integrit

    TypeScript
    View on GitHub↗3,872
  • lnxcz/leapL

    lnxcz/leap

    0View on GitHub↗

    Fast & Simple AppImage manager

    View on GitHub↗0
  • mamba-org/mambamamba-org avatar

    mamba-org/mamba

    7,915View on GitHub↗

    Mamba is a package manager for scientific and data science workflows that implements a high-performance dependency solver in C++. It uses a SAT-based resolution model and a specialized library for metadata processing to calculate compatible package versions across different operating systems. The project provides a standalone executable runtime, allowing the creation of isolated package environments without requiring a pre-existing system installation. It ensures reproducible environment setup by utilizing lock files to pin exact package versions and channels. The system supports containeriz

    C++condacpppackage-manager
    View on GitHub↗7,915
  • mas-cli/masmas-cli avatar

    mas-cli/mas

    12,235View on GitHub↗

    This project provides a command-line interface for managing the lifecycle of applications from the Apple App Store. It functions as a package manager for macOS, enabling users to search for software, install new applications, and maintain existing installations directly through terminal commands. The tool distinguishes itself by wrapping private system APIs to perform store operations that are typically restricted to the graphical user interface. It integrates with the operating system to handle administrative privilege elevation, allowing for secure, automated modifications to protected appl

    Swiftapp-storehomebrewmac-app-store
    View on GitHub↗12,235
  • michaeldelago/aipmM

    michaeldelago/aipm

    0View on GitHub↗

    aipm install appimage

    View on GitHub↗0
  • npm/clinpm avatar

    npm/cli

    9,846View on GitHub↗

    This project is a command line interface for managing, installing, and publishing JavaScript packages to a remote registry. It serves as a dependency resolution tool, a software registry publishing client, and a security auditor for Node.js development workflows. The tool distinguishes itself by providing integrated monorepo workspace management and a comprehensive registry authentication client that supports multi-factor authentication. It enables detailed control over the software supply chain through provenance attestations, package signature verification, and the generation of a Software

    JavaScriptjavascriptnodejsnpm
    View on GitHub↗9,846
  • oneget/onegetOneGet avatar

    OneGet/oneget

    2,385View on GitHub↗

    PackageManagement (aka OneGet) is a package manager for Windows

    C#
    View on GitHub↗2,385
  • oracle/solaris-ipsoracle avatar

    oracle/solaris-ips

    76View on GitHub↗

    Solaris IPS: Image Packaging System

    Python
    View on GitHub↗76
  • pdm-project/pdmpdm-project avatar

    pdm-project/pdm

    8,647View on GitHub↗

    PDM is a Python package manager, dependency resolver, and build tool designed to create reproducible environments. It functions as a runtime manager that installs and switches between different versions of the Python interpreter using standalone builds, while managing isolated virtual environments to prevent version conflicts between projects. The tool distinguishes itself through the use of cross-platform lockfiles and a plugin-based extension architecture, allowing users to add new capabilities via external distributions. It provides a centralized package caching system and a parallel insta

    Python
    View on GitHub↗8,647
  • pegvin/breadpegvin avatar

    pegvin/bread

    40View on GitHub↗

    Install, update, remove & run AppImage from GitHub using your CLI. (Fork of AppImage ClI Tool)

    Go
    View on GitHub↗40
  • pnpm/pnpmpnpm avatar

    pnpm/pnpm

    35,605View on GitHub↗

    pnpm is a command-line package manager designed to automate the retrieval, installation, and version management of software dependencies. It utilizes a deterministic resolution process and a lockfile to ensure that dependency trees remain consistent across different environments and machines. The project distinguishes itself through a content-addressable storage engine that saves every version of a package exactly once on the file system. By employing a hard-linking installation strategy and a symlink-based directory structure, it maps dependencies from a central store into individual project

    Rustdependency-managerinstalljavascript
    View on GitHub↗35,605
  • powershell/powershellgetpowershell avatar

    powershell/powershellget

    84View on GitHub↗

    This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2

    PowerShell
    View on GitHub↗84