diff --git a/README.md b/README.md index a4af9e5..fa2630c 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # My Stars -Updated at: Sun, 17 Dec 2023 00:46:00 +0000 +Updated at: Sun, 24 Dec 2023 00:44:57 +0000 Usage: 1. Get a access token from [github](https://github.com/settings/tokens) @@ -25,6 +25,7 @@ If use the Github Action, please set up `secrets.UPDATE_TOKEN`. - [element-hq](https://github.com/element-hq) - [containerd](https://github.com/containerd) - [pact-foundation](https://github.com/pact-foundation) +- [rust-embedded](https://github.com/rust-embedded) - [ungoogled-software](https://github.com/ungoogled-software) - [argoproj](https://github.com/argoproj) - [go-fed](https://github.com/go-fed) @@ -45,697 +46,710 @@ If use the Github Action, please set up `secrets.UPDATE_TOKEN`. --- ### ANTLR -- [antlr/grammars-v4](https://github.com/antlr/grammars-v4) - Grammars written for ANTLR v4; expectation that the grammars are free of actions. (`stars: 9435`, `license: mit`) +- [antlr/grammars-v4](https://github.com/antlr/grammars-v4) - Grammars written for ANTLR v4; expectation that the grammars are free of actions. (`stars: 9472`, `license: mit`) ### Assembly -- [ebitengine/purego](https://github.com/ebitengine/purego) - (`stars: 1669`, `license: apache-2.0`) -- [corkami/pics](https://github.com/corkami/pics) - File formats explanations, logos redrawing... (`stars: 10090`, `license: `) +- [ebitengine/purego](https://github.com/ebitengine/purego) - (`stars: 1679`, `license: apache-2.0`) +- [corkami/pics](https://github.com/corkami/pics) - File formats explanations, logos redrawing... (`stars: 10099`, `license: `) ### C -- [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) - Port of Facebook's LLaMA model in C/C++ (`stars: 46659`, `license: mit`) -- [HandBrake/HandBrake](https://github.com/HandBrake/HandBrake) - HandBrake's main development repository (`stars: 14492`, `license: other`) -- [cockpit-project/cockpit](https://github.com/cockpit-project/cockpit) - Cockpit is a web-based graphical interface for servers. (`stars: 9620`, `license: lgpl-2.1`) -- [obsproject/obs-studio](https://github.com/obsproject/obs-studio) - OBS Studio - Free and open source software for live streaming and screen recording (`stars: 52876`, `license: gpl-2.0`) -- [ggerganov/whisper.cpp](https://github.com/ggerganov/whisper.cpp) - Port of OpenAI's Whisper model in C/C++ (`stars: 26311`, `license: mit`) -- [git/git](https://github.com/git/git) - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentat…… (`stars: 48240`, `license: other`) -- [cstack/db_tutorial](https://github.com/cstack/db_tutorial) - Writing a sqlite clone from scratch in C (`stars: 8970`, `license: mit`) -- [pbatard/rufus](https://github.com/pbatard/rufus) - The Reliable USB Formatting Utility (`stars: 25481`, `license: gpl-3.0`) -- [coturn/coturn](https://github.com/coturn/coturn) - coturn TURN server project (`stars: 9959`, `license: other`) -- [iovisor/bcc](https://github.com/iovisor/bcc) - BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more (`stars: 18547`, `license: apache-2.0`) -- [matz/streem](https://github.com/matz/streem) - prototype of stream based programming language (`stars: 4598`, `license: mit`) -- [cesanta/mongoose](https://github.com/cesanta/mongoose) - Embedded Web Server (`stars: 10132`, `license: other`) -- [redis/redis](https://github.com/redis/redis) - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bi…… (`stars: 62647`, `license: bsd-3-clause`) -- [DoctorWkt/acwj](https://github.com/DoctorWkt/acwj) - A Compiler Writing Journey (`stars: 9286`, `license: gpl-3.0`) -- [jqlang/jq](https://github.com/jqlang/jq) - Command-line JSON processor (`stars: 27367`, `license: other`) -- [LuaJIT/LuaJIT](https://github.com/LuaJIT/LuaJIT) - Mirror of the LuaJIT git repository (`stars: 4171`, `license: other`) -- [openwrt/openwrt](https://github.com/openwrt/openwrt) - This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged…… (`stars: 16985`, `license: other`) +- [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) - Port of Facebook's LLaMA model in C/C++ (`stars: 47235`, `license: mit`) +- [HandBrake/HandBrake](https://github.com/HandBrake/HandBrake) - HandBrake's main development repository (`stars: 14536`, `license: other`) +- [cockpit-project/cockpit](https://github.com/cockpit-project/cockpit) - Cockpit is a web-based graphical interface for servers. (`stars: 9653`, `license: lgpl-2.1`) +- [obsproject/obs-studio](https://github.com/obsproject/obs-studio) - OBS Studio - Free and open source software for live streaming and screen recording (`stars: 53056`, `license: gpl-2.0`) +- [ggerganov/whisper.cpp](https://github.com/ggerganov/whisper.cpp) - Port of OpenAI's Whisper model in C/C++ (`stars: 26513`, `license: mit`) +- [git/git](https://github.com/git/git) - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentat…… (`stars: 48301`, `license: other`) +- [cstack/db_tutorial](https://github.com/cstack/db_tutorial) - Writing a sqlite clone from scratch in C (`stars: 8999`, `license: mit`) +- [pbatard/rufus](https://github.com/pbatard/rufus) - The Reliable USB Formatting Utility (`stars: 25547`, `license: gpl-3.0`) +- [coturn/coturn](https://github.com/coturn/coturn) - coturn TURN server project (`stars: 9996`, `license: other`) +- [iovisor/bcc](https://github.com/iovisor/bcc) - BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more (`stars: 18589`, `license: apache-2.0`) +- [matz/streem](https://github.com/matz/streem) - prototype of stream based programming language (`stars: 4599`, `license: mit`) +- [cesanta/mongoose](https://github.com/cesanta/mongoose) - Embedded Web Server (`stars: 10151`, `license: other`) +- [redis/redis](https://github.com/redis/redis) - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bi…… (`stars: 62753`, `license: bsd-3-clause`) +- [DoctorWkt/acwj](https://github.com/DoctorWkt/acwj) - A Compiler Writing Journey (`stars: 9344`, `license: gpl-3.0`) +- [jqlang/jq](https://github.com/jqlang/jq) - Command-line JSON processor (`stars: 27424`, `license: other`) +- [LuaJIT/LuaJIT](https://github.com/LuaJIT/LuaJIT) - Mirror of the LuaJIT git repository (`stars: 4184`, `license: other`) +- [openwrt/openwrt](https://github.com/openwrt/openwrt) - This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged…… (`stars: 17048`, `license: other`) - [laruence/yar](https://github.com/laruence/yar) - Light, concurrent RPC framework for PHP & C (`stars: 1425`, `license: other`) -- [openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module) - Embed the Power of Lua into NGINX HTTP servers (`stars: 10935`, `license: `) -- [nicolasff/webdis](https://github.com/nicolasff/webdis) - A Redis HTTP interface with JSON output (`stars: 2752`, `license: bsd-2-clause`) -- [rofl0r/proxychains-ng](https://github.com/rofl0r/proxychains-ng) - proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained prox…… (`stars: 9161`, `license: gpl-2.0`) -- [phpredis/phpredis](https://github.com/phpredis/phpredis) - A PHP extension for Redis (`stars: 9804`, `license: other`) -- [laruence/yaf](https://github.com/laruence/yaf) - Fast php framework written in c, built in php extension (`stars: 4511`, `license: other`) -- [php/php-src](https://github.com/php/php-src) - The PHP Interpreter (`stars: 36537`, `license: other`) -- [torvalds/linux](https://github.com/torvalds/linux) - Linux kernel source tree (`stars: 162559`, `license: other`) +- [openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module) - Embed the Power of Lua into NGINX HTTP servers (`stars: 10946`, `license: `) +- [nicolasff/webdis](https://github.com/nicolasff/webdis) - A Redis HTTP interface with JSON output (`stars: 2760`, `license: bsd-2-clause`) +- [rofl0r/proxychains-ng](https://github.com/rofl0r/proxychains-ng) - proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained prox…… (`stars: 9175`, `license: gpl-2.0`) +- [phpredis/phpredis](https://github.com/phpredis/phpredis) - A PHP extension for Redis (`stars: 9807`, `license: other`) +- [laruence/yaf](https://github.com/laruence/yaf) - Fast php framework written in c, built in php extension (`stars: 4512`, `license: other`) +- [php/php-src](https://github.com/php/php-src) - The PHP Interpreter (`stars: 36562`, `license: other`) +- [torvalds/linux](https://github.com/torvalds/linux) - Linux kernel source tree (`stars: 162924`, `license: other`) ### C# -- [emoacht/Monitorian](https://github.com/emoacht/Monitorian) - A Windows desktop tool to adjust the brightness of multiple monitors with ease (`stars: 2697`, `license: mit`) -- [cefsharp/CefSharp](https://github.com/cefsharp/CefSharp) - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework (`stars: 9510`, `license: other`) +- [emoacht/Monitorian](https://github.com/emoacht/Monitorian) - A Windows desktop tool to adjust the brightness of multiple monitors with ease (`stars: 2706`, `license: mit`) +- [cefsharp/CefSharp](https://github.com/cefsharp/CefSharp) - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework (`stars: 9521`, `license: other`) ### C++ -- [mudler/LocalAI](https://github.com/mudler/LocalAI) - :robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GP…… (`stars: 14374`, `license: mit`) -- [google/tcmalloc](https://github.com/google/tcmalloc) - (`stars: 3857`, `license: apache-2.0`) -- [WebAssembly/wabt](https://github.com/WebAssembly/wabt) - The WebAssembly Binary Toolkit (`stars: 6020`, `license: apache-2.0`) -- [chromiumembedded/cef](https://github.com/chromiumembedded/cef) - Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications. (`stars: 2716`, `license: other`) -- [nlohmann/json](https://github.com/nlohmann/json) - JSON for Modern C++ (`stars: 38331`, `license: mit`) -- [huihut/interview](https://github.com/huihut/interview) - 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu…… (`stars: 31395`, `license: other`) -- [ClickHouse/ClickHouse](https://github.com/ClickHouse/ClickHouse) - ClickHouse® is a free analytics DBMS for big data (`stars: 32144`, `license: apache-2.0`) -- [envoyproxy/envoy](https://github.com/envoyproxy/envoy) - Cloud-native high-performance edge/middle/service proxy (`stars: 23160`, `license: apache-2.0`) -- [SpiderLabs/ModSecurity](https://github.com/SpiderLabs/ModSecurity) - ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming langu…… (`stars: 7097`, `license: apache-2.0`) -- [protocolbuffers/protobuf](https://github.com/protocolbuffers/protobuf) - Protocol Buffers - Google's data interchange format (`stars: 62289`, `license: other`) +- [Librum-Reader/Librum](https://github.com/Librum-Reader/Librum) - The Librum client application (`stars: 2785`, `license: gpl-3.0`) +- [mudler/LocalAI](https://github.com/mudler/LocalAI) - :robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GP…… (`stars: 14620`, `license: mit`) +- [google/tcmalloc](https://github.com/google/tcmalloc) - (`stars: 3879`, `license: apache-2.0`) +- [WebAssembly/wabt](https://github.com/WebAssembly/wabt) - The WebAssembly Binary Toolkit (`stars: 6040`, `license: apache-2.0`) +- [chromiumembedded/cef](https://github.com/chromiumembedded/cef) - Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications. (`stars: 2730`, `license: other`) +- [nlohmann/json](https://github.com/nlohmann/json) - JSON for Modern C++ (`stars: 38409`, `license: mit`) +- [huihut/interview](https://github.com/huihut/interview) - 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu…… (`stars: 31469`, `license: other`) +- [ClickHouse/ClickHouse](https://github.com/ClickHouse/ClickHouse) - ClickHouse® is a free analytics DBMS for big data (`stars: 32250`, `license: apache-2.0`) +- [envoyproxy/envoy](https://github.com/envoyproxy/envoy) - Cloud-native high-performance edge/middle/service proxy (`stars: 23209`, `license: apache-2.0`) +- [SpiderLabs/ModSecurity](https://github.com/SpiderLabs/ModSecurity) - ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming langu…… (`stars: 7133`, `license: apache-2.0`) +- [protocolbuffers/protobuf](https://github.com/protocolbuffers/protobuf) - Protocol Buffers - Google's data interchange format (`stars: 62349`, `license: other`) ### CSS -- [ryanoasis/nerd-fonts](https://github.com/ryanoasis/nerd-fonts) - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more (`stars: 48565`, `license: other`) +- [ryanoasis/nerd-fonts](https://github.com/ryanoasis/nerd-fonts) - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more (`stars: 48712`, `license: other`) ### Clojure -- [logseq/logseq](https://github.com/logseq/logseq) - A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap (`stars: 27024`, `license: agpl-3.0`) -- [tonsky/FiraCode](https://github.com/tonsky/FiraCode) - Free monospaced font with programming ligatures (`stars: 73671`, `license: ofl-1.1`) +- [penpot/penpot](https://github.com/penpot/penpot) - Penpot - The Open-Source design & prototyping platform (`stars: 25023`, `license: mpl-2.0`) +- [logseq/logseq](https://github.com/logseq/logseq) - A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap (`stars: 27146`, `license: agpl-3.0`) +- [tonsky/FiraCode](https://github.com/tonsky/FiraCode) - Free monospaced font with programming ligatures (`stars: 73739`, `license: ofl-1.1`) ### Dart -- [AppFlowy-IO/AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) - AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust. (`stars: 43968`, `license: agpl-3.0`) -- [LianjiaTech/bruno](https://github.com/LianjiaTech/bruno) - An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。) (`stars: 2948`, `license: mit`) -- [isar/isar](https://github.com/isar/isar) - Extremely fast, easy to use, and fully async NoSQL database for Flutter (`stars: 3035`, `license: apache-2.0`) -- [larryaasen/upgrader](https://github.com/larryaasen/upgrader) - A Flutter package for prompting users to upgrade when there is a newer version of the app in the store. (`stars: 483`, `license: mit`) -- [localsend/localsend](https://github.com/localsend/localsend) - An open-source cross-platform alternative to AirDrop (`stars: 24373`, `license: mit`) -- [jonataslaw/getx](https://github.com/jonataslaw/getx) - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get. (`stars: 9429`, `license: mit`) -- [ReinBentdal/styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying widget style in Flutter. (`stars: 1172`, `license: mit`) +- [AppFlowy-IO/AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) - AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust. (`stars: 44375`, `license: agpl-3.0`) +- [LianjiaTech/bruno](https://github.com/LianjiaTech/bruno) - An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。) (`stars: 2959`, `license: mit`) +- [isar/isar](https://github.com/isar/isar) - Extremely fast, easy to use, and fully async NoSQL database for Flutter (`stars: 3048`, `license: apache-2.0`) +- [larryaasen/upgrader](https://github.com/larryaasen/upgrader) - A Flutter package for prompting users to upgrade when there is a newer version of the app in the store. (`stars: 485`, `license: mit`) +- [localsend/localsend](https://github.com/localsend/localsend) - An open-source cross-platform alternative to AirDrop (`stars: 25593`, `license: mit`) +- [jonataslaw/getx](https://github.com/jonataslaw/getx) - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get. (`stars: 9452`, `license: mit`) +- [ReinBentdal/styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying widget style in Flutter. (`stars: 1174`, `license: mit`) ### Go -- [spf13/afero](https://github.com/spf13/afero) - A FileSystem Abstraction System for Go (`stars: 5510`, `license: apache-2.0`) -- [dtm-labs/dtm](https://github.com/dtm-labs/dtm) - A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages. (`stars: 9369`, `license: bsd-3-clause`) -- [nxtrace/NTrace-core](https://github.com/nxtrace/NTrace-core) - NextTrace, an open source visual route tracking CLI tool (`stars: 4298`, `license: gpl-3.0`) -- [wabarc/wayback](https://github.com/wabarc/wayback) - An archiving tool with an IM-style interface that prioritizes privacy and accessibility, integrated with various archival services including Internet Archive, archive.today, IPFS, Telegraph, and file …… (`stars: 1527`, `license: gpl-3.0`) -- [mikefarah/yq](https://github.com/mikefarah/yq) - yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor (`stars: 9913`, `license: mit`) -- [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) - A little like that j-thing, only in Go. (`stars: 13202`, `license: bsd-3-clause`) -- [alecthomas/chroma](https://github.com/alecthomas/chroma) - A general purpose syntax highlighter in pure Go (`stars: 4047`, `license: mit`) -- [jpillora/chisel](https://github.com/jpillora/chisel) - A fast TCP/UDP tunnel over HTTP (`stars: 10332`, `license: mit`) -- [riverqueue/river](https://github.com/riverqueue/river) - Fast and reliable background jobs in Go (`stars: 1402`, `license: mpl-2.0`) -- [TomWright/dasel](https://github.com/TomWright/dasel) - Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. (`stars: 4654`, `license: mit`) -- [projectdiscovery/katana](https://github.com/projectdiscovery/katana) - A next-generation crawling and spidering framework. (`stars: 7785`, `license: mit`) -- [uber-go/nilaway](https://github.com/uber-go/nilaway) - Static Analysis tool to detect potential Nil panics in Go code (`stars: 1588`, `license: apache-2.0`) -- [x1unix/go-playground](https://github.com/x1unix/go-playground) - 🇺🇦 Better Go Playground powered by React and Monaco editor (`stars: 1095`, `license: mit`) -- [philippta/flyscrape](https://github.com/philippta/flyscrape) - A standalone and scriptable web scraper in Go (`stars: 868`, `license: mpl-2.0`) -- [uber-go/dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. (`stars: 3513`, `license: mit`) -- [abiosoft/colima](https://github.com/abiosoft/colima) - Container runtimes on macOS (and Linux) with minimal setup (`stars: 14921`, `license: mit`) -- [kisielk/errcheck](https://github.com/kisielk/errcheck) - errcheck checks that you checked errors. (`stars: 2164`, `license: mit`) -- [XTLS/Xray-core](https://github.com/XTLS/Xray-core) - Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration. (`stars: 19672`, `license: mpl-2.0`) -- [writefreely/writefreely](https://github.com/writefreely/writefreely) - A clean, Markdown-based publishing platform made for writers. Write together and build a community. (`stars: 3916`, `license: agpl-3.0`) -- [khuedoan/homelab](https://github.com/khuedoan/homelab) - Modern self-hosting framework, fully automated from empty disk to operating services with a single command. (`stars: 7369`, `license: gpl-3.0`) -- [jmorganca/ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally (`stars: 22969`, `license: mit`) -- [expr-lang/expr](https://github.com/expr-lang/expr) - Expression language and expression evaluation for Go (`stars: 4831`, `license: mit`) -- [cosmtrek/air](https://github.com/cosmtrek/air) - ☁️ Live reload for Go apps (`stars: 13104`, `license: gpl-3.0`) -- [securego/gosec](https://github.com/securego/gosec) - Go security checker (`stars: 7228`, `license: apache-2.0`) -- [IceWhaleTech/CasaOS](https://github.com/IceWhaleTech/CasaOS) - CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system. (`stars: 18790`, `license: apache-2.0`) -- [antonmedv/fx](https://github.com/antonmedv/fx) - Terminal JSON viewer & processor (`stars: 17877`, `license: mit`) -- [SagerNet/sing-box](https://github.com/SagerNet/sing-box) - The universal proxy platform (`stars: 9635`, `license: other`) -- [grafana/loki](https://github.com/grafana/loki) - Like Prometheus, but for logs. (`stars: 20801`, `license: agpl-3.0`) -- [xo/usql](https://github.com/xo/usql) - Universal command-line interface for SQL databases (`stars: 8363`, `license: mit`) -- [concourse/concourse](https://github.com/concourse/concourse) - Concourse is a container-based continuous thing-doer written in Go. (`stars: 7051`, `license: apache-2.0`) -- [temporalio/temporal](https://github.com/temporalio/temporal) - Temporal service (`stars: 8665`, `license: mit`) -- [knadh/listmonk](https://github.com/knadh/listmonk) - High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app. (`stars: 12241`, `license: agpl-3.0`) -- [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. (`stars: 74940`, `license: apache-2.0`) -- [buger/goreplay](https://github.com/buger/goreplay) - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in…… (`stars: 17986`, `license: other`) -- [ondrajz/go-callvis](https://github.com/ondrajz/go-callvis) - Visualize call graph of a Go program using Graphviz (`stars: 5537`, `license: mit`) -- [cue-lang/cue](https://github.com/cue-lang/cue) - The home of the CUE language! Validate and define text-based and dynamic configuration (`stars: 4403`, `license: apache-2.0`) -- [slimtoolkit/slim](https://github.com/slimtoolkit/slim) - Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) (`stars: 17590`, `license: apache-2.0`) -- [charmbracelet/soft-serve](https://github.com/charmbracelet/soft-serve) - The mighty, self-hostable Git server for the command line🍦 (`stars: 4435`, `license: mit`) -- [bytebase/bytebase](https://github.com/bytebase/bytebase) - World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams. The GitLab for database DevOps (`stars: 7803`, `license: other`) -- [ThreeDotsLabs/watermill](https://github.com/ThreeDotsLabs/watermill) - Building event-driven applications the easy way in Go. (`stars: 6379`, `license: mit`) -- [go-git/go-git](https://github.com/go-git/go-git) - A highly extensible Git implementation in pure Go. (`stars: 5190`, `license: apache-2.0`) -- [dominikh/go-tools](https://github.com/dominikh/go-tools) - Staticcheck - The advanced Go linter (`stars: 5718`, `license: mit`) -- [gopherjs/gopherjs](https://github.com/gopherjs/gopherjs) - A compiler from Go to JavaScript for running Go code in a browser (`stars: 12216`, `license: bsd-2-clause`) -- [mutagen-io/mutagen](https://github.com/mutagen-io/mutagen) - Fast file synchronization and network forwarding for remote development (`stars: 3230`, `license: other`) -- [ViRb3/wgcf](https://github.com/ViRb3/wgcf) - 🚤 Cross-platform, unofficial CLI for Cloudflare Warp (`stars: 4830`, `license: mit`) -- [direnv/direnv](https://github.com/direnv/direnv) - unclutter your .profile (`stars: 11181`, `license: mit`) -- [bytedance/mockey](https://github.com/bytedance/mockey) - a simple and easy-to-use golang mock library (`stars: 417`, `license: apache-2.0`) -- [loft-sh/devpod](https://github.com/loft-sh/devpod) - Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker. (`stars: 5352`, `license: mpl-2.0`) -- [thomiceli/opengist](https://github.com/thomiceli/opengist) - Self-hosted pastebin powered by Git, open-source alternative to Github Gist. (`stars: 586`, `license: agpl-3.0`) -- [1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel) - 🔥 🔥 🔥 现代化、开源的 Linux 服务器运维管理面板。 (`stars: 14140`, `license: gpl-3.0`) -- [redis/rueidis](https://github.com/redis/rueidis) - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc. (`stars: 2008`, `license: apache-2.0`) -- [quic-go/quic-go](https://github.com/quic-go/quic-go) - A QUIC implementation in pure go (`stars: 8991`, `license: mit`) -- [github/gh-ost](https://github.com/github/gh-ost) - GitHub's Online Schema-migration Tool for MySQL (`stars: 11653`, `license: mit`) -- [benbjohnson/litestream](https://github.com/benbjohnson/litestream) - Streaming replication for SQLite. (`stars: 9232`, `license: apache-2.0`) -- [go-gorm/gen](https://github.com/go-gorm/gen) - Gen: Friendly & Safer GORM powered by Code Generation (`stars: 1950`, `license: mit`) -- [slackhq/nebula](https://github.com/slackhq/nebula) - A scalable overlay networking tool with a focus on performance, simplicity and security (`stars: 12987`, `license: mit`) -- [traefik/yaegi](https://github.com/traefik/yaegi) - Yaegi is Another Elegant Go Interpreter (`stars: 6264`, `license: apache-2.0`) -- [ServiceWeaver/weaver](https://github.com/ServiceWeaver/weaver) - Programming framework for writing and deploying cloud applications. (`stars: 4066`, `license: apache-2.0`) -- [sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) - OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go (`stars: 7308`, `license: apache-2.0`) -- [usememos/memos](https://github.com/usememos/memos) - An open source, lightweight note-taking service. Easily capture and share your great thoughts. (`stars: 20956`, `license: mit`) -- [chromedp/chromedp](https://github.com/chromedp/chromedp) - A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol. (`stars: 9841`, `license: mit`) -- [google/addlicense](https://github.com/google/addlicense) - A program which ensures source code files have copyright license headers by scanning directory patterns recursively (`stars: 651`, `license: apache-2.0`) -- [cloudwego/kitex](https://github.com/cloudwego/kitex) - Go RPC framework with high-performance and strong-extensibility for building micro-services. (`stars: 6422`, `license: apache-2.0`) -- [polarsignals/frostdb](https://github.com/polarsignals/frostdb) - ❄️ Coolest database around 🧊 Embeddable column database written in Go. (`stars: 1138`, `license: apache-2.0`) -- [loov/lensm](https://github.com/loov/lensm) - Go assembly and source viewer (`stars: 3291`, `license: mit`) -- [wader/fq](https://github.com/wader/fq) - jq for binary formats - tool, language and decoders for working with binary and text formats (`stars: 9055`, `license: other`) -- [dapr/dapr](https://github.com/dapr/dapr) - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. (`stars: 22728`, `license: apache-2.0`) -- [ffuf/ffuf](https://github.com/ffuf/ffuf) - Fast web fuzzer written in Go (`stars: 10632`, `license: mit`) -- [iyear/tdl](https://github.com/iyear/tdl) - 📥 A Telegram downloader/tools written in Golang (`stars: 2571`, `license: agpl-3.0`) -- [apernet/hysteria](https://github.com/apernet/hysteria) - Hysteria is a powerful, lightning fast and censorship resistant proxy. (`stars: 11104`, `license: mit`) -- [sourcegraph/conc](https://github.com/sourcegraph/conc) - Better structured concurrency for go (`stars: 7679`, `license: mit`) -- [llir/llvm](https://github.com/llir/llvm) - Library for interacting with LLVM IR in pure Go. (`stars: 1107`, `license: 0bsd`) -- [uber-go/fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go. (`stars: 4718`, `license: mit`) -- [moby/buildkit](https://github.com/moby/buildkit) - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit (`stars: 7321`, `license: apache-2.0`) -- [wailsapp/wails](https://github.com/wailsapp/wails) - Create beautiful applications using Go (`stars: 19732`, `license: mit`) -- [segmentio/ksuid](https://github.com/segmentio/ksuid) - K-Sortable Globally Unique IDs (`stars: 4466`, `license: mit`) -- [runfinch/finch](https://github.com/runfinch/finch) - The Finch CLI an open source client for container development (`stars: 3225`, `license: apache-2.0`) -- [nektos/act](https://github.com/nektos/act) - Run your GitHub Actions locally 🚀 (`stars: 46033`, `license: mit`) -- [swaggo/swag](https://github.com/swaggo/swag) - Automatically generate RESTful API documentation with Swagger 2.0 for Go. (`stars: 9156`, `license: mit`) -- [terrastruct/d2](https://github.com/terrastruct/d2) - D2 is a modern diagram scripting language that turns text to diagrams. (`stars: 14851`, `license: mpl-2.0`) -- [tektoncd/pipeline](https://github.com/tektoncd/pipeline) - A cloud-native Pipeline resource. (`stars: 8120`, `license: apache-2.0`) -- [livekit/livekit](https://github.com/livekit/livekit) - End-to-end stack for WebRTC. SFU media server and SDKs. (`stars: 6172`, `license: apache-2.0`) -- [superseriousbusiness/gotosocial](https://github.com/superseriousbusiness/gotosocial) - Fast, fun, ActivityPub server, powered by Go. (`stars: 3184`, `license: agpl-3.0`) -- [rqlite/rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed relational database built on SQLite (`stars: 14316`, `license: mit`) -- [junegunn/fzf](https://github.com/junegunn/fzf) - :cherry_blossom: A command-line fuzzy finder (`stars: 56109`, `license: mit`) -- [stashapp/stash](https://github.com/stashapp/stash) - An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc (`stars: 6731`, `license: agpl-3.0`) -- [zu1k/nali](https://github.com/zu1k/nali) - An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具. (`stars: 3340`, `license: mit`) -- [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) - Send push notifications to your phone or desktop using PUT/POST (`stars: 15096`, `license: apache-2.0`) -- [dagger/dagger](https://github.com/dagger/dagger) - Application Delivery as Code that Runs Anywhere (`stars: 9341`, `license: apache-2.0`) -- [libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) - libp2p implementation in Go (`stars: 5516`, `license: mit`) -- [filebrowser/filebrowser](https://github.com/filebrowser/filebrowser) - 📂 Web File Browser (`stars: 21790`, `license: apache-2.0`) -- [looplab/fsm](https://github.com/looplab/fsm) - Finite State Machine for Go (`stars: 2503`, `license: apache-2.0`) -- [go-gitea/gitea](https://github.com/go-gitea/gitea) - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD (`stars: 39711`, `license: mit`) -- [bitfield/script](https://github.com/bitfield/script) - Making it easy to write shell-like scripts in Go (`stars: 4736`, `license: mit`) -- [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) - Deliver Go binaries as fast and easily as possible (`stars: 12378`, `license: mit`) -- [sourcegraph/sourcegraph](https://github.com/sourcegraph/sourcegraph) - Code AI platform with Code Search & Cody (`stars: 9247`, `license: other`) -- [ipfs/kubo](https://github.com/ipfs/kubo) - An IPFS implementation in Go (`stars: 15542`, `license: other`) -- [go-rod/rod](https://github.com/go-rod/rod) - A Devtools driver for web automation and scraping (`stars: 4402`, `license: mit`) -- [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew) - 📦 Find and install kubectl plugins (`stars: 5943`, `license: apache-2.0`) -- [JanDeDobbeleer/oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh) - The most customisable and low-latency cross platform/shell prompt renderer (`stars: 12991`, `license: mit`) -- [apache/incubator-answer](https://github.com/apache/incubator-answer) - A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer. (`stars: 9112`, `license: apache-2.0`) -- [google/go-github](https://github.com/google/go-github) - Go library for accessing the GitHub v3 API (`stars: 9841`, `license: bsd-3-clause`) -- [tetratelabs/wazero](https://github.com/tetratelabs/wazero) - wazero: the zero dependency WebAssembly runtime for Go developers (`stars: 4185`, `license: apache-2.0`) -- [syncthing/syncthing](https://github.com/syncthing/syncthing) - Open Source Continuous File Synchronization (`stars: 56829`, `license: mpl-2.0`) -- [hibiken/asynq](https://github.com/hibiken/asynq) - Simple, reliable, and efficient distributed task queue in Go (`stars: 7813`, `license: mit`) -- [google/go-cmp](https://github.com/google/go-cmp) - Package for comparing Go values in tests (`stars: 3820`, `license: bsd-3-clause`) -- [connectrpc/connect-go](https://github.com/connectrpc/connect-go) - The Go implementation of Connect: Protobuf RPC that works. (`stars: 2389`, `license: apache-2.0`) -- [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach) - CockroachDB - the open source, cloud-native distributed SQL database. (`stars: 28269`, `license: other`) -- [dop251/goja](https://github.com/dop251/goja) - ECMAScript/JavaScript engine in pure Go (`stars: 4493`, `license: mit`) -- [heroiclabs/nakama](https://github.com/heroiclabs/nakama) - Distributed server for social and realtime games and apps. (`stars: 7876`, `license: apache-2.0`) -- [getsops/sops](https://github.com/getsops/sops) - Simple and flexible tool for managing secrets (`stars: 14381`, `license: mpl-2.0`) -- [cilium/cilium](https://github.com/cilium/cilium) - eBPF-based Networking, Security, and Observability (`stars: 17332`, `license: apache-2.0`) -- [fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) - Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers (`stars: 9496`, `license: mit`) -- [ginuerzh/gost](https://github.com/ginuerzh/gost) - GO Simple Tunnel - a simple tunnel written in golang (`stars: 14393`, `license: mit`) -- [twitchtv/twirp](https://github.com/twitchtv/twirp) - A simple RPC framework with protobuf service definitions (`stars: 6692`, `license: apache-2.0`) -- [cheat/cheat](https://github.com/cheat/cheat) - cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not fre…… (`stars: 11401`, `license: mit`) -- [jetpack-io/devbox](https://github.com/jetpack-io/devbox) - Instant, easy, and predictable development environments (`stars: 6620`, `license: apache-2.0`) -- [fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) - Cross-platform file system notifications for Go. (`stars: 8819`, `license: bsd-3-clause`) -- [halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go) - ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解 (`stars: 31027`, `license: mit`) -- [berty/berty](https://github.com/berty/berty) - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (`stars: 7083`, `license: other`) -- [sqlc-dev/sqlc](https://github.com/sqlc-dev/sqlc) - Generate type-safe code from SQL (`stars: 9589`, `license: mit`) -- [fortio/fortio](https://github.com/fortio/fortio) - Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats. (`stars: 3074`, `license: apache-2.0`) -- [bufbuild/protoc-gen-validate](https://github.com/bufbuild/protoc-gen-validate) - Protocol Buffer Validation - Being replaced by github.com/bufbuild/protovalidate (`stars: 3527`, `license: apache-2.0`) -- [argoproj/argo-workflows](https://github.com/argoproj/argo-workflows) - Workflow Engine for Kubernetes (`stars: 13809`, `license: apache-2.0`) -- [pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) - Open Source realtime backend in 1 file (`stars: 28263`, `license: mit`) -- [gorse-io/gorse](https://github.com/gorse-io/gorse) - Gorse open source recommender system engine (`stars: 7775`, `license: apache-2.0`) -- [werf/werf](https://github.com/werf/werf) - A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices. (`stars: 3819`, `license: apache-2.0`) -- [dstotijn/hetty](https://github.com/dstotijn/hetty) - An HTTP toolkit for security research. (`stars: 5829`, `license: mit`) -- [geektutu/high-performance-go](https://github.com/geektutu/high-performance-go) - high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps) (`stars: 3616`, `license: mit`) -- [syncsynchalt/illustrated-tls12](https://github.com/syncsynchalt/illustrated-tls12) - The Illustrated TLS 1.2 Connection: Every byte explained (`stars: 3390`, `license: mit`) -- [golangci/golangci-lint](https://github.com/golangci/golangci-lint) - Fast linters Runner for Go (`stars: 13696`, `license: gpl-3.0`) -- [luraproject/lura](https://github.com/luraproject/lura) - Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation (`stars: 5841`, `license: other`) -- [dexidp/dex](https://github.com/dexidp/dex) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors (`stars: 8653`, `license: apache-2.0`) -- [operator-framework/operator-sdk](https://github.com/operator-framework/operator-sdk) - SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding. (`stars: 6827`, `license: apache-2.0`) -- [samber/lo](https://github.com/samber/lo) - 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...) (`stars: 14119`, `license: mit`) -- [adalkiran/webrtc-nuts-and-bolts](https://github.com/adalkiran/webrtc-nuts-and-bolts) - A holistic way of understanding how WebRTC and its protocols run in practice, with code and detailed documentation. (`stars: 888`, `license: apache-2.0`) -- [yggdrasil-network/yggdrasil-go](https://github.com/yggdrasil-network/yggdrasil-go) - An experiment in scalable routing as an encrypted IPv6 overlay network (`stars: 3191`, `license: other`) -- [pressly/goose](https://github.com/pressly/goose) - A database migration tool. Supports SQL migrations and Go functions. (`stars: 4834`, `license: other`) -- [blevesearch/bleve](https://github.com/blevesearch/bleve) - A modern text indexing library for go (`stars: 9379`, `license: apache-2.0`) -- [matrix-org/dendrite](https://github.com/matrix-org/dendrite) - Dendrite is a second-generation Matrix homeserver written in Go! (`stars: 5092`, `license: apache-2.0`) -- [google/go-jsonnet](https://github.com/google/go-jsonnet) - (`stars: 1475`, `license: apache-2.0`) -- [coocood/freecache](https://github.com/coocood/freecache) - A cache library for Go with zero GC overhead. (`stars: 4812`, `license: mit`) -- [mosn/holmes](https://github.com/mosn/holmes) - self-aware Golang profile dumper (`stars: 1006`, `license: apache-2.0`) -- [cloudflare/tableflip](https://github.com/cloudflare/tableflip) - Graceful process restarts in Go (`stars: 2650`, `license: bsd-3-clause`) -- [hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) - A Go (golang) package for representing a list of errors as a single error. (`stars: 2081`, `license: mpl-2.0`) -- [AdguardTeam/AdGuardHome](https://github.com/AdguardTeam/AdGuardHome) - Network-wide ads & trackers blocking DNS server (`stars: 19785`, `license: gpl-3.0`) -- [golang/proposal](https://github.com/golang/proposal) - Go Project Design Documents (`stars: 3241`, `license: bsd-3-clause`) -- [cilium/ebpf](https://github.com/cilium/ebpf) - ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel. (`stars: 5261`, `license: mit`) -- [allegro/bigcache](https://github.com/allegro/bigcache) - Efficient cache for gigabytes of data written in Go. (`stars: 6943`, `license: apache-2.0`) -- [google/syzkaller](https://github.com/google/syzkaller) - syzkaller is an unsupervised coverage-guided kernel fuzzer (`stars: 4945`, `license: apache-2.0`) -- [uber-go/multierr](https://github.com/uber-go/multierr) - Combine one or more Go errors together (`stars: 865`, `license: mit`) -- [containerd/nerdctl](https://github.com/containerd/nerdctl) - contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ... (`stars: 6914`, `license: apache-2.0`) -- [milvus-io/milvus](https://github.com/milvus-io/milvus) - A cloud-native vector database, storage for next generation AI applications (`stars: 24640`, `license: apache-2.0`) -- [TykTechnologies/tyk](https://github.com/TykTechnologies/tyk) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols (`stars: 8975`, `license: other`) -- [ory/hydra](https://github.com/ory/hydra) - OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security …… (`stars: 14686`, `license: apache-2.0`) +- [daeuniverse/dae](https://github.com/daeuniverse/dae) - A Linux high-performance transparent proxy solution based on eBPF. (`stars: 1603`, `license: agpl-3.0`) +- [nikolaydubina/go-recipes](https://github.com/nikolaydubina/go-recipes) - 🦩 Tools for Go projects (`stars: 3524`, `license: mit`) +- [spf13/afero](https://github.com/spf13/afero) - A FileSystem Abstraction System for Go (`stars: 5525`, `license: apache-2.0`) +- [dtm-labs/dtm](https://github.com/dtm-labs/dtm) - A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages. (`stars: 9390`, `license: bsd-3-clause`) +- [nxtrace/NTrace-core](https://github.com/nxtrace/NTrace-core) - NextTrace, an open source visual route tracking CLI tool (`stars: 4328`, `license: gpl-3.0`) +- [wabarc/wayback](https://github.com/wabarc/wayback) - An archiving tool with an IM-style interface that prioritizes privacy and accessibility, integrated with various archival services including Internet Archive, archive.today, IPFS, Telegraph, and file …… (`stars: 1533`, `license: gpl-3.0`) +- [mikefarah/yq](https://github.com/mikefarah/yq) - yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor (`stars: 9961`, `license: mit`) +- [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) - A little like that j-thing, only in Go. (`stars: 13216`, `license: bsd-3-clause`) +- [alecthomas/chroma](https://github.com/alecthomas/chroma) - A general purpose syntax highlighter in pure Go (`stars: 4056`, `license: mit`) +- [jpillora/chisel](https://github.com/jpillora/chisel) - A fast TCP/UDP tunnel over HTTP (`stars: 10365`, `license: mit`) +- [riverqueue/river](https://github.com/riverqueue/river) - Fast and reliable background jobs in Go (`stars: 1479`, `license: mpl-2.0`) +- [TomWright/dasel](https://github.com/TomWright/dasel) - Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. (`stars: 4665`, `license: mit`) +- [projectdiscovery/katana](https://github.com/projectdiscovery/katana) - A next-generation crawling and spidering framework. (`stars: 7815`, `license: mit`) +- [uber-go/nilaway](https://github.com/uber-go/nilaway) - Static Analysis tool to detect potential Nil panics in Go code (`stars: 1650`, `license: apache-2.0`) +- [x1unix/go-playground](https://github.com/x1unix/go-playground) - 🇺🇦 Better Go Playground powered by React and Monaco editor (`stars: 1099`, `license: mit`) +- [philippta/flyscrape](https://github.com/philippta/flyscrape) - A standalone and scriptable web scraper in Go (`stars: 872`, `license: mpl-2.0`) +- [uber-go/dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. (`stars: 3525`, `license: mit`) +- [abiosoft/colima](https://github.com/abiosoft/colima) - Container runtimes on macOS (and Linux) with minimal setup (`stars: 15026`, `license: mit`) +- [kisielk/errcheck](https://github.com/kisielk/errcheck) - errcheck checks that you checked errors. (`stars: 2170`, `license: mit`) +- [XTLS/Xray-core](https://github.com/XTLS/Xray-core) - Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration. (`stars: 19760`, `license: mpl-2.0`) +- [writefreely/writefreely](https://github.com/writefreely/writefreely) - A clean, Markdown-based publishing platform made for writers. Write together and build a community. (`stars: 3927`, `license: agpl-3.0`) +- [khuedoan/homelab](https://github.com/khuedoan/homelab) - Modern self-hosting framework, fully automated from empty disk to operating services with a single command. (`stars: 7383`, `license: gpl-3.0`) +- [jmorganca/ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally (`stars: 27606`, `license: mit`) +- [expr-lang/expr](https://github.com/expr-lang/expr) - Expression language and expression evaluation for Go (`stars: 4859`, `license: mit`) +- [cosmtrek/air](https://github.com/cosmtrek/air) - ☁️ Live reload for Go apps (`stars: 13218`, `license: gpl-3.0`) +- [securego/gosec](https://github.com/securego/gosec) - Go security checker (`stars: 7239`, `license: apache-2.0`) +- [IceWhaleTech/CasaOS](https://github.com/IceWhaleTech/CasaOS) - CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system. (`stars: 18942`, `license: apache-2.0`) +- [antonmedv/fx](https://github.com/antonmedv/fx) - Terminal JSON viewer & processor (`stars: 17888`, `license: mit`) +- [SagerNet/sing-box](https://github.com/SagerNet/sing-box) - The universal proxy platform (`stars: 9962`, `license: other`) +- [grafana/loki](https://github.com/grafana/loki) - Like Prometheus, but for logs. (`stars: 20853`, `license: agpl-3.0`) +- [xo/usql](https://github.com/xo/usql) - Universal command-line interface for SQL databases (`stars: 8372`, `license: mit`) +- [concourse/concourse](https://github.com/concourse/concourse) - Concourse is a container-based continuous thing-doer written in Go. (`stars: 7056`, `license: apache-2.0`) +- [temporalio/temporal](https://github.com/temporalio/temporal) - Temporal service (`stars: 8737`, `license: mit`) +- [knadh/listmonk](https://github.com/knadh/listmonk) - High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app. (`stars: 12269`, `license: agpl-3.0`) +- [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. (`stars: 75163`, `license: apache-2.0`) +- [buger/goreplay](https://github.com/buger/goreplay) - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in…… (`stars: 18004`, `license: other`) +- [ondrajz/go-callvis](https://github.com/ondrajz/go-callvis) - Visualize call graph of a Go program using Graphviz (`stars: 5547`, `license: mit`) +- [cue-lang/cue](https://github.com/cue-lang/cue) - The home of the CUE language! Validate and define text-based and dynamic configuration (`stars: 4418`, `license: apache-2.0`) +- [slimtoolkit/slim](https://github.com/slimtoolkit/slim) - Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) (`stars: 17625`, `license: apache-2.0`) +- [charmbracelet/soft-serve](https://github.com/charmbracelet/soft-serve) - The mighty, self-hostable Git server for the command line🍦 (`stars: 4445`, `license: mit`) +- [bytebase/bytebase](https://github.com/bytebase/bytebase) - World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams. The GitLab/GitHub for database DevOps. (`stars: 8597`, `license: other`) +- [ThreeDotsLabs/watermill](https://github.com/ThreeDotsLabs/watermill) - Building event-driven applications the easy way in Go. (`stars: 6413`, `license: mit`) +- [go-git/go-git](https://github.com/go-git/go-git) - A highly extensible Git implementation in pure Go. (`stars: 5205`, `license: apache-2.0`) +- [dominikh/go-tools](https://github.com/dominikh/go-tools) - Staticcheck - The advanced Go linter (`stars: 5728`, `license: mit`) +- [gopherjs/gopherjs](https://github.com/gopherjs/gopherjs) - A compiler from Go to JavaScript for running Go code in a browser (`stars: 12223`, `license: bsd-2-clause`) +- [mutagen-io/mutagen](https://github.com/mutagen-io/mutagen) - Fast file synchronization and network forwarding for remote development (`stars: 3236`, `license: other`) +- [ViRb3/wgcf](https://github.com/ViRb3/wgcf) - 🚤 Cross-platform, unofficial CLI for Cloudflare Warp (`stars: 4855`, `license: mit`) +- [direnv/direnv](https://github.com/direnv/direnv) - unclutter your .profile (`stars: 11203`, `license: mit`) +- [bytedance/mockey](https://github.com/bytedance/mockey) - a simple and easy-to-use golang mock library (`stars: 422`, `license: apache-2.0`) +- [loft-sh/devpod](https://github.com/loft-sh/devpod) - Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker. (`stars: 5467`, `license: mpl-2.0`) +- [thomiceli/opengist](https://github.com/thomiceli/opengist) - Self-hosted pastebin powered by Git, open-source alternative to Github Gist. (`stars: 601`, `license: agpl-3.0`) +- [1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel) - 🔥 🔥 🔥 现代化、开源的 Linux 服务器运维管理面板。 (`stars: 14328`, `license: gpl-3.0`) +- [redis/rueidis](https://github.com/redis/rueidis) - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc. (`stars: 2016`, `license: apache-2.0`) +- [quic-go/quic-go](https://github.com/quic-go/quic-go) - A QUIC implementation in pure go (`stars: 9012`, `license: mit`) +- [github/gh-ost](https://github.com/github/gh-ost) - GitHub's Online Schema-migration Tool for MySQL (`stars: 11672`, `license: mit`) +- [benbjohnson/litestream](https://github.com/benbjohnson/litestream) - Streaming replication for SQLite. (`stars: 9252`, `license: apache-2.0`) +- [go-gorm/gen](https://github.com/go-gorm/gen) - Gen: Friendly & Safer GORM powered by Code Generation (`stars: 1954`, `license: mit`) +- [slackhq/nebula](https://github.com/slackhq/nebula) - A scalable overlay networking tool with a focus on performance, simplicity and security (`stars: 13009`, `license: mit`) +- [traefik/yaegi](https://github.com/traefik/yaegi) - Yaegi is Another Elegant Go Interpreter (`stars: 6284`, `license: apache-2.0`) +- [ServiceWeaver/weaver](https://github.com/ServiceWeaver/weaver) - Programming framework for writing and deploying cloud applications. (`stars: 4083`, `license: apache-2.0`) +- [sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) - OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go (`stars: 7358`, `license: apache-2.0`) +- [usememos/memos](https://github.com/usememos/memos) - An open source, lightweight note-taking service. Easily capture and share your great thoughts. (`stars: 21380`, `license: mit`) +- [chromedp/chromedp](https://github.com/chromedp/chromedp) - A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol. (`stars: 9863`, `license: mit`) +- [google/addlicense](https://github.com/google/addlicense) - A program which ensures source code files have copyright license headers by scanning directory patterns recursively (`stars: 652`, `license: apache-2.0`) +- [cloudwego/kitex](https://github.com/cloudwego/kitex) - Go RPC framework with high-performance and strong-extensibility for building micro-services. (`stars: 6432`, `license: apache-2.0`) +- [polarsignals/frostdb](https://github.com/polarsignals/frostdb) - ❄️ Coolest database around 🧊 Embeddable column database written in Go. (`stars: 1144`, `license: apache-2.0`) +- [loov/lensm](https://github.com/loov/lensm) - Go assembly and source viewer (`stars: 3301`, `license: mit`) +- [wader/fq](https://github.com/wader/fq) - jq for binary formats - tool, language and decoders for working with binary and text formats (`stars: 9085`, `license: other`) +- [dapr/dapr](https://github.com/dapr/dapr) - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. (`stars: 22755`, `license: apache-2.0`) +- [ffuf/ffuf](https://github.com/ffuf/ffuf) - Fast web fuzzer written in Go (`stars: 10666`, `license: mit`) +- [iyear/tdl](https://github.com/iyear/tdl) - 📥 A Telegram downloader/tools written in Golang (`stars: 2604`, `license: agpl-3.0`) +- [apernet/hysteria](https://github.com/apernet/hysteria) - Hysteria is a powerful, lightning fast and censorship resistant proxy. (`stars: 11198`, `license: mit`) +- [sourcegraph/conc](https://github.com/sourcegraph/conc) - Better structured concurrency for go (`stars: 7827`, `license: mit`) +- [llir/llvm](https://github.com/llir/llvm) - Library for interacting with LLVM IR in pure Go. (`stars: 1108`, `license: 0bsd`) +- [uber-go/fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go. (`stars: 4743`, `license: mit`) +- [moby/buildkit](https://github.com/moby/buildkit) - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit (`stars: 7333`, `license: apache-2.0`) +- [wailsapp/wails](https://github.com/wailsapp/wails) - Create beautiful applications using Go (`stars: 19836`, `license: mit`) +- [segmentio/ksuid](https://github.com/segmentio/ksuid) - K-Sortable Globally Unique IDs (`stars: 4476`, `license: mit`) +- [runfinch/finch](https://github.com/runfinch/finch) - The Finch CLI an open source client for container development (`stars: 3257`, `license: apache-2.0`) +- [nektos/act](https://github.com/nektos/act) - Run your GitHub Actions locally 🚀 (`stars: 46209`, `license: mit`) +- [swaggo/swag](https://github.com/swaggo/swag) - Automatically generate RESTful API documentation with Swagger 2.0 for Go. (`stars: 9186`, `license: mit`) +- [terrastruct/d2](https://github.com/terrastruct/d2) - D2 is a modern diagram scripting language that turns text to diagrams. (`stars: 14887`, `license: mpl-2.0`) +- [tektoncd/pipeline](https://github.com/tektoncd/pipeline) - A cloud-native Pipeline resource. (`stars: 8127`, `license: apache-2.0`) +- [livekit/livekit](https://github.com/livekit/livekit) - End-to-end stack for WebRTC. SFU media server and SDKs. (`stars: 6216`, `license: apache-2.0`) +- [superseriousbusiness/gotosocial](https://github.com/superseriousbusiness/gotosocial) - ***ON HOLIDAY UNTIL 2nd JAN 2023! https://github.com/superseriousbusiness/gotosocial/issues/2477 Happy new year!*** Fast, fun, ActivityPub server, powered by Go. (`stars: 3209`, `license: agpl-3.0`) +- [rqlite/rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed relational database built on SQLite (`stars: 14359`, `license: mit`) +- [junegunn/fzf](https://github.com/junegunn/fzf) - :cherry_blossom: A command-line fuzzy finder (`stars: 56291`, `license: mit`) +- [stashapp/stash](https://github.com/stashapp/stash) - An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc (`stars: 6768`, `license: agpl-3.0`) +- [zu1k/nali](https://github.com/zu1k/nali) - An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具. (`stars: 3353`, `license: mit`) +- [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) - Send push notifications to your phone or desktop using PUT/POST (`stars: 15139`, `license: apache-2.0`) +- [dagger/dagger](https://github.com/dagger/dagger) - Application Delivery as Code that Runs Anywhere (`stars: 9394`, `license: apache-2.0`) +- [libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) - libp2p implementation in Go (`stars: 5529`, `license: mit`) +- [filebrowser/filebrowser](https://github.com/filebrowser/filebrowser) - 📂 Web File Browser (`stars: 21874`, `license: apache-2.0`) +- [looplab/fsm](https://github.com/looplab/fsm) - Finite State Machine for Go (`stars: 2516`, `license: apache-2.0`) +- [go-gitea/gitea](https://github.com/go-gitea/gitea) - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD (`stars: 39819`, `license: mit`) +- [bitfield/script](https://github.com/bitfield/script) - Making it easy to write shell-like scripts in Go (`stars: 4749`, `license: mit`) +- [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) - Deliver Go binaries as fast and easily as possible (`stars: 12398`, `license: mit`) +- [sourcegraph/sourcegraph](https://github.com/sourcegraph/sourcegraph) - Code AI platform with Code Search & Cody (`stars: 9275`, `license: other`) +- [ipfs/kubo](https://github.com/ipfs/kubo) - An IPFS implementation in Go (`stars: 15556`, `license: other`) +- [go-rod/rod](https://github.com/go-rod/rod) - A Devtools driver for web automation and scraping (`stars: 4428`, `license: mit`) +- [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew) - 📦 Find and install kubectl plugins (`stars: 5950`, `license: apache-2.0`) +- [JanDeDobbeleer/oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh) - The most customisable and low-latency cross platform/shell prompt renderer (`stars: 13054`, `license: mit`) +- [apache/incubator-answer](https://github.com/apache/incubator-answer) - A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer. (`stars: 9136`, `license: apache-2.0`) +- [google/go-github](https://github.com/google/go-github) - Go library for accessing the GitHub v3 API (`stars: 9847`, `license: bsd-3-clause`) +- [tetratelabs/wazero](https://github.com/tetratelabs/wazero) - wazero: the zero dependency WebAssembly runtime for Go developers (`stars: 4201`, `license: apache-2.0`) +- [syncthing/syncthing](https://github.com/syncthing/syncthing) - Open Source Continuous File Synchronization (`stars: 56995`, `license: mpl-2.0`) +- [hibiken/asynq](https://github.com/hibiken/asynq) - Simple, reliable, and efficient distributed task queue in Go (`stars: 7866`, `license: mit`) +- [google/go-cmp](https://github.com/google/go-cmp) - Package for comparing Go values in tests (`stars: 3832`, `license: bsd-3-clause`) +- [connectrpc/connect-go](https://github.com/connectrpc/connect-go) - The Go implementation of Connect: Protobuf RPC that works. (`stars: 2402`, `license: apache-2.0`) +- [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach) - CockroachDB - the open source, cloud-native distributed SQL database. (`stars: 28320`, `license: other`) +- [dop251/goja](https://github.com/dop251/goja) - ECMAScript/JavaScript engine in pure Go (`stars: 4505`, `license: mit`) +- [heroiclabs/nakama](https://github.com/heroiclabs/nakama) - Distributed server for social and realtime games and apps. (`stars: 7895`, `license: apache-2.0`) +- [getsops/sops](https://github.com/getsops/sops) - Simple and flexible tool for managing secrets (`stars: 14429`, `license: mpl-2.0`) +- [cilium/cilium](https://github.com/cilium/cilium) - eBPF-based Networking, Security, and Observability (`stars: 17405`, `license: apache-2.0`) +- [fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) - Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers (`stars: 9520`, `license: mit`) +- [ginuerzh/gost](https://github.com/ginuerzh/gost) - GO Simple Tunnel - a simple tunnel written in golang (`stars: 14426`, `license: mit`) +- [twitchtv/twirp](https://github.com/twitchtv/twirp) - A simple RPC framework with protobuf service definitions (`stars: 6694`, `license: apache-2.0`) +- [cheat/cheat](https://github.com/cheat/cheat) - cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not fre…… (`stars: 11445`, `license: mit`) +- [jetpack-io/devbox](https://github.com/jetpack-io/devbox) - Instant, easy, and predictable development environments (`stars: 6715`, `license: apache-2.0`) +- [fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) - Cross-platform file system notifications for Go. (`stars: 8840`, `license: bsd-3-clause`) +- [halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go) - ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解 (`stars: 31077`, `license: mit`) +- [berty/berty](https://github.com/berty/berty) - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (`stars: 7093`, `license: other`) +- [sqlc-dev/sqlc](https://github.com/sqlc-dev/sqlc) - Generate type-safe code from SQL (`stars: 9640`, `license: mit`) +- [fortio/fortio](https://github.com/fortio/fortio) - Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats. (`stars: 3078`, `license: apache-2.0`) +- [bufbuild/protoc-gen-validate](https://github.com/bufbuild/protoc-gen-validate) - Protocol Buffer Validation - Being replaced by github.com/bufbuild/protovalidate (`stars: 3530`, `license: apache-2.0`) +- [argoproj/argo-workflows](https://github.com/argoproj/argo-workflows) - Workflow Engine for Kubernetes (`stars: 13832`, `license: apache-2.0`) +- [pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) - Open Source realtime backend in 1 file (`stars: 28444`, `license: mit`) +- [gorse-io/gorse](https://github.com/gorse-io/gorse) - Gorse open source recommender system engine (`stars: 7784`, `license: apache-2.0`) +- [werf/werf](https://github.com/werf/werf) - A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices. (`stars: 3823`, `license: apache-2.0`) +- [dstotijn/hetty](https://github.com/dstotijn/hetty) - An HTTP toolkit for security research. (`stars: 5834`, `license: mit`) +- [geektutu/high-performance-go](https://github.com/geektutu/high-performance-go) - high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps) (`stars: 3626`, `license: mit`) +- [syncsynchalt/illustrated-tls12](https://github.com/syncsynchalt/illustrated-tls12) - The Illustrated TLS 1.2 Connection: Every byte explained (`stars: 3392`, `license: mit`) +- [golangci/golangci-lint](https://github.com/golangci/golangci-lint) - Fast linters Runner for Go (`stars: 13736`, `license: gpl-3.0`) +- [luraproject/lura](https://github.com/luraproject/lura) - Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation (`stars: 5853`, `license: other`) +- [dexidp/dex](https://github.com/dexidp/dex) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors (`stars: 8675`, `license: apache-2.0`) +- [operator-framework/operator-sdk](https://github.com/operator-framework/operator-sdk) - SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding. (`stars: 6836`, `license: apache-2.0`) +- [samber/lo](https://github.com/samber/lo) - 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...) (`stars: 14197`, `license: mit`) +- [adalkiran/webrtc-nuts-and-bolts](https://github.com/adalkiran/webrtc-nuts-and-bolts) - A holistic way of understanding how WebRTC and its protocols run in practice, with code and detailed documentation. (`stars: 890`, `license: apache-2.0`) +- [yggdrasil-network/yggdrasil-go](https://github.com/yggdrasil-network/yggdrasil-go) - An experiment in scalable routing as an encrypted IPv6 overlay network (`stars: 3200`, `license: other`) +- [pressly/goose](https://github.com/pressly/goose) - A database migration tool. Supports SQL migrations and Go functions. (`stars: 4876`, `license: other`) +- [blevesearch/bleve](https://github.com/blevesearch/bleve) - A modern text indexing library for go (`stars: 9390`, `license: apache-2.0`) +- [matrix-org/dendrite](https://github.com/matrix-org/dendrite) - Dendrite is a second-generation Matrix homeserver written in Go! (`stars: 5117`, `license: apache-2.0`) +- [google/go-jsonnet](https://github.com/google/go-jsonnet) - (`stars: 1479`, `license: apache-2.0`) +- [coocood/freecache](https://github.com/coocood/freecache) - A cache library for Go with zero GC overhead. (`stars: 4819`, `license: mit`) +- [mosn/holmes](https://github.com/mosn/holmes) - self-aware Golang profile dumper (`stars: 1007`, `license: apache-2.0`) +- [cloudflare/tableflip](https://github.com/cloudflare/tableflip) - Graceful process restarts in Go (`stars: 2655`, `license: bsd-3-clause`) +- [hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) - A Go (golang) package for representing a list of errors as a single error. (`stars: 2091`, `license: mpl-2.0`) +- [AdguardTeam/AdGuardHome](https://github.com/AdguardTeam/AdGuardHome) - Network-wide ads & trackers blocking DNS server (`stars: 19900`, `license: gpl-3.0`) +- [golang/proposal](https://github.com/golang/proposal) - Go Project Design Documents (`stars: 3247`, `license: bsd-3-clause`) +- [cilium/ebpf](https://github.com/cilium/ebpf) - ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel. (`stars: 5286`, `license: mit`) +- [allegro/bigcache](https://github.com/allegro/bigcache) - Efficient cache for gigabytes of data written in Go. (`stars: 6955`, `license: apache-2.0`) +- [google/syzkaller](https://github.com/google/syzkaller) - syzkaller is an unsupervised coverage-guided kernel fuzzer (`stars: 4956`, `license: apache-2.0`) +- [uber-go/multierr](https://github.com/uber-go/multierr) - Combine one or more Go errors together (`stars: 869`, `license: mit`) +- [containerd/nerdctl](https://github.com/containerd/nerdctl) - contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ... (`stars: 6949`, `license: apache-2.0`) +- [milvus-io/milvus](https://github.com/milvus-io/milvus) - A cloud-native vector database, storage for next generation AI applications (`stars: 24751`, `license: apache-2.0`) +- [TykTechnologies/tyk](https://github.com/TykTechnologies/tyk) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols (`stars: 8985`, `license: other`) +- [ory/hydra](https://github.com/ory/hydra) - OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security …… (`stars: 14713`, `license: apache-2.0`) - [esimov/triangle](https://github.com/esimov/triangle) - Convert images to computer generated art using delaunay triangulation. (`stars: 2031`, `license: mit`) -- [golang-design/under-the-hood](https://github.com/golang-design/under-the-hood) - 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood (`stars: 4225`, `license: mit`) -- [kubescape/kubescape](https://github.com/kubescape/kubescape) - Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes …… (`stars: 9342`, `license: apache-2.0`) -- [SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck) - Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计 (`stars: 4420`, `license: `) -- [ko-build/ko](https://github.com/ko-build/ko) - Build and deploy Go applications (`stars: 6782`, `license: apache-2.0`) -- [restic/restic](https://github.com/restic/restic) - Fast, secure, efficient backup program (`stars: 21872`, `license: bsd-2-clause`) -- [golang-design/history](https://github.com/golang-design/history) - 📝 Go: A Documentary | https://golang.design/history (`stars: 1029`, `license: mit`) -- [dgraph-io/ristretto](https://github.com/dgraph-io/ristretto) - A high performance memory-bound Go cache (`stars: 5098`, `license: apache-2.0`) -- [praetorian-inc/gokart](https://github.com/praetorian-inc/gokart) - A static analysis tool for securing Go code (`stars: 2132`, `license: apache-2.0`) -- [wagoodman/dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image (`stars: 39802`, `license: mit`) -- [DarthPestilane/easytcp](https://github.com/DarthPestilane/easytcp) - :sparkles: :rocket: EasyTCP is a light-weight TCP framework written in Go (Golang), built with message router. EasyTCP helps you build a TCP server easily fast and less painful. (`stars: 778`, `license: mit`) -- [bradleyjkemp/grpc-tools](https://github.com/bradleyjkemp/grpc-tools) - A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC. (`stars: 1167`, `license: mit`) -- [uber-go/goleak](https://github.com/uber-go/goleak) - Goroutine leak detector (`stars: 4053`, `license: mit`) -- [schollz/croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another :crocodile: :package: (`stars: 25252`, `license: mit`) -- [qax-os/excelize](https://github.com/qax-os/excelize) - Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets (`stars: 16400`, `license: bsd-3-clause`) -- [wechatpay-apiv3/wechatpay-go](https://github.com/wechatpay-apiv3/wechatpay-go) - 微信支付 APIv3 的官方 Go Library (`stars: 845`, `license: apache-2.0`) -- [earthly/earthly](https://github.com/earthly/earthly) - Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby. (`stars: 10072`, `license: mpl-2.0`) -- [json-iterator/go](https://github.com/json-iterator/go) - A high-performance 100% compatible drop-in replacement of "encoding/json" (`stars: 12778`, `license: mit`) -- [golang/mock](https://github.com/golang/mock) - GoMock is a mocking framework for the Go programming language. (`stars: 9150`, `license: apache-2.0`) -- [TheAlgorithms/Go](https://github.com/TheAlgorithms/Go) - Algorithms and Data Structures implemented in Go for beginners, following best practices. (`stars: 13850`, `license: mit`) -- [ktr0731/evans](https://github.com/ktr0731/evans) - Evans: more expressive universal gRPC client (`stars: 3976`, `license: mit`) -- [Jeffail/tunny](https://github.com/Jeffail/tunny) - A goroutine pool for Go (`stars: 3727`, `license: mit`) -- [rh12503/triangula](https://github.com/rh12503/triangula) - Generate high-quality triangulated and polygonal art from images. (`stars: 3833`, `license: mit`) -- [bufbuild/buf](https://github.com/bufbuild/buf) - The best way of working with Protocol Buffers. (`stars: 7754`, `license: apache-2.0`) -- [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind) - Kubernetes IN Docker - local clusters for testing Kubernetes (`stars: 12304`, `license: apache-2.0`) -- [montanaflynn/stats](https://github.com/montanaflynn/stats) - A well tested and comprehensive Golang statistics library package with no dependencies. (`stars: 2839`, `license: mit`) -- [dgraph-io/dgraph](https://github.com/dgraph-io/dgraph) - The high-performance database for modern applications (`stars: 19797`, `license: other`) -- [urfave/cli](https://github.com/urfave/cli) - A simple, fast, and fun package for building command line apps in Go (`stars: 21071`, `license: mit`) -- [golang/tools](https://github.com/golang/tools) - [mirror] Go Tools (`stars: 7065`, `license: bsd-3-clause`) -- [mithrandie/csvq](https://github.com/mithrandie/csvq) - SQL-like query language for csv (`stars: 1394`, `license: mit`) -- [charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) - Style definitions for nice terminal layouts 👄 (`stars: 6731`, `license: mit`) -- [docuowl/docuowl](https://github.com/docuowl/docuowl) - 🦉 A documentation generator (`stars: 1258`, `license: mit`) -- [dolthub/dolt](https://github.com/dolthub/dolt) - Dolt – Git for Data (`stars: 16068`, `license: apache-2.0`) -- [volatiletech/sqlboiler](https://github.com/volatiletech/sqlboiler) - Generate a Go ORM tailored to your database schema. (`stars: 6168`, `license: bsd-3-clause`) -- [avelino/awesome-go](https://github.com/avelino/awesome-go) - A curated list of awesome Go frameworks, libraries and software (`stars: 113273`, `license: mit`) -- [iawia002/lux](https://github.com/iawia002/lux) - 👾 Fast and simple video download library and CLI tool written in Go (`stars: 22726`, `license: mit`) -- [minio/minio](https://github.com/minio/minio) - High Performance Object Storage for AI (`stars: 42089`, `license: agpl-3.0`) -- [derailed/k9s](https://github.com/derailed/k9s) - 🐶 Kubernetes CLI To Manage Your Clusters In Style! (`stars: 23147`, `license: apache-2.0`) -- [FiloSottile/mkcert](https://github.com/FiloSottile/mkcert) - A simple zero-config tool to make locally trusted development certificates with any names you'd like. (`stars: 43870`, `license: bsd-3-clause`) -- [tmrts/go-patterns](https://github.com/tmrts/go-patterns) - Curated list of Go design patterns, recipes and idioms (`stars: 23262`, `license: apache-2.0`) -- [liftbridge-io/liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams. (`stars: 2503`, `license: apache-2.0`) -- [bojand/ghz](https://github.com/bojand/ghz) - Simple gRPC benchmarking and load testing tool (`stars: 2765`, `license: apache-2.0`) -- [go-redsync/redsync](https://github.com/go-redsync/redsync) - Distributed mutual exclusion lock using Redis for Go (`stars: 2856`, `license: bsd-3-clause`) -- [halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field) - ✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地 (`stars: 12489`, `license: cc-by-sa-4.0`) -- [hashicorp/raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol (`stars: 7570`, `license: mpl-2.0`) -- [dinedal/textql](https://github.com/dinedal/textql) - Execute SQL against structured text like CSV or TSV (`stars: 8996`, `license: mit`) -- [gopherdata/gophernotes](https://github.com/gopherdata/gophernotes) - The Go kernel for Jupyter notebooks and nteract. (`stars: 3689`, `license: mit`) -- [gitleaks/gitleaks](https://github.com/gitleaks/gitleaks) - Protect and discover secrets using Gitleaks 🔑 (`stars: 14335`, `license: mit`) -- [harness/gitness](https://github.com/harness/gitness) - Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. (`stars: 30824`, `license: apache-2.0`) -- [Masterminds/squirrel](https://github.com/Masterminds/squirrel) - Fluent SQL generation for golang (`stars: 6250`, `license: other`) +- [golang-design/under-the-hood](https://github.com/golang-design/under-the-hood) - 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood (`stars: 4234`, `license: mit`) +- [kubescape/kubescape](https://github.com/kubescape/kubescape) - Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes …… (`stars: 9365`, `license: apache-2.0`) +- [SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck) - Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计 (`stars: 4424`, `license: `) +- [ko-build/ko](https://github.com/ko-build/ko) - Build and deploy Go applications (`stars: 6802`, `license: apache-2.0`) +- [restic/restic](https://github.com/restic/restic) - Fast, secure, efficient backup program (`stars: 21926`, `license: bsd-2-clause`) +- [golang-design/history](https://github.com/golang-design/history) - 📝 Go: A Documentary | https://golang.design/history (`stars: 1030`, `license: mit`) +- [dgraph-io/ristretto](https://github.com/dgraph-io/ristretto) - A high performance memory-bound Go cache (`stars: 5120`, `license: apache-2.0`) +- [praetorian-inc/gokart](https://github.com/praetorian-inc/gokart) - A static analysis tool for securing Go code (`stars: 2136`, `license: apache-2.0`) +- [wagoodman/dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image (`stars: 39882`, `license: mit`) +- [DarthPestilane/easytcp](https://github.com/DarthPestilane/easytcp) - :sparkles: :rocket: EasyTCP is a light-weight TCP framework written in Go (Golang), built with message router. EasyTCP helps you build a TCP server easily fast and less painful. (`stars: 781`, `license: mit`) +- [bradleyjkemp/grpc-tools](https://github.com/bradleyjkemp/grpc-tools) - A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC. (`stars: 1169`, `license: mit`) +- [uber-go/goleak](https://github.com/uber-go/goleak) - Goroutine leak detector (`stars: 4068`, `license: mit`) +- [schollz/croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another :crocodile: :package: (`stars: 25291`, `license: mit`) +- [qax-os/excelize](https://github.com/qax-os/excelize) - Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets (`stars: 16421`, `license: bsd-3-clause`) +- [wechatpay-apiv3/wechatpay-go](https://github.com/wechatpay-apiv3/wechatpay-go) - 微信支付 APIv3 的官方 Go Library (`stars: 846`, `license: apache-2.0`) +- [earthly/earthly](https://github.com/earthly/earthly) - Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby. (`stars: 10101`, `license: mpl-2.0`) +- [json-iterator/go](https://github.com/json-iterator/go) - A high-performance 100% compatible drop-in replacement of "encoding/json" (`stars: 12788`, `license: mit`) +- [golang/mock](https://github.com/golang/mock) - GoMock is a mocking framework for the Go programming language. (`stars: 9152`, `license: apache-2.0`) +- [TheAlgorithms/Go](https://github.com/TheAlgorithms/Go) - Algorithms and Data Structures implemented in Go for beginners, following best practices. (`stars: 13875`, `license: mit`) +- [ktr0731/evans](https://github.com/ktr0731/evans) - Evans: more expressive universal gRPC client (`stars: 3978`, `license: mit`) +- [Jeffail/tunny](https://github.com/Jeffail/tunny) - A goroutine pool for Go (`stars: 3732`, `license: mit`) +- [rh12503/triangula](https://github.com/rh12503/triangula) - Generate high-quality triangulated and polygonal art from images. (`stars: 3834`, `license: mit`) +- [bufbuild/buf](https://github.com/bufbuild/buf) - The best way of working with Protocol Buffers. (`stars: 7785`, `license: apache-2.0`) +- [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind) - Kubernetes IN Docker - local clusters for testing Kubernetes (`stars: 12329`, `license: apache-2.0`) +- [montanaflynn/stats](https://github.com/montanaflynn/stats) - A well tested and comprehensive Golang statistics library package with no dependencies. (`stars: 2840`, `license: mit`) +- [dgraph-io/dgraph](https://github.com/dgraph-io/dgraph) - The high-performance database for modern applications (`stars: 19810`, `license: other`) +- [urfave/cli](https://github.com/urfave/cli) - A simple, fast, and fun package for building command line apps in Go (`stars: 21115`, `license: mit`) +- [golang/tools](https://github.com/golang/tools) - [mirror] Go Tools (`stars: 7068`, `license: bsd-3-clause`) +- [mithrandie/csvq](https://github.com/mithrandie/csvq) - SQL-like query language for csv (`stars: 1398`, `license: mit`) +- [charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) - Style definitions for nice terminal layouts 👄 (`stars: 6751`, `license: mit`) +- [docuowl/docuowl](https://github.com/docuowl/docuowl) - 🦉 A documentation generator (`stars: 1261`, `license: mit`) +- [dolthub/dolt](https://github.com/dolthub/dolt) - Dolt – Git for Data (`stars: 16087`, `license: apache-2.0`) +- [volatiletech/sqlboiler](https://github.com/volatiletech/sqlboiler) - Generate a Go ORM tailored to your database schema. (`stars: 6182`, `license: bsd-3-clause`) +- [avelino/awesome-go](https://github.com/avelino/awesome-go) - A curated list of awesome Go frameworks, libraries and software (`stars: 113630`, `license: mit`) +- [iawia002/lux](https://github.com/iawia002/lux) - 👾 Fast and simple video download library and CLI tool written in Go (`stars: 22771`, `license: mit`) +- [minio/minio](https://github.com/minio/minio) - High Performance Object Storage for AI (`stars: 42183`, `license: agpl-3.0`) +- [derailed/k9s](https://github.com/derailed/k9s) - 🐶 Kubernetes CLI To Manage Your Clusters In Style! (`stars: 23230`, `license: apache-2.0`) +- [FiloSottile/mkcert](https://github.com/FiloSottile/mkcert) - A simple zero-config tool to make locally trusted development certificates with any names you'd like. (`stars: 43945`, `license: bsd-3-clause`) +- [tmrts/go-patterns](https://github.com/tmrts/go-patterns) - Curated list of Go design patterns, recipes and idioms (`stars: 23299`, `license: apache-2.0`) +- [liftbridge-io/liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams. (`stars: 2506`, `license: apache-2.0`) +- [bojand/ghz](https://github.com/bojand/ghz) - Simple gRPC benchmarking and load testing tool (`stars: 2773`, `license: apache-2.0`) +- [go-redsync/redsync](https://github.com/go-redsync/redsync) - Distributed mutual exclusion lock using Redis for Go (`stars: 2874`, `license: bsd-3-clause`) +- [halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field) - ✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地 (`stars: 12500`, `license: cc-by-sa-4.0`) +- [hashicorp/raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol (`stars: 7587`, `license: mpl-2.0`) +- [dinedal/textql](https://github.com/dinedal/textql) - Execute SQL against structured text like CSV or TSV (`stars: 8998`, `license: mit`) +- [gopherdata/gophernotes](https://github.com/gopherdata/gophernotes) - The Go kernel for Jupyter notebooks and nteract. (`stars: 3696`, `license: mit`) +- [gitleaks/gitleaks](https://github.com/gitleaks/gitleaks) - Protect and discover secrets using Gitleaks 🔑 (`stars: 14378`, `license: mit`) +- [harness/gitness](https://github.com/harness/gitness) - Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. (`stars: 30875`, `license: apache-2.0`) +- [Masterminds/squirrel](https://github.com/Masterminds/squirrel) - Fluent SQL generation for golang (`stars: 6261`, `license: other`) - [absmach/mainflux](https://github.com/absmach/mainflux) - Industrial IoT Messaging and Device Management Platform (`stars: 2261`, `license: apache-2.0`) -- [rclone/rclone](https://github.com/rclone/rclone) - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files (`stars: 41641`, `license: mit`) -- [photoprism/photoprism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web 🌈💎✨ (`stars: 30386`, `license: other`) -- [arl/statsviz](https://github.com/arl/statsviz) - 🚀 Visualise your Go program runtime metrics in real time in the browser (`stars: 3019`, `license: mit`) +- [rclone/rclone](https://github.com/rclone/rclone) - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files (`stars: 41732`, `license: mit`) +- [photoprism/photoprism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web 🌈💎✨ (`stars: 30515`, `license: other`) +- [arl/statsviz](https://github.com/arl/statsviz) - 🚀 Visualise your Go program runtime metrics in real time in the browser (`stars: 3021`, `license: mit`) - [nats-io/jwt](https://github.com/nats-io/jwt) - JWT tokens signed using NKeys for Ed25519 for the NATS ecosystem. (`stars: 68`, `license: apache-2.0`) -- [pion/dtls](https://github.com/pion/dtls) - DTLS 1.2 Server/Client implementation for Go (`stars: 543`, `license: mit`) -- [plgd-dev/go-coap](https://github.com/plgd-dev/go-coap) - Implementation of CoAP Server & Client in Go (`stars: 398`, `license: apache-2.0`) -- [emitter-io/emitter](https://github.com/emitter-io/emitter) - High performance, distributed and low latency publish-subscribe platform. (`stars: 3674`, `license: agpl-3.0`) -- [redis/go-redis](https://github.com/redis/go-redis) - Redis Go client (`stars: 18467`, `license: bsd-2-clause`) -- [nats-io/nats-streaming-server](https://github.com/nats-io/nats-streaming-server) - NATS Streaming System Server (`stars: 2480`, `license: apache-2.0`) -- [ent/ent](https://github.com/ent/ent) - An entity framework for Go (`stars: 14385`, `license: apache-2.0`) -- [sanity-io/litter](https://github.com/sanity-io/litter) - Litter is a pretty printer library for Go data structures to aid in debugging and testing. (`stars: 1463`, `license: mit`) -- [go-gorm/gorm](https://github.com/go-gorm/gorm) - The fantastic ORM library for Golang, aims to be developer friendly (`stars: 34309`, `license: mit`) -- [robfig/cron](https://github.com/robfig/cron) - a cron library for go (`stars: 12092`, `license: mit`) -- [evanw/esbuild](https://github.com/evanw/esbuild) - An extremely fast bundler for the web (`stars: 36507`, `license: mit`) -- [protocolbuffers/protobuf-go](https://github.com/protocolbuffers/protobuf-go) - Go support for Google's protocol buffers (`stars: 2519`, `license: bsd-3-clause`) -- [chai2010/go-ast-book](https://github.com/chai2010/go-ast-book) - :books: 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST) (`stars: 5174`, `license: `) -- [gohugoio/hugo](https://github.com/gohugoio/hugo) - The world’s fastest framework for building websites. (`stars: 70373`, `license: apache-2.0`) -- [golang-migrate/migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. (`stars: 12996`, `license: other`) -- [go-resty/resty](https://github.com/go-resty/resty) - Simple HTTP and REST client library for Go (`stars: 8780`, `license: mit`) -- [hybridgroup/gobot](https://github.com/hybridgroup/gobot) - Golang framework for robotics, drones, and the Internet of Things (IoT) (`stars: 8559`, `license: other`) -- [uber-go/zap](https://github.com/uber-go/zap) - Blazing fast, structured, leveled logging in Go. (`stars: 20175`, `license: mit`) -- [microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) - bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS (`stars: 2861`, `license: other`) -- [open-telemetry/opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go) - OpenTelemetry Go API and SDK (`stars: 4424`, `license: apache-2.0`) -- [gofiber/fiber](https://github.com/gofiber/fiber) - ⚡️ Express inspired web framework written in Go (`stars: 29561`, `license: mit`) -- [ajvb/kala](https://github.com/ajvb/kala) - Modern Job Scheduler (`stars: 2057`, `license: mit`) -- [segmentio/kafka-go](https://github.com/segmentio/kafka-go) - Kafka library in Go (`stars: 6778`, `license: mit`) -- [cri-o/cri-o](https://github.com/cri-o/cri-o) - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface (`stars: 4850`, `license: apache-2.0`) -- [fission/fission](https://github.com/fission/fission) - Fast and Simple Serverless Functions for Kubernetes (`stars: 7977`, `license: apache-2.0`) -- [containerd/cri](https://github.com/containerd/cri) - Moved to https://github.com/containerd/containerd/tree/master/pkg/cri . If you wish to submit issues/PRs, please submit to https://github.com/containerd/containerd (`stars: 900`, `license: apache-2.0`) -- [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger) - CNCF Jaeger, a Distributed Tracing Platform (`stars: 18767`, `license: apache-2.0`) -- [go-playground/validator](https://github.com/go-playground/validator) - :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving (`stars: 14654`, `license: mit`) -- [labstack/echo](https://github.com/labstack/echo) - High performance, minimalist Go web framework (`stars: 27276`, `license: mit`) -- [google/uuid](https://github.com/google/uuid) - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. (`stars: 4754`, `license: bsd-3-clause`) -- [etcd-io/etcd](https://github.com/etcd-io/etcd) - Distributed reliable key-value store for the most critical data of a distributed system (`stars: 45340`, `license: apache-2.0`) -- [fabiolb/fabio](https://github.com/fabiolb/fabio) - Consul Load-Balancing made simple (`stars: 7225`, `license: mit`) -- [nats-io/nats-server](https://github.com/nats-io/nats-server) - High-Performance server for NATS.io, the cloud and edge native messaging system. (`stars: 13973`, `license: apache-2.0`) -- [go-micro/go-micro](https://github.com/go-micro/go-micro) - A Go microservices framework (`stars: 21052`, `license: apache-2.0`) -- [kubernetes/kops](https://github.com/kubernetes/kops) - Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management (`stars: 15344`, `license: apache-2.0`) -- [k3s-io/k3s](https://github.com/k3s-io/k3s) - Lightweight Kubernetes (`stars: 25227`, `license: apache-2.0`) -- [openfaas/faas](https://github.com/openfaas/faas) - OpenFaaS - Serverless Functions Made Simple (`stars: 23991`, `license: mit`) -- [istio/istio](https://github.com/istio/istio) - Connect, secure, control, and observe services. (`stars: 34079`, `license: apache-2.0`) -- [opencontainers/runc](https://github.com/opencontainers/runc) - CLI tool for spawning and running containers according to the OCI specification (`stars: 10972`, `license: apache-2.0`) -- [containerd/containerd](https://github.com/containerd/containerd) - An open and reliable container runtime (`stars: 15285`, `license: apache-2.0`) -- [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx) - Ingress-NGINX Controller for Kubernetes (`stars: 16075`, `license: apache-2.0`) -- [kubernetes/kompose](https://github.com/kubernetes/kompose) - Convert Compose to Kubernetes (`stars: 8873`, `license: apache-2.0`) -- [kubernetes/dashboard](https://github.com/kubernetes/dashboard) - General-purpose web UI for Kubernetes clusters (`stars: 13309`, `license: apache-2.0`) -- [helm/helm](https://github.com/helm/helm) - The Kubernetes Package Manager (`stars: 25342`, `license: apache-2.0`) -- [openark/orchestrator](https://github.com/openark/orchestrator) - MySQL replication topology management and HA (`stars: 5315`, `license: apache-2.0`) -- [goharbor/harbor](https://github.com/goharbor/harbor) - An open source trusted cloud native registry project that stores, signs, and scans content. (`stars: 21353`, `license: apache-2.0`) -- [hashicorp/consul](https://github.com/hashicorp/consul) - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. (`stars: 27386`, `license: other`) -- [docker/compose](https://github.com/docker/compose) - Define and run multi-container applications with Docker (`stars: 31175`, `license: apache-2.0`) -- [grpc-ecosystem/grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) - gRPC to JSON proxy generator following the gRPC HTTP spec (`stars: 16844`, `license: bsd-3-clause`) +- [pion/dtls](https://github.com/pion/dtls) - DTLS 1.2 Server/Client implementation for Go (`stars: 546`, `license: mit`) +- [plgd-dev/go-coap](https://github.com/plgd-dev/go-coap) - Implementation of CoAP Server & Client in Go (`stars: 401`, `license: apache-2.0`) +- [emitter-io/emitter](https://github.com/emitter-io/emitter) - High performance, distributed and low latency publish-subscribe platform. (`stars: 3678`, `license: agpl-3.0`) +- [redis/go-redis](https://github.com/redis/go-redis) - Redis Go client (`stars: 18504`, `license: bsd-2-clause`) +- [nats-io/nats-streaming-server](https://github.com/nats-io/nats-streaming-server) - NATS Streaming System Server (`stars: 2479`, `license: apache-2.0`) +- [ent/ent](https://github.com/ent/ent) - An entity framework for Go (`stars: 14409`, `license: apache-2.0`) +- [sanity-io/litter](https://github.com/sanity-io/litter) - Litter is a pretty printer library for Go data structures to aid in debugging and testing. (`stars: 1464`, `license: mit`) +- [go-gorm/gorm](https://github.com/go-gorm/gorm) - The fantastic ORM library for Golang, aims to be developer friendly (`stars: 34385`, `license: mit`) +- [robfig/cron](https://github.com/robfig/cron) - a cron library for go (`stars: 12114`, `license: mit`) +- [evanw/esbuild](https://github.com/evanw/esbuild) - An extremely fast bundler for the web (`stars: 36539`, `license: mit`) +- [protocolbuffers/protobuf-go](https://github.com/protocolbuffers/protobuf-go) - Go support for Google's protocol buffers (`stars: 2531`, `license: bsd-3-clause`) +- [chai2010/go-ast-book](https://github.com/chai2010/go-ast-book) - :books: 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST) (`stars: 5178`, `license: `) +- [gohugoio/hugo](https://github.com/gohugoio/hugo) - The world’s fastest framework for building websites. (`stars: 70474`, `license: apache-2.0`) +- [golang-migrate/migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. (`stars: 13052`, `license: other`) +- [go-resty/resty](https://github.com/go-resty/resty) - Simple HTTP and REST client library for Go (`stars: 8807`, `license: mit`) +- [hybridgroup/gobot](https://github.com/hybridgroup/gobot) - Golang framework for robotics, drones, and the Internet of Things (IoT) (`stars: 8566`, `license: other`) +- [uber-go/zap](https://github.com/uber-go/zap) - Blazing fast, structured, leveled logging in Go. (`stars: 20207`, `license: mit`) +- [microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) - bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS (`stars: 2865`, `license: other`) +- [open-telemetry/opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go) - OpenTelemetry Go API and SDK (`stars: 4448`, `license: apache-2.0`) +- [gofiber/fiber](https://github.com/gofiber/fiber) - ⚡️ Express inspired web framework written in Go (`stars: 29649`, `license: mit`) +- [ajvb/kala](https://github.com/ajvb/kala) - Modern Job Scheduler (`stars: 2058`, `license: mit`) +- [segmentio/kafka-go](https://github.com/segmentio/kafka-go) - Kafka library in Go (`stars: 6799`, `license: mit`) +- [cri-o/cri-o](https://github.com/cri-o/cri-o) - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface (`stars: 4854`, `license: apache-2.0`) +- [fission/fission](https://github.com/fission/fission) - Fast and Simple Serverless Functions for Kubernetes (`stars: 7991`, `license: apache-2.0`) +- [containerd/cri](https://github.com/containerd/cri) - Moved to https://github.com/containerd/containerd/tree/master/pkg/cri . If you wish to submit issues/PRs, please submit to https://github.com/containerd/containerd (`stars: 901`, `license: apache-2.0`) +- [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger) - CNCF Jaeger, a Distributed Tracing Platform (`stars: 18813`, `license: apache-2.0`) +- [go-playground/validator](https://github.com/go-playground/validator) - :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving (`stars: 14691`, `license: mit`) +- [labstack/echo](https://github.com/labstack/echo) - High performance, minimalist Go web framework (`stars: 27387`, `license: mit`) +- [google/uuid](https://github.com/google/uuid) - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. (`stars: 4769`, `license: bsd-3-clause`) +- [etcd-io/etcd](https://github.com/etcd-io/etcd) - Distributed reliable key-value store for the most critical data of a distributed system (`stars: 45395`, `license: apache-2.0`) +- [fabiolb/fabio](https://github.com/fabiolb/fabio) - Consul Load-Balancing made simple (`stars: 7226`, `license: mit`) +- [nats-io/nats-server](https://github.com/nats-io/nats-server) - High-Performance server for NATS.io, the cloud and edge native messaging system. (`stars: 14050`, `license: apache-2.0`) +- [go-micro/go-micro](https://github.com/go-micro/go-micro) - A Go microservices framework (`stars: 21077`, `license: apache-2.0`) +- [kubernetes/kops](https://github.com/kubernetes/kops) - Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management (`stars: 15361`, `license: apache-2.0`) +- [k3s-io/k3s](https://github.com/k3s-io/k3s) - Lightweight Kubernetes (`stars: 25309`, `license: apache-2.0`) +- [openfaas/faas](https://github.com/openfaas/faas) - OpenFaaS - Serverless Functions Made Simple (`stars: 24039`, `license: mit`) +- [istio/istio](https://github.com/istio/istio) - Connect, secure, control, and observe services. (`stars: 34118`, `license: apache-2.0`) +- [opencontainers/runc](https://github.com/opencontainers/runc) - CLI tool for spawning and running containers according to the OCI specification (`stars: 10985`, `license: apache-2.0`) +- [containerd/containerd](https://github.com/containerd/containerd) - An open and reliable container runtime (`stars: 15332`, `license: apache-2.0`) +- [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx) - Ingress-NGINX Controller for Kubernetes (`stars: 16115`, `license: apache-2.0`) +- [kubernetes/kompose](https://github.com/kubernetes/kompose) - Convert Compose to Kubernetes (`stars: 8880`, `license: apache-2.0`) +- [kubernetes/dashboard](https://github.com/kubernetes/dashboard) - General-purpose web UI for Kubernetes clusters (`stars: 13336`, `license: apache-2.0`) +- [helm/helm](https://github.com/helm/helm) - The Kubernetes Package Manager (`stars: 25378`, `license: apache-2.0`) +- [openark/orchestrator](https://github.com/openark/orchestrator) - MySQL replication topology management and HA (`stars: 5330`, `license: apache-2.0`) +- [goharbor/harbor](https://github.com/goharbor/harbor) - An open source trusted cloud native registry project that stores, signs, and scans content. (`stars: 21405`, `license: apache-2.0`) +- [hashicorp/consul](https://github.com/hashicorp/consul) - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. (`stars: 27405`, `license: other`) +- [docker/compose](https://github.com/docker/compose) - Define and run multi-container applications with Docker (`stars: 31226`, `license: apache-2.0`) +- [grpc-ecosystem/grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) - gRPC to JSON proxy generator following the gRPC HTTP spec (`stars: 16861`, `license: bsd-3-clause`) - [DisposaBoy/GoSublime](https://github.com/DisposaBoy/GoSublime) - A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features. (`stars: 3424`, `license: mit`) -- [lib/pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql (`stars: 8479`, `license: mit`) -- [grpc/grpc-go](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC (`stars: 19255`, `license: apache-2.0`) -- [moby/moby](https://github.com/moby/moby) - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems (`stars: 67061`, `license: apache-2.0`) -- [caddyserver/caddy](https://github.com/caddyserver/caddy) - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS (`stars: 51074`, `license: apache-2.0`) -- [joewalnes/websocketd](https://github.com/joewalnes/websocketd) - Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets. (`stars: 16982`, `license: bsd-2-clause`) -- [golang/go](https://github.com/golang/go) - The Go programming language (`stars: 116423`, `license: bsd-3-clause`) -- [spf13/viper](https://github.com/spf13/viper) - Go configuration with fangs (`stars: 24751`, `license: mit`) -- [go-delve/delve](https://github.com/go-delve/delve) - Delve is a debugger for the Go programming language. (`stars: 21432`, `license: mit`) -- [spf13/cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions (`stars: 34495`, `license: apache-2.0`) -- [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) - Production-Grade Container Scheduling and Management (`stars: 103843`, `license: apache-2.0`) +- [lib/pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql (`stars: 8490`, `license: mit`) +- [grpc/grpc-go](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC (`stars: 19286`, `license: apache-2.0`) +- [moby/moby](https://github.com/moby/moby) - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems (`stars: 67090`, `license: apache-2.0`) +- [caddyserver/caddy](https://github.com/caddyserver/caddy) - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS (`stars: 51195`, `license: apache-2.0`) +- [joewalnes/websocketd](https://github.com/joewalnes/websocketd) - Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets. (`stars: 16987`, `license: bsd-2-clause`) +- [golang/go](https://github.com/golang/go) - The Go programming language (`stars: 116544`, `license: bsd-3-clause`) +- [spf13/viper](https://github.com/spf13/viper) - Go configuration with fangs (`stars: 24819`, `license: mit`) +- [go-delve/delve](https://github.com/go-delve/delve) - Delve is a debugger for the Go programming language. (`stars: 21462`, `license: mit`) +- [spf13/cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions (`stars: 34561`, `license: apache-2.0`) +- [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) - Production-Grade Container Scheduling and Management (`stars: 103995`, `license: apache-2.0`) ### HTML -- [alpinejs/alpine](https://github.com/alpinejs/alpine) - A rugged, minimal framework for composing JavaScript behavior in your markup. (`stars: 25596`, `license: mit`) -- [phil-opp/blog_os](https://github.com/phil-opp/blog_os) - Writing an OS in Rust (`stars: 13260`, `license: apache-2.0`) -- [brave/brave-core](https://github.com/brave/brave-core) - Core engine for the Brave browser for Android, Linux, macOS, Windows. For issues https://github.com/brave/brave-browser/issues (`stars: 2201`, `license: mpl-2.0`) -- [cch123/golang-notes](https://github.com/cch123/golang-notes) - Go source code analysis(zh-cn) (`stars: 3855`, `license: other`) -- [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss) - A utility-first CSS framework for rapid UI development. (`stars: 74278`, `license: mit`) +- [alpinejs/alpine](https://github.com/alpinejs/alpine) - A rugged, minimal framework for composing JavaScript behavior in your markup. (`stars: 25672`, `license: mit`) +- [phil-opp/blog_os](https://github.com/phil-opp/blog_os) - Writing an OS in Rust (`stars: 13297`, `license: apache-2.0`) +- [brave/brave-core](https://github.com/brave/brave-core) - Core engine for the Brave browser for Android, Linux, macOS, Windows. For issues https://github.com/brave/brave-browser/issues (`stars: 2207`, `license: mpl-2.0`) +- [cch123/golang-notes](https://github.com/cch123/golang-notes) - Go source code analysis(zh-cn) (`stars: 3860`, `license: other`) +- [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss) - A utility-first CSS framework for rapid UI development. (`stars: 74606`, `license: mit`) ### Haskell -- [koalaman/shellcheck](https://github.com/koalaman/shellcheck) - ShellCheck, a static analysis tool for shell scripts (`stars: 33907`, `license: gpl-3.0`) +- [koalaman/shellcheck](https://github.com/koalaman/shellcheck) - ShellCheck, a static analysis tool for shell scripts (`stars: 33984`, `license: gpl-3.0`) ### Java -- [krahets/hello-algo](https://github.com/krahets/hello-algo) - 《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。 (`stars: 55494`, `license: other`) -- [Frooodle/Stirling-PDF](https://github.com/Frooodle/Stirling-PDF) - locally hosted web application that allows you to perform various operations on PDF files (`stars: 5013`, `license: gpl-3.0`) -- [antlr/antlr4](https://github.com/antlr/antlr4) - ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. (`stars: 15706`, `license: bsd-3-clause`) -- [apache/kafka](https://github.com/apache/kafka) - Mirror of Apache Kafka (`stars: 26423`, `license: apache-2.0`) +- [krahets/hello-algo](https://github.com/krahets/hello-algo) - 《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。 (`stars: 56627`, `license: other`) +- [Frooodle/Stirling-PDF](https://github.com/Frooodle/Stirling-PDF) - locally hosted web application that allows you to perform various operations on PDF files (`stars: 5235`, `license: gpl-3.0`) +- [antlr/antlr4](https://github.com/antlr/antlr4) - ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. (`stars: 15746`, `license: bsd-3-clause`) +- [apache/kafka](https://github.com/apache/kafka) - Mirror of Apache Kafka (`stars: 26460`, `license: apache-2.0`) ### JavaScript -- [iptv-org/iptv](https://github.com/iptv-org/iptv) - Collection of publicly available IPTV channels from all over the world (`stars: 72810`, `license: unlicense`) -- [facebook/stylex](https://github.com/facebook/stylex) - StyleX is the styling system for ambitious user interfaces. (`stars: 5750`, `license: mit`) -- [Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm) - Open-source ChatGPT experience for both open and closed source LLMs, embedders, and vector databases. Unlimited documents, messages, and concurrent users with permission management in one app. (`stars: 5620`, `license: mit`) -- [fanmingming/live](https://github.com/fanmingming/live) - ✯ 一个可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕 (`stars: 16176`, `license: gpl-3.0`) -- [jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac) -  Now we have become very big, Different from the original idea. Collect premium software in various categories. (`stars: 65803`, `license: cc0-1.0`) -- [vercel/next.js](https://github.com/vercel/next.js) - The React Framework (`stars: 115694`, `license: mit`) -- [VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo) - 解锁完整的 Apple功能和集成服务 (`stars: 7941`, `license: gpl-3.0`) -- [windmill-labs/windmill](https://github.com/windmill-labs/windmill) - Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. (`stars: 7581`, `license: other`) -- [Significant-Gravitas/AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. (`stars: 154952`, `license: mit`) -- [vercel/ncc](https://github.com/vercel/ncc) - Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires. (`stars: 8596`, `license: mit`) -- [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. (`stars: 6803`, `license: isc`) -- [facebook/lexical](https://github.com/facebook/lexical) - Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance. (`stars: 16211`, `license: mit`) -- [microsoft/monaco-editor](https://github.com/microsoft/monaco-editor) - A browser based code editor (`stars: 36690`, `license: mit`) -- [livebud/bud](https://github.com/livebud/bud) - The Full-Stack Web Framework for Go (`stars: 5364`, `license: mit`) -- [digitalocean/nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) - ⚙️ NGINX config generator on steroids 💉 (`stars: 26485`, `license: mit`) -- [commitizen/cz-cli](https://github.com/commitizen/cz-cli) - The commitizen command line utility. #BlackLivesMatter (`stars: 15964`, `license: mit`) -- [sveltejs/svelte](https://github.com/sveltejs/svelte) - Cybernetically enhanced web apps (`stars: 74400`, `license: mit`) -- [Hackl0us/SS-Rule-Snippet](https://github.com/Hackl0us/SS-Rule-Snippet) - 搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。 (`stars: 10223`, `license: agpl-3.0`) -- [cypress-io/cypress](https://github.com/cypress-io/cypress) - Fast, easy and reliable testing for anything that runs in a browser. (`stars: 45348`, `license: mit`) -- [hakimel/reveal.js](https://github.com/hakimel/reveal.js) - The HTML Presentation Framework (`stars: 66144`, `license: mit`) -- [axios/axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js (`stars: 102779`, `license: mit`) +- [fishjar/kiss-translator](https://github.com/fishjar/kiss-translator) - A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本) (`stars: 626`, `license: gpl-3.0`) +- [iptv-org/iptv](https://github.com/iptv-org/iptv) - Collection of publicly available IPTV channels from all over the world (`stars: 73087`, `license: unlicense`) +- [facebook/stylex](https://github.com/facebook/stylex) - StyleX is the styling system for ambitious user interfaces. (`stars: 6459`, `license: mit`) +- [Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm) - Open-source ChatGPT experience for both open and closed source LLMs, embedders, and vector databases. Unlimited documents, messages, and concurrent users with permission management in one app. (`stars: 6142`, `license: mit`) +- [fanmingming/live](https://github.com/fanmingming/live) - ✯ 一个可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕 (`stars: 16308`, `license: gpl-3.0`) +- [jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac) -  Now we have become very big, Different from the original idea. Collect premium software in various categories. (`stars: 65992`, `license: cc0-1.0`) +- [vercel/next.js](https://github.com/vercel/next.js) - The React Framework (`stars: 115891`, `license: mit`) +- [VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo) - 解锁完整的 Apple功能和集成服务 (`stars: 7970`, `license: gpl-3.0`) +- [windmill-labs/windmill](https://github.com/windmill-labs/windmill) - Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. (`stars: 7646`, `license: other`) +- [Significant-Gravitas/AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. (`stars: 155321`, `license: mit`) +- [vercel/ncc](https://github.com/vercel/ncc) - Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires. (`stars: 8617`, `license: mit`) +- [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. (`stars: 6859`, `license: isc`) +- [facebook/lexical](https://github.com/facebook/lexical) - Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance. (`stars: 16275`, `license: mit`) +- [microsoft/monaco-editor](https://github.com/microsoft/monaco-editor) - A browser based code editor (`stars: 36775`, `license: mit`) +- [livebud/bud](https://github.com/livebud/bud) - The Full-Stack Web Framework for Go (`stars: 5372`, `license: mit`) +- [digitalocean/nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) - ⚙️ NGINX config generator on steroids 💉 (`stars: 26514`, `license: mit`) +- [commitizen/cz-cli](https://github.com/commitizen/cz-cli) - The commitizen command line utility. #BlackLivesMatter (`stars: 15980`, `license: mit`) +- [sveltejs/svelte](https://github.com/sveltejs/svelte) - Cybernetically enhanced web apps (`stars: 74533`, `license: mit`) +- [Hackl0us/SS-Rule-Snippet](https://github.com/Hackl0us/SS-Rule-Snippet) - 搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。 (`stars: 10241`, `license: agpl-3.0`) +- [cypress-io/cypress](https://github.com/cypress-io/cypress) - Fast, easy and reliable testing for anything that runs in a browser. (`stars: 45394`, `license: mit`) +- [hakimel/reveal.js](https://github.com/hakimel/reveal.js) - The HTML Presentation Framework (`stars: 66168`, `license: mit`) +- [axios/axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js (`stars: 102853`, `license: mit`) ### Jinja -- [kubernetes-sigs/kubespray](https://github.com/kubernetes-sigs/kubespray) - Deploy a Production Ready Kubernetes Cluster (`stars: 14842`, `license: apache-2.0`) +- [kubernetes-sigs/kubespray](https://github.com/kubernetes-sigs/kubespray) - Deploy a Production Ready Kubernetes Cluster (`stars: 14871`, `license: apache-2.0`) ### Jupyter Notebook -- [microsoft/autogen](https://github.com/microsoft/autogen) - Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ (`stars: 18429`, `license: cc-by-4.0`) -- [microsoft/AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners) - 12 Weeks, 24 Lessons, AI for All! (`stars: 25473`, `license: mit`) -- [suno-ai/bark](https://github.com/suno-ai/bark) - 🔊 Text-Prompted Generative Audio Model (`stars: 28890`, `license: mit`) -- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion) - A latent text-to-image diffusion model (`stars: 62205`, `license: other`) -- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) - 10 Weeks, 20 Lessons, Data Science for All! (`stars: 25040`, `license: mit`) -- [AkashSingh3031/The-Complete-FAANG-Preparation](https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation) - This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview q…… (`stars: 9667`, `license: mit`) +- [microsoft/autogen](https://github.com/microsoft/autogen) - Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ (`stars: 18779`, `license: cc-by-4.0`) +- [microsoft/AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners) - 12 Weeks, 24 Lessons, AI for All! (`stars: 25849`, `license: mit`) +- [suno-ai/bark](https://github.com/suno-ai/bark) - 🔊 Text-Prompted Generative Audio Model (`stars: 29294`, `license: mit`) +- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion) - A latent text-to-image diffusion model (`stars: 62362`, `license: other`) +- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) - 10 Weeks, 20 Lessons, Data Science for All! (`stars: 25136`, `license: mit`) +- [AkashSingh3031/The-Complete-FAANG-Preparation](https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation) - This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview q…… (`stars: 9688`, `license: mit`) ### Kotlin -- [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. (`stars: 13950`, `license: apache-2.0`) -- [gedoor/legado](https://github.com/gedoor/legado) - Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。 (`stars: 20236`, `license: gpl-3.0`) +- [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. (`stars: 13991`, `license: apache-2.0`) +- [gedoor/legado](https://github.com/gedoor/legado) - Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。 (`stars: 20404`, `license: gpl-3.0`) ### Lua -- [NvChad/NvChad](https://github.com/NvChad/NvChad) - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience. (`stars: 20555`, `license: gpl-3.0`) -- [nagadomi/waifu2x](https://github.com/nagadomi/waifu2x) - Image Super-Resolution for Anime-Style Art (`stars: 26878`, `license: mit`) -- [Kong/kong](https://github.com/Kong/kong) - 🦍 The Cloud-Native API Gateway (`stars: 36464`, `license: apache-2.0`) +- [NvChad/NvChad](https://github.com/NvChad/NvChad) - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience. (`stars: 20657`, `license: gpl-3.0`) +- [nagadomi/waifu2x](https://github.com/nagadomi/waifu2x) - Image Super-Resolution for Anime-Style Art (`stars: 26898`, `license: mit`) +- [Kong/kong](https://github.com/Kong/kong) - 🦍 The Cloud-Native API Gateway (`stars: 36518`, `license: apache-2.0`) ### MDX -- [openai/openai-cookbook](https://github.com/openai/openai-cookbook) - Examples and guides for using the OpenAI API (`stars: 52205`, `license: mit`) -- [yewstack/yew](https://github.com/yewstack/yew) - Rust / Wasm framework for creating reliable and efficient web applications (`stars: 29057`, `license: apache-2.0`) +- [openai/openai-cookbook](https://github.com/openai/openai-cookbook) - Examples and guides for using the OpenAI API (`stars: 52474`, `license: mit`) +- [yewstack/yew](https://github.com/yewstack/yew) - Rust / Wasm framework for creating reliable and efficient web applications (`stars: 29114`, `license: apache-2.0`) ### Makefile -- [justinmeiners/lc3-vm](https://github.com/justinmeiners/lc3-vm) - Write your own virtual machine for the LC-3 computer! (`stars: 1110`, `license: `) -- [uber-go/guide](https://github.com/uber-go/guide) - The Uber Go Style Guide. (`stars: 14604`, `license: apache-2.0`) -- [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Standard Go Project Layout (`stars: 43441`, `license: other`) +- [justinmeiners/lc3-vm](https://github.com/justinmeiners/lc3-vm) - Write your own virtual machine for the LC-3 computer! (`stars: 1113`, `license: `) +- [uber-go/guide](https://github.com/uber-go/guide) - The Uber Go Style Guide. (`stars: 14626`, `license: apache-2.0`) +- [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Standard Go Project Layout (`stars: 43577`, `license: other`) ### Markdown -- [tldr-pages/tldr](https://github.com/tldr-pages/tldr) - 📚 Collaborative cheatsheets for console commands (`stars: 46680`, `license: other`) -- [labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm) - 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. (`stars: 121424`, `license: `) +- [tldr-pages/tldr](https://github.com/tldr-pages/tldr) - 📚 Collaborative cheatsheets for console commands (`stars: 46766`, `license: other`) +- [labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm) - 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. (`stars: 121539`, `license: `) ### OCaml -- [comby-tools/comby](https://github.com/comby-tools/comby) - A code rewrite tool for structural search and replace that supports ~every language. (`stars: 2215`, `license: apache-2.0`) +- [comby-tools/comby](https://github.com/comby-tools/comby) - A code rewrite tool for structural search and replace that supports ~every language. (`stars: 2220`, `license: apache-2.0`) ### Objective-C -- [keycastr/keycastr](https://github.com/keycastr/keycastr) - KeyCastr, an open-source keystroke visualizer (`stars: 11229`, `license: bsd-3-clause`) -- [sparkle-project/Sparkle](https://github.com/sparkle-project/Sparkle) - A software update framework for macOS (`stars: 6626`, `license: other`) -- [Hammerspoon/hammerspoon](https://github.com/Hammerspoon/hammerspoon) - Staggeringly powerful macOS desktop automation with Lua (`stars: 11075`, `license: mit`) +- [keycastr/keycastr](https://github.com/keycastr/keycastr) - KeyCastr, an open-source keystroke visualizer (`stars: 11262`, `license: bsd-3-clause`) +- [sparkle-project/Sparkle](https://github.com/sparkle-project/Sparkle) - A software update framework for macOS (`stars: 6634`, `license: other`) +- [Hammerspoon/hammerspoon](https://github.com/Hammerspoon/hammerspoon) - Staggeringly powerful macOS desktop automation with Lua (`stars: 11104`, `license: mit`) ### PHP -- [pixelfed/pixelfed](https://github.com/pixelfed/pixelfed) - Photo Sharing. For Everyone. (`stars: 5228`, `license: agpl-3.0`) -- [chrome-php/chrome](https://github.com/chrome-php/chrome) - Instrument headless chrome/chromium instances from PHP (`stars: 2019`, `license: mit`) -- [cycle/orm](https://github.com/cycle/orm) - PHP DataMapper, ORM (`stars: 1172`, `license: mit`) -- [laravel/octane](https://github.com/laravel/octane) - Supercharge your Laravel application's performance. (`stars: 3533`, `license: mit`) -- [bobthecow/psysh](https://github.com/bobthecow/psysh) - A REPL for PHP (`stars: 9599`, `license: mit`) +- [pixelfed/pixelfed](https://github.com/pixelfed/pixelfed) - Photo Sharing. For Everyone. (`stars: 5245`, `license: agpl-3.0`) +- [chrome-php/chrome](https://github.com/chrome-php/chrome) - Instrument headless chrome/chromium instances from PHP (`stars: 2043`, `license: mit`) +- [cycle/orm](https://github.com/cycle/orm) - PHP DataMapper, ORM (`stars: 1176`, `license: mit`) +- [laravel/octane](https://github.com/laravel/octane) - Supercharge your Laravel application's performance. (`stars: 3548`, `license: mit`) +- [bobthecow/psysh](https://github.com/bobthecow/psysh) - A REPL for PHP (`stars: 9598`, `license: mit`) - [erusev/parsedown](https://github.com/erusev/parsedown) - Better Markdown Parser in PHP (`stars: 14540`, `license: mit`) -- [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) - PSR HTTP Message implementations (`stars: 405`, `license: bsd-3-clause`) -- [FriendsOfPHP/Goutte](https://github.com/FriendsOfPHP/Goutte) - Goutte, a simple PHP Web Scraper (`stars: 9259`, `license: mit`) +- [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) - PSR HTTP Message implementations (`stars: 406`, `license: bsd-3-clause`) +- [FriendsOfPHP/Goutte](https://github.com/FriendsOfPHP/Goutte) - Goutte, a simple PHP Web Scraper (`stars: 9256`, `license: mit`) - [queue-interop/queue-interop](https://github.com/queue-interop/queue-interop) - Promoting the interoperability of message queue objects. (`stars: 463`, `license: mit`) -- [PHP-DI/PHP-DI](https://github.com/PHP-DI/PHP-DI) - The dependency injection container for humans (`stars: 2579`, `license: mit`) -- [dragonmantank/cron-expression](https://github.com/dragonmantank/cron-expression) - CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due (`stars: 4445`, `license: mit`) -- [php-enqueue/enqueue-dev](https://github.com/php-enqueue/enqueue-dev) - Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro (`stars: 2136`, `license: mit`) -- [PHPOffice/PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (`stars: 12682`, `license: mit`) -- [symfony/console](https://github.com/symfony/console) - Eases the creation of beautiful and testable command line interfaces (`stars: 9600`, `license: mit`) -- [lcobucci/jwt](https://github.com/lcobucci/jwt) - A simple library to work with JSON Web Token and JSON Web Signature (`stars: 7094`, `license: bsd-3-clause`) -- [thephpleague/container](https://github.com/thephpleague/container) - Small but powerful dependency injection container (`stars: 809`, `license: mit`) +- [PHP-DI/PHP-DI](https://github.com/PHP-DI/PHP-DI) - The dependency injection container for humans (`stars: 2583`, `license: mit`) +- [dragonmantank/cron-expression](https://github.com/dragonmantank/cron-expression) - CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due (`stars: 4447`, `license: mit`) +- [php-enqueue/enqueue-dev](https://github.com/php-enqueue/enqueue-dev) - Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro (`stars: 2137`, `license: mit`) +- [PHPOffice/PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (`stars: 12702`, `license: mit`) +- [symfony/console](https://github.com/symfony/console) - Eases the creation of beautiful and testable command line interfaces (`stars: 9601`, `license: mit`) +- [lcobucci/jwt](https://github.com/lcobucci/jwt) - A simple library to work with JSON Web Token and JSON Web Signature (`stars: 7095`, `license: bsd-3-clause`) +- [thephpleague/container](https://github.com/thephpleague/container) - Small but powerful dependency injection container (`stars: 808`, `license: mit`) - [hybridauth/hybridauth](https://github.com/hybridauth/hybridauth) - Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google. (`stars: 3324`, `license: other`) -- [nunomaduro/collision](https://github.com/nunomaduro/collision) - 💥 Collision is a beautiful error reporting tool for command-line applications (`stars: 4375`, `license: mit`) -- [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) - Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. (`stars: 12781`, `license: bsd-3-clause`) -- [ratchetphp/Ratchet](https://github.com/ratchetphp/Ratchet) - Asynchronous WebSocket server (`stars: 6077`, `license: mit`) -- [amphp/amp](https://github.com/amphp/amp) - A non-blocking concurrency framework for PHP applications. 🐘 (`stars: 4074`, `license: mit`) -- [botman/botman](https://github.com/botman/botman) - A framework agnostic PHP library to build chat bots (`stars: 5950`, `license: mit`) -- [piotrplenik/clean-code-php](https://github.com/piotrplenik/clean-code-php) - :bathtub: Clean Code concepts adapted for PHP (`stars: 11898`, `license: mit`) +- [nunomaduro/collision](https://github.com/nunomaduro/collision) - 💥 Collision is a beautiful error reporting tool for command-line applications (`stars: 4378`, `license: mit`) +- [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) - Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. (`stars: 12784`, `license: bsd-3-clause`) +- [ratchetphp/Ratchet](https://github.com/ratchetphp/Ratchet) - Asynchronous WebSocket server (`stars: 6081`, `license: mit`) +- [amphp/amp](https://github.com/amphp/amp) - A non-blocking concurrency framework for PHP applications. 🐘 (`stars: 4078`, `license: mit`) +- [botman/botman](https://github.com/botman/botman) - A framework agnostic PHP library to build chat bots (`stars: 5951`, `license: mit`) +- [piotrplenik/clean-code-php](https://github.com/piotrplenik/clean-code-php) - :bathtub: Clean Code concepts adapted for PHP (`stars: 11902`, `license: mit`) - [mnapoli/externals](https://github.com/mnapoli/externals) - Opening PHP's #internals to the outside (`stars: 225`, `license: mit`) -- [Respect/Validation](https://github.com/Respect/Validation) - The most awesome validation engine ever created for PHP (`stars: 5694`, `license: mit`) -- [Intervention/image](https://github.com/Intervention/image) - PHP Image Manipulation (`stars: 13511`, `license: mit`) -- [deployphp/deployer](https://github.com/deployphp/deployer) - The PHP deployment tool with support for popular frameworks out of the box (`stars: 10154`, `license: mit`) -- [vinkla/hashids](https://github.com/vinkla/hashids) - A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user. (`stars: 5114`, `license: mit`) -- [nikic/PHP-Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP (`stars: 16389`, `license: bsd-3-clause`) +- [Respect/Validation](https://github.com/Respect/Validation) - The most awesome validation engine ever created for PHP (`stars: 5693`, `license: mit`) +- [Intervention/image](https://github.com/Intervention/image) - PHP Image Manipulation (`stars: 13521`, `license: mit`) +- [deployphp/deployer](https://github.com/deployphp/deployer) - The PHP deployment tool with support for popular frameworks out of the box (`stars: 10166`, `license: mit`) +- [vinkla/hashids](https://github.com/vinkla/hashids) - A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user. (`stars: 5120`, `license: mit`) +- [nikic/PHP-Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP (`stars: 16388`, `license: bsd-3-clause`) - [reactphp/promise](https://github.com/reactphp/promise) - Promises/A implementation for PHP. (`stars: 2301`, `license: mit`) -- [phacility/phabricator](https://github.com/phacility/phabricator) - Effective June 1, 2021: Phabricator is no longer actively maintained. (`stars: 12320`, `license: apache-2.0`) +- [phacility/phabricator](https://github.com/phacility/phabricator) - Effective June 1, 2021: Phabricator is no longer actively maintained. (`stars: 12319`, `license: apache-2.0`) - [elastic/elasticsearch-php](https://github.com/elastic/elasticsearch-php) - Official PHP client for Elasticsearch. (`stars: 5207`, `license: mit`) -- [Seldaek/monolog](https://github.com/Seldaek/monolog) - Sends your logs to files, sockets, inboxes, databases and various web services (`stars: 20633`, `license: mit`) -- [w7corp/easywechat](https://github.com/w7corp/easywechat) - 📦 一个 PHP 微信 SDK (`stars: 10143`, `license: mit`) -- [guzzle/guzzle](https://github.com/guzzle/guzzle) - Guzzle, an extensible PHP HTTP client (`stars: 22813`, `license: mit`) -- [predis/predis](https://github.com/predis/predis) - A flexible and feature-complete Redis client for PHP. (`stars: 7466`, `license: mit`) -- [nikic/FastRoute](https://github.com/nikic/FastRoute) - Fast request router for PHP (`stars: 4948`, `license: other`) -- [slimphp/Slim](https://github.com/slimphp/Slim) - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. (`stars: 11737`, `license: mit`) -- [laravel/framework](https://github.com/laravel/framework) - The Laravel Framework. (`stars: 30659`, `license: mit`) -- [composer/composer](https://github.com/composer/composer) - Dependency Manager for PHP (`stars: 27986`, `license: mit`) +- [Seldaek/monolog](https://github.com/Seldaek/monolog) - Sends your logs to files, sockets, inboxes, databases and various web services (`stars: 20640`, `license: mit`) +- [w7corp/easywechat](https://github.com/w7corp/easywechat) - 📦 一个 PHP 微信 SDK (`stars: 10153`, `license: mit`) +- [guzzle/guzzle](https://github.com/guzzle/guzzle) - Guzzle, an extensible PHP HTTP client (`stars: 22829`, `license: mit`) +- [predis/predis](https://github.com/predis/predis) - A flexible and feature-complete Redis client for PHP. (`stars: 7467`, `license: mit`) +- [nikic/FastRoute](https://github.com/nikic/FastRoute) - Fast request router for PHP (`stars: 4951`, `license: other`) +- [slimphp/Slim](https://github.com/slimphp/Slim) - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. (`stars: 11738`, `license: mit`) +- [laravel/framework](https://github.com/laravel/framework) - The Laravel Framework. (`stars: 30690`, `license: mit`) +- [composer/composer](https://github.com/composer/composer) - Dependency Manager for PHP (`stars: 27988`, `license: mit`) ### Python -- [chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat) - Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain (`stars: 19670`, `license: apache-2.0`) -- [NateScarlet/holiday-cn](https://github.com/NateScarlet/holiday-cn) - 📅🇨🇳中国法定节假日数据 自动每日抓取国务院公告 (`stars: 917`, `license: mit`) -- [hankcs/HanLP](https://github.com/hankcs/HanLP) - 中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理 (`stars: 31087`, `license: apache-2.0`) -- [fxsjy/jieba](https://github.com/fxsjy/jieba) - 结巴中文分词 (`stars: 31699`, `license: mit`) -- [tiangolo/fastapi](https://github.com/tiangolo/fastapi) - FastAPI framework, high performance, easy to learn, fast to code, ready for production (`stars: 65923`, `license: mit`) -- [yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp) - A youtube-dl fork with additional features and fixes (`stars: 62050`, `license: unlicense`) -- [microsoft/promptflow](https://github.com/microsoft/promptflow) - Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring. (`stars: 6876`, `license: mit`) -- [ocrmypdf/OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched (`stars: 10668`, `license: mpl-2.0`) -- [ArchiveBox/ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) - 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... (`stars: 17492`, `license: mit`) -- [StevenBlack/hosts](https://github.com/StevenBlack/hosts) - 🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories. (`stars: 24328`, `license: mit`) -- [XingangPan/DragGAN](https://github.com/XingangPan/DragGAN) - Official Code for DragGAN (SIGGRAPH 2023) (`stars: 33968`, `license: other`) -- [ajenti/ajenti](https://github.com/ajenti/ajenti) - Ajenti Core and stock plugins (`stars: 7275`, `license: mit`) -- [kovidgoyal/kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature-rich, GPU based terminal (`stars: 20623`, `license: gpl-3.0`) -- [iperov/DeepFaceLive](https://github.com/iperov/DeepFaceLive) - Real-time face swap for PC streaming or video calls (`stars: 19314`, `license: gpl-3.0`) -- [microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed) - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. (`stars: 30179`, `license: apache-2.0`) -- [huggingface/transformers](https://github.com/huggingface/transformers) - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. (`stars: 117186`, `license: apache-2.0`) -- [openai/whisper](https://github.com/openai/whisper) - Robust Speech Recognition via Large-Scale Weak Supervision (`stars: 52685`, `license: mit`) -- [hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI) - Making large AI models cheaper, faster and more accessible (`stars: 35654`, `license: apache-2.0`) -- [chubin/cheat.sh](https://github.com/chubin/cheat.sh) - the only cheat sheet you need (`stars: 36554`, `license: mit`) -- [certbot/certbot](https://github.com/certbot/certbot) - Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. (`stars: 30448`, `license: other`) -- [public-apis/public-apis](https://github.com/public-apis/public-apis) - A collective list of free APIs (`stars: 271510`, `license: mit`) -- [microsoft/cascadia-code](https://github.com/microsoft/cascadia-code) - This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal. (`stars: 23604`, `license: other`) -- [sripathikrishnan/redis-rdb-tools](https://github.com/sripathikrishnan/redis-rdb-tools) - Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON (`stars: 4915`, `license: mit`) -- [FutunnOpen/py-futu-api](https://github.com/FutunnOpen/py-futu-api) - 富途 OpenAPI Python SDK (`stars: 952`, `license: apache-2.0`) -- [gto76/python-cheatsheet](https://github.com/gto76/python-cheatsheet) - Comprehensive Python Cheatsheet (`stars: 34471`, `license: `) -- [fighting41love/funNLP](https://github.com/fighting41love/funNLP) - 中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名…… (`stars: 59968`, `license: `) -- [home-assistant/core](https://github.com/home-assistant/core) - :house_with_garden: Open source home automation that puts local control and privacy first. (`stars: 64911`, `license: apache-2.0`) -- [aio-libs/aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python (`stars: 14190`, `license: other`) -- [soimort/you-get](https://github.com/soimort/you-get) - :arrow_double_down: Dumb downloader that scrapes the web (`stars: 48616`, `license: other`) -- [pytorch/pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration (`stars: 73617`, `license: other`) -- [getsentry/sentry](https://github.com/getsentry/sentry) - Developer-first error tracking and performance monitoring (`stars: 35810`, `license: other`) -- [Supervisor/supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for Unix (supervisord) (`stars: 8046`, `license: other`) -- [sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool (`stars: 29332`, `license: other`) -- [scrapy/scrapy](https://github.com/scrapy/scrapy) - Scrapy, a fast high-level web crawling & scraping framework for Python. (`stars: 49561`, `license: bsd-3-clause`) -- [dbcli/mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. (`stars: 11114`, `license: other`) -- [mitmproxy/mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. (`stars: 33070`, `license: mit`) -- [ansible/ansible](https://github.com/ansible/ansible) - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud …… (`stars: 59495`, `license: gpl-3.0`) +- [vinta/awesome-python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries, software and resources (`stars: 191714`, `license: other`) +- [VikParuchuri/marker](https://github.com/VikParuchuri/marker) - Convert PDF to markdown quickly with high accuracy (`stars: 5085`, `license: gpl-3.0`) +- [chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat) - Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain (`stars: 19962`, `license: apache-2.0`) +- [NateScarlet/holiday-cn](https://github.com/NateScarlet/holiday-cn) - 📅🇨🇳中国法定节假日数据 自动每日抓取国务院公告 (`stars: 921`, `license: mit`) +- [hankcs/HanLP](https://github.com/hankcs/HanLP) - 中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理 (`stars: 31156`, `license: apache-2.0`) +- [fxsjy/jieba](https://github.com/fxsjy/jieba) - 结巴中文分词 (`stars: 31736`, `license: mit`) +- [tiangolo/fastapi](https://github.com/tiangolo/fastapi) - FastAPI framework, high performance, easy to learn, fast to code, ready for production (`stars: 66191`, `license: mit`) +- [yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp) - A youtube-dl fork with additional features and fixes (`stars: 62586`, `license: unlicense`) +- [microsoft/promptflow](https://github.com/microsoft/promptflow) - Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring. (`stars: 6932`, `license: mit`) +- [ocrmypdf/OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched (`stars: 10722`, `license: mpl-2.0`) +- [ArchiveBox/ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) - 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... (`stars: 17538`, `license: mit`) +- [StevenBlack/hosts](https://github.com/StevenBlack/hosts) - 🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories. (`stars: 24381`, `license: mit`) +- [XingangPan/DragGAN](https://github.com/XingangPan/DragGAN) - Official Code for DragGAN (SIGGRAPH 2023) (`stars: 34025`, `license: other`) +- [ajenti/ajenti](https://github.com/ajenti/ajenti) - Ajenti Core and stock plugins (`stars: 7282`, `license: mit`) +- [kovidgoyal/kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature-rich, GPU based terminal (`stars: 20693`, `license: gpl-3.0`) +- [iperov/DeepFaceLive](https://github.com/iperov/DeepFaceLive) - Real-time face swap for PC streaming or video calls (`stars: 19400`, `license: gpl-3.0`) +- [microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed) - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. (`stars: 30321`, `license: apache-2.0`) +- [huggingface/transformers](https://github.com/huggingface/transformers) - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. (`stars: 117574`, `license: apache-2.0`) +- [openai/whisper](https://github.com/openai/whisper) - Robust Speech Recognition via Large-Scale Weak Supervision (`stars: 53073`, `license: mit`) +- [hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI) - Making large AI models cheaper, faster and more accessible (`stars: 35701`, `license: apache-2.0`) +- [chubin/cheat.sh](https://github.com/chubin/cheat.sh) - the only cheat sheet you need (`stars: 36614`, `license: mit`) +- [certbot/certbot](https://github.com/certbot/certbot) - Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. (`stars: 30466`, `license: other`) +- [public-apis/public-apis](https://github.com/public-apis/public-apis) - A collective list of free APIs (`stars: 272578`, `license: mit`) +- [microsoft/cascadia-code](https://github.com/microsoft/cascadia-code) - This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal. (`stars: 23639`, `license: other`) +- [sripathikrishnan/redis-rdb-tools](https://github.com/sripathikrishnan/redis-rdb-tools) - Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON (`stars: 4922`, `license: mit`) +- [FutunnOpen/py-futu-api](https://github.com/FutunnOpen/py-futu-api) - 富途 OpenAPI Python SDK (`stars: 954`, `license: apache-2.0`) +- [gto76/python-cheatsheet](https://github.com/gto76/python-cheatsheet) - Comprehensive Python Cheatsheet (`stars: 34512`, `license: `) +- [fighting41love/funNLP](https://github.com/fighting41love/funNLP) - 中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名…… (`stars: 60210`, `license: `) +- [home-assistant/core](https://github.com/home-assistant/core) - :house_with_garden: Open source home automation that puts local control and privacy first. (`stars: 65001`, `license: apache-2.0`) +- [aio-libs/aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python (`stars: 14206`, `license: other`) +- [soimort/you-get](https://github.com/soimort/you-get) - :arrow_double_down: Dumb downloader that scrapes the web (`stars: 48669`, `license: other`) +- [pytorch/pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration (`stars: 73848`, `license: other`) +- [getsentry/sentry](https://github.com/getsentry/sentry) - Developer-first error tracking and performance monitoring (`stars: 35862`, `license: other`) +- [Supervisor/supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for Unix (supervisord) (`stars: 8060`, `license: other`) +- [sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool (`stars: 29404`, `license: other`) +- [scrapy/scrapy](https://github.com/scrapy/scrapy) - Scrapy, a fast high-level web crawling & scraping framework for Python. (`stars: 49625`, `license: bsd-3-clause`) +- [dbcli/mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. (`stars: 11123`, `license: other`) +- [mitmproxy/mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. (`stars: 33126`, `license: mit`) +- [ansible/ansible](https://github.com/ansible/ansible) - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud …… (`stars: 59695`, `license: gpl-3.0`) ### Ruby -- [freeCodeCamp/devdocs](https://github.com/freeCodeCamp/devdocs) - API Documentation Browser (`stars: 32917`, `license: mpl-2.0`) -- [fluent/fluentd](https://github.com/fluent/fluentd) - Fluentd: Unified Logging Layer (project under CNCF) (`stars: 12329`, `license: apache-2.0`) +- [freeCodeCamp/devdocs](https://github.com/freeCodeCamp/devdocs) - API Documentation Browser (`stars: 32952`, `license: mpl-2.0`) +- [fluent/fluentd](https://github.com/fluent/fluentd) - Fluentd: Unified Logging Layer (project under CNCF) (`stars: 12340`, `license: apache-2.0`) ### Rust -- [RustPython/RustPython](https://github.com/RustPython/RustPython) - A Python Interpreter written in Rust (`stars: 15967`, `license: mit`) -- [loco-rs/loco](https://github.com/loco-rs/loco) - 🚂 🦀 The one-person framework for Rust for side-projects and startups (`stars: 1499`, `license: apache-2.0`) -- [astral-sh/ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust. (`stars: 21387`, `license: mit`) -- [fujiapple852/trippy](https://github.com/fujiapple852/trippy) - A network diagnostic tool (`stars: 2072`, `license: apache-2.0`) -- [infinyon/fluvio](https://github.com/infinyon/fluvio) - Lean and mean distributed stream processing system written in rust and web assembly. (`stars: 2281`, `license: apache-2.0`) -- [embassy-rs/embassy](https://github.com/embassy-rs/embassy) - Modern embedded framework, using Rust and async. (`stars: 3355`, `license: apache-2.0`) -- [bensadeh/tailspin](https://github.com/bensadeh/tailspin) - 🌀 A log file highlighter (`stars: 3636`, `license: mit`) -- [lapce/lapce](https://github.com/lapce/lapce) - Lightning-fast and Powerful Code Editor written in Rust (`stars: 29607`, `license: apache-2.0`) -- [rivet-gg/rivet](https://github.com/rivet-gg/rivet) - Open-source solution to deploy, scale, and operate your multiplayer game (`stars: 1663`, `license: apache-2.0`) -- [huggingface/candle](https://github.com/huggingface/candle) - Minimalist ML framework for Rust (`stars: 10683`, `license: apache-2.0`) -- [orf/gping](https://github.com/orf/gping) - Ping, but with a graph (`stars: 9727`, `license: mit`) -- [IgnisDa/ryot](https://github.com/IgnisDa/ryot) - Roll your own tracker! (`stars: 885`, `license: gpl-3.0`) -- [nushell/nushell](https://github.com/nushell/nushell) - A new type of shell (`stars: 27597`, `license: mit`) -- [ImageOptim/gifski](https://github.com/ImageOptim/gifski) - GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format. (`stars: 3659`, `license: other`) -- [leptos-rs/leptos](https://github.com/leptos-rs/leptos) - Build fast web applications with Rust. (`stars: 13009`, `license: mit`) -- [phodal/aigc](https://github.com/phodal/aigc) - 《构筑大语言模型应用:应用开发与架构设计》一本关于 LLM 在真实世界应用的开源电子书,介绍了大语言模型的基础知识和应用,以及如何构建自己的模型。其中包括Prompt的编写、开发和管理,探索最好的大语言模型能带来什么,以及LLM应用开发的模式和架构设计。 (`stars: 972`, `license: `) -- [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore (`stars: 41980`, `license: unlicense`) -- [cberner/redb](https://github.com/cberner/redb) - An embedded key-value database in pure Rust (`stars: 2369`, `license: apache-2.0`) -- [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). (`stars: 7411`, `license: agpl-3.0`) -- [cloudflare/boringtun](https://github.com/cloudflare/boringtun) - Userspace WireGuard® Implementation in Rust (`stars: 5556`, `license: bsd-3-clause`) -- [pest-parser/pest](https://github.com/pest-parser/pest) - The Elegant Parser (`stars: 4166`, `license: apache-2.0`) -- [typst/typst](https://github.com/typst/typst) - A new markup-based typesetting system that is powerful and easy to learn. (`stars: 24080`, `license: apache-2.0`) -- [AmbientRun/Ambient](https://github.com/AmbientRun/Ambient) - The multiplayer game engine (`stars: 3585`, `license: apache-2.0`) -- [tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) - An incremental parsing system for programming tools (`stars: 13944`, `license: mit`) -- [helix-editor/helix](https://github.com/helix-editor/helix) - A post-modern modal text editor. (`stars: 26804`, `license: mpl-2.0`) -- [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool (`stars: 18254`, `license: apache-2.0`) -- [emilk/egui](https://github.com/emilk/egui) - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native (`stars: 17606`, `license: apache-2.0`) -- [facebook/sapling](https://github.com/facebook/sapling) - A Scalable, User-Friendly Source Control System. (`stars: 5489`, `license: gpl-2.0`) -- [fermyon/spin](https://github.com/fermyon/spin) - Spin is the open source developer tool for building and running serverless applications powered by WebAssembly. (`stars: 4427`, `license: apache-2.0`) -- [datafuselabs/databend](https://github.com/datafuselabs/databend) - Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. Cloud: https://databend.com (`stars: 6787`, `license: other`) -- [aurae-runtime/aurae](https://github.com/aurae-runtime/aurae) - Distributed systems runtime daemon written in Rust. (`stars: 1789`, `license: apache-2.0`) -- [bytecodealliance/wasmtime](https://github.com/bytecodealliance/wasmtime) - A fast and secure runtime for WebAssembly (`stars: 13604`, `license: apache-2.0`) -- [PRQL/prql](https://github.com/PRQL/prql) - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement (`stars: 8737`, `license: apache-2.0`) -- [DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus) - Fullstack GUI library for desktop, web, mobile, and more. (`stars: 14990`, `license: apache-2.0`) +- [SeaQL/FireDBG.for.Rust](https://github.com/SeaQL/FireDBG.for.Rust) - 🔥 Time Travel Visual Debugger for Rust (`stars: 811`, `license: mit`) +- [oxc-project/oxc](https://github.com/oxc-project/oxc) - ⚓ A collection of JavaScript tools written in Rust. (`stars: 6178`, `license: mit`) +- [jdx/rtx](https://github.com/jdx/rtx) - Runtime Executor (asdf-plugin compatible) (`stars: 3876`, `license: mit`) +- [RustPython/RustPython](https://github.com/RustPython/RustPython) - A Python Interpreter written in Rust (`stars: 16004`, `license: mit`) +- [loco-rs/loco](https://github.com/loco-rs/loco) - 🚂 🦀 The one-person framework for Rust for side-projects and startups (`stars: 1885`, `license: apache-2.0`) +- [astral-sh/ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust. (`stars: 21613`, `license: mit`) +- [fujiapple852/trippy](https://github.com/fujiapple852/trippy) - A network diagnostic tool (`stars: 2441`, `license: apache-2.0`) +- [infinyon/fluvio](https://github.com/infinyon/fluvio) - Lean and mean distributed stream processing system written in rust and web assembly. (`stars: 2296`, `license: apache-2.0`) +- [embassy-rs/embassy](https://github.com/embassy-rs/embassy) - Modern embedded framework, using Rust and async. (`stars: 3381`, `license: apache-2.0`) +- [bensadeh/tailspin](https://github.com/bensadeh/tailspin) - 🌀 A log file highlighter (`stars: 3672`, `license: mit`) +- [lapce/lapce](https://github.com/lapce/lapce) - Lightning-fast and Powerful Code Editor written in Rust (`stars: 29687`, `license: apache-2.0`) +- [rivet-gg/rivet](https://github.com/rivet-gg/rivet) - Open-source solution to deploy, scale, and operate your multiplayer game (`stars: 1665`, `license: apache-2.0`) +- [huggingface/candle](https://github.com/huggingface/candle) - Minimalist ML framework for Rust (`stars: 10846`, `license: apache-2.0`) +- [orf/gping](https://github.com/orf/gping) - Ping, but with a graph (`stars: 9763`, `license: mit`) +- [IgnisDa/ryot](https://github.com/IgnisDa/ryot) - Roll your own tracker! (`stars: 897`, `license: gpl-3.0`) +- [nushell/nushell](https://github.com/nushell/nushell) - A new type of shell (`stars: 27685`, `license: mit`) +- [ImageOptim/gifski](https://github.com/ImageOptim/gifski) - GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format. (`stars: 3670`, `license: other`) +- [leptos-rs/leptos](https://github.com/leptos-rs/leptos) - Build fast web applications with Rust. (`stars: 13094`, `license: mit`) +- [phodal/aigc](https://github.com/phodal/aigc) - 《构筑大语言模型应用:应用开发与架构设计》一本关于 LLM 在真实世界应用的开源电子书,介绍了大语言模型的基础知识和应用,以及如何构建自己的模型。其中包括Prompt的编写、开发和管理,探索最好的大语言模型能带来什么,以及LLM应用开发的模式和架构设计。 (`stars: 981`, `license: `) +- [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore (`stars: 42130`, `license: unlicense`) +- [cberner/redb](https://github.com/cberner/redb) - An embedded key-value database in pure Rust (`stars: 2438`, `license: apache-2.0`) +- [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). (`stars: 7463`, `license: agpl-3.0`) +- [cloudflare/boringtun](https://github.com/cloudflare/boringtun) - Userspace WireGuard® Implementation in Rust (`stars: 5593`, `license: bsd-3-clause`) +- [pest-parser/pest](https://github.com/pest-parser/pest) - The Elegant Parser (`stars: 4178`, `license: apache-2.0`) +- [typst/typst](https://github.com/typst/typst) - A new markup-based typesetting system that is powerful and easy to learn. (`stars: 24323`, `license: apache-2.0`) +- [AmbientRun/Ambient](https://github.com/AmbientRun/Ambient) - The multiplayer game engine (`stars: 3595`, `license: apache-2.0`) +- [tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) - An incremental parsing system for programming tools (`stars: 14002`, `license: mit`) +- [helix-editor/helix](https://github.com/helix-editor/helix) - A post-modern modal text editor. (`stars: 26938`, `license: mpl-2.0`) +- [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool (`stars: 18305`, `license: apache-2.0`) +- [emilk/egui](https://github.com/emilk/egui) - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native (`stars: 17682`, `license: apache-2.0`) +- [facebook/sapling](https://github.com/facebook/sapling) - A Scalable, User-Friendly Source Control System. (`stars: 5495`, `license: gpl-2.0`) +- [fermyon/spin](https://github.com/fermyon/spin) - Spin is the open source developer tool for building and running serverless applications powered by WebAssembly. (`stars: 4444`, `license: apache-2.0`) +- [datafuselabs/databend](https://github.com/datafuselabs/databend) - Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. Cloud: https://databend.com (`stars: 6807`, `license: other`) +- [aurae-runtime/aurae](https://github.com/aurae-runtime/aurae) - Distributed systems runtime daemon written in Rust. (`stars: 1793`, `license: apache-2.0`) +- [bytecodealliance/wasmtime](https://github.com/bytecodealliance/wasmtime) - A fast and secure runtime for WebAssembly (`stars: 13638`, `license: apache-2.0`) +- [PRQL/prql](https://github.com/PRQL/prql) - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement (`stars: 8752`, `license: apache-2.0`) +- [DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus) - Fullstack GUI library for desktop, web, mobile, and more. (`stars: 15071`, `license: apache-2.0`) - [deislabs/wagi](https://github.com/deislabs/wagi) - Write HTTP handlers in WebAssembly with a minimal amount of work (`stars: 856`, `license: apache-2.0`) -- [actix/actix-web](https://github.com/actix/actix-web) - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. (`stars: 19227`, `license: apache-2.0`) -- [gluesql/gluesql](https://github.com/gluesql/gluesql) - GlueSQL is quite sticky. It attaches to anywhere. (`stars: 2513`, `license: apache-2.0`) -- [bevyengine/bevy](https://github.com/bevyengine/bevy) - A refreshingly simple data-driven game engine built in Rust (`stars: 28934`, `license: apache-2.0`) -- [graphul-rs/graphul](https://github.com/graphul-rs/graphul) - Optimize, speed, scale your microservices and save money 💵 (`stars: 417`, `license: mit`) -- [postgresml/postgresml](https://github.com/postgresml/postgresml) - The GPU-powered AI application database. Get your app to market faster using the simplicity of SQL and the latest NLP, ML + LLM models. (`stars: 4695`, `license: mit`) -- [swc-project/swc](https://github.com/swc-project/swc) - Rust-based platform for the Web (`stars: 29123`, `license: apache-2.0`) -- [pintariching/rustle](https://github.com/pintariching/rustle) - Svelte compiler rewritten in Rust (`stars: 1361`, `license: mit`) -- [surrealdb/surrealdb](https://github.com/surrealdb/surrealdb) - A scalable, distributed, collaborative, document-graph database, for the realtime web (`stars: 23706`, `license: other`) -- [wasmerio/wasmer](https://github.com/wasmerio/wasmer) - 🚀 The leading WebAssembly Runtime supporting WASIX, WASI and Emscripten (`stars: 16750`, `license: mit`) -- [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) - 📦✨ your favorite rust -> wasm workflow tool! (`stars: 5637`, `license: apache-2.0`) -- [tinysearch/tinysearch](https://github.com/tinysearch/tinysearch) - 🔍 Tiny, full-text search engine for static websites built with Rust and Wasm (`stars: 2523`, `license: apache-2.0`) -- [valeriansaliou/sonic](https://github.com/valeriansaliou/sonic) - 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. (`stars: 18993`, `license: mpl-2.0`) -- [messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav) - 阿里云盘 WebDAV 服务 (`stars: 9038`, `license: mit`) -- [01mf02/jaq](https://github.com/01mf02/jaq) - A jq clone focussed on correctness, speed, and simplicity (`stars: 2255`, `license: mit`) -- [roapi/roapi](https://github.com/roapi/roapi) - Create full-fledged APIs for slowly moving datasets without writing a single line of code. (`stars: 2970`, `license: apache-2.0`) -- [sunface/rust-course](https://github.com/sunface/rust-course) - “连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book (`stars: 19951`, `license: `) -- [ducaale/xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests (`stars: 4345`, `license: mit`) -- [analysis-tools-dev/static-analysis](https://github.com/analysis-tools-dev/static-analysis) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. (`stars: 12403`, `license: mit`) -- [awslabs/shuttle](https://github.com/awslabs/shuttle) - Shuttle is a library for testing concurrent Rust code (`stars: 519`, `license: apache-2.0`) -- [rust-bakery/nom](https://github.com/rust-bakery/nom) - Rust parser combinator framework (`stars: 8669`, `license: mit`) -- [napi-rs/napi-rs](https://github.com/napi-rs/napi-rs) - A framework for building compiled Node.js add-ons in Rust via Node-API (`stars: 4907`, `license: other`) -- [Orange-OpenSource/hurl](https://github.com/Orange-OpenSource/hurl) - Hurl, run and test HTTP requests with plain text. (`stars: 7417`, `license: apache-2.0`) -- [tokio-rs/prost](https://github.com/tokio-rs/prost) - PROST! a Protocol Buffers implementation for the Rust Language (`stars: 3163`, `license: apache-2.0`) -- [tokio-rs/tracing](https://github.com/tokio-rs/tracing) - Application level tracing for Rust. (`stars: 4505`, `license: mit`) -- [ron-rs/ron](https://github.com/ron-rs/ron) - Rusty Object Notation (`stars: 2952`, `license: apache-2.0`) -- [rune-rs/rune](https://github.com/rune-rs/rune) - An embeddable dynamic programming language for Rust. (`stars: 1395`, `license: apache-2.0`) -- [bheisler/criterion.rs](https://github.com/bheisler/criterion.rs) - Statistics-driven benchmarking library for Rust (`stars: 3913`, `license: apache-2.0`) -- [bitflags/bitflags](https://github.com/bitflags/bitflags) - A macro to generate structures which behave like bitflags (`stars: 787`, `license: apache-2.0`) -- [meilisearch/meilisearch](https://github.com/meilisearch/meilisearch) - A lightning-fast search API that fits effortlessly into your apps, websites, and workflow (`stars: 40390`, `license: mit`) -- [rayon-rs/rayon](https://github.com/rayon-rs/rayon) - Rayon: A data parallelism library for Rust (`stars: 9586`, `license: apache-2.0`) -- [tokio-rs/axum](https://github.com/tokio-rs/axum) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper (`stars: 13869`, `license: `) -- [alacritty/copypasta](https://github.com/alacritty/copypasta) - Cross-platform Rust system clipboard library (`stars: 240`, `license: apache-2.0`) -- [googleforgames/quilkin](https://github.com/googleforgames/quilkin) - Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and mor…… (`stars: 1149`, `license: apache-2.0`) -- [chmln/sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative) (`stars: 4961`, `license: mit`) -- [console-rs/indicatif](https://github.com/console-rs/indicatif) - A command line progress reporting library for Rust (`stars: 3878`, `license: mit`) -- [kkawakam/rustyline](https://github.com/kkawakam/rustyline) - Readline Implementation in Rust (`stars: 1391`, `license: mit`) -- [ruslashev/elfcat](https://github.com/ruslashev/elfcat) - ELF visualizer. Generates HTML files from ELF binaries. (`stars: 908`, `license: zlib`) -- [diesel-rs/diesel](https://github.com/diesel-rs/diesel) - A safe, extensible ORM and Query Builder for Rust (`stars: 11299`, `license: apache-2.0`) -- [dalance/procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust (`stars: 4420`, `license: mit`) -- [dandavison/delta](https://github.com/dandavison/delta) - A syntax-highlighting pager for git, diff, and grep output (`stars: 19363`, `license: mit`) -- [vectordotdev/vector](https://github.com/vectordotdev/vector) - A high-performance observability data pipeline. (`stars: 15085`, `license: mpl-2.0`) -- [launchbadge/sqlx](https://github.com/launchbadge/sqlx) - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (`stars: 10654`, `license: apache-2.0`) -- [actix/actix](https://github.com/actix/actix) - Actor framework for Rust. (`stars: 8192`, `license: apache-2.0`) -- [TheAlgorithms/Rust](https://github.com/TheAlgorithms/Rust) - All Algorithms implemented in Rust (`stars: 18441`, `license: mit`) -- [hyperium/tonic](https://github.com/hyperium/tonic) - A native gRPC client & server implementation with async/await support. (`stars: 8252`, `license: mit`) -- [tokio-rs/tokio](https://github.com/tokio-rs/tokio) - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... (`stars: 23061`, `license: mit`) -- [hyperium/hyper](https://github.com/hyperium/hyper) - An HTTP library for Rust (`stars: 13181`, `license: mit`) -- [tauri-apps/tauri](https://github.com/tauri-apps/tauri) - Build smaller, faster, and more secure desktop applications with a web frontend. (`stars: 71495`, `license: apache-2.0`) -- [getzola/zola](https://github.com/getzola/zola) - A fast static site generator in a single binary with everything built-in. https://www.getzola.org (`stars: 12022`, `license: mit`) -- [rust-unofficial/awesome-rust](https://github.com/rust-unofficial/awesome-rust) - A curated list of Rust code and resources. (`stars: 39365`, `license: cc0-1.0`) -- [clap-rs/clap](https://github.com/clap-rs/clap) - A full featured, fast Command Line Argument Parser for Rust (`stars: 12425`, `license: apache-2.0`) -- [petgraph/petgraph](https://github.com/petgraph/petgraph) - Graph data structure library for Rust. (`stars: 2409`, `license: apache-2.0`) -- [denoland/deno](https://github.com/denoland/deno) - A modern runtime for JavaScript and TypeScript. (`stars: 91645`, `license: mit`) -- [rust-lang/mdBook](https://github.com/rust-lang/mdBook) - Create book from markdown files. Like Gitbook but implemented in Rust (`stars: 15557`, `license: mpl-2.0`) -- [starship/starship](https://github.com/starship/starship) - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! (`stars: 38054`, `license: isc`) -- [sharkdp/hexyl](https://github.com/sharkdp/hexyl) - A command-line hex viewer (`stars: 8563`, `license: apache-2.0`) -- [lsd-rs/lsd](https://github.com/lsd-rs/lsd) - The next gen ls command (`stars: 11411`, `license: apache-2.0`) -- [sharkdp/bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. (`stars: 44245`, `license: apache-2.0`) -- [sharkdp/fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find' (`stars: 29806`, `license: apache-2.0`) +- [actix/actix-web](https://github.com/actix/actix-web) - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. (`stars: 19293`, `license: apache-2.0`) +- [gluesql/gluesql](https://github.com/gluesql/gluesql) - GlueSQL is quite sticky. It attaches to anywhere. (`stars: 2519`, `license: apache-2.0`) +- [bevyengine/bevy](https://github.com/bevyengine/bevy) - A refreshingly simple data-driven game engine built in Rust (`stars: 29080`, `license: apache-2.0`) +- [graphul-rs/graphul](https://github.com/graphul-rs/graphul) - Optimize, speed, scale your microservices and save money 💵 (`stars: 420`, `license: mit`) +- [postgresml/postgresml](https://github.com/postgresml/postgresml) - The GPU-powered AI application database. Get your app to market faster using the simplicity of SQL and the latest NLP, ML + LLM models. (`stars: 4745`, `license: mit`) +- [swc-project/swc](https://github.com/swc-project/swc) - Rust-based platform for the Web (`stars: 29153`, `license: apache-2.0`) +- [pintariching/rustle](https://github.com/pintariching/rustle) - Svelte compiler rewritten in Rust (`stars: 1362`, `license: mit`) +- [surrealdb/surrealdb](https://github.com/surrealdb/surrealdb) - A scalable, distributed, collaborative, document-graph database, for the realtime web (`stars: 23821`, `license: other`) +- [wasmerio/wasmer](https://github.com/wasmerio/wasmer) - 🚀 The leading WebAssembly Runtime supporting WASIX, WASI and Emscripten (`stars: 16824`, `license: mit`) +- [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) - 📦✨ your favorite rust -> wasm workflow tool! (`stars: 5649`, `license: apache-2.0`) +- [tinysearch/tinysearch](https://github.com/tinysearch/tinysearch) - 🔍 Tiny, full-text search engine for static websites built with Rust and Wasm (`stars: 2528`, `license: apache-2.0`) +- [valeriansaliou/sonic](https://github.com/valeriansaliou/sonic) - 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. (`stars: 19019`, `license: mpl-2.0`) +- [messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav) - 阿里云盘 WebDAV 服务 (`stars: 9069`, `license: mit`) +- [01mf02/jaq](https://github.com/01mf02/jaq) - A jq clone focussed on correctness, speed, and simplicity (`stars: 2280`, `license: mit`) +- [roapi/roapi](https://github.com/roapi/roapi) - Create full-fledged APIs for slowly moving datasets without writing a single line of code. (`stars: 2979`, `license: apache-2.0`) +- [sunface/rust-course](https://github.com/sunface/rust-course) - “连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book (`stars: 20081`, `license: `) +- [ducaale/xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests (`stars: 4357`, `license: mit`) +- [analysis-tools-dev/static-analysis](https://github.com/analysis-tools-dev/static-analysis) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. (`stars: 12426`, `license: mit`) +- [awslabs/shuttle](https://github.com/awslabs/shuttle) - Shuttle is a library for testing concurrent Rust code (`stars: 520`, `license: apache-2.0`) +- [rust-bakery/nom](https://github.com/rust-bakery/nom) - Rust parser combinator framework (`stars: 8695`, `license: mit`) +- [napi-rs/napi-rs](https://github.com/napi-rs/napi-rs) - A framework for building compiled Node.js add-ons in Rust via Node-API (`stars: 4930`, `license: other`) +- [Orange-OpenSource/hurl](https://github.com/Orange-OpenSource/hurl) - Hurl, run and test HTTP requests with plain text. (`stars: 7437`, `license: apache-2.0`) +- [tokio-rs/prost](https://github.com/tokio-rs/prost) - PROST! a Protocol Buffers implementation for the Rust Language (`stars: 3171`, `license: apache-2.0`) +- [tokio-rs/tracing](https://github.com/tokio-rs/tracing) - Application level tracing for Rust. (`stars: 4524`, `license: mit`) +- [ron-rs/ron](https://github.com/ron-rs/ron) - Rusty Object Notation (`stars: 2959`, `license: apache-2.0`) +- [rune-rs/rune](https://github.com/rune-rs/rune) - An embeddable dynamic programming language for Rust. (`stars: 1406`, `license: apache-2.0`) +- [bheisler/criterion.rs](https://github.com/bheisler/criterion.rs) - Statistics-driven benchmarking library for Rust (`stars: 3929`, `license: apache-2.0`) +- [bitflags/bitflags](https://github.com/bitflags/bitflags) - A macro to generate structures which behave like bitflags (`stars: 790`, `license: apache-2.0`) +- [meilisearch/meilisearch](https://github.com/meilisearch/meilisearch) - A lightning-fast search API that fits effortlessly into your apps, websites, and workflow (`stars: 40528`, `license: mit`) +- [rayon-rs/rayon](https://github.com/rayon-rs/rayon) - Rayon: A data parallelism library for Rust (`stars: 9615`, `license: apache-2.0`) +- [tokio-rs/axum](https://github.com/tokio-rs/axum) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper (`stars: 14006`, `license: `) +- [alacritty/copypasta](https://github.com/alacritty/copypasta) - Cross-platform Rust system clipboard library (`stars: 242`, `license: apache-2.0`) +- [googleforgames/quilkin](https://github.com/googleforgames/quilkin) - Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and mor…… (`stars: 1150`, `license: apache-2.0`) +- [chmln/sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative) (`stars: 4987`, `license: mit`) +- [console-rs/indicatif](https://github.com/console-rs/indicatif) - A command line progress reporting library for Rust (`stars: 3889`, `license: mit`) +- [kkawakam/rustyline](https://github.com/kkawakam/rustyline) - Readline Implementation in Rust (`stars: 1395`, `license: mit`) +- [ruslashev/elfcat](https://github.com/ruslashev/elfcat) - ELF visualizer. Generates HTML files from ELF binaries. (`stars: 909`, `license: zlib`) +- [diesel-rs/diesel](https://github.com/diesel-rs/diesel) - A safe, extensible ORM and Query Builder for Rust (`stars: 11335`, `license: apache-2.0`) +- [dalance/procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust (`stars: 4436`, `license: mit`) +- [dandavison/delta](https://github.com/dandavison/delta) - A syntax-highlighting pager for git, diff, and grep output (`stars: 19429`, `license: mit`) +- [vectordotdev/vector](https://github.com/vectordotdev/vector) - A high-performance observability data pipeline. (`stars: 15133`, `license: mpl-2.0`) +- [launchbadge/sqlx](https://github.com/launchbadge/sqlx) - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (`stars: 10734`, `license: apache-2.0`) +- [actix/actix](https://github.com/actix/actix) - Actor framework for Rust. (`stars: 8203`, `license: apache-2.0`) +- [TheAlgorithms/Rust](https://github.com/TheAlgorithms/Rust) - All Algorithms implemented in Rust (`stars: 18507`, `license: mit`) +- [hyperium/tonic](https://github.com/hyperium/tonic) - A native gRPC client & server implementation with async/await support. (`stars: 8289`, `license: mit`) +- [tokio-rs/tokio](https://github.com/tokio-rs/tokio) - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... (`stars: 23158`, `license: mit`) +- [hyperium/hyper](https://github.com/hyperium/hyper) - An HTTP library for Rust (`stars: 13214`, `license: mit`) +- [tauri-apps/tauri](https://github.com/tauri-apps/tauri) - Build smaller, faster, and more secure desktop applications with a web frontend. (`stars: 71691`, `license: apache-2.0`) +- [getzola/zola](https://github.com/getzola/zola) - A fast static site generator in a single binary with everything built-in. https://www.getzola.org (`stars: 12051`, `license: mit`) +- [rust-unofficial/awesome-rust](https://github.com/rust-unofficial/awesome-rust) - A curated list of Rust code and resources. (`stars: 39522`, `license: cc0-1.0`) +- [clap-rs/clap](https://github.com/clap-rs/clap) - A full featured, fast Command Line Argument Parser for Rust (`stars: 12472`, `license: apache-2.0`) +- [petgraph/petgraph](https://github.com/petgraph/petgraph) - Graph data structure library for Rust. (`stars: 2419`, `license: apache-2.0`) +- [denoland/deno](https://github.com/denoland/deno) - A modern runtime for JavaScript and TypeScript. (`stars: 91676`, `license: mit`) +- [rust-lang/mdBook](https://github.com/rust-lang/mdBook) - Create book from markdown files. Like Gitbook but implemented in Rust (`stars: 15624`, `license: mpl-2.0`) +- [starship/starship](https://github.com/starship/starship) - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! (`stars: 38182`, `license: isc`) +- [sharkdp/hexyl](https://github.com/sharkdp/hexyl) - A command-line hex viewer (`stars: 8585`, `license: apache-2.0`) +- [lsd-rs/lsd](https://github.com/lsd-rs/lsd) - The next gen ls command (`stars: 11450`, `license: apache-2.0`) +- [sharkdp/bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. (`stars: 44337`, `license: apache-2.0`) +- [sharkdp/fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find' (`stars: 29936`, `license: apache-2.0`) ### SCSS -- [astrit/css.gg](https://github.com/astrit/css.gg) - 700+ Pure CSS, SVG, PNG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API and 6000 glyphs (`stars: 9384`, `license: mit`) +- [astrit/css.gg](https://github.com/astrit/css.gg) - 700+ Pure CSS, SVG, PNG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API and 6000 glyphs (`stars: 9391`, `license: mit`) ### Scala -- [yahoo/CMAK](https://github.com/yahoo/CMAK) - CMAK is a tool for managing Apache Kafka clusters (`stars: 11585`, `license: apache-2.0`) +- [yahoo/CMAK](https://github.com/yahoo/CMAK) - CMAK is a tool for managing Apache Kafka clusters (`stars: 11593`, `license: apache-2.0`) ### Shell -- [alexanderepstein/Bash-Snippets](https://github.com/alexanderepstein/Bash-Snippets) - A collection of small bash scripts for heavy terminal users (`stars: 9347`, `license: mit`) +- [asdf-vm/asdf](https://github.com/asdf-vm/asdf) - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more (`stars: 19300`, `license: mit`) +- [alexanderepstein/Bash-Snippets](https://github.com/alexanderepstein/Bash-Snippets) - A collection of small bash scripts for heavy terminal users (`stars: 9352`, `license: mit`) - [hectorm/hblock](https://github.com/hectorm/hblock) - Improve your security and privacy by blocking ads, tracking and malware domains. (`stars: 1387`, `license: mit`) -- [acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh) - A pure Unix shell script implementing ACME client protocol (`stars: 34373`, `license: gpl-3.0`) -- [oh-my-fish/oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - The Fish Shell Framework (`stars: 9869`, `license: mit`) -- [Bash-it/bash-it](https://github.com/Bash-it/bash-it) - A community Bash framework. (`stars: 13853`, `license: mit`) -- [StreisandEffect/streisand](https://github.com/StreisandEffect/streisand) - Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these serv…… (`stars: 23038`, `license: other`) +- [acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh) - A pure Unix shell script implementing ACME client protocol (`stars: 34510`, `license: gpl-3.0`) +- [oh-my-fish/oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - The Fish Shell Framework (`stars: 9880`, `license: mit`) +- [Bash-it/bash-it](https://github.com/Bash-it/bash-it) - A community Bash framework. (`stars: 13865`, `license: mit`) +- [StreisandEffect/streisand](https://github.com/StreisandEffect/streisand) - Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these serv…… (`stars: 23045`, `license: other`) ### Svelte -- [ollama-webui/ollama-webui](https://github.com/ollama-webui/ollama-webui) - ChatGPT-Style Web UI Client for Ollama 🦙 (`stars: 1702`, `license: mit`) +- [ollama-webui/ollama-webui](https://github.com/ollama-webui/ollama-webui) - ChatGPT-Style Web UI Client for Ollama 🦙 (`stars: 2389`, `license: mit`) ### Swift -- [rxhanson/Rectangle](https://github.com/rxhanson/Rectangle) - Move and resize windows on macOS with keyboard shortcuts and snap areas (`stars: 23046`, `license: other`) -- [okwasniewski/MiniSim](https://github.com/okwasniewski/MiniSim) - MacOS menu bar app for launching iOS  and Android 🤖 emulators (`stars: 1233`, `license: mit`) -- [milanvarady/Applite](https://github.com/milanvarady/Applite) - User-friendly GUI macOS application for Homebrew Casks (`stars: 770`, `license: mit`) -- [cormiertyshawn895/PixelPerfect](https://github.com/cormiertyshawn895/PixelPerfect) - Increase the text size of iPhone and iPad apps on Mac. Say goodbye to small and blurry text, and enjoy pixel-perfect graphics, all rendered at 100% native resolution. Compatible with macOS Sonoma, mac…… (`stars: 676`, `license: mit`) -- [linearmouse/linearmouse](https://github.com/linearmouse/linearmouse) - The mouse and trackpad utility for Mac. (`stars: 2972`, `license: mit`) -- [jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch) - ⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts (`stars: 2712`, `license: mit`) -- [exelban/stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar (`stars: 19538`, `license: mit`) -- [PlayCover/PlayCover](https://github.com/PlayCover/PlayCover) - Community fork of PlayCover (`stars: 6462`, `license: gpl-3.0`) -- [MonitorControl/MonitorControl](https://github.com/MonitorControl/MonitorControl) - 🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs. (`stars: 24490`, `license: mit`) -- [CodeEditApp/CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. (`stars: 19414`, `license: mit`) -- [sindresorhus/Plash](https://github.com/sindresorhus/Plash) - 💦 Make any website your Mac desktop wallpaper (`stars: 3067`, `license: mit`) -- [zhuhaow/NEKit](https://github.com/zhuhaow/NEKit) - A toolkit for Network Extension Framework (`stars: 2818`, `license: bsd-3-clause`) +- [rxhanson/Rectangle](https://github.com/rxhanson/Rectangle) - Move and resize windows on macOS with keyboard shortcuts and snap areas (`stars: 23150`, `license: other`) +- [okwasniewski/MiniSim](https://github.com/okwasniewski/MiniSim) - MacOS menu bar app for launching iOS  and Android 🤖 emulators (`stars: 1257`, `license: mit`) +- [milanvarady/Applite](https://github.com/milanvarady/Applite) - User-friendly GUI macOS application for Homebrew Casks (`stars: 773`, `license: mit`) +- [cormiertyshawn895/PixelPerfect](https://github.com/cormiertyshawn895/PixelPerfect) - Increase the text size of iPhone and iPad apps on Mac. Say goodbye to small and blurry text, and enjoy pixel-perfect graphics, all rendered at 100% native resolution. Compatible with macOS Sonoma, mac…… (`stars: 680`, `license: mit`) +- [linearmouse/linearmouse](https://github.com/linearmouse/linearmouse) - The mouse and trackpad utility for Mac. (`stars: 2986`, `license: mit`) +- [jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch) - ⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts (`stars: 2718`, `license: mit`) +- [exelban/stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar (`stars: 19652`, `license: mit`) +- [PlayCover/PlayCover](https://github.com/PlayCover/PlayCover) - Community fork of PlayCover (`stars: 6518`, `license: gpl-3.0`) +- [MonitorControl/MonitorControl](https://github.com/MonitorControl/MonitorControl) - 🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs. (`stars: 24580`, `license: mit`) +- [CodeEditApp/CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. (`stars: 19431`, `license: mit`) +- [sindresorhus/Plash](https://github.com/sindresorhus/Plash) - 💦 Make any website your Mac desktop wallpaper (`stars: 3075`, `license: mit`) +- [zhuhaow/NEKit](https://github.com/zhuhaow/NEKit) - A toolkit for Network Extension Framework (`stars: 2819`, `license: bsd-3-clause`) ### TeX - [foxsen/archbase](https://github.com/foxsen/archbase) - 教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本 (`stars: 2769`, `license: other`) -- [sysprog21/lkmpg](https://github.com/sysprog21/lkmpg) - The Linux Kernel Module Programming Guide (updated for 5.0+ kernels) (`stars: 6618`, `license: osl-3.0`) +- [sysprog21/lkmpg](https://github.com/sysprog21/lkmpg) - The Linux Kernel Module Programming Guide (updated for 5.0+ kernels) (`stars: 6639`, `license: osl-3.0`) ### TypeScript -- [BloopAI/bloop](https://github.com/BloopAI/bloop) - bloop is a fast code search engine written in Rust. (`stars: 8152`, `license: other`) -- [facebook/docusaurus](https://github.com/facebook/docusaurus) - Easy to maintain open source documentation websites. (`stars: 50063`, `license: mit`) -- [makeplane/plane](https://github.com/makeplane/plane) - 🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible. (`stars: 20787`, `license: agpl-3.0`) -- [hoppscotch/hoppscotch](https://github.com/hoppscotch/hoppscotch) - 👽 Open source API development ecosystem - https://hoppscotch.io (`stars: 57335`, `license: mit`) -- [tldraw/tldraw](https://github.com/tldraw/tldraw) - a very good whiteboard (`stars: 28968`, `license: apache-2.0`) -- [excalidraw/excalidraw](https://github.com/excalidraw/excalidraw) - Virtual whiteboard for sketching hand-drawn like diagrams (`stars: 60653`, `license: mit`) -- [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. (`stars: 35791`, `license: other`) -- [FlowiseAI/Flowise](https://github.com/FlowiseAI/Flowise) - Drag & drop UI to build your customized LLM flow (`stars: 18654`, `license: other`) -- [portainer/portainer](https://github.com/portainer/portainer) - Making Docker and Kubernetes management easy. (`stars: 27394`, `license: zlib`) -- [noodle-run/noodle](https://github.com/noodle-run/noodle) - Open Source Education Platform (`stars: 11089`, `license: agpl-3.0`) -- [coder/code-server](https://github.com/coder/code-server) - VS Code in the browser (`stars: 63424`, `license: mit`) -- [vercel/ai](https://github.com/vercel/ai) - Build AI-powered applications with React, Svelte, Vue, and Solid (`stars: 5365`, `license: other`) -- [StanGirard/quivr](https://github.com/StanGirard/quivr) - Your GenAI Second Brain 🧠 A personal productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, that …… (`stars: 26258`, `license: apache-2.0`) -- [mlc-ai/web-llm](https://github.com/mlc-ai/web-llm) - Bringing large-language models and chat to web browsers. Everything runs inside the browser with no server support. (`stars: 8005`, `license: apache-2.0`) -- [reworkd/AgentGPT](https://github.com/reworkd/AgentGPT) - 🤖 Assemble, configure, and deploy autonomous AI Agents in your browser. (`stars: 27959`, `license: gpl-3.0`) -- [withastro/astro](https://github.com/withastro/astro) - The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ⭐️ Star to support our work! (`stars: 37832`, `license: other`) -- [supabase/supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. (`stars: 60613`, `license: apache-2.0`) -- [microsoft/playwright](https://github.com/microsoft/playwright) - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. (`stars: 57385`, `license: apache-2.0`) -- [OI-wiki/OI-wiki](https://github.com/OI-wiki/OI-wiki) - :star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法) (`stars: 16756`, `license: `) -- [PlasmoHQ/plasmo](https://github.com/PlasmoHQ/plasmo) - 🧩 The Browser Extension Framework (`stars: 7459`, `license: mit`) -- [toeverything/AFFiNE](https://github.com/toeverything/AFFiNE) - There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. (`stars: 24119`, `license: other`) -- [adonisjs/core](https://github.com/adonisjs/core) - 🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence (`stars: 14592`, `license: mit`) -- [react-icons/react-icons](https://github.com/react-icons/react-icons) - svg react icons of popular icon packs (`stars: 10568`, `license: other`) -- [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) - Interactive roadmaps, guides and other educational content to help developers grow in their careers. (`stars: 260619`, `license: other`) -- [react-pdf-viewer/react-pdf-viewer](https://github.com/react-pdf-viewer/react-pdf-viewer) - A React component to view a PDF document (`stars: 1862`, `license: other`) -- [chakra-ui/chakra-ui](https://github.com/chakra-ui/chakra-ui) - ⚡️ Simple, Modular & Accessible UI Components for your React Applications (`stars: 35182`, `license: mit`) -- [spacedriveapp/spacedrive](https://github.com/spacedriveapp/spacedrive) - Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. (`stars: 27336`, `license: agpl-3.0`) -- [fingerprintjs/fingerprintjs](https://github.com/fingerprintjs/fingerprintjs) - Browser fingerprinting library. Accuracy of this version is 40-60%, accuracy of the commercial Fingerprint Identification is 99.5%. V4 of this library is BSL licensed. (`stars: 20169`, `license: other`) -- [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) - GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly. (`stars: 4197`, `license: mit`) -- [apache/superset](https://github.com/apache/superset) - Apache Superset is a Data Visualization and Data Exploration Platform (`stars: 55787`, `license: apache-2.0`) -- [raycast/extensions](https://github.com/raycast/extensions) - Everything you need to extend Raycast. (`stars: 4376`, `license: mit`) -- [pd4d10/hashmd](https://github.com/pd4d10/hashmd) - Hackable Markdown Editor and Viewer (`stars: 4307`, `license: mit`) -- [markmap/markmap](https://github.com/markmap/markmap) - Visualize your Markdown as mindmaps with Markmap. (`stars: 6021`, `license: mit`) -- [growthbook/growthbook](https://github.com/growthbook/growthbook) - Open Source Feature Flagging and A/B Testing Platform (`stars: 5181`, `license: other`) -- [any86/any-rule](https://github.com/any86/any-rule) - 🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台 (`stars: 8245`, `license: mit`) -- [owncast/owncast](https://github.com/owncast/owncast) - Take control over your live stream video by running it yourself. Streaming + chat out of the box. (`stars: 8488`, `license: mit`) -- [homebridge/homebridge](https://github.com/homebridge/homebridge) - HomeKit support for the impatient. (`stars: 22740`, `license: apache-2.0`) -- [grafana/grafana](https://github.com/grafana/grafana) - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.…… (`stars: 58419`, `license: agpl-3.0`) -- [puppeteer/puppeteer](https://github.com/puppeteer/puppeteer) - Node.js API for Chrome (`stars: 85366`, `license: apache-2.0`) +- [langgenius/dify](https://github.com/langgenius/dify) - An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack requ…… (`stars: 12651`, `license: other`) +- [golang/vscode-go](https://github.com/golang/vscode-go) - Go extension for Visual Studio Code (`stars: 3630`, `license: other`) +- [BloopAI/bloop](https://github.com/BloopAI/bloop) - bloop is a fast code search engine written in Rust. (`stars: 8182`, `license: other`) +- [facebook/docusaurus](https://github.com/facebook/docusaurus) - Easy to maintain open source documentation websites. (`stars: 50221`, `license: mit`) +- [makeplane/plane](https://github.com/makeplane/plane) - 🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible. (`stars: 21153`, `license: agpl-3.0`) +- [hoppscotch/hoppscotch](https://github.com/hoppscotch/hoppscotch) - 👽 Open source API development ecosystem - https://hoppscotch.io (`stars: 57546`, `license: mit`) +- [tldraw/tldraw](https://github.com/tldraw/tldraw) - a very good whiteboard (`stars: 29318`, `license: other`) +- [excalidraw/excalidraw](https://github.com/excalidraw/excalidraw) - Virtual whiteboard for sketching hand-drawn like diagrams (`stars: 61063`, `license: mit`) +- [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. (`stars: 35988`, `license: other`) +- [FlowiseAI/Flowise](https://github.com/FlowiseAI/Flowise) - Drag & drop UI to build your customized LLM flow (`stars: 18868`, `license: other`) +- [portainer/portainer](https://github.com/portainer/portainer) - Making Docker and Kubernetes management easy. (`stars: 27465`, `license: zlib`) +- [noodle-run/noodle](https://github.com/noodle-run/noodle) - Open Source Education Platform (`stars: 11100`, `license: agpl-3.0`) +- [coder/code-server](https://github.com/coder/code-server) - VS Code in the browser (`stars: 63501`, `license: mit`) +- [vercel/ai](https://github.com/vercel/ai) - Build AI-powered applications with React, Svelte, Vue, and Solid (`stars: 5416`, `license: other`) +- [StanGirard/quivr](https://github.com/StanGirard/quivr) - Your GenAI Second Brain 🧠 A personal productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, that …… (`stars: 26429`, `license: apache-2.0`) +- [mlc-ai/web-llm](https://github.com/mlc-ai/web-llm) - Bringing large-language models and chat to web browsers. Everything runs inside the browser with no server support. (`stars: 8062`, `license: apache-2.0`) +- [reworkd/AgentGPT](https://github.com/reworkd/AgentGPT) - 🤖 Assemble, configure, and deploy autonomous AI Agents in your browser. (`stars: 28080`, `license: gpl-3.0`) +- [withastro/astro](https://github.com/withastro/astro) - The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ⭐️ Star to support our work! (`stars: 38029`, `license: other`) +- [supabase/supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. (`stars: 60851`, `license: apache-2.0`) +- [microsoft/playwright](https://github.com/microsoft/playwright) - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. (`stars: 57576`, `license: apache-2.0`) +- [OI-wiki/OI-wiki](https://github.com/OI-wiki/OI-wiki) - :star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法) (`stars: 16839`, `license: `) +- [PlasmoHQ/plasmo](https://github.com/PlasmoHQ/plasmo) - 🧩 The Browser Extension Framework (`stars: 7491`, `license: mit`) +- [toeverything/AFFiNE](https://github.com/toeverything/AFFiNE) - There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. (`stars: 24244`, `license: other`) +- [adonisjs/core](https://github.com/adonisjs/core) - 🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence (`stars: 14603`, `license: mit`) +- [react-icons/react-icons](https://github.com/react-icons/react-icons) - svg react icons of popular icon packs (`stars: 10597`, `license: other`) +- [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) - Interactive roadmaps, guides and other educational content to help developers grow in their careers. (`stars: 261116`, `license: other`) +- [react-pdf-viewer/react-pdf-viewer](https://github.com/react-pdf-viewer/react-pdf-viewer) - A React component to view a PDF document (`stars: 1867`, `license: other`) +- [chakra-ui/chakra-ui](https://github.com/chakra-ui/chakra-ui) - ⚡️ Simple, Modular & Accessible UI Components for your React Applications (`stars: 35263`, `license: mit`) +- [spacedriveapp/spacedrive](https://github.com/spacedriveapp/spacedrive) - Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. (`stars: 27447`, `license: agpl-3.0`) +- [fingerprintjs/fingerprintjs](https://github.com/fingerprintjs/fingerprintjs) - Browser fingerprinting library. Accuracy of this version is 40-60%, accuracy of the commercial Fingerprint Identification is 99.5%. V4 of this library is BSL licensed. (`stars: 20211`, `license: other`) +- [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) - GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly. (`stars: 4207`, `license: mit`) +- [apache/superset](https://github.com/apache/superset) - Apache Superset is a Data Visualization and Data Exploration Platform (`stars: 55874`, `license: apache-2.0`) +- [raycast/extensions](https://github.com/raycast/extensions) - Everything you need to extend Raycast. (`stars: 4405`, `license: mit`) +- [pd4d10/hashmd](https://github.com/pd4d10/hashmd) - Hackable Markdown Editor and Viewer (`stars: 4309`, `license: mit`) +- [markmap/markmap](https://github.com/markmap/markmap) - Visualize your Markdown as mindmaps with Markmap. (`stars: 6061`, `license: mit`) +- [growthbook/growthbook](https://github.com/growthbook/growthbook) - Open Source Feature Flagging and A/B Testing Platform (`stars: 5203`, `license: other`) +- [any86/any-rule](https://github.com/any86/any-rule) - 🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台 (`stars: 8252`, `license: mit`) +- [owncast/owncast](https://github.com/owncast/owncast) - Take control over your live stream video by running it yourself. Streaming + chat out of the box. (`stars: 8509`, `license: mit`) +- [homebridge/homebridge](https://github.com/homebridge/homebridge) - HomeKit support for the impatient. (`stars: 22808`, `license: apache-2.0`) +- [grafana/grafana](https://github.com/grafana/grafana) - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.…… (`stars: 58516`, `license: agpl-3.0`) +- [puppeteer/puppeteer](https://github.com/puppeteer/puppeteer) - Node.js API for Chrome (`stars: 85415`, `license: apache-2.0`) ### Vue -- [buefy/buefy](https://github.com/buefy/buefy) - Lightweight UI components for Vue.js based on Bulma (`stars: 9496`, `license: mit`) +- [buefy/buefy](https://github.com/buefy/buefy) - Lightweight UI components for Vue.js based on Bulma (`stars: 9494`, `license: mit`) ### Zig -- [ziglang/zig](https://github.com/ziglang/zig) - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. (`stars: 27469`, `license: mit`) +- [ziglang/zig](https://github.com/ziglang/zig) - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. (`stars: 27605`, `license: mit`) ### Others -- [Developer-Y/cs-video-courses](https://github.com/Developer-Y/cs-video-courses) - List of Computer Science courses with video lectures. (`stars: 62506`, `license: `) -- [serhii-londar/open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps (`stars: 37881`, `license: cc0-1.0`) -- [Kimentanm/aptv](https://github.com/Kimentanm/aptv) - 📺 A tool for playing m3u8 file (`stars: 1061`, `license: `) -- [EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books) - :books: Freely available programming books (`stars: 304831`, `license: cc-by-4.0`) -- [SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim) - A community-driven modular vim/neovim distribution - The ultimate vimrc (`stars: 20077`, `license: `) -- [awesome-selfhosted/awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - A list of Free Software network services and web applications which can be hosted on your own servers (`stars: 160876`, `license: other`) -- [vamoschuck/TV](https://github.com/vamoschuck/TV) - (`stars: 346`, `license: `) -- [rust-lang/api-guidelines](https://github.com/rust-lang/api-guidelines) - Rust API guidelines (`stars: 1173`, `license: apache-2.0`) -- [cobaltdisco/Google-Chinese-Results-Blocklist](https://github.com/cobaltdisco/Google-Chinese-Results-Blocklist) - 我终于能用谷歌搜中文了…… (`stars: 7253`, `license: `) -- [google/eng-practices](https://github.com/google/eng-practices) - Google's Engineering Practices documentation (`stars: 19572`, `license: other`) -- [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) - Master programming by recreating your favorite technologies from scratch. (`stars: 232449`, `license: `) -- [CSSEGISandData/COVID-19](https://github.com/CSSEGISandData/COVID-19) - Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE (`stars: 29209`, `license: `) -- [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) - A curated list of amazingly awesome PHP libraries, resources and shiny things. (`stars: 29617`, `license: wtfpl`) -- [php-fig/fig-standards](https://github.com/php-fig/fig-standards) - Standards either proposed or approved by the Framework Interop Group (`stars: 12496`, `license: other`) +- [Developer-Y/cs-video-courses](https://github.com/Developer-Y/cs-video-courses) - List of Computer Science courses with video lectures. (`stars: 62625`, `license: `) +- [serhii-londar/open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps (`stars: 37971`, `license: cc0-1.0`) +- [Kimentanm/aptv](https://github.com/Kimentanm/aptv) - 📺 A tool for playing m3u8 file (`stars: 1082`, `license: `) +- [EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books) - :books: Freely available programming books (`stars: 305308`, `license: cc-by-4.0`) +- [SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim) - A community-driven modular vim/neovim distribution - The ultimate vimrc (`stars: 20090`, `license: `) +- [awesome-selfhosted/awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - A list of Free Software network services and web applications which can be hosted on your own servers (`stars: 161946`, `license: other`) +- [vamoschuck/TV](https://github.com/vamoschuck/TV) - (`stars: 348`, `license: `) +- [rust-lang/api-guidelines](https://github.com/rust-lang/api-guidelines) - Rust API guidelines (`stars: 1175`, `license: apache-2.0`) +- [cobaltdisco/Google-Chinese-Results-Blocklist](https://github.com/cobaltdisco/Google-Chinese-Results-Blocklist) - 我终于能用谷歌搜中文了…… (`stars: 7265`, `license: `) +- [google/eng-practices](https://github.com/google/eng-practices) - Google's Engineering Practices documentation (`stars: 19582`, `license: other`) +- [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) - Master programming by recreating your favorite technologies from scratch. (`stars: 233657`, `license: `) +- [CSSEGISandData/COVID-19](https://github.com/CSSEGISandData/COVID-19) - Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE (`stars: 29208`, `license: `) +- [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) - A curated list of amazingly awesome PHP libraries, resources and shiny things. (`stars: 29648`, `license: wtfpl`) +- [php-fig/fig-standards](https://github.com/php-fig/fig-standards) - Standards either proposed or approved by the Framework Interop Group (`stars: 12499`, `license: other`)