awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Programming Languages & Runtimes · Awesome GitHub Repositories

114 repos

Awesome GitHub RepositoriesProgramming Languages & Runtimes

This category includes programming languages, their features, runtimes, compilers, and related tooling and environments.

Explore 114 awesome GitHub repositories matching programming languages & runtimes · Programming Languages & Runtimes. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes

Awesome Programming Languages & Runtimes GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    TypeScript
  • meilisearch/meilisearch

    meilisearch/meilisearch

    55,992GitHubView on GitHub↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    Rustaiapiapp-search
  • golang-standards/project-layout

    golang-standards/project-layout

    55,386GitHubView on GitHub↗

    This project provides a standardized directory layout pattern that establishes a predictable structure for organizing source code, configuration files, and documentation. It serves as a community-driven framework designed to improve project maintainability, simplify developer onboarding, and ensure consistency across l

    Makefilegogolangproject-structure
  • deepfakes/faceswap

    deepfakes/faceswap

    54,974GitHubView on GitHub↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users

    Pythondeep-face-swapdeep-learningdeep-neural-networks
  • lencx/ChatGPT

    lencx/ChatGPT

    54,391GitHubView on GitHub↗

    This project is a cross-platform desktop application that wraps web-based interfaces into a standalone, native container. By utilizing a webview-based rendering engine, it allows users to access web services as local applications on Windows, macOS, and Linux without requiring a full browser installation. The applicati

    Rustaiappapplication
  • psf/requests

    psf/requests

    53,829GitHubView on GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into

    Pythonclientcookiesforhumans
  • karpathy/nanoGPT

    karpathy/nanoGPT

    53,461GitHubView on GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predi

    Python
  • ultralytics/ultralytics

    ultralytics/ultralytics

    53,426GitHubView on GitHub↗

    Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification

    Pythonclicomputer-visiondeep-learning
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript
  • mozilla/pdf.js

    mozilla/pdf.js

    52,848GitHubView on GitHub↗

    This project is a portable document rendering engine designed to parse and display complex document layouts directly within standard web browser environments. It functions as a web-native viewer that enables the presentation of documents without requiring external software or browser plugins. The engine utilizes a can

    JavaScript
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Kotlincompilergradle-pluginintellij-plugin
  • TryGhost/Ghost

    TryGhost/Ghost

    51,857GitHubView on GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web

    JavaScriptbloggingcmsghost
  • typst/typst

    typst/typst

    51,468GitHubView on GitHub↗

    Typst is a programmable, markup-based typesetting engine designed for professional document creation. It functions as a scriptable publishing toolchain that transforms plain text and code into complex, paginated outputs. By utilizing a high-performance compiler, the system automates document assembly, mathematical rend

    Rustcompilermarkuptypesetting
  • PowerShell/PowerShell

    PowerShell/PowerShell

    51,453GitHubView on GitHub↗

    PowerShell is a cross-platform task automation and configuration management framework. It functions as an object-oriented shell environment and a dynamic scripting language, enabling users to interact with system interfaces and manage infrastructure through a unified command-line interface. By executing as a managed ap

    C#command-linehacktoberfestlinux
Prev123456Next

Browse tags

  • Client Libraries1 sub-tagLanguage-specific libraries that enable applications to interact with remote services or APIs.
  • Compiler and Interpreter Internals4 sub-tagsLow-level infrastructure, architectural components, and internal mechanisms used to parse, optimize, and execute code.
  • Development Indices1 sub-tagComprehensive directories and indexes tracking development resources across multiple programming languages.
  • Execution Utilities1 sub-tagTools that manage the timing and scheduling of code execution within a runtime environment.
  • Input/Output Streams1 sub-tagInterfaces and utilities for reading from and writing to standard data streams.
  • Language Ecosystems and Tooling6 sub-tagsBroad collections of libraries, package managers, and development environments specific to particular language families or general development workflows.
  • Language Features and Paradigms4 sub-tagsSpecific syntactic constructs, concurrency models, and type system capabilities that define how developers write logic.
  • Language Infrastructure1 sub-tagCore components and toolchains required to build, compile, and manage programming language environments.
  • Language Interoperability7 sub-tagsMechanisms and bridges that allow different programming languages to communicate and share data.
  • Language Specifications and Standards3 sub-tagsFormal definitions, evolution roadmaps, and compliance standards that govern how a language is structured and maintained.
  • Programming Language Varieties4 sub-tagsCategorizations of languages based on their primary use case, such as scripting, domain-specific, or general-purpose application development.
  • Programming Snippets1 sub-tagReusable code fragments and small utility functions for common programming tasks.
  • Programming Utilities10 sub-tagsGeneral-purpose libraries and utilities for data structures, text, and common programming tasks.
  • Runtime Execution Environments4 sub-tagsPlatforms, virtual machines, and specialized environments that host and manage the lifecycle of running applications.