golang_github_stars

Golang GitHub Stars

Go GitHub Stars

GitHub Stars Golang - GitHub Stars Go -

Top 100 Stars in Go

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
——- ———— —– —– ——– ———– ———– ———–
1 [go](https://github.com/golang/go) 113105 16892 Go 8177 The Go programming language 2023-07-29T02:15:32Z
2 [awesome-go](https://github.com/avelino/awesome-go) 105458 11114 Go 2 A curated list of awesome Go frameworks, libraries and software 2023-07-28T16:50:08Z
3 [kubernetes](https://github.com/kubernetes/kubernetes) 100443 37683 Go 1754 Production-Grade Container Scheduling and Management 2023-07-29T02:20:24Z
4 [gin](https://github.com/gin-gonic/gin) 70366 7606 Go 532 Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin. 2023-07-24T15:28:43Z
5 [frp](https://github.com/fatedier/frp) 69746 11721 Go 79 A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. 2023-07-25T13:35:52Z
6 [hugo](https://github.com/gohugoio/hugo) 68248 7285 Go 574 The world’s fastest framework for building websites. 2023-07-28T13:15:50Z
7 [moby](https://github.com/moby/moby) 66348 18800 Go 3796 Moby Project - a collaborative project for the container ecosystem to assemble container-based systems 2023-07-29T01:20:01Z
8 [fzf](https://github.com/junegunn/fzf) 53448 2208 Go 274 :cherry_blossom: A command-line fuzzy finder 2023-07-27T06:44:14Z
9 [syncthing](https://github.com/syncthing/syncthing) 53390 3824 Go 307 Open Source Continuous File Synchronization 2023-07-29T01:28:12Z
10 [prometheus](https://github.com/prometheus/prometheus) 49244 8302 Go 653 The Prometheus monitoring system and time series database. 2023-07-28T22:10:54Z
11 [caddy](https://github.com/caddyserver/caddy) 48277 3715 Go 76 Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS 2023-07-26T00:58:25Z
12 [clash](https://github.com/Dreamacro/clash) 44972 5797 Go 45 A rule-based tunnel in Go. 2023-07-28T10:39:44Z
13 [etcd](https://github.com/etcd-io/etcd) 44083 9422 Go 165 Distributed reliable key-value store for the most critical data of a distributed system 2023-07-28T23:20:20Z
14 [traefik](https://github.com/traefik/traefik) 43995 4668 Go 623 The Cloud Native Application Proxy 2023-07-27T14:50:07Z
15 [go-ethereum](https://github.com/ethereum/go-ethereum) 43095 18115 Go 258 Official Go implementation of the Ethereum protocol 2023-07-29T00:34:06Z
16 [v2ray-core](https://github.com/v2ray/v2ray-core) 42873 8752 Go 23 A platform for building proxies to bypass network restrictions. 2023-07-28T01:44:34Z
17 [gogs](https://github.com/gogs/gogs) 42686 4772 Go 836 Gogs is a painless self-hosted Git service 2023-07-25T16:31:54Z
18 [build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang) 42199 10758 Go 115 A golang ebook intro how to build a web with golang 2023-04-20T09:00:38Z
19 [mkcert](https://github.com/FiloSottile/mkcert) 41856 2202 Go 92 A simple zero-config tool to make locally trusted development certificates with any names you'd like. 2023-07-21T15:58:34Z
20 [act](https://github.com/nektos/act) 40426 1030 Go 142 Run your GitHub Actions locally 🚀 2023-07-26T10:54:23Z
21 [minio](https://github.com/minio/minio) 40094 4846 Go 21 High Performance Object Storage for AI 2023-07-29T00:50:45Z
22 [rclone](https://github.com/rclone/rclone) 39440 3596 Go 816 “rsync for cloud storage” - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files 2023-07-29T03:01:10Z
23 [terraform](https://github.com/hashicorp/terraform) 38216 8787 Go 1703 Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned. 2023-07-28T22:11:14Z
24 [gitea](https://github.com/go-gitea/gitea) 37694 4764 Go 2055 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 2023-07-29T01:47:02Z
25 [dive](https://github.com/wagoodman/dive) 37574 1512 Go 126 A tool for exploring each layer in a docker image 2023-07-20T00:21:27Z
26 [lazygit](https://github.com/jesseduffield/lazygit) 37365 1469 Go 463 simple terminal UI for git commands 2023-07-29T03:00:40Z
27 [esbuild](https://github.com/evanw/esbuild) 35724 1035 Go 282 An extremely fast bundler for the web 2023-07-27T18:07:34Z
28 [tidb](https://github.com/pingcap/tidb) 34506 5577 Go 3282 TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial 2023-07-28T16:02:02Z
29 [istio](https://github.com/istio/istio) 33424 7252 Go 610 Connect, secure, control, and observe services. 2023-07-29T02:10:48Z
30 [the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) 33245 8581 Go 0 《The Way to Go》中文译本,中文正式名《Go 入门指南》 2023-07-02T10:40:13Z
31 [gorm](https://github.com/go-gorm/gorm) 33127 3647 Go 200 The fantastic ORM library for Golang, aims to be developer friendly 2023-07-27T09:21:06Z
32 [cli](https://github.com/cli/cli) 32880 5313 Go 410 GitHub’s official command line tool 2023-07-27T16:33:50Z
33 [cobra](https://github.com/spf13/cobra) 32712 2716 Go 150 A Commander for modern Go CLI interactions 2023-07-27T14:52:24Z
34 [compose](https://github.com/docker/compose) 30086 4951 Go 181 Define and run multi-container applications with Docker 2023-07-28T20:34:22Z
35 [LeetCode-Go](https://github.com/halfrost/LeetCode-Go) 30036 5438 Go 13 ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解 2023-04-08T04:02:08Z
36 [beego](https://github.com/beego/beego) 30025 5605 Go 9 beego is an open-source, high-performance web framework for the Go programming language. 2023-07-27T14:00:20Z
37 [nvm-windows](https://github.com/coreybutler/nvm-windows) 29512 2899 Go 72 A node.js version management utility for Windows. Ironically written in Go. 2023-07-15T23:03:52Z
38 [lazydocker](https://github.com/jesseduffield/lazydocker) 29319 1011 Go 97 The lazier way to manage everything docker 2023-07-27T16:12:48Z
39 [alist](https://github.com/alist-org/alist) 28360 3955 Go 57 🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。 2023-07-29T02:46:58Z
40 [vault](https://github.com/hashicorp/vault) 28104 3891 Go 891 A tool for secrets management, encryption as a service, and privileged access management 2023-07-29T00:20:44Z
41 [photoprism](https://github.com/photoprism/photoprism) 27923 1561 Go 354 AI-Powered Photos App for the Decentralized Web 🌈💎✨ 2023-07-28T23:49:18Z
42 [fiber](https://github.com/gofiber/fiber) 27515 1367 Go 44 ⚡️ Express inspired web framework written in Go 2023-07-26T11:27:45Z
43 [cockroach](https://github.com/cockroachdb/cockroach) 27499 3480 Go 5497 CockroachDB - the open source, cloud-native distributed SQL database. 2023-07-29T01:56:26Z
44 [drone](https://github.com/harness/drone) 27107 2631 Go 67 Drone is a Container-Native, Continuous Delivery Platform 2023-07-27T09:32:21Z
45 [minikube](https://github.com/kubernetes/minikube) 26964 4642 Go 737 Run Kubernetes locally 2023-07-28T20:45:12Z
46 [consul](https://github.com/hashicorp/consul) 26710 4344 Go 1085 Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. 2023-07-29T02:34:07Z
47 [nps](https://github.com/ehang-io/nps) 26612 4882 Go 432 一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal. 2023-07-17T03:53:54Z
48 [echo](https://github.com/labstack/echo) 26160 2160 Go 49 High performance, minimalist Go web framework 2023-07-22T20:47:35Z
49 [portainer](https://github.com/portainer/portainer) 26109 2211 Go 329 Making Docker and Kubernetes management easy. 2023-07-28T04:13:00Z
50 [influxdb](https://github.com/influxdata/influxdb) 25862 3405 Go 1727 Scalable datastore for metrics, events, and real-time analytics 2023-06-30T15:55:10Z
51 [kit](https://github.com/go-kit/kit) 25253 2434 Go 35 A standard library for microservices. 2023-06-13T22:13:23Z
52 [go-zero](https://github.com/zeromicro/go-zero) 25021 3538 Go 295 A cloud-native Go microservices framework with cli tool for productivity. 2023-07-28T14:20:15Z
53 [pocketbase](https://github.com/pocketbase/pocketbase) 24839 1015 Go 44 Open Source realtime backend in 1 file 2023-07-27T13:11:14Z
54 [helm](https://github.com/helm/helm) 24711 6747 Go 270 The Kubernetes Package Manager 2023-07-28T21:45:03Z
55 [iris](https://github.com/kataras/iris) 24198 2485 Go 85 The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket: 2023-07-25T14:38:51Z
56 [k3s](https://github.com/k3s-io/k3s) 23861 2095 Go 105 Lightweight Kubernetes 2023-07-28T17:31:26Z
57 [nsq](https://github.com/nsqio/nsq) 23660 2881 Go 51 A realtime distributed messaging platform 2023-07-16T20:11:26Z
58 [viper](https://github.com/spf13/viper) 23552 1931 Go 373 Go configuration with fangs 2023-07-27T18:56:41Z
59 [v2ray-core](https://github.com/v2fly/v2ray-core) 23370 3722 Go 41 A platform for building proxies to bypass network restrictions. 2023-07-26T22:27:25Z
60 [faas](https://github.com/openfaas/faas) 23314 1860 Go 29 OpenFaaS - Serverless Functions Made Simple 2023-07-27T09:16:52Z
61 [croc](https://github.com/schollz/croc) 23209 990 Go 104 Easily and securely send things from one computer to another :crocodile: :package: 2023-07-11T14:38:11Z
62 [ngrok](https://github.com/inconshreveable/ngrok) 23107 4302 Go 224 Introspected tunnels to localhost 2023-07-09T00:44:48Z
63 [logrus](https://github.com/sirupsen/logrus) 23006 2259 Go 3 Structured, pluggable logging for Go. 2023-07-21T15:53:03Z
64 [docker_practice](https://github.com/yeasy/docker_practice) 22700 5576 Go 4 Learn and understand Docker&Container technologies, with real DevOps practice! 2023-07-19T07:22:07Z
65 [go-patterns](https://github.com/tmrts/go-patterns) 22548 2068 Go 17 Curated list of Go design patterns, recipes and idioms 2023-04-30T11:12:57Z
66 [hub](https://github.com/mislav/hub) 22502 2397 Go 238 A command-line tool that makes git easier to use with GitHub. 2023-07-25T10:30:58Z
67 [micro](https://github.com/zyedidia/micro) 21847 1133 Go 695 A modern and intuitive terminal-based text editor 2023-07-27T19:02:59Z
68 [k9s](https://github.com/derailed/k9s) 21731 1392 Go 410 🐶 Kubernetes CLI To Manage Your Clusters In Style! 2023-07-29T00:53:04Z
69 [milvus](https://github.com/milvus-io/milvus) 21688 2408 Go 627 A cloud-native vector database, storage for next generation AI applications 2023-07-28T21:56:25Z
70 [dapr](https://github.com/dapr/dapr) 21628 1688 Go 372 Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. 2023-07-28T23:24:17Z
71 [vegeta](https://github.com/tsenart/vegeta) 21566 1296 Go 54 HTTP load testing tool and library. It's over 9000! 2023-07-26T23:33:48Z
72 [lux](https://github.com/iawia002/lux) 21557 2537 Go 442 👾 Fast and simple video download library and CLI tool written in Go 2023-07-06T02:37:15Z
73 [rancher](https://github.com/rancher/rancher) 21366 2852 Go 2457 Complete container management platform 2023-07-29T00:39:39Z
74 [kratos](https://github.com/go-kratos/kratos) 21074 3855 Go 87 Your ultimate Go microservices framework for the cloud-native era. 2023-07-28T13:51:01Z
75 [k6](https://github.com/grafana/k6) 21039 1107 Go 424 A modern load testing tool, using Go and JavaScript - https://k6.io 2023-07-28T16:29:35Z
76 [fyne](https://github.com/fyne-io/fyne) 20891 1170 Go 544 Cross platform GUI toolkit in Go inspired by Material Design 2023-07-28T20:14:28Z
77 [delve](https://github.com/go-delve/delve) 20831 2081 Go 95 Delve is a debugger for the Go programming language. 2023-07-29T00:13:39Z
78 [restic](https://github.com/restic/restic) 20775 1327 Go 379 Fast, secure, efficient backup program 2023-07-29T00:33:46Z
79 [go-micro](https://github.com/go-micro/go-micro) 20682 2296 Go 76 A Go microservices framework 2023-07-20T06:49:56Z
80 [harbor](https://github.com/goharbor/harbor) 20536 4408 Go 549 An open source trusted cloud native registry project that stores, signs, and scans content. 2023-07-28T10:18:46Z
81 [cli](https://github.com/urfave/cli) 20466 1692 Go 34 A simple, fast, and fun package for building command line apps in Go 2023-07-23T10:31:07Z
82 [filebrowser](https://github.com/filebrowser/filebrowser) 20232 2422 Go 60 📂 Web File Browser 2023-07-28T22:27:53Z
83 [testify](https://github.com/stretchr/testify) 20210 1483 Go 256 A toolkit with common assertions and mocks that plays nicely with the standard library 2023-07-28T21:37:38Z
84 [colly](https://github.com/gocolly/colly) 20048 1620 Go 141 Elegant Scraper and Crawler Framework for Golang 2023-07-20T18:02:20Z
85 [fasthttp](https://github.com/valyala/fasthttp) 19898 1659 Go 67 Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http 2023-07-21T07:55:22Z
86 [learn-go-with-tests](https://github.com/quii/learn-go-with-tests) 19867 2611 Go 35 Learn Go with test-driven development 2023-07-21T13:07:41Z
87 [loki](https://github.com/grafana/loki) 19664 2845 Go 952 Like Prometheus, but for logs. 2023-07-28T22:36:01Z
88 [websocket](https://github.com/gorilla/websocket) 19492 3374 Go 27 Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go. 2023-07-24T02:50:40Z
89 [dgraph](https://github.com/dgraph-io/dgraph) 19476 1473 Go 199 Native GraphQL Database with graph backend 2023-07-29T01:10:22Z
90 [zap](https://github.com/uber-go/zap) 19186 1360 Go 96 Blazing fast, structured, leveled logging in Go. 2023-07-28T16:02:24Z
91 [bubbletea](https://github.com/charmbracelet/bubbletea) 19097 605 Go 37 A powerful little TUI framework 🏗 2023-07-24T16:37:31Z
92 [mux](https://github.com/gorilla/mux) 18651 1782 Go 13 Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍 2023-07-25T17:19:45Z
93 [podman](https://github.com/containers/podman) 18601 2013 Go 478 Podman: A tool for managing OCI containers and pods. 2023-07-28T20:20:44Z
94 [Cloudreve](https://github.com/cloudreve/Cloudreve) 18564 3097 Go 213 🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers) 2023-07-29T01:09:43Z
95 [grpc-go](https://github.com/grpc/grpc-go) 18520 4074 Go 120 The Go language implementation of gRPC. HTTP/2 based RPC 2023-07-29T00:52:35Z
96 [trivy](https://github.com/aquasecurity/trivy) 18176 1811 Go 131 Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more 2023-07-28T18:00:43Z
97 [jaeger](https://github.com/jaegertracing/jaeger) 18000 2165 Go 333 CNCF Jaeger, a Distributed Tracing Platform 2023-07-28T23:51:50Z
98 [AdGuardHome](https://github.com/AdguardTeam/AdGuardHome) 17939 1507 Go 874 Network-wide ads & trackers blocking DNS server 2023-07-28T16:51:00Z
99 [seaweedfs](https://github.com/seaweedfs/seaweedfs) 17924 2008 Go 194 SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. 2023-07-27T22:39:18Z
100 [gotty](https://github.com/yudai/gotty) 17907 1349 Go 102 Share your terminal as a web application 2023-03-24T15:55:33Z
golang_github_stars.txt · Last modified: 2024/04/28 03:50 by 127.0.0.1