awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to move-language/move

Open-source alternatives to Move

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

  • transcranial/keras-jstranscranial 的头像

    transcranial/keras-js

    4,963在 GitHub 上查看↗

    Keras-js is a JavaScript inference engine and browser-based machine learning framework designed to execute pre-trained Keras neural networks. It allows for client-side model inference in web browsers or Node.js environments without the requirement of a backend server. The library utilizes a WebGL tensor accelerator to map mathematical operations to the graphics processor for hardware acceleration. To maintain user interface responsiveness during heavy computations, it incorporates a web worker inference runtime that executes neural network processing in background threads. The system support

    JavaScript
    在 GitHub 上查看↗4,963
  • olsf/libraOLSF 的头像

    OLSF/libra

    243在 GitHub 上查看↗

    A reference implementation of a neutral replicated state machine. Forked from the Libra/Diem technologies.

    Rust
    在 GitHub 上查看↗243
  • nerox8664/pytorch2kerasnerox8664 的头像

    nerox8664/pytorch2keras

    861在 GitHub 上查看↗

    PyTorch to Keras model convertor

    Python
    在 GitHub 上查看↗861
  • facebook/react-nativefacebook 的头像

    facebook/react-native

    126,019在 GitHub 上查看↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    在 GitHub 上查看↗126,019

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • starcoinorg/starcoin-frameworkS

    starcoinorg/starcoin-framework

    0在 GitHub 上查看↗

    halley: latest - proxima: v11 - barnard: v11 - main: v11

    在 GitHub 上查看↗0
  • transmissions11/solmatetransmissions11 的头像

    transmissions11/solmate

    4,288在 GitHub 上查看↗

    Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart contracts on the Solana blockchain. It provides a set of standardized tools including an access control framework for managing user roles and ownership, a high-precision fixed-point math library for decimal and signed integer calculations, and a Merkle proof verifier for validating data inclusion. The project provides secure token implementations for issuing and transferring fungible and non-fungible tokens. These implementations include safety checks to prevent silent failures dur

    Solidity
    在 GitHub 上查看↗4,288
  • 3dparallax/insight3Dparallax 的头像

    3Dparallax/insight

    914在 GitHub 上查看↗

    A helpful Chrome extension for WebGL development

    JavaScript
    在 GitHub 上查看↗914
  • 30-seconds/30-seconds-of-code30-seconds 的头像

    30-seconds/30-seconds-of-code

    128,130在 GitHub 上查看↗

    This project is a developer knowledge base and a curated library of programming code snippets. It serves as a multi-language coding reference that provides short technical articles and reusable code samples to help developers implement common programming patterns. The resource functions as a multi-language syntax reference, allowing for the comparison of logic and functionality across different programming environments. It focuses on programming pattern learning and coding skill improvement through a collection of optimized patterns and best practices. The platform includes capabilities for

    JavaScript
    在 GitHub 上查看↗128,130
  • 0xax/erlang-bookmarks0xAX 的头像

    0xAX/erlang-bookmarks

    1,154在 GitHub 上查看↗

    All about erlang programming language powerd by community

    在 GitHub 上查看↗1,154
  • a8m/pba8m 的头像

    a8m/pb

    598在 GitHub 上查看↗

    Console progress bar for Rust

    Rust
    在 GitHub 上查看↗598
  • aaronbannin/looker-genaaronbannin 的头像

    aaronbannin/looker-gen

    23在 GitHub 上查看↗

    Looker Gen

    Python
    在 GitHub 上查看↗23
  • abhigyanpatwari/gitnexusabhigyanpatwari 的头像

    abhigyanpatwari/GitNexus

    42,282在 GitHub 上查看↗
    TypeScript
    在 GitHub 上查看↗42,282
  • abkmystery/aneeabkmystery 的头像

    abkmystery/ANEE

    1在 GitHub 上查看↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    在 GitHub 上查看↗1
  • abseil/abseil-cppabseil 的头像

    abseil/abseil-cpp

    17,334在 GitHub 上查看↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    在 GitHub 上查看↗17,334
  • 847850277/postman-gpui847850277 的头像

    847850277/postman-gpui

    48在 GitHub 上查看↗

    Postman GPUI is a simple graphical user interface application for making HTTP requests, inspired by Postman. This application allows users to create, manage, and send HTTP requests and view the responses in a user-friendly manner.

    Rust
    在 GitHub 上查看↗48
  • 21st-dev/magic-mcp21st-dev 的头像

    21st-dev/magic-mcp

    4,992在 GitHub 上查看↗

    Magic MCP is a Model Context Protocol server and AI component generator that translates natural language descriptions into functional user interface code. It acts as an LLM design orchestrator, producing responsive web elements and layouts anchored on utility-first CSS styling patterns. The system features a side-by-side variation engine that generates multiple stylistic interpretations of a single prompt for comparative selection. It incorporates SVG-based asset integration for branding and iconography and utilizes template-based assembly to combine pre-defined style patterns with user-speci

    TypeScript
    在 GitHub 上查看↗4,992
  • adafruit/awesome-circuitpythonadafruit 的头像

    adafruit/awesome-circuitpython

    733在 GitHub 上查看↗

    A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

    adafruitawesomeawesome-list
    在 GitHub 上查看↗733
  • activeloopai/hubactiveloopai 的头像

    activeloopai/Hub

    9,177在 GitHub 上查看↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    C++
    在 GitHub 上查看↗9,177
  • adamfisk/littleproxyadamfisk 的头像

    adamfisk/LittleProxy

    2,123在 GitHub 上查看↗

    High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers.

    PHP
    在 GitHub 上查看↗2,123
  • adamian98/pulseadamian98 的头像

    adamian98/pulse

    8,014在 GitHub 上查看↗

    Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo upsampling tool that increases image resolution by exploring the latent space of pre-trained generative models to synthesize high-quality details. The system includes a face image alignment tool designed to standardize the scale and orientation of raw facial photos. This preprocessing utility prepares images for higher resolution processing by aligning and downscaling faces to a standard orientation. The project covers AI image super-resolution and generative photo upscaling,

    Python
    在 GitHub 上查看↗8,014
  • adiny/moodtrip-hotel-searchadiny 的头像

    adiny/moodtrip-hotel-search

    1在 GitHub 上查看↗

    Claude and Openclaw AI skill for hotel search & booking via MoodTrip.ai MCP server

    在 GitHub 上查看↗1
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • adolfousier/opencrabsadolfousier 的头像

    adolfousier/opencrabs

    808在 GitHub 上查看↗

    The autonomous, self-improving AI agent. Single Rust binary. Every channel.

    Rust
    在 GitHub 上查看↗808
  • adolfousier/ratifactadolfousier 的头像

    adolfousier/ratifact

    87在 GitHub 上查看↗

    Track and manage build artifacts from multiple programming languages.

    Rust
    在 GitHub 上查看↗87
  • adrientorris/awesome-blazorAdrienTorris 的头像

    AdrienTorris/awesome-blazor

    9,307在 GitHub 上查看↗
    asp-net-coreaspnetcoreawesome
    在 GitHub 上查看↗9,307
  • aerogear/graphbackaerogear 的头像

    aerogear/graphback

    408在 GitHub 上查看↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    在 GitHub 上查看↗408
  • ag14774/diffdistag14774 的头像

    ag14774/diffdist

    62在 GitHub 上查看↗
    Python
    在 GitHub 上查看↗62
  • agarrharr/awesome-cli-appsagarrharr 的头像

    agarrharr/awesome-cli-apps

    18,722在 GitHub 上查看↗

    This project is a curated directory of command line applications and utilities designed to enhance developer productivity and streamline technical workflows. It serves as a comprehensive index of open-source software, categorizing tools that assist with system administration, development automation, and personal task management. The repository distinguishes itself by providing a structured collection of terminal-based software that spans diverse functional domains. It includes resources for managing infrastructure and cloud resources, performing code maintenance, and customizing terminal envi

    Shellawesomeawesome-listcli
    在 GitHub 上查看↗18,722
  • agentbay-ai/agentbay-skillsagentbay-ai 的头像

    agentbay-ai/agentbay-skills

    42在 GitHub 上查看↗

    English | 中文

    Python
    在 GitHub 上查看↗42
  • 64bit/commandok64bit 的头像

    64bit/commandOK

    39在 GitHub 上查看↗

    commandOK is a Spotlight-like command generator for your terminal. Pops up when you need it and gets out of the way when you don't.

    Rust
    在 GitHub 上查看↗39