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.
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.
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.
Syncthing is a continuous, open-source file synchronization program that securely syncs files between two or more computers in real time. It operates without central servers, ensuring data privacy and control, and supports multiple platforms including Windows, macOS, Linux, and Android.
infiniflow / ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities. It offers a streamlined RAG workflow adaptable to enterprises of any scale, powered by deep document understanding and pre-built agent templates to transform complex data into production-ready AI systems.
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.
netdata / netdata
Netdata is an open-source, real-time infrastructure monitoring platform. Monitor, detect, and act across your entire infrastructure with per-second metrics, ML-powered anomaly detection, zero configuration, and minimal resource usage. Supports Linux, macOS, FreeBSD, and Windows.
caddyserver / caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
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.
usememos / memos
Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.
minio / minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.