Top Go Repositories
The most popular Go repositories on GitHub, ranked by stars, forks, and contributors.
avelino / awesome-go
A curated list of awesome Go frameworks, libraries, and software. Inspired by awesome-python, this collection features high-quality Go resources across various categories including web frameworks, databases, CLI tools, testing libraries, and more.
ollama / ollama
Ollama is a lightweight framework for running and managing open-source large language models locally. It provides a simple CLI and REST API for building AI applications, supporting models like Llama, Gemma, and Mistral with easy integration into various tools and platforms.
golang / go
The Go programming language. An open-source project developed by Google, designed for building simple, reliable, and efficient software with strong concurrency support.
kubernetes / kubernetes
Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications across multiple hosts. Originally designed by Google and now hosted by CNCF.
fatedier / frp
frp is a fast reverse proxy that exposes local servers behind NAT or firewalls to the Internet. It supports TCP, UDP, HTTP, HTTPS protocols, and P2P connect mode, enabling secure access to internal services via domain names.
gin-gonic / gin
Gin is a high-performance HTTP web framework written in Go. It features a Martini-like API with up to 40x better performance, zero allocation router, middleware support, crash recovery, JSON validation, and built-in rendering for building REST APIs and microservices.
gohugoio / hugo
Hugo is one of the world's fastest static site generators written in Go. It features an advanced templating system, fast asset pipelines, multilingual support, and powerful taxonomy, making it ideal for building websites, blogs, documentation, and portfolios in seconds.
junegunn / fzf
A general-purpose command-line fuzzy finder that interactively filters any list including files, command history, processes, and git commits using a fast fuzzy matching algorithm.
moby / moby
Moby is an open-source project by Docker providing a modular "Lego set" of container toolkit components. It enables developers to build, assemble, and customize container-based systems with swappable parts for runtime, orchestration, and more.
caddyserver / caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
minio / minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
FiloSottile / mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
usememos / memos
Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.