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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to paololazzari/play

Open-source alternatives to Play

30 open-source projects similar to paololazzari/play, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Play alternative.

  • lecoupa/awesome-cheatsheetsAvatar von LeCoupa

    LeCoupa/awesome-cheatsheets

    46,029Auf GitHub ansehen↗

    👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

    JavaScriptbackendbashcheatsheet
    Auf GitHub ansehen↗46,029
  • rgburke/grvAvatar von rgburke

    rgburke/grv

    4,093Auf GitHub ansehen↗

    grv is a terminal-based version control client and interactive Git repository browser. It functions as a terminal user interface for browsing commit history, inspecting code differences, and managing branches and tags within Git repositories. The project distinguishes itself through a graphical commit graph visualizer that renders branching patterns and merge history directly in the terminal. It employs a tiled view layout engine and tabbed workspace management to display multiple repository perspectives simultaneously, supported by real-time filesystem monitoring to update the interface auto

    Gogitgogolang
    Auf GitHub ansehen↗4,093
  • charmbracelet/crushAvatar von charmbracelet

    charmbracelet/crush

    20,165Auf GitHub ansehen↗

    Crush is a framework designed to orchestrate and secure the execution of external tools invoked by large language models. It functions as a middleware layer that manages the flow of agentic tool calls, providing a controlled environment for terminal-based automation and task processing. The project distinguishes itself by implementing a policy-driven security layer that intercepts, validates, and modifies tool execution requests. By wrapping command calls within a process-boundary layer, it allows for the automated approval of specific operations and the dynamic injection of contextual metada

    Goagentic-aiaillms
    Auf GitHub ansehen↗20,165

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • gperftools/gperftoolsAvatar von gperftools

    gperftools/gperftools

    8,959Auf GitHub ansehen↗

    gperftools is a collection of specialized tools for profiling CPU usage, detecting memory errors, and providing high-performance memory allocation. It provides a memory profiling toolkit for C++ applications, including a sampling CPU profiler and a heap profiler for analyzing consumption patterns. The project includes a high-performance memory allocator designed as a multi-threaded replacement for standard allocation to reduce contention and improve execution speed. It further provides a memory debugger to identify illegal memory access and double frees. The toolkit covers broad diagnostic c

    C++
    Auf GitHub ansehen↗8,959
  • noahgorstein/jqpAvatar von noahgorstein

    noahgorstein/jqp

    2,816Auf GitHub ansehen↗

    A TUI playground to experiment with jq

    Go
    Auf GitHub ansehen↗2,816
  • openai/codexAvatar von openai

    openai/codex

    91,445Auf GitHub ansehen↗

    Codex is an automated programming tool and generative code assistant designed to interpret developer intent through a natural language interface. It functions as a machine learning model trained on public code repositories to provide intelligent code completion, suggestions, and refactoring within development environments. By translating human instructions into executable code snippets, the system bridges the gap between high-level technical requirements and functional software implementation. The engine utilizes transformer-based sequence modeling and supervised fine-tuning to align its outp

    Rust
    Auf GitHub ansehen↗91,445
  • sharkdp/hyperfineAvatar von sharkdp

    sharkdp/hyperfine

    28,316Auf GitHub ansehen↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Rust
    Auf GitHub ansehen↗28,316
  • 8go/nostr-commander-rsAvatar von 8go

    8go/nostr-commander-rs

    79Auf GitHub ansehen↗

    simple but convenient CLI-based Nostr client app for following users and sending DMs

    Rust
    Auf GitHub ansehen↗79
  • 7df-lab/devoAvatar von 7df-lab

    7df-lab/devo

    295Auf GitHub ansehen↗

    Open coding agent, provider agnositc.

    Rust
    Auf GitHub ansehen↗295
  • 0xtrr/nostr-toolAvatar von 0xtrr

    0xtrr/nostr-tool

    78Auf GitHub ansehen↗

    A simple CLI to send nostr events

    Rust
    Auf GitHub ansehen↗78
  • achiku/jungleAvatar von achiku

    achiku/jungle

    843Auf GitHub ansehen↗

    AWS operations by cli should be simpler

    Python
    Auf GitHub ansehen↗843
  • achristmascarl/rainfrogAvatar von achristmascarl

    achristmascarl/rainfrog

    4,855Auf GitHub ansehen↗

    Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin

    Rustdatabase-managementmysqlpostgresql
    Auf GitHub ansehen↗4,855
  • adafruit/gliderAvatar von adafruit

    adafruit/glider

    42Auf GitHub ansehen↗

    Glider is a portable mobile app aimed at making wireless editing of Python code really easy and fun.

    JavaScript
    Auf GitHub ansehen↗42
  • adambajguz/typinAvatar von adambajguz

    adambajguz/Typin

    253Auf GitHub ansehen↗

    Declarative framework for interactive CLI applications

    C#
    Auf GitHub ansehen↗253
  • abrambailey/playerAvatar von abrambailey

    abrambailey/player

    2Auf GitHub ansehen↗

    Try the demo. Export your work before you leave the demo: saving between sessions is not supported there.

    TypeScript
    Auf GitHub ansehen↗2
  • aboul3la/sublist3rAvatar von aboul3la

    aboul3la/Sublist3r

    10,957Auf GitHub ansehen↗

    Sublist3r is a subdomain enumeration tool and passive reconnaissance framework designed to discover subdomains by querying search engines and public intelligence sources. It functions as a security tool for identifying the digital footprint of a target domain. The project provides both passive enumeration through multi-source API aggregation and active discovery via a DNS brute force tool. It includes a TCP port scanner to identify active services and open ports on discovered subdomains, facilitating attack surface mapping. The tool can be used as a standalone utility or as a Python security

    Python
    Auf GitHub ansehen↗10,957
  • 4383/nostressAvatar von 4383

    4383/nostress

    4Auf GitHub ansehen↗

    ⚡ Modern Python CLI for Nostr protocol interactions - secure key management, event creation, and relay operations

    Python
    Auf GitHub ansehen↗4
  • adonpro/react-native-build-cliAvatar von adonpro

    adonpro/react-native-build-cli

    5Auf GitHub ansehen↗

    a tool for react-native build

    JavaScript
    Auf GitHub ansehen↗5
  • afeiship/generator-wepy-componentA

    afeiship/generator-wepy-component

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aftership/email-verifierAvatar von AfterShip

    AfterShip/email-verifier

    1,576Auf GitHub ansehen↗

    :whitecheckmark: A Go library for email verification without sending any emails.

    Godisposableemailgo
    Auf GitHub ansehen↗1,576
  • agamennon/redux-tiny-routerAvatar von Agamennon

    Agamennon/redux-tiny-router

    129Auf GitHub ansehen↗

    A Router made for Redux and made for universal apps! stop using the router as a controller... it's just state!

    JavaScript
    Auf GitHub ansehen↗129
  • agateau/doxyqmlAvatar von agateau

    agateau/doxyqml

    65Auf GitHub ansehen↗

    Doxyqml turns .qml into pseudo-C++ which Doxygen can then use to generate documentation.

    Python
    Auf GitHub ansehen↗65
  • agavra/tuicrAvatar von agavra

    agavra/tuicr

    908Auf GitHub ansehen↗

    a code review TUI with vim keybindings

    Rustai-toolscode-reviewrust
    Auf GitHub ansehen↗908
  • agvxov/csopeAvatar von agvxov

    agvxov/csope

    69Auf GitHub ansehen↗

    C source code browser. Fork of Cscope version 15.9, with various improvements.

    C
    Auf GitHub ansehen↗69
  • ahmed-alnassif/androshA

    ahmed-alnassif/AndroSH

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ahmedosman101/commit-sage-cliAvatar von AhmedOsman101

    AhmedOsman101/commit-sage-cli

    47Auf GitHub ansehen↗

    Generates Conventional Commit messages with AI. Supports OpenAI, Ollama, and Gemini.

    TypeScript
    Auf GitHub ansehen↗47
  • ahmetb/kubectl-aliasesAvatar von ahmetb

    ahmetb/kubectl-aliases

    3,695Auf GitHub ansehen↗

    kubectl-aliases is a Kubernetes CLI alias generator that programmatically creates shorthand shell commands for common cluster operations and resource management. It functions as a workflow optimizer designed to reduce typing and increase the speed of interactions with the Kubernetes API. The tool operates as a shell command permutator, combining verbs, resources, and flags to automate the creation of a comprehensive library of CLI shortcuts. It utilizes combinatorial mapping and template-driven scripting to generate these shorthand definitions. The project covers several operational areas, i

    Nukubectlkubernetes
    Auf GitHub ansehen↗3,695
  • ahmetb/kubectl-treeAvatar von ahmetb

    ahmetb/kubectl-tree

    3,389Auf GitHub ansehen↗

    kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)

    Gokubectlkubectl-pluginkubectl-plugins
    Auf GitHub ansehen↗3,389
  • ahmetb/kubectxAvatar von ahmetb

    ahmetb/kubectx

    19,829Auf GitHub ansehen↗

    kubectx is a set of command-line productivity tools designed to simplify the switching of cluster contexts and active namespaces for Kubernetes CLI users. It serves as a context manager that allows users to quickly change the current cluster environment and default namespace within the configuration. The tool provides capabilities for renaming cluster contexts to improve identification and the ability to toggle rapidly between two clusters by preserving the previous active state. It also supports launching isolated shell sessions constrained to a specific cluster or configured as read-only to

    Gokubectlkubectl-pluginskubernetes
    Auf GitHub ansehen↗19,829
  • admica/filescopemcpAvatar von admica

    admica/FileScopeMCP

    293Auf GitHub ansehen↗

    Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages such as Python, C, C++, Rust, Zig, Lua.

    TypeScript
    Auf GitHub ansehen↗293