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
·

Developer resource directory

Ranking updated Jul 30, 2026

For technical repositories, the strongest matches are probonopd/appimagekit (AppImageKit is a low-level systems utility for packaging and), just-js/just (Just is a system-level JavaScript runtime designed for low-level) and appimage/appimagekit (AppImageKit is a low-level packaging utility written in C). sipeed/picoclaw and torvalds/linux round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked top developer resources and technical GitHub repositories, ranked by stars, activity, and relevance to find the best fit.

Developer resource directory

Find the best repos with AI.We'll search the best matching repositories with AI.
  • probonopd/appimagekitprobonopd avatar

    probonopd/AppImageKit

    9,348View on GitHub↗

    AppImageKit is a set of utility tools for the portable Linux application format, designed to bundle desktop applications into single executable binaries that run across multiple Linux distributions without requiring a system-wide installation. The toolkit provides specialized utilities for packaging applications into standalone binaries, extracting embedded filesystem images for inspection or execution, and signing binaries with cryptographic signatures to verify authenticity and integrity. The project covers binary packaging and deployment, embedded filesystem management, and digital packag

    AppImageKit is a low-level systems utility for packaging and running portable Linux applications as single standalone binaries, featuring command-line tools and filesystem mounting capabilities.

    CSingle-Binary DistributionsPortable Binaries
    View on GitHub↗9,348
  • just-js/justjust-js avatar

    just-js/just

    3,803View on GitHub↗

    Just is a JavaScript runtime environment designed for system-level programming and high-performance execution. It provides a direct interface to kernel functions and hardware resources, allowing developers to interact with operating system features that are typically inaccessible through standard high-level programming environments. The runtime distinguishes itself by offering a streamlined execution model that minimizes startup latency and provides the ability to compile scripts into standalone, dependency-free binaries. By leveraging the V8 engine and a specialized module loading system, it

    Just is a system-level JavaScript runtime designed for low-level programming and high-performance execution, offering direct kernel interfacing and standalone binary compilation.

    JavaScriptSingle-Binary DistributionsHigh-Performance
    View on GitHub↗3,803
  • appimage/appimagekitAppImage avatar

    AppImage/AppImageKit

    9,348View on GitHub↗

    AppImageKit is a system of tools and utilities for bundling Linux desktop applications into single-file, portable executables. It functions as a packager that converts application directories into self-mounting binaries, allowing software to run across multiple Linux distributions without a formal installation process. The project enables portable software distribution by isolating application configurations and home directories from the host system, which allows applications to run from removable media. It includes a filesystem manager for extracting, inspecting, and mounting the embedded im

    AppImageKit is a low-level packaging utility written in C that bundles Linux applications into portable, self-mounting binaries with FUSE support, fitting the developer utility and systems software domain well.

    CSingle-Binary Distributions
    View on GitHub↗9,348
  • sipeed/picoclawsipeed avatar

    sipeed/picoclaw

    29,430View on GitHub↗

    Picoclaw is a lightweight framework designed for the deployment and orchestration of autonomous software agents. It functions as a cross-platform runtime that packages the entire system into a single self-contained binary, enabling native execution across diverse hardware architectures including RISC-V, ARM64, and x86_64. The platform is specifically optimized for resource-constrained environments, ensuring minimal startup times and a low memory footprint. The system distinguishes itself through intelligent task orchestration, which routes incoming requests to specific inference models based

    Picoclaw is a lightweight system runtime and orchestration framework packaged as a self-contained binary, fitting the systems software category well despite focusing on agent management rather than general developer utilities.

    GoSelf-Contained DeploymentsStatic Binaries
    View on GitHub↗29,430
  • torvalds/linuxtorvalds avatar

    torvalds/linux

    237,355View on GitHub↗

    The Linux kernel is a monolithic operating system core that manages hardware resources, memory, and process scheduling across diverse computing architectures. It provides a standardized, POSIX-compliant environment for application execution while maintaining a modular driver framework that allows for the dynamic loading and removal of hardware interfaces. The project is distinguished by its high-performance concurrency toolkit, which utilizes lockless synchronization primitives and read-copy-update mechanisms to manage shared data access in multi-core environments. It incorporates a comprehen

    The Linux kernel is a foundational operating system core written in C that delivers high-performance hardware management, advanced concurrency support, and low-level system execution.

    CSystem Programming Primitives
    View on GitHub↗237,355
  • php/frankenphpphp avatar

    php/frankenphp

    11,151View on GitHub↗

    FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host applications without requiring a separate process manager. It functions as a worker mode server that keeps applications in memory across requests to eliminate bootstrap overhead and a static binary bundler that packages applications and the server into a single self-contained executable. The project distinguishes itself by allowing the embedding of a PHP runtime directly into Go programs and enabling the development of PHP extensions using the Go language. It also includes a bu

    FrankenPHP is a high-performance Go-based PHP application server and runtime packaged as a self-contained binary, providing low-level system integration for developer workflows even though it serves the specific domain of PHP execution.

    GoSelf-Contained DeploymentsStatic Binaries
    View on GitHub↗11,151
  • git/gitgit avatar

    git/git

    61,518View on GitHub↗

    Git is a distributed version control system and command-line tool designed for tracking changes in source code and coordinating collaborative software development. It functions as a content-addressable storage platform where project data is maintained as immutable objects indexed by cryptographic hashes, ensuring data integrity and efficient deduplication. The system organizes project history as a directed acyclic graph, where each commit serves as a snapshot linked to its parent to create a verifiable timeline of modifications. The architecture distinguishes itself through an index-based sta

    Git is a foundational version control system implemented in C with a command-line interface, self-contained binary execution, and low-level content-addressable storage.

    CDistributedCollaborative Software RepositoriesCommand Line Interfaces
    View on GitHub↗61,518
  • docker/dockerdocker avatar

    docker/docker

    71,736View on GitHub↗

    Docker is an OCI container engine and runtime orchestrator used to build, run, and manage isolated applications. It functions as a container image builder for creating portable snapshots of applications and a registry manager for storing, versioning, and distributing those images across environments. The platform provides a centralized daemon to control the creation, execution, and termination of containerized workloads. It allows for the assembly of modular container systems by combining build tools, registries, and runtimes. Its core capabilities cover container image creation, registry ad

    Docker is an OCI container engine and runtime orchestrator that provides high-performance, low-level systems software with a command-line interface, self-contained binary architecture, and concurrency support for containerized workloads.

    GoOCI Container EnginesApplication Isolation ContainersClient-Server Daemon Architectures
    View on GitHub↗71,736
  • homebrew/brewHomebrew avatar

    Homebrew/brew

    48,527View on GitHub↗

    Homebrew is a command-line package management tool designed to automate the installation, configuration, and maintenance of software on local development environments. It functions as a cross-platform software distributor, enabling users to install tools from pre-compiled binary archives or source code without requiring administrative privileges. By managing complex dependency trees and versioning, it ensures that software remains consistent and compatible across different system architectures. The project distinguishes itself through a declarative approach to system configuration, allowing u

    Homebrew is a low-level command-line package management utility that operates as a self-contained developer tool for managing local software environments and dependencies with high performance.

    RubyPackage InstallersPackage ManagersPackage Definitions
    View on GitHub↗48,527
  • curl/curlcurl avatar

    curl/curl

    42,214View on GitHub↗

    Curl is a command-line tool and portable library for transferring data across a wide range of network protocols. It functions as a unified engine that abstracts diverse communication standards, allowing users and developers to move files and information between servers using a consistent interface. The project provides both a versatile command-line client for terminal-based automation and a stable programmatic interface for integrating complex network operations into applications. The system is distinguished by its protocol-agnostic core and its ability to manage both synchronous and asynchro

    This repository provides a high-performance, low-level command-line tool and portable library for data transfer, squarely matching the systems software and developer utility category.

    CCertificate VerificationHTTP ClientsMulti-Protocol Transfer Libraries
    View on GitHub↗42,214
  • nginx/nginxnginx avatar

    nginx/nginx

    30,903View on GitHub↗

    Nginx is a high-performance HTTP server and reverse proxy designed to handle high-concurrency traffic through an efficient, event-driven architecture. It functions as a versatile traffic management gateway and content delivery accelerator, providing the infrastructure necessary to route client requests, balance loads across backend servers, and serve static assets with minimal resource consumption. The project distinguishes itself through a master-worker process model that separates configuration management from request processing, ensuring stable operations under heavy load. Its modular requ

    Nginx is a foundational systems software project written in C that delivers high-performance networking, concurrency management, and reverse proxying through a low-level event-driven architecture.

    CEvent LoopsHTTP ServersLoad Balancers
    View on GitHub↗30,903
  • openssl/opensslopenssl avatar

    openssl/openssl

    29,596View on GitHub↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    OpenSSL provides a high-performance, low-level cryptographic library and command-line utility implemented in C, serving as a core infrastructure component for secure communications and developer systems.

    CCryptographic LibrariesCryptographic ToolkitsCryptographic Providers
    View on GitHub↗29,596
  • apple/foundationdbapple avatar

    apple/foundationdb

    16,446View on GitHub↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    FoundationDB is a high-performance, low-level distributed key-value store implemented in C++ that serves as a core infrastructure component for scalable, transactional data systems.

    C++ACID-CompliantDistributed Key-Value StoresKey-Value
    View on GitHub↗16,446
  • aria2/aria2aria2 avatar

    aria2/aria2

    41,216View on GitHub↗

    Aria2 is a multi-protocol command-line download manager designed to maximize bandwidth utilization by retrieving files from multiple sources and protocols simultaneously. It functions as an asynchronous, event-driven engine that handles complex download lifecycles, including peer-to-peer transfers via BitTorrent, while ensuring data integrity through continuous chunk-based verification. The utility distinguishes itself through its ability to act as a background process that can be controlled programmatically via a remote procedure call interface. This allows external applications to manage, m

    Aria2 is a high-performance, command-line systems utility written in C++ that handles multi-source and multi-protocol downloads with concurrent execution and remote procedure call capabilities.

    C++BitTorrent EnginesDownload ManagersMulti-Protocol Clients
    View on GitHub↗41,216
  • cloudflare/quichecloudflare avatar

    cloudflare/quiche

    11,563View on GitHub↗

    This project is a memory-safe implementation of the QUIC transport protocol and HTTP/3, designed for high-throughput and efficient network communication. It provides a comprehensive toolkit for building secure, low-latency network applications by managing the full lifecycle of transport connections, including protocol negotiation, stream data exchange, and connection state management. The library distinguishes itself through a focus on performance and protocol integrity. It utilizes a formal state machine to enforce strict adherence to transport rules and employs zero-copy buffer management t

    This project is a low-level memory-safe implementation of the QUIC transport protocol and HTTP/3 written in Rust, fitting the developer infrastructure category well even though it functions as a library toolkit rather than a standalone CLI application.

    RustZero-Copy MechanismsLow-Latency Data Transmission
    View on GitHub↗11,563
  • crystal-lang/crystalcrystal-lang avatar

    crystal-lang/crystal

    20,299View on GitHub↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Crystal is a compiled, statically typed programming language with high performance and a concurrent runtime that compiles down to self-contained binaries, fulfilling the low-level developer utility criteria despite not being a standalone infrastructure tool.

    CrystalStatic BinariesCompiled Binaries
    View on GitHub↗20,299
  • jj-vcs/jjjj-vcs avatar

    jj-vcs/jj

    29,746View on GitHub↗

    Jujutsu is a distributed version control engine designed to manage project history through mutable commits and a persistent operation log. By treating the working directory as a mutable commit, it eliminates the need for manual staging areas, allowing users to modify repository history directly without checking out specific branches. The system maintains full compatibility with existing remote repositories, ensuring that local workflows remain interoperable with standard version control ecosystems. A defining characteristic of the project is its conflict-aware architecture, which treats merge

    Jujutsu is a high-performance version control engine implemented in Rust with a command-line interface and concurrency support, making it a powerful developer utility that fits the systems and tooling domain.

    RustVersion Control SystemsGit Interoperability LayersMutable Working Copies
    View on GitHub↗29,746
  • jesseduffield/lazygitjesseduffield avatar

    jesseduffield/lazygit

    79,339View on GitHub↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without relying solely on manual command-line input. The tool distinguishes itself by automating complex version control tasks that typically require multiple manual steps. It provides specialized interfaces for interactive rebasing, commit history amendment, and binary search-based regress

    Lazygit is a terminal-based developer utility that provides a high-performance, keyboard-driven interface for managing Git workflows as a self-contained binary.

    GoTerminal-Based Version Control InterfacesVersion Control InterfacesInteractive Workflow Managers
    View on GitHub↗79,339
  • wilfred/difftasticWilfred avatar

    Wilfred/difftastic

    24,175View on GitHub↗

    Difftastic is a syntax-aware structural diff tool written in Rust that provides a high-performance command-line utility for comparing code files based on their parse trees.

    RustStructural Diff UtilitiesSyntax-Aware DiffingComparison Engines
    View on GitHub↗24,175
  • restic/resticrestic avatar

    restic/restic

    34,445View on GitHub↗

    This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an encrypted backup tool that stores data as deduplicated chunks, ensuring that every piece of information is identified by a cryptographic hash to maintain integrity across all backups. By applying strong encryption and message authentication codes to both data and metadata, the software prevents unauthorized access and detects potential tampering. The tool distinguishes itself through a backend-agnostic storage abstraction that allows users to maintain repositories across diverse

    Restic is a high-performance, command-line-driven backup utility implemented in Go with strong encryption and deduplication, fitting the category of low-level systems software despite lacking a generalized extensible architecture.

    GoAuthenticated EncryptionDeduplication Backup ToolsEncrypted Storage Solutions
    View on GitHub↗34,445
  • kubernetes/kuberneteskubernetes avatar

    kubernetes/kubernetes

    123,197View on GitHub↗

    Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current system state against user-defined configurations to ensure desired operational outcomes. The system relies on a centralized API-driven interface and a replicated key-value store to maintain a consistent source of truth for all cluster objects. The platform distinguishes itself throu

    Kubernetes is a distributed container orchestration platform providing low-level cluster management, declarative automation, and concurrency support, though it is a large-scale infrastructure controller rather than a compact developer utility.

    GoDeclarative Reconciliation EnginesDistributed Container OrchestrationPlatforms
    View on GitHub↗123,197
  • nodejs/nodenodejs avatar

    nodejs/node

    117,932View on GitHub↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime includes a broad set of built-in modules for system-level operations, such as file system interaction, network communication across various protocols, and cryptographic security. It supports multiple module systems, native binary addon integration, and diagnostic tools for monitorin

    This project is a high-performance JavaScript runtime and infrastructure component that provides low-level system operations, concurrency, and extensibility, fitting the scope of developer utilities and systems software.

    JavaScriptEvent EmittersCryptographic OperationsDebugging Tools
    View on GitHub↗117,932
  • denoland/denodenoland avatar

    denoland/deno

    107,110View on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system, network, and environment variables. The runtime natively supports modern web-standard APIs, ensuring consistent behavior and portability across different environments. What distinguishes Deno is its integrated approach to the software development lifecycle. It bundles essentia

    Deno is a high-performance JavaScript and TypeScript runtime built in Rust that provides a self-contained binary, sandbox security, and developer utility tooling, making it a strong systems-level developer tool even though it is centered on language execution rather than traditional low-level systems programming.

    RustJavaScript RuntimesRuntime Permission PoliciesSecure JavaScript Runtimes
    View on GitHub↗107,110
  • redis/redisredis avatar

    redis/redis

    74,906View on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongsid

    Redis is a high-performance, in-memory key-value database implemented in C with a command-line interface, serving as a low-level infrastructure component and data utility.

    CActive-Active Database ClustersDistributed CachesDistributed State Management
    View on GitHub↗74,906
  • prometheus/prometheusprometheus avatar

    prometheus/prometheus

    64,569View on GitHub↗

    Prometheus is a comprehensive monitoring and alerting platform designed to track infrastructure health and application performance. It functions as a time series database that ingests, indexes, and queries high-frequency numerical data points. By utilizing a pull-based model, the system periodically collects multi-dimensional metrics from monitored targets, storing them in an optimized block storage format that supports high-throughput ingestion and efficient historical analysis. The platform distinguishes itself through a specialized query engine that enables real-time analysis of performanc

    Prometheus is a high-performance, Go-based monitoring and time-series database providing low-level infrastructure telemetry, though it operates as a full monitoring platform rather than a general-purpose systems utility.

    GoOperational Health and AlertingTime SeriesTime-Series Block Storage
    View on GitHub↗64,569
  • tmux/tmuxtmux avatar

    tmux/tmux

    46,643View on GitHub↗

    This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t

    This terminal multiplexer provides low-level process control and session management via a command-line interface written in C, fitting the systems software category well despite lacking explicit custom concurrency extensions.

    CTerminal MultiplexersTerminal EmulatorsPersistent Session Managers
    View on GitHub↗46,643
  • fish-shell/fish-shellfish-shell avatar

    fish-shell/fish-shell

    33,687View on GitHub↗

    This project is an interactive command-line shell designed to provide a user-friendly terminal environment for system interaction and task automation. It functions as both an interactive interface for developers and a scripting runtime, featuring a clean, consistent syntax that simplifies command execution and process management. The shell distinguishes itself through a focus on discoverability and real-time feedback. It includes a predictive suggestion engine that offers command completions and history-based hints as you type, alongside a dedicated parser that provides immediate visual feedb

    This command-line shell provides a high-performance, interactive terminal environment with built-in parsers, syntax highlighting, and completion systems, making it a robust systems-level utility for developers.

    RustShells & ScriptingAutomation FrameworksInteractive Command Interfaces
    View on GitHub↗33,687
  • htop-dev/htophtop-dev avatar

    htop-dev/htop

    8,126View on GitHub↗

    htop is a terminal-based system resource monitor and interactive process viewer. It functions as a text-user interface dashboard for overseeing hardware temperatures, load averages, and battery status while providing a comprehensive tool for monitoring and managing system processes. The application distinguishes itself through detailed process lifecycle management, allowing users to kill processes, adjust priorities via renicing, and assign CPU affinity to specific cores. It provides high-level visibility into system behavior through process hierarchy visualization and the ability to inspect

    Htop is a terminal-based system resource monitor implemented in C that provides low-level process management and hardware monitoring via a command-line interface, though it focuses on interactive monitoring rather than an extensible developer infrastructure component.

    CProcess MonitorsReal-Time Monitoring DashboardsCPU Utilization Monitoring
    View on GitHub↗8,126
  • shirou/gopsutilshirou avatar

    shirou/gopsutil

    11,866View on GitHub↗

    This library provides a cross-platform toolkit for retrieving system metrics and managing processes. It functions as a unified interface for accessing low-level hardware and operating system data, allowing developers to monitor CPU, memory, disk, and network usage across diverse computing architectures without requiring external dependencies. The project distinguishes itself through its ability to maintain consistent data structures across different operating systems by parsing native system headers and wrapping low-level system calls. It includes specialized support for containerized environ

    This library provides low-level system metrics and process management across platforms, fulfilling the systems utility category despite functioning as an embeddable package rather than a standalone binary.

    GoSystem MetricsProcess ManagersSystem Resource Monitors
    View on GitHub↗11,866
  • c3lang/c3cc3lang avatar

    c3lang/c3c

    5,147View on GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    This repository provides the C3 compiler as a self-contained systems development tool, though it is a programming language implementation rather than a general systems utility or infrastructure component.

    C3Error ManagementLLVM-Based CompilersSource Code Compilers
    View on GitHub↗5,147
  • scala/scalascala avatar

    scala/scala

    14,548View on GitHub↗

    Scala is a statically typed programming language and compiler that combines object-oriented and functional programming paradigms. It serves as a cross-platform runtime language capable of targeting the Java Virtual Machine and JavaScript to share logic between backend servers and web frontends. The project provides a functional programming framework with immutable data structures and higher-order functions to build reliable concurrent and distributed applications. It distinguishes itself through deep interoperability with Java and JavaScript ecosystems and the ability to transform code into n

    Scala is a general-purpose programming language and compiler runtime rather than a developer utility or systems software tool, making it a broader language ecosystem than the requested component type.

    ScalaFunctional Programming FrameworksBig Data ProcessingClosure Captures
    View on GitHub↗14,548
  • facebookincubator/veloxfacebookincubator avatar

    facebookincubator/velox

    4,155View on GitHub↗

    Velox is a high-performance C++ query execution engine and columnar data processing library. It serves as a composable framework for implementing analytical query engines, providing a vectorized expression evaluator and a toolkit for data management systems. The project is distinguished by its use of vectorized columnar execution and arena-based memory allocation to process large-scale datasets. It features specialized optimizations such as broadcast join table caching, dynamic filter push-down, and dictionary encoding to reduce memory overhead and accelerate analytical reads. The engine cov

    Velox is a high-performance C++ query execution engine and columnar data processing library that serves as a low-level foundational component for analytical systems, matching the requirement for systems software and developer infrastructure.

    C++Analytical Query EnginesColumnar Batch VectorizationVectorized Execution Engines
    View on GitHub↗4,155
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
probonopd/appimagekit9.3KCNOASSERTIONJun 9, 2025
just-js/just3.8KJavaScriptMITNov 17, 2023
appimage/appimagekit9.3KCNOASSERTIONJun 9, 2025
sipeed/picoclaw29.4KGoMITJun 16, 2026
torvalds/linux237.4KCNOASSERTIONJun 23, 2026
php/frankenphp11.2KGoMITJun 15, 2026
git/git61.5KCNOASSERTIONJun 15, 2026
docker/docker71.7KGoApache-2.0Jun 25, 2026
homebrew/brew48.5KRubyBSD-2-ClauseJun 16, 2026
curl/curl42.2KCNOASSERTIONJun 23, 2026

Related searches

  • a tool for managing monorepo codebases
  • Developer resource directory
  • a static site generator for technical documentation
  • a collection of essential software development tools
  • repository information viewers
  • Code browser
  • a collection of technical books for developers
  • Technical publishing platforms