20241020 new update

This commit is contained in:
go2coding 2024-10-20 08:40:30 +08:00
parent 1a92342ebc
commit daa5ec2c9d
2 changed files with 324 additions and 0 deletions

View File

@ -0,0 +1,13 @@
## 2024-10-20
#### Objective-C
* [Alinto / sogo](https://github.com/Alinto/sogo):SOGo is a very fast and scalable modern collaboration suite (groupware). It offers calendaring, address book management, and a full-featured Webmail client along with resource sharing and permission handling. It also makes use of documented standards (IMAP, CalDAV, CardDAV, etc.) and thereby provides native connectivity (without plugins) to many…
#### php
* [getkirby / kirby](https://github.com/getkirby/kirby):Kirby's core application folder
#### rust
* [glzr-io / zebar](https://github.com/glzr-io/zebar):Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.
#### javascript
* [huggingface / transformers.js](https://github.com/huggingface/transformers.js):State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
* [BrasilAPI / BrasilAPI](https://github.com/BrasilAPI/BrasilAPI):Vamos transformar o Brasil em uma API?
#### TypeScript
* [kimlimjustin / xplorer](https://github.com/kimlimjustin/xplorer):Xplorer, a customizable, modern file manager
* [inertiajs / inertia](https://github.com/inertiajs/inertia):Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

View File

@ -0,0 +1,311 @@
## 2024-10-20
#### c
* [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.
* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O
* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V
* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code
* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
#### c#
* [dotnet / maui](https://github.com/dotnet/maui):.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
* [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.
* [IgorMundstein / WinMemoryCleaner](https://github.com/IgorMundstein/WinMemoryCleaner):This free RAM cleaner uses native Windows features to optimize memory areas. It's a compact, portable, and smart application.
* [bloxstraplabs / bloxstrap](https://github.com/bloxstraplabs/bloxstrap):An alternative bootstrapper for Roblox with a bunch of extra features.
* [dotnet / runtime](https://github.com/dotnet/runtime):.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
* [fullstackhero / dotnet-starter-kit](https://github.com/fullstackhero/dotnet-starter-kit):Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
* [umbraco / Umbraco-CMS](https://github.com/umbraco/Umbraco-CMS):Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
* [actions / runner](https://github.com/actions/runner):The Runner for GitHub Actions 🚀
* [jasontaylordev / CleanArchitecture](https://github.com/jasontaylordev/CleanArchitecture):Clean Architecture Solution Template for ASP.NET Core
* [egametang / ET](https://github.com/egametang/ET):Unity3D Client And C# Server Framework
* [dockersamples / example-voting-app](https://github.com/dockersamples/example-voting-app):Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
* [Cysharp / UniTask](https://github.com/Cysharp/UniTask):Provides an efficient allocation free async/await integration for Unity.
* [Uahh / ToastFish](https://github.com/Uahh/ToastFish):一个利用摸鱼时间背单词的软件。
* [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.
* [ChilliCream / graphql-platform](https://github.com/ChilliCream/graphql-platform):Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
* [microsoft / fluentui-blazor](https://github.com/microsoft/fluentui-blazor):Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
* [Unity-Technologies / EntityComponentSystemSamples](https://github.com/Unity-Technologies/EntityComponentSystemSamples):
* [BeyondDimension / SteamTools](https://github.com/BeyondDimension/SteamTools):🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
* [kgrzybek / modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd):Full Modular Monolith application with Domain-Driven Design approach.
* [git-ecosystem / git-credential-manager](https://github.com/git-ecosystem/git-credential-manager):Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
* [louthy / language-ext](https://github.com/louthy/language-ext):C# functional language extensions - a base class library for functional programming
* [microsoft / PowerToys](https://github.com/microsoft/PowerToys):Windows system utilities to maximize productivity
* [files-community / Files](https://github.com/files-community/Files):A modern file manager that helps users organize their files and folders.
* [ardalis / CleanArchitecture](https://github.com/ardalis/CleanArchitecture):Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
#### c++
* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++
* [iree-org / iree](https://github.com/iree-org/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit.
* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research.
* [ydb-platform / ydb](https://github.com/ydb-platform/ydb):YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):LLM inference in C/C++
* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook.
* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32
* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo
* [kokkos / kokkos](https://github.com/kokkos/kokkos):Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction
* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place!
* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library
* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module
* [deskflow / deskflow](https://github.com/deskflow/deskflow):Deskflow lets you share one mouse and keyboard between multiple computers on Windows, macOS and Linux.
* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software
* [duckdb / pg_duckdb](https://github.com/duckdb/pg_duckdb):DuckDB-powered Postgres for high performance apps & analytics.
#### java
* [ashishps1 / awesome-low-level-design](https://github.com/ashishps1/awesome-low-level-design):Learn Low Level Design (LLD) and prepare for interviews using free resources.
* [DrKLO / Telegram](https://github.com/DrKLO/Telegram):Telegram for Android source
* [apache / gravitino](https://github.com/apache/gravitino):World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
* [apache / pinot](https://github.com/apache/pinot):Apache Pinot - A realtime distributed OLAP datastore
* [traccar / traccar](https://github.com/traccar/traccar):Traccar GPS Tracking System
* [alibaba / DataX](https://github.com/alibaba/DataX):DataX是阿里云DataWorks数据集成的开源版本。
* [google / ExoPlayer](https://github.com/google/ExoPlayer):This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
* [spring-projects / spring-framework](https://github.com/spring-projects/spring-framework):Spring Framework
* [opensearch-project / OpenSearch](https://github.com/opensearch-project/OpenSearch):🔎 Open source distributed and RESTful search engine.
* [kafbat / kafka-ui](https://github.com/kafbat/kafka-ui):Open-Source Web UI for managing Apache Kafka clusters
* [neo4j / neo4j](https://github.com/neo4j/neo4j):Graphs for Everyone
* [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.
* [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)
* [signalapp / Signal-Server](https://github.com/signalapp/Signal-Server):Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS
* [PowerJob / PowerJob](https://github.com/PowerJob/PowerJob):Enterprise job scheduling middleware with distributed computing ability.
* [adorsys / keycloak-config-cli](https://github.com/adorsys/keycloak-config-cli):Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
* [apache / shardingsphere](https://github.com/apache/shardingsphere):Distributed SQL transaction & query engine for data sharding, scaling, encryption, and more - on any database.
* [libgdx / libgdx](https://github.com/libgdx/libgdx):Desktop/Android/HTML5/iOS Java game development framework
* [elastic / logstash](https://github.com/elastic/logstash):Logstash - transport and process your logs, events, or other data
* [openjdk / jdk](https://github.com/openjdk/jdk):JDK main-line development https://openjdk.org/projects/jdk
* [apache / kafka](https://github.com/apache/kafka):Mirror of Apache Kafka
* [apache / flink-cdc](https://github.com/apache/flink-cdc):Flink CDC is a streaming data integration tool
* [NationalSecurityAgency / ghidra](https://github.com/NationalSecurityAgency/ghidra):Ghidra is a software reverse engineering (SRE) framework
* [spring-projects / spring-boot](https://github.com/spring-projects/spring-boot):Spring Boot
* [apache / camel](https://github.com/apache/camel):Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
#### Kotlin
* [mobile-dev-inc / maestro](https://github.com/mobile-dev-inc/maestro):Painless Mobile UI Automation
* [ktorio / ktor](https://github.com/ktorio/ktor):Framework for quickly creating connected applications in Kotlin with minimal effort
* [karasevm / PrivateDNSAndroid](https://github.com/karasevm/PrivateDNSAndroid):Quick settings tile to switch active private DNS server
* [z-huang / InnerTune](https://github.com/z-huang/InnerTune):A Material 3 YouTube Music client for Android
* [OxygenCobalt / Auxio](https://github.com/OxygenCobalt/Auxio):A simple, rational music player for android
* [gedoor / legado](https://github.com/gedoor/legado):Legado 3.0 Book Reader with powerful controls & full functions❤阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
* [keiyoushi / extensions-source](https://github.com/keiyoushi/extensions-source):Source code of extensions for Tachiyomi/Mihon and variants.
* [coil-kt / coil](https://github.com/coil-kt/coil):Image loading for Android and Compose Multiplatform.
* [duckduckgo / Android](https://github.com/duckduckgo/Android):DuckDuckGo Android App
* [aws / aws-toolkit-jetbrains](https://github.com/aws/aws-toolkit-jetbrains):AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
* [YenalyLiew / Han1meViewer](https://github.com/YenalyLiew/Han1meViewer):A Hanime1.me Application for Android.
* [florisboard / florisboard](https://github.com/florisboard/florisboard):An open-source keyboard for Android which respects your privacy. Currently in early-beta.
* [thunderbird / thunderbird-android](https://github.com/thunderbird/thunderbird-android):Thunderbird for Android Open Source Email App for Android (fka K-9 Mail)
* [lizongying / my-tv-0](https://github.com/lizongying/my-tv-0):電視網絡視頻播放軟件,可以自定義視頻源
* [maxrave-dev / SimpMusic](https://github.com/maxrave-dev/SimpMusic):A simple music app using YouTube Music for backend
* [Shabinder / SpotiFlyer](https://github.com/Shabinder/SpotiFlyer):Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud.
* [oblador / react-native-keychain](https://github.com/oblador/react-native-keychain):🔑 Keychain Access for React Native
* [signalapp / Signal-Android](https://github.com/signalapp/Signal-Android):A private messenger for Android.
* [android / nowinandroid](https://github.com/android/nowinandroid):A fully functional Android app built entirely with Kotlin and Jetpack Compose
* [JunkFood02 / Seal](https://github.com/JunkFood02/Seal):🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You
* [google / ksp](https://github.com/google/ksp):Kotlin Symbol Processing API
* [element-hq / element-x-android](https://github.com/element-hq/element-x-android):Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
#### Objective-C
* [SDWebImage / SDWebImage](https://github.com/SDWebImage/SDWebImage):Asynchronous image downloader with cache support as a UIImageView category
* [react-native-voice / voice](https://github.com/react-native-voice/voice):🎤 React Native Voice Recognition library for iOS and Android (Online and Offline Support)
* [khanhduytran0 / LiveContainer](https://github.com/khanhduytran0/LiveContainer):Run iOS app without actually installing it!
* [react-native-maps / react-native-maps](https://github.com/react-native-maps/react-native-maps):React Native Mapview component for iOS + Android
* [realm / realm-swift](https://github.com/realm/realm-swift):Realm is a mobile database: a replacement for Core Data & SQLite
* [openid / AppAuth-iOS](https://github.com/openid/AppAuth-iOS):iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
* [google / GoogleSignIn-iOS](https://github.com/google/GoogleSignIn-iOS):Enables iOS and macOS apps to sign in with Google.
* [TimOliver / TOCropViewController](https://github.com/TimOliver/TOCropViewController):A view controller for iOS that allows users to crop portions of UIImage objects
* [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
* [getsentry / sentry-cocoa](https://github.com/getsentry/sentry-cocoa):The official Sentry SDK for iOS, tvOS, macOS, watchOS.
* [adjust / ios_sdk](https://github.com/adjust/ios_sdk):This is the iOS SDK of
* [aws-amplify / aws-sdk-ios](https://github.com/aws-amplify/aws-sdk-ios):AWS SDK for iOS. For more information, see our web site:
* [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
* [AliSoftware / OHHTTPStubs](https://github.com/AliSoftware/OHHTTPStubs):Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
* [SDWebImage / SDWebImageWebPCoder](https://github.com/SDWebImage/SDWebImageWebPCoder):A WebP coder plugin for SDWebImage, use libwebp
* [microsoft / plcrashreporter](https://github.com/microsoft/plcrashreporter):Reliable, open-source crash reporting for iOS, macOS and tvOS
* [Alinto / sogo](https://github.com/Alinto/sogo):SOGo is a very fast and scalable modern collaboration suite (groupware). It offers calendaring, address book management, and a full-featured Webmail client along with resource sharing and permission handling. It also makes use of documented standards (IMAP, CalDAV, CardDAV, etc.) and thereby provides native connectivity (without plugins) to many…
* [CocoaLumberjack / CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack):A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS
#### php
* [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.
* [openai-php / client](https://github.com/openai-php/client):⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
* [laravel / laravel](https://github.com/laravel/laravel):Laravel is a web application framework with expressive, elegant syntax. Weve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
* [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.
* [symfony / symfony](https://github.com/symfony/symfony):The Symfony PHP framework
* [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.
* [barryvdh / laravel-debugbar](https://github.com/barryvdh/laravel-debugbar):Debugbar for Laravel (Integrates PHP Debug Bar)
* [openemr / openemr](https://github.com/openemr/openemr):The most popular open source electronic health records and medical practice management solution.
* [danielmiessler / SecLists](https://github.com/danielmiessler/SecLists):SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
* [SpartnerNL / Laravel-Excel](https://github.com/SpartnerNL/Laravel-Excel):🚀 Supercharged Excel exports and imports in Laravel
* [guzzle / guzzle](https://github.com/guzzle/guzzle):Guzzle, an extensible PHP HTTP client
* [yiisoft / yii2](https://github.com/yiisoft/yii2):Yii 2: The Fast, Secure and Professional PHP Framework
* [PrestaShop / PrestaShop](https://github.com/PrestaShop/PrestaShop):PrestaShop is the universal open-source software platform to build your e-commerce solution.
* [Tuhinshubhra / RED_HAWK](https://github.com/Tuhinshubhra/RED_HAWK):All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
* [coollabsio / coolify](https://github.com/coollabsio/coolify):An open-source & self-hostable Heroku / Netlify / Vercel alternative.
* [snipe / snipe-it](https://github.com/snipe/snipe-it):A free open source IT asset/license management system
* [linuxserver / Heimdall](https://github.com/linuxserver/Heimdall):An Application dashboard and launcher
* [getkirby / kirby](https://github.com/getkirby/kirby):Kirby's core application folder
* [BookStackApp / BookStack](https://github.com/BookStackApp/BookStack):A platform to create documentation/wiki content built with PHP & Laravel
* [WordPress / wordpress-develop](https://github.com/WordPress/wordpress-develop):WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link to a pre-existing ticket on https://core.trac.wordpress.org/ with every pull request.
#### rust
* [microsoft / openvmm](https://github.com/microsoft/openvmm):Home of OpenVMM and OpenHCL.
* [firecracker-microvm / firecracker](https://github.com/firecracker-microvm/firecracker):Secure and fast microVMs for serverless computing.
* [juspay / hyperswitch](https://github.com/juspay/hyperswitch):An open source payments switch written in Rust to make payments fast, reliable and affordable
* [huggingface / text-embeddings-inference](https://github.com/huggingface/text-embeddings-inference):A blazing fast inference solution for text embeddings models
* [glzr-io / glazewm](https://github.com/glzr-io/glazewm):GlazeWM is a tiling window manager for Windows inspired by i3wm.
* [GraphiteEditor / Graphite](https://github.com/GraphiteEditor/Graphite):2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
* [cloud-hypervisor / cloud-hypervisor](https://github.com/cloud-hypervisor/cloud-hypervisor):A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint. Written in Rust with a strong focus on security.
* [eythaann / Seelen-UI](https://github.com/eythaann/Seelen-UI):The Fully Customizable Desktop Environment for Windows 10/11.
* [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
* [starship / starship](https://github.com/starship/starship):☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
* [tokio-rs / axum](https://github.com/tokio-rs/axum):Ergonomic and modular web framework built with Tokio, Tower, and Hyper
* [aptos-labs / aptos-core](https://github.com/aptos-labs/aptos-core):Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
* [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.
* [tokio-rs / tokio](https://github.com/tokio-rs/tokio):A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
* [glzr-io / zebar](https://github.com/glzr-io/zebar):Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.
* [hyperium / tonic](https://github.com/hyperium/tonic):A native gRPC client & server implementation with async/await support.
* [PyO3 / maturin](https://github.com/PyO3/maturin):Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
* [denoland / deno](https://github.com/denoland/deno):A modern runtime for JavaScript and TypeScript.
* [risingwavelabs / risingwave](https://github.com/risingwavelabs/risingwave):Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
* [libp2p / rust-libp2p](https://github.com/libp2p/rust-libp2p):The Rust Implementation of the libp2p networking stack.
* [kata-containers / kata-containers](https://github.com/kata-containers/kata-containers):Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
* [paritytech / polkadot-sdk](https://github.com/paritytech/polkadot-sdk):The Parity Polkadot Blockchain SDK
* [mainmatter / 100-exercises-to-learn-rust](https://github.com/mainmatter/100-exercises-to-learn-rust):A self-paced course to learn Rust, one exercise at a time.
* [astral-sh / ruff](https://github.com/astral-sh/ruff):An extremely fast Python linter and code formatter, written in Rust.
* [rust-lang / rust-clippy](https://github.com/rust-lang/rust-clippy):A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
#### python
* [TheAlgorithms / Python](https://github.com/TheAlgorithms/Python):All Algorithms implemented in Python
* [phidatahq / phidata](https://github.com/phidatahq/phidata):Build AI Agents with memory, knowledge, tools and reasoning
* [mandiant / capa](https://github.com/mandiant/capa):The FLARE team's open-source tool to identify capabilities in executable files.
* [Sinaptik-AI / pandas-ai](https://github.com/Sinaptik-AI/pandas-ai):Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.
* [frdel / agent-zero](https://github.com/frdel/agent-zero):Agent Zero AI framework
* [serengil / deepface](https://github.com/serengil/deepface):A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
* [pytorch / pytorch](https://github.com/pytorch/pytorch):Tensors and Dynamic neural networks in Python with strong GPU acceleration
* [Rudrabha / Wav2Lip](https://github.com/Rudrabha/Wav2Lip):This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020. For HD commercial model, please try out Sync Labs
* [spotDL / spotify-downloader](https://github.com/spotDL/spotify-downloader):Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
* [NVIDIA / NeMo](https://github.com/NVIDIA/NeMo):A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
* [Z4nzu / hackingtool](https://github.com/Z4nzu/hackingtool):ALL IN ONE Hacking Tool For Hackers
* [scikit-learn / scikit-learn](https://github.com/scikit-learn/scikit-learn):scikit-learn: machine learning in Python
* [mlflow / mlflow](https://github.com/mlflow/mlflow):Open source platform for the machine learning lifecycle
* [VikParuchuri / surya](https://github.com/VikParuchuri/surya):OCR, layout analysis, reading order, table recognition in 90+ languages
* [mlfoundations / open_clip](https://github.com/mlfoundations/open_clip):An open source implementation of CLIP.
#### swift
* [onevcat / Kingfisher](https://github.com/onevcat/Kingfisher):A lightweight, pure-Swift library for downloading and caching images from the web.
* [argmaxinc / WhisperKit](https://github.com/argmaxinc/WhisperKit):On-device Speech Recognition for Apple Silicon
* [apple / swift-async-algorithms](https://github.com/apple/swift-async-algorithms):Async Algorithms for Swift
* [seemoo-lab / openhaystack](https://github.com/seemoo-lab/openhaystack):Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.
* [realm / SwiftLint](https://github.com/realm/SwiftLint):A tool to enforce Swift style and conventions.
* [apple / swift-openapi-generator](https://github.com/apple/swift-openapi-generator):Generate Swift client and server code from an OpenAPI document.
* [Alamofire / Alamofire](https://github.com/Alamofire/Alamofire):Elegant HTTP Networking in Swift
* [airbnb / lottie-ios](https://github.com/airbnb/lottie-ios):An iOS library to natively render After Effects vector animations
* [MacPaw / OpenAI](https://github.com/MacPaw/OpenAI):Swift community driven package for OpenAI public API
* [WalletConnect / WalletConnectSwiftV2](https://github.com/WalletConnect/WalletConnectSwiftV2):WalletConnect Swift SDK v2
* [XcodesOrg / xcodes](https://github.com/XcodesOrg/xcodes):The best command-line tool to install and switch between multiple versions of Xcode.
* [pointfreeco / swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing):📸 Delightful Swift snapshot testing.
* [pointfreeco / swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture):A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
* [tuist / tuist](https://github.com/tuist/tuist):Tuist's CLI
* [apple / swift-nio](https://github.com/apple/swift-nio):Event-driven network application framework for high performance protocol servers & clients, non-blocking.
* [stripe / stripe-ios](https://github.com/stripe/stripe-ios):Stripe iOS SDK
* [apple / swift-log](https://github.com/apple/swift-log):A Logging API for Swift
* [ejbills / DockDoor](https://github.com/ejbills/DockDoor):Window peeking for macOS
* [ReactiveX / RxSwift](https://github.com/ReactiveX/RxSwift):Reactive Programming in Swift
* [apple / swift-algorithms](https://github.com/apple/swift-algorithms):Commonly used sequence and collection algorithms for Swift
* [siteline / swiftui-introspect](https://github.com/siteline/swiftui-introspect):Introspect underlying UIKit/AppKit components from SwiftUI
#### javascript
* [twbs / bootstrap](https://github.com/twbs/bootstrap):The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
* [vercel / next.js](https://github.com/vercel/next.js):The React Framework
* [npm / cli](https://github.com/npm/cli):the package manager for JavaScript
* [hiteshchoudhary / apihub](https://github.com/hiteshchoudhary/apihub):Your own API Hub to learn and master API interaction. Ideal for frontend, mobile dev and backend developers.
* [sveltejs / svelte](https://github.com/sveltejs/svelte):Cybernetically enhanced web apps
* [trekhleb / javascript-algorithms](https://github.com/trekhleb/javascript-algorithms):📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
* [huggingface / transformers.js](https://github.com/huggingface/transformers.js):State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
* [mickael-kerjean / filestash](https://github.com/mickael-kerjean/filestash):🦄 A file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
* [plotly / plotly.js](https://github.com/plotly/plotly.js):Open-source JavaScript charting library behind Plotly and Dash
* [HeyPuter / puter](https://github.com/HeyPuter/puter):🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
* [Kong / insomnia](https://github.com/Kong/insomnia):The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
* [nolimits4web / swiper](https://github.com/nolimits4web/swiper):Most modern mobile touch slider with hardware accelerated transitions
* [Asabeneh / 30-Days-Of-React](https://github.com/Asabeneh/30-Days-Of-React):30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
* [BrasilAPI / BrasilAPI](https://github.com/BrasilAPI/BrasilAPI):Vamos transformar o Brasil em uma API?
* [ltdrdata / ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager):ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
* [brave / brave-browser](https://github.com/brave/brave-browser):Brave browser for Android, iOS, Linux, macOS, Windows.
* [Asabeneh / 30-Days-Of-JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript):30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
* [automatisch / automatisch](https://github.com/automatisch/automatisch):The open source Zapier alternative. Build workflow automation without spending time and money.
* [Mintplex-Labs / anything-llm](https://github.com/Mintplex-Labs/anything-llm):The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
* [louislam / uptime-kuma](https://github.com/louislam/uptime-kuma):A fancy self-hosted monitoring tool
* [UseInterstellar / Interstellar](https://github.com/UseInterstellar/Interstellar):One of the most popular modern web proxies with blazing fast speeds and a variety of games.
* [mdn / dom-examples](https://github.com/mdn/dom-examples):Code examples that accompany various MDN DOM and Web API documentation pages
* [quasarframework / quasar](https://github.com/quasarframework/quasar):Quasar Framework - Build high-performance VueJS user interfaces in record time
* [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.
#### go
* [gitleaks / gitleaks](https://github.com/gitleaks/gitleaks):Protect and discover secrets using Gitleaks 🔑
* [alibaba / higress](https://github.com/alibaba/higress):🤖 AI Gateway | AI Native API Gateway
* [Permify / permify](https://github.com/Permify/permify):An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application.
* [stretchr / testify](https://github.com/stretchr/testify):A toolkit with common assertions and mocks that plays nicely with the standard library
* [jpillora / chisel](https://github.com/jpillora/chisel):A fast TCP/UDP tunnel over HTTP
* [SagerNet / sing-box](https://github.com/SagerNet/sing-box):The universal proxy platform
* [chainflag / eth-faucet](https://github.com/chainflag/eth-faucet):Ether faucet server built with Go and Svelte.
* [hashicorp / terraform](https://github.com/hashicorp/terraform):Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
* [kgretzky / evilginx2](https://github.com/kgretzky/evilginx2):Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
* [ollama / ollama](https://github.com/ollama/ollama):Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
* [projectcalico / calico](https://github.com/projectcalico/calico):Cloud native networking and network security
* [samber / lo](https://github.com/samber/lo):💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
* [prometheus-operator / prometheus-operator](https://github.com/prometheus-operator/prometheus-operator):Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
* [kubernetes-sigs / metrics-server](https://github.com/kubernetes-sigs/metrics-server):Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
* [swaggo / swag](https://github.com/swaggo/swag):Automatically generate RESTful API documentation with Swagger 2.0 for Go.
* [IceWhaleTech / CasaOS](https://github.com/IceWhaleTech/CasaOS):CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
* [knadh / listmonk](https://github.com/knadh/listmonk):High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
* [kubernetes / dashboard](https://github.com/kubernetes/dashboard):General-purpose web UI for Kubernetes clusters
* [siderolabs / talos](https://github.com/siderolabs/talos):Talos Linux is a modern Linux distribution built for Kubernetes.
* [kedacore / keda](https://github.com/kedacore/keda):KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
* [spf13 / cobra](https://github.com/spf13/cobra):A Commander for modern Go CLI interactions
* [fatedier / frp](https://github.com/fatedier/frp):A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
* [pocketbase / pocketbase](https://github.com/pocketbase/pocketbase):Open Source realtime backend in 1 file
* [runatlantis / atlantis](https://github.com/runatlantis/atlantis):Terraform Pull Request Automation
* [cli / cli](https://github.com/cli/cli):GitHubs official command line tool
#### TypeScript
* [fingerprintjs / fingerprintjs](https://github.com/fingerprintjs/fingerprintjs):The most advanced browser fingerprinting library.
* [langchain-ai / chat-langchain](https://github.com/langchain-ai/chat-langchain):
* [storybookjs / storybook](https://github.com/storybookjs/storybook):Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
* [OHIF / Viewers](https://github.com/OHIF/Viewers):OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
* [honojs / hono](https://github.com/honojs/hono):Web framework built on Web Standards
* [jestjs / jest](https://github.com/jestjs/jest):Delightful JavaScript Testing.
* [mendableai / firecrawl](https://github.com/mendableai/firecrawl):🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.
* [siyuan-note / siyuan](https://github.com/siyuan-note/siyuan):A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.
* [bluesky-social / social-app](https://github.com/bluesky-social/social-app):The Bluesky Social application for Web, iOS, and Android
* [electric-sql / pglite](https://github.com/electric-sql/pglite):Lightweight WASM Postgres with real-time, reactive bindings.
* [bluesky-social / feed-generator](https://github.com/bluesky-social/feed-generator):ATProto Feed Generator Starter Kit
* [inertiajs / inertia](https://github.com/inertiajs/inertia):Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
* [FlowiseAI / Flowise](https://github.com/FlowiseAI/Flowise):Drag & drop UI to build your customized LLM flow
* [microsoft / TypeScript](https://github.com/microsoft/TypeScript):TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
* [excalidraw / excalidraw](https://github.com/excalidraw/excalidraw):Virtual whiteboard for sketching hand-drawn like diagrams
* [kimlimjustin / xplorer](https://github.com/kimlimjustin/xplorer):Xplorer, a customizable, modern file manager
* [angular / angular](https://github.com/angular/angular):Deliver web apps with confidence 🚀
* [n8n-io / n8n](https://github.com/n8n-io/n8n):Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
#### Vue
* [crmeb / CRMEB](https://github.com/crmeb/CRMEB):🔥CRMEB开源商城免费开源多语言商城系统Tp6框架商城系统可商用包含小程序商城、H5商城、公众号商城、PC商城、App支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面DIY前后端分离方便二开更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议
* [Akryum / vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller):⚡️ Blazing fast scrolling for any amount of data
* [viarotel-org / escrcpy](https://github.com/viarotel-org/escrcpy):📱 Graphical Scrcpy to display and control Android, devices powered by Electron. - 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动。
* [0xJacky / nginx-ui](https://github.com/0xJacky/nginx-ui):Yet another WebUI for Nginx
* [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.
* [primefaces / primevue](https://github.com/primefaces/primevue):Next Generation Vue UI Component Library
* [unovue / shadcn-vue](https://github.com/unovue/shadcn-vue):Vue port of shadcn-ui
* [requarks / wiki](https://github.com/requarks/wiki):Wiki.js | A modern and powerful wiki app built on Node.js
* [alireza0 / s-ui](https://github.com/alireza0/s-ui):An advanced Web Panel • Built for SagerNet/Sing-Box
* [doocs / md](https://github.com/doocs/md):✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性
* [donaldzou / WGDashboard](https://github.com/donaldzou/WGDashboard):Simple dashboard for WireGuard VPN written in Python & Vue.js
* [PanJiaChen / vue-element-admin](https://github.com/PanJiaChen/vue-element-admin):🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
* [HalseySpicy / Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin):✨✨✨ Geeker Admin基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
* [frappe / crm](https://github.com/frappe/crm):The future of open source CRM
* [vuejs / docs](https://github.com/vuejs/docs):📄 Documentation for Vue 3
* [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!
* [imsyy / SPlayer](https://github.com/imsyy/SPlayer):🎉 一个简约的音乐播放器,支持逐字歌词,下载歌曲,展示评论区,音乐云盘及歌单管理,音乐频谱,移动端基础适配 | 网易云音乐 | A minimalist music player
* [nuxt / ui](https://github.com/nuxt/ui):A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.