awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesFramework Support

Plugins that provide integration for specific development frameworks and languages.

Explore 6 awesome GitHub repositories matching part of an awesome list · Framework Support. Refine with filters or upvote what's useful.

Awesome Framework Support GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/rusttrainingAvatar microsoft

    microsoft/RustTraining

    14,636Vezi pe GitHub↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Implements a transition framework mapping C++, managed, and dynamic languages to Rust idioms.

    Rust
    Vezi pe GitHub↗14,636
  • languagetool-org/languagetoolAvatar languagetool-org

    languagetool-org/languagetool

    14,597Vezi pe GitHub↗

    LanguageTool is a multilingual grammar and style checking engine designed to detect spelling, grammar, and writing errors across multiple languages. It provides automated proofreading capabilities that can be deployed as a self-hosted server or executed as a standalone local desktop application. The project distinguishes itself through a flexible rule development framework, allowing linguistic patterns to be defined via XML or implemented as custom Java classes. It utilizes n-gram frequency modeling for confused word detection and supports neural word embeddings to improve disambiguation betw

    Provides a framework for adding new languages by defining modules and writing custom error detection rules.

    Javagrammarnatural-languagenatural-language-processing
    Vezi pe GitHub↗14,597
  • facebook/pyreflyAvatar facebook

    facebook/pyrefly

    5,390Vezi pe GitHub↗

    Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi

    Provides native static analysis type inference for Django, Pydantic, and similar frameworks without plugins.

    Rustcode-qualitycontributions-welcomegood-first-issue
    Vezi pe GitHub↗5,390
  • saltyshiomix/nextronAvatar saltyshiomix

    saltyshiomix/nextron

    4,420Vezi pe GitHub↗

    Nextron este un framework pentru construirea de aplicații desktop cross-platform prin integrarea Next.js cu un shell Electron. Servește drept instrument de build care compilează interfețele utilizator bazate pe web în bundle-uri desktop standalone instalabile. Proiectul oferă boilerplate-uri de aplicații desktop și șabloane pre-configurate pentru a inițializa proiecte. Include un handler de schemă URL custom care permite înregistrarea de protocoale unice pentru a lansa aplicația desktop direct dintr-un browser web. Toolkit-ul acoperă automatizarea build-ului de aplicații desktop, inclusiv compilarea și împachetarea codului sursă în instalatoare distribuibile pentru mai multe sisteme de operare. Suportă randarea prin export static și oferă un mod de dezvoltare pentru iterație rapidă cu actualizări live.

    Provides specialized support for integrating the Next.js framework with the Electron desktop runtime.

    TypeScript
    Vezi pe GitHub↗4,420
  • premake/premake-coreAvatar premake

    premake/premake-core

    3,566Vezi pe GitHub↗

    Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f

    Allows extending the build system with modular support for new languages and frameworks through add-on modules.

    Cchacktoberfestlua
    Vezi pe GitHub↗3,566
  • flutter/flutter-intellijF

    flutter/flutter-intellij

    0Vezi pe GitHub↗

    An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web.

    Provides support for building cross-platform mobile applications.

    Vezi pe GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Framework Support

Explorează sub-etichetele

  • Desktop Runtime IntegrationsIntegrations that enable web frameworks to operate within a native desktop shell environment. **Distinct from Framework Support:** Distinct from Framework Support: focuses specifically on the bridge between web frameworks and native desktop runtimes like Electron.
  • GGUFLists of software frameworks capable of loading and running GGUF model files for inference. **Distinct from Framework Support:** Distinct from Framework Support: specifically catalogs frameworks supporting the GGUF model format rather than general development framework integrations.
  • Language Transition ModulesEducational modules designed to bridge the conceptual gap between different programming paradigms and languages. **Distinct from Language and Framework Support Modules:** Focuses on conceptual education for developers, not build-system support modules.
  • Language and Framework Support Modules1 sub-tagAdd-on modules that enable the build system to support new programming languages and frameworks. **Distinct from Framework Support:** Distinct from Framework Support: refers specifically to build-system modules that enable toolset support, not plugin integrations for a specific framework.