20241101 new update

This commit is contained in:
go2coding 2024-11-01 08:40:25 +08:00
parent 2af4a99955
commit 884c288229
2 changed files with 344 additions and 0 deletions

View File

@ -0,0 +1,9 @@
## 2024-11-01
#### c
* [haad / proxychains](https://github.com/haad/proxychains):proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.
#### c++
* [mortennobel / cpp-cheatsheet](https://github.com/mortennobel/cpp-cheatsheet):Modern C++ Cheatsheet
#### python
* [timescale / pgai](https://github.com/timescale/pgai):A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
#### javascript
* [xszyou / Fay](https://github.com/xszyou/Fay):Fay is an open-source digital human framework integrating language models and digital characters. It offers retail, assistant, and agent versions for diverse applications like virtual shopping guides, broadcasters, assistants, waiters, teachers, and voice or text-based mobile assistants.

View File

@ -0,0 +1,335 @@
## 2024-11-01
#### c
* [bol-van / zapret](https://github.com/bol-van/zapret):DPI bypass multi platform
* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC
* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II
* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples):
* [pr3y / Bruce](https://github.com/pr3y/Bruce):Predatory ESP32 Firmware
* [tmux / tmux](https://github.com/tmux/tmux):tmux source code
* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
* [open-mpi / ompi](https://github.com/open-mpi/ompi):Open MPI main development repository
* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C
* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk):
* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD
* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
* [haad / proxychains](https://github.com/haad/proxychains):proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.
* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning
* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor
* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library
* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres
* [labwc / labwc](https://github.com/labwc/labwc):A Wayland window-stacking compositor
* [asterisk / asterisk](https://github.com/asterisk/asterisk):The official Asterisk Project repository.
* [stephane / libmodbus](https://github.com/stephane/libmodbus):A Modbus library for Linux, Mac OS, FreeBSD and Windows
* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs.
#### c#
* [confluentinc / confluent-kafka-dotnet](https://github.com/confluentinc/confluent-kafka-dotnet):Confluent's Apache Kafka .NET client
* [huiyadanli / RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher):A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁我已经看到了撤回也没用了
* [Unity-Technologies / ml-agents](https://github.com/Unity-Technologies/ml-agents):The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
* [microsoft / garnet](https://github.com/microsoft/garnet):Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
* [thomhurst / TUnit](https://github.com/thomhurst/TUnit):A modern, fast and flexible .NET testing framework
* [kgrzybek / modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd):Full Modular Monolith application with Domain-Driven Design approach.
* [Azure / azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net):This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
* [space-wizards / space-station-14](https://github.com/space-wizards/space-station-14):A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
* [microsoft / semantic-kernel](https://github.com/microsoft/semantic-kernel):Integrate cutting-edge LLM technology quickly and easily into your apps
* [AvaloniaUI / Avalonia](https://github.com/AvaloniaUI/Avalonia):Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
* [jasontaylordev / CleanArchitecture](https://github.com/jasontaylordev/CleanArchitecture):Clean Architecture Solution Template for ASP.NET Core
* [Pik-4 / HsMod](https://github.com/Pik-4/HsMod):Hearthstone Modification Based on BepInEx
* [SnaffCon / Snaffler](https://github.com/SnaffCon/Snaffler):a tool for pentesters to help find delicious candy, by @l0ss and @Sh3r4 ( Twitter: @/mikeloss and @/sh3r4_hax )
* [Azure-Samples / cognitive-services-speech-sdk](https://github.com/Azure-Samples/cognitive-services-speech-sdk):Sample code for the Microsoft Cognitive Services Speech SDK
* [bloxstraplabs / bloxstrap](https://github.com/bloxstraplabs/bloxstrap):An alternative bootstrapper for Roblox with a bunch of extra features.
* [btcpayserver / btcpayserver](https://github.com/btcpayserver/btcpayserver):Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
* [pythonnet / pythonnet](https://github.com/pythonnet/pythonnet):Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
* [actions / runner](https://github.com/actions/runner):The Runner for GitHub Actions 🚀
* [radzenhq / radzen-blazor](https://github.com/radzenhq/radzen-blazor):Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
* [RayWangQvQ / BiliBiliToolPro](https://github.com/RayWangQvQ/BiliBiliToolPro):B 站bilibili自动任务工具支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
#### c++
* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework
* [iree-org / iree](https://github.com/iree-org/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit.
* [mortennobel / cpp-cheatsheet](https://github.com/mortennobel/cpp-cheatsheet):Modern C++ Cheatsheet
* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
* [firebase / firebase-ios-sdk](https://github.com/firebase/firebase-ios-sdk):Firebase SDK for Apple App Development
* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor
* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React
* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools:
* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place!
* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research.
* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library
* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):LLM inference in C/C++
* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe):
* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio the Free and Open Software Radio Ecosystem
* [leejet / stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp):Stable Diffusion and Flux in pure C/C++
* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone
* [defold / defold](https://github.com/defold/defold):Defold is a completely free to use game engine for development of desktop, mobile and web games.
#### java
* [elastic / elasticsearch](https://github.com/elastic/elasticsearch):Free and Open Source, Distributed, RESTful Search Engine
* [apache / skywalking](https://github.com/apache/skywalking):APM, Application Performance Monitoring System
* [CodePhiliaX / Chat2DB](https://github.com/CodePhiliaX/Chat2DB):🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
* [qaiu / netdisk-fast-download](https://github.com/qaiu/netdisk-fast-download):各类网盘直链解析, 已支持蓝奏云/奶牛快传/移动云云空间/QQ邮箱中转站/小飞机盘/亿方云/123云盘等. 预览地址 https://lz.qaiu.top
* [weixiansen574 / HybridFileXfer](https://github.com/weixiansen574/HybridFileXfer):多轨快传同时使用USB和5G与2.4GWIFI等通道传输文件到电脑榨干手机IO
* [alibaba / arthas](https://github.com/alibaba/arthas):Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
* [apache / dolphinscheduler](https://github.com/apache/dolphinscheduler):Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
* [gunnarmorling / 1brc](https://github.com/gunnarmorling/1brc):1⃣🐝🏎 The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
* [apache / nifi](https://github.com/apache/nifi):Apache NiFi
* [doocs / advanced-java](https://github.com/doocs/advanced-java):😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
* [alibaba / spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba):Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
* [YunaiV / ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro):🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!
* [provectus / kafka-ui](https://github.com/provectus/kafka-ui):Open-Source Web UI for Apache Kafka Management
* [bazelbuild / bazel](https://github.com/bazelbuild/bazel):a fast, scalable, multi-language and extensible build system
* [thingsboard / thingsboard](https://github.com/thingsboard/thingsboard):Open-source IoT Platform - Device management, data collection, processing and visualization.
* [alibaba / druid](https://github.com/alibaba/druid):阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
* [alibaba / nacos](https://github.com/alibaba/nacos):an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
* [alibaba / easyexcel](https://github.com/alibaba/easyexcel):快速、简洁、解决大文件内存溢出的java处理Excel工具
* [dataease / dataease](https://github.com/dataease/dataease):🔥 人人可用的开源 BI 工具Tableau、帆软的开源替代。
* [gyoogle / tech-interview-for-developer](https://github.com/gyoogle/tech-interview-for-developer):👶🏻 신입 개발자 전공 지식 & 기술 면접 백과사전 📖
* [apache / pulsar](https://github.com/apache/pulsar):Apache Pulsar - distributed pub-sub messaging system
* [OpenAPITools / openapi-generator](https://github.com/OpenAPITools/openapi-generator):OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
* [mockito / mockito](https://github.com/mockito/mockito):Most popular Mocking framework for unit tests written in Java
* [Netflix / zuul](https://github.com/Netflix/zuul):Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
* [spring-projects / spring-framework](https://github.com/spring-projects/spring-framework):Spring Framework
#### Kotlin
* [gkd-kit / gkd](https://github.com/gkd-kit/gkd):基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 | An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules
* [JetBrains / compose-multiplatform](https://github.com/JetBrains/compose-multiplatform):Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
* [gedoor / legado](https://github.com/gedoor/legado):Legado 3.0 Book Reader with powerful controls & full functions❤阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
* [thunderbird / thunderbird-android](https://github.com/thunderbird/thunderbird-android):Thunderbird for Android Open Source Email App for Android (fka K-9 Mail)
* [androidx / androidx](https://github.com/androidx/androidx):Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.
* [lottie-react-native / lottie-react-native](https://github.com/lottie-react-native/lottie-react-native):Lottie wrapper for React Native.
* [yujincheng08 / BiliRoaming](https://github.com/yujincheng08/BiliRoaming):哔哩漫游解除B站客户端番剧区域限制的Xposed模块并且提供其他小功能。An Xposed module that unblocks bangumi area limit of BILIBILI with miscellaneous features.
* [bitwarden / android](https://github.com/bitwarden/android):Bitwarden mobile app for Android.
* [chenxiaolong / BCR](https://github.com/chenxiaolong/BCR):A Basic Call Recorder for rooted Android devices
* [square / okhttp](https://github.com/square/okhttp):Squares meticulous HTTP client for the JVM, Android, and GraalVM.
* [android / compose-samples](https://github.com/android/compose-samples):Official Jetpack Compose samples.
* [Leon406 / ToolsFx](https://github.com/Leon406/ToolsFx):基于kotlin+tornadoFx的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,大数运算,压缩,二维码功能,ctf等实用功能,支持插件
* [amir1376 / ab-download-manager](https://github.com/amir1376/ab-download-manager):A Download Manager that speeds up your downloads
* [mapbox / mapbox-maps-android](https://github.com/mapbox/mapbox-maps-android):Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
* [rnmapbox / maps](https://github.com/rnmapbox/maps):A Mapbox react native module for creating custom maps
* [VegaBobo / DSU-Sideloader](https://github.com/VegaBobo/DSU-Sideloader):A simple app made to help users easily install GSIs via DSU's Android feature.
* [keiyoushi / extensions-source](https://github.com/keiyoushi/extensions-source):Source code of extensions for Tachiyomi/Mihon and variants.
* [lizongying / my-tv-0](https://github.com/lizongying/my-tv-0):電視網絡視頻播放軟件,可以自定義視頻源
* [awslabs / aws-sdk-kotlin](https://github.com/awslabs/aws-sdk-kotlin):Multiplatform AWS SDK for Kotlin
* [mobile-dev-inc / maestro](https://github.com/mobile-dev-inc/maestro):Painless Mobile UI Automation
* [2dust / v2rayNG](https://github.com/2dust/v2rayNG):A V2Ray client for Android, support Xray core and v2fly core
* [JetBrains / intellij-platform-plugin-template](https://github.com/JetBrains/intellij-platform-plugin-template):Template repository for creating plugins for IntelliJ Platform
* [chrisbanes / tivi](https://github.com/chrisbanes/tivi):Tivi is a TV show tracking Android app, which connects to trakt.tv
#### Objective-C
* [OneSignal / OneSignal-iOS-SDK](https://github.com/OneSignal/OneSignal-iOS-SDK):OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
* [realm / realm-swift](https://github.com/realm/realm-swift):Realm is a mobile database: a replacement for Core Data & SQLite
* [darlinghq / darling](https://github.com/darlinghq/darling):Darwin/macOS emulation layer for Linux
* [react-native-maps / react-native-maps](https://github.com/react-native-maps/react-native-maps):React Native Mapview component for iOS + Android
* [adjust / ios_sdk](https://github.com/adjust/ios_sdk):This is the iOS SDK of
* [getsentry / sentry-cocoa](https://github.com/getsentry/sentry-cocoa):The official Sentry SDK for iOS, tvOS, macOS, watchOS.
* [openid / AppAuth-iOS](https://github.com/openid/AppAuth-iOS):iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
* [SDWebImage / SDWebImage](https://github.com/SDWebImage/SDWebImage):Asynchronous image downloader with cache support as a UIImageView category
* [AzureAD / microsoft-authentication-library-for-objc](https://github.com/AzureAD/microsoft-authentication-library-for-objc):Microsoft Authentication Library (MSAL) for iOS and macOS
* [noah-nuebling / mac-mouse-fix](https://github.com/noah-nuebling/mac-mouse-fix):Mac Mouse Fix - Make Your $10 Mouse Better Than an Apple Trackpad!
* [google / promises](https://github.com/google/promises):Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
* [google / GoogleUtilities](https://github.com/google/GoogleUtilities):
* [google / gtm-session-fetcher](https://github.com/google/gtm-session-fetcher):Google Toolbox for Mac - Session Fetcher
* [TimOliver / TOCropViewController](https://github.com/TimOliver/TOCropViewController):A view controller for iOS that allows users to crop portions of UIImage objects
* [CocoaLumberjack / CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack):A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS
* [SDWebImage / SDWebImageWebPCoder](https://github.com/SDWebImage/SDWebImageWebPCoder):A WebP coder plugin for SDWebImage, use libwebp
* [google / GoogleSignIn-iOS](https://github.com/google/GoogleSignIn-iOS):Enables iOS and macOS apps to sign in with Google.
* [yourkarma / JWT](https://github.com/yourkarma/JWT):A JSON Web Token implementation in Objective-C.
* [microsoft / plcrashreporter](https://github.com/microsoft/plcrashreporter):Reliable, open-source crash reporting for iOS, macOS and tvOS
* [braze-inc / braze-swift-sdk](https://github.com/braze-inc/braze-swift-sdk):Braze SDK for the Apple ecosystem, including: iOS, macOS, iPadOS, visionOS, tvOS
#### php
* [elastic / elasticsearch-php](https://github.com/elastic/elasticsearch-php):Official PHP client for Elasticsearch.
* [filamentphp / filament](https://github.com/filamentphp/filament):A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
* [librenms / librenms](https://github.com/librenms/librenms):Community-based GPL-licensed network monitoring system
* [composer / composer](https://github.com/composer/composer):Dependency Manager for PHP
* [nextcloud / all-in-one](https://github.com/nextcloud/all-in-one):📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
* [wallabag / wallabag](https://github.com/wallabag/wallabag):wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
* [assimon / dujiaoka](https://github.com/assimon/dujiaoka):🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉
* [prasathmani / tinyfilemanager](https://github.com/prasathmani/tinyfilemanager):Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
* [mautic / mautic](https://github.com/mautic/mautic):Mautic: Open Source Marketing Automation Software.
* [larastan / larastan](https://github.com/larastan/larastan):⚗️ Adds code analysis to Laravel improving developer productivity and code quality.
* [drush-ops / drush](https://github.com/drush-ops/drush):Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
* [DataDog / dd-trace-php](https://github.com/DataDog/dd-trace-php):Datadog PHP Clients
* [MISP / MISP](https://github.com/MISP/MISP):MISP (core software) - Open Source Threat Intelligence and Sharing Platform
* [pimcore / pimcore](https://github.com/pimcore/pimcore):Core Framework for the Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
* [PrivateBin / PrivateBin](https://github.com/PrivateBin/PrivateBin):A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
* [spatie / laravel-permission](https://github.com/spatie/laravel-permission):Associate users with roles and permissions
* [glpi-project / glpi](https://github.com/glpi-project/glpi):GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
* [magento / magento2](https://github.com/magento/magento2):Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
* [barryvdh / laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper):IDE Helper for Laravel
* [SpartnerNL / Laravel-Excel](https://github.com/SpartnerNL/Laravel-Excel):🚀 Supercharged Excel exports and imports in Laravel
* [shopware / shopware](https://github.com/shopware/shopware):Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions
#### rust
* [zed-industries / zed](https://github.com/zed-industries/zed):Code at the speed of thought Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
* [rustdesk / rustdesk](https://github.com/rustdesk/rustdesk):An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
* [wasmerio / wasmer](https://github.com/wasmerio/wasmer):🚀 The leading Wasm Runtime supporting WASIX and WASI
* [sxyazi / yazi](https://github.com/sxyazi/yazi):💥 Blazing fast terminal file manager written in Rust, based on async I/O.
* [glzr-io / zebar](https://github.com/glzr-io/zebar):Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.
* [MystenLabs / sui](https://github.com/MystenLabs/sui):Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
* [chroma-core / chroma](https://github.com/chroma-core/chroma):the AI-native open-source embedding database
* [tauri-apps / tauri](https://github.com/tauri-apps/tauri):Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
* [rerun-io / rerun](https://github.com/rerun-io/rerun):Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
* [paritytech / polkadot-sdk](https://github.com/paritytech/polkadot-sdk):The Parity Polkadot Blockchain SDK
* [vectordotdev / vector](https://github.com/vectordotdev/vector):A high-performance observability data pipeline.
* [TabbyML / tabby](https://github.com/TabbyML/tabby):Self-hosted AI coding assistant
* [actix / actix-web](https://github.com/actix/actix-web):Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
* [paradigmxyz / reth](https://github.com/paradigmxyz/reth):Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
* [openobserve / openobserve](https://github.com/openobserve/openobserve):🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
* [AleoNet / snarkOS](https://github.com/AleoNet/snarkOS):A Decentralized Operating System for ZK Applications
* [GyulyVGC / sniffnet](https://github.com/GyulyVGC/sniffnet):Comfortably monitor your Internet traffic 🕵️‍♂️
* [timescale / pgvectorscale](https://github.com/timescale/pgvectorscale):A complement to pgvector for high performance, cost efficient vector search on large workloads.
* [spaceandtimelabs / sxt-proof-of-sql](https://github.com/spaceandtimelabs/sxt-proof-of-sql):Space and Time | Proof of SQL
* [DioxusLabs / dioxus](https://github.com/DioxusLabs/dioxus):Fullstack app framework for web, desktop, mobile, and more.
* [delta-io / delta-rs](https://github.com/delta-io/delta-rs):A native Rust library for Delta Lake, with bindings into Python
* [Priler / jarvis](https://github.com/Priler/jarvis):Voice assistant made as an experiment using neural networks for things like STT/TTS/Wake Word/NLU etc.
* [rust-lang / miri](https://github.com/rust-lang/miri):An interpreter for Rust's mid-level intermediate representation
#### python
* [open-mmlab / Amphion](https://github.com/open-mmlab/Amphion):Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation. Its purpose is to support reproducible research and help junior researchers and engineers get started in the field of audio, music, and speech generation research and development.
* [soimort / you-get](https://github.com/soimort/you-get):⏬ Dumb downloader that scrapes the web
* [stanford-oval / storm](https://github.com/stanford-oval/storm):An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
* [Azure-Samples / azure-search-openai-demo](https://github.com/Azure-Samples/azure-search-openai-demo):A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
* [timescale / pgai](https://github.com/timescale/pgai):A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
* [Marker-Inc-Korea / AutoRAG](https://github.com/Marker-Inc-Korea/AutoRAG):AutoML tool for RAG
* [abi / screenshot-to-code](https://github.com/abi/screenshot-to-code):Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)
* [unclecode / crawl4ai](https://github.com/unclecode/crawl4ai):🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper
* [paperless-ngx / paperless-ngx](https://github.com/paperless-ngx/paperless-ngx):A community-supported supercharged version of paperless: scan, index and archive all your physical documents
* [frappe / erpnext](https://github.com/frappe/erpnext):Free and Open Source Enterprise Resource Planning (ERP)
* [openai / simple-evals](https://github.com/openai/simple-evals):
* [homebrewltd / ichigo](https://github.com/homebrewltd/ichigo):Llama3.1 learns to Listen
* [jackfrued / Python-100-Days](https://github.com/jackfrued/Python-100-Days):Python - 100天从新手到大师
* [dgtlmoon / changedetection.io](https://github.com/dgtlmoon/changedetection.io):The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
* [naver / mast3r](https://github.com/naver/mast3r):Grounding Image Matching in 3D with MASt3R
* [tensorflow / models](https://github.com/tensorflow/models):Models and examples built with TensorFlow
* [hiyouga / LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory):Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
* [getomni-ai / zerox](https://github.com/getomni-ai/zerox):Zero shot pdf OCR with gpt-4o-mini
#### swift
* [ReactiveX / RxSwift](https://github.com/ReactiveX/RxSwift):Reactive Programming in Swift
* [mrousavy / react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera):📸 A powerful, high-performance React Native Camera library.
* [XcodesOrg / xcodes](https://github.com/XcodesOrg/xcodes):The best command-line tool to install and switch between multiple versions of Xcode.
* [realm / SwiftLint](https://github.com/realm/SwiftLint):A tool to enforce Swift style and conventions.
* [gonzalezreal / swift-markdown-ui](https://github.com/gonzalezreal/swift-markdown-ui):Display and customize Markdown text in SwiftUI
* [daltoniam / Starscream](https://github.com/daltoniam/Starscream):Websockets in swift for iOS and OSX
* [airbnb / lottie-ios](https://github.com/airbnb/lottie-ios):An iOS library to natively render After Effects vector animations
* [intitni / CopilotForXcode](https://github.com/intitni/CopilotForXcode):The first GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension
* [utmapp / UTM](https://github.com/utmapp/UTM):Virtual machines for iOS and macOS
* [altstoreio / AltStore](https://github.com/altstoreio/AltStore):AltStore is an alternative app store for non-jailbroken iOS devices.
* [jacklandrin / OnlySwitch](https://github.com/jacklandrin/OnlySwitch):⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts
* [ChartsOrg / Charts](https://github.com/ChartsOrg/Charts):Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
* [grpc / grpc-swift](https://github.com/grpc/grpc-swift):The Swift language implementation of gRPC.
* [pointfreeco / swift-dependencies](https://github.com/pointfreeco/swift-dependencies):A dependency management library inspired by SwiftUI's "environment."
* [DataDog / dd-sdk-ios](https://github.com/DataDog/dd-sdk-ios):Datadog SDK for iOS - Swift and Objective-C.
* [kean / Pulse](https://github.com/kean/Pulse):Network logger for Apple platforms
* [swiftlang / swift-format](https://github.com/swiftlang/swift-format):Formatting technology for Swift source code
* [nicklockwood / SwiftFormat](https://github.com/nicklockwood/SwiftFormat):A command-line tool and Xcode Extension for formatting Swift code
* [onevcat / Kingfisher](https://github.com/onevcat/Kingfisher):A lightweight, pure-Swift library for downloading and caching images from the web.
* [hmlongco / Factory](https://github.com/hmlongco/Factory):A new approach to Container-Based Dependency Injection for Swift and SwiftUI.
* [yonaskolb / XcodeGen](https://github.com/yonaskolb/XcodeGen):A Swift command line tool for generating your Xcode project
* [apple / swift-async-algorithms](https://github.com/apple/swift-async-algorithms):Async Algorithms for Swift
* [apple / swift-protobuf](https://github.com/apple/swift-protobuf):Plugin and runtime library for using protobuf with Swift
* [siteline / swiftui-introspect](https://github.com/siteline/swiftui-introspect):Introspect underlying UIKit/AppKit components from SwiftUI
#### javascript
* [lucide-icons / lucide](https://github.com/lucide-icons/lucide):Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
* [poloclub / transformer-explainer](https://github.com/poloclub/transformer-explainer):Transformer Explained Visually: Learn How LLM Transformer Models Work with Interactive Visualization
* [Dooy / chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy):One UI is all done with chatgpt web, midjourney, gpts,suno,luma,runway,viggle,flux,ideogram,realtime,pika; Simultaneous support Web / PWA / Linux / Win / MacOS platform
* [cypress-io / cypress](https://github.com/cypress-io/cypress):Fast, easy and reliable testing for anything that runs in a browser.
* [typicode / json-server](https://github.com/typicode/json-server):Get a full fake REST API with zero coding in less than 30 seconds (seriously)
* [ckeditor / ckeditor5](https://github.com/ckeditor/ckeditor5):Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
* [eslint / eslint](https://github.com/eslint/eslint):Find and fix problems in your JavaScript code.
* [webpack / webpack](https://github.com/webpack/webpack):A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
* [microsoft / monaco-editor](https://github.com/microsoft/monaco-editor):A browser based code editor
* [basecamp / trix](https://github.com/basecamp/trix):A rich text editor for everyday writing
* [saadpasta / developerFolio](https://github.com/saadpasta/developerFolio):🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being actively maintained)
* [rabbitmq / rabbitmq-server](https://github.com/rabbitmq/rabbitmq-server):Open source RabbitMQ: core server and tier 1 (built-in) plugins
* [gatsbyjs / gatsby](https://github.com/gatsbyjs/gatsby):The best React-based framework with performance, scalability and security built in.
* [lodash / lodash](https://github.com/lodash/lodash):A modern JavaScript utility library delivering modularity, performance, & extras.
* [twbs / bootstrap](https://github.com/twbs/bootstrap):The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
* [fabricjs / fabric.js](https://github.com/fabricjs/fabric.js):Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
* [PanJiaChen / vue-admin-template](https://github.com/PanJiaChen/vue-admin-template):a vue2.0 minimal admin template
* [cmliu / CF-Workers-docker.io](https://github.com/cmliu/CF-Workers-docker.io):这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。
* [hakimel / reveal.js](https://github.com/hakimel/reveal.js):The HTML Presentation Framework
* [sampotts / plyr](https://github.com/sampotts/plyr):A simple HTML5, YouTube and Vimeo player
* [xszyou / Fay](https://github.com/xszyou/Fay):Fay is an open-source digital human framework integrating language models and digital characters. It offers retail, assistant, and agent versions for diverse applications like virtual shopping guides, broadcasters, assistants, waiters, teachers, and voice or text-based mobile assistants.
* [atlassian / react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd):Beautiful and accessible drag and drop for lists with React
#### go
* [trufflesecurity / trufflehog](https://github.com/trufflesecurity/trufflehog):Find, verify, and analyze leaked credentials
* [usememos / memos](https://github.com/usememos/memos):An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
* [avelino / awesome-go](https://github.com/avelino/awesome-go):A curated list of awesome Go frameworks, libraries and software
* [jackc / pgx](https://github.com/jackc/pgx):PostgreSQL driver and toolkit for Go
* [grpc / grpc-go](https://github.com/grpc/grpc-go):The Go language implementation of gRPC. HTTP/2 based RPC
* [spf13 / viper](https://github.com/spf13/viper):Go configuration with fangs
* [pulumi / pulumi](https://github.com/pulumi/pulumi):Pulumi - Infrastructure as Code in any programming language 🚀
* [iawia002 / lux](https://github.com/iawia002/lux):👾 Fast and simple video download library and CLI tool written in Go
* [xjasonlyu / tun2socks](https://github.com/xjasonlyu/tun2socks):tun2socks - powered by gVisor TCP/IP stack
* [open-telemetry / opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib):Contrib repository for the OpenTelemetry Collector
* [oauth2-proxy / oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy):A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
* [moonD4rk / HackBrowserData](https://github.com/moonD4rk/HackBrowserData):Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).
* [open-telemetry / opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go):OpenTelemetry Go API and SDK
* [hashicorp / packer](https://github.com/hashicorp/packer):Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
* [photoprism / photoprism](https://github.com/photoprism/photoprism):AI-Powered Photos App for the Decentralized Web 🌈💎✨
* [ory / kratos](https://github.com/ory/kratos):The most scalable and customizable identity server on the market. Replace your Homegrown, Auth0, Okta, Firebase with better UX and DX. Has all the tablestakes: Passkeys, Social Sign In, Multi-Factor Auth, SMS, SAML, TOTP, and more. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
* [VictoriaMetrics / VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics):VictoriaMetrics: fast, cost-effective monitoring solution and time series database
* [ollama / ollama](https://github.com/ollama/ollama):Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
* [milvus-io / milvus](https://github.com/milvus-io/milvus):A cloud-native vector database, storage for next generation AI applications
* [mikefarah / yq](https://github.com/mikefarah/yq):yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
* [golang-migrate / migrate](https://github.com/golang-migrate/migrate):Database migrations. CLI and Golang library.
* [uber-go / mock](https://github.com/uber-go/mock):GoMock is a mocking framework for the Go programming language.
* [spf13 / cobra](https://github.com/spf13/cobra):A Commander for modern Go CLI interactions
* [gin-gonic / gin](https://github.com/gin-gonic/gin):Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
#### TypeScript
* [omnivore-app / omnivore](https://github.com/omnivore-app/omnivore):Omnivore is a complete, open source read-it-later solution for people who like reading.
* [cline / cline](https://github.com/cline/cline):Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
* [udecode / plate](https://github.com/udecode/plate):A rich-text editor powered by AI
* [renovatebot / renovate](https://github.com/renovatebot/renovate):Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
* [type-challenges / type-challenges](https://github.com/type-challenges/type-challenges):Collection of TypeScript type challenges with online judge
* [mui / mui-x](https://github.com/mui/mui-x):MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
* [OpenCTI-Platform / opencti](https://github.com/OpenCTI-Platform/opencti):Open Cyber Threat Intelligence Platform
* [drizzle-team / drizzle-orm](https://github.com/drizzle-team/drizzle-orm):Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
* [novuhq / novu](https://github.com/novuhq/novu):Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
* [documenso / documenso](https://github.com/documenso/documenso):The Open Source DocuSign Alternative.
* [expo / expo](https://github.com/expo/expo):An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.
* [immich-app / immich](https://github.com/immich-app/immich):High performance self-hosted photo and video management solution.
* [actions / checkout](https://github.com/actions/checkout):Action for checking out a repo
* [lobehub / lobe-chat](https://github.com/lobehub/lobe-chat):🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT/ Claude application.
* [linkwarden / linkwarden](https://github.com/linkwarden/linkwarden):⚡Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages, articles, and more...
* [react-native-webview / react-native-webview](https://github.com/react-native-webview/react-native-webview):React Native Cross-Platform WebView
* [getsentry / sentry-javascript](https://github.com/getsentry/sentry-javascript):Official Sentry SDKs for JavaScript
* [NervJS / taro](https://github.com/NervJS/taro):开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
* [freeCodeCamp / freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp):freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
* [vueuse / vueuse](https://github.com/vueuse/vueuse):Collection of essential Vue Composition Utilities for Vue 2 and 3
* [microsoft / vscode](https://github.com/microsoft/vscode):Visual Studio Code
#### Vue
* [alireza0 / s-ui](https://github.com/alireza0/s-ui):An advanced Web Panel • Built for SagerNet/Sing-Box
* [requarks / wiki](https://github.com/requarks/wiki):Wiki.js | A modern and powerful wiki app built on Node.js
* [PanJiaChen / vue-element-admin](https://github.com/PanJiaChen/vue-element-admin):🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
* [unovue / radix-vue](https://github.com/unovue/radix-vue):Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
* [vueComponent / ant-design-vue](https://github.com/vueComponent/ant-design-vue):🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
* [hslr-s / sun-panel](https://github.com/hslr-s/sun-panel):A server, NAS navigation panel, Homepage, browser homepage. | 一个服务器、NAS导航面板、Homepage、浏览器首页。
* [kailong321200875 / vue-element-plus-admin](https://github.com/kailong321200875/vue-element-plus-admin):A backend management system based on vue3, typescript, element-plus, and vite
* [unovue / shadcn-vue](https://github.com/unovue/shadcn-vue):Vue port of shadcn-ui
* [chaitin / xray](https://github.com/chaitin/xray):一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc | 使用之前务必先阅读文档
* [Lissy93 / dashy](https://github.com/Lissy93/dashy):🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
* [ccbikai / Sink](https://github.com/ccbikai/Sink):⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
* [vbenjs / vue-vben-admin](https://github.com/vbenjs/vue-vben-admin):A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
* [Idered / chalk.ist](https://github.com/Idered/chalk.ist):📷 Create beautiful images of your source code
* [nuxt / ui](https://github.com/nuxt/ui):A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
* [primefaces / primevue](https://github.com/primefaces/primevue):Next Generation Vue UI Component Library
* [yangzongzhuan / RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3):🎉 (RuoYi)官方仓库 基于SpringBootSpring SecurityJWTVue3 & Vite、Element Plus 的前后端分离权限管理系统
* [jekip / naive-ui-admin](https://github.com/jekip/naive-ui-admin):Naive Ui Admin 是一款基于 Vue3、Vite3 和 TypeScript 的先进中后台解决方案,集成了前沿的前端技术栈和典型业务模型。它拥有二次封装组件、动态菜单、权限校验、粒子化权限控制等核心功能,旨在帮助企业快速构建高质量的中后台项目。无论在新技术运用或业务实践层面,都能为您提供有力支持,并将持续更新,以满足您不断变化的需求
* [viarotel-org / escrcpy](https://github.com/viarotel-org/escrcpy):📱 Graphical Scrcpy to display and control Android, devices powered by Electron.
* [HalseySpicy / Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin):✨✨✨ Geeker Admin基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
* [Moonofweisheng / wot-design-uni](https://github.com/Moonofweisheng/wot-design-uni):一个基于Vue3+TS开发的uni-app组件库提供70+高质量组件,支持暗黑模式、国际化和自定义主题。