├── .github └── workflows │ └── main.yml └── README.md /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | name: update awesome-stars 2 | on: 3 | schedule: 4 | - cron: 0 6 * * * 5 | workflow_dispatch: 6 | jobs: 7 | awesome-stars: 8 | name: update awesome-stars 9 | runs-on: ubuntu-latest 10 | container: ghcr.io/juev/starred:latest 11 | steps: 12 | - 13 | name: 🚀 Run Starred 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | # env: 17 | # GITHUB_TOKEN: ${{ secrets.TOKEN }} 18 | # run: starred --username juev --repository awesome-stars --sort --token ${GITHUB_TOKEN} --message 'update stars' 19 | run: starred --username juev --repository awesome-stars --sort --message 'update stars' 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Stars [](https://github.com/sindresorhus/awesome) 2 | 3 | > A curated list of my GitHub stars! Generated by [juev/starred](https://github.com/juev/starred) 4 | 5 | ## Contents 6 | 7 | - [Adblock Filter List](#adblock-filter-list) 8 | - [Astro](#astro) 9 | - [C](#c) 10 | - [C#](#c#) 11 | - [C++](#c++) 12 | - [CSS](#css) 13 | - [Clojure](#clojure) 14 | - [Common Lisp](#common-lisp) 15 | - [Crystal](#crystal) 16 | - [Dart](#dart) 17 | - [Dockerfile](#dockerfile) 18 | - [Elixir](#elixir) 19 | - [Elm](#elm) 20 | - [Emacs Lisp](#emacs-lisp) 21 | - [Erlang](#erlang) 22 | - [Gherkin](#gherkin) 23 | - [Go](#go) 24 | - [HTML](#html) 25 | - [Haskell](#haskell) 26 | - [Java](#java) 27 | - [JavaScript](#javascript) 28 | - [Jinja](#jinja) 29 | - [Jq](#jq) 30 | - [Jsonnet](#jsonnet) 31 | - [Jupyter Notebook](#jupyter-notebook) 32 | - [Kotlin](#kotlin) 33 | - [LUA](#lua) 34 | - [Makefile](#makefile) 35 | - [Markdown](#markdown) 36 | - [Mdx](#mdx) 37 | - [Nim](#nim) 38 | - [Nix](#nix) 39 | - [Objective-C](#objective-c) 40 | - [Ocaml](#ocaml) 41 | - [Others](#others) 42 | - [PHP](#php) 43 | - [Prolog](#prolog) 44 | - [Python](#python) 45 | - [Ruby](#ruby) 46 | - [Rust](#rust) 47 | - [SCSS](#scss) 48 | - [Shell](#shell) 49 | - [Starlark](#starlark) 50 | - [Svelte](#svelte) 51 | - [Swift](#swift) 52 | - [TeX](#tex) 53 | - [Text](#text) 54 | - [Tree-Sitter Query](#tree-sitter-query) 55 | - [TypeScript](#typescript) 56 | - [V](#v) 57 | - [Vim Script](#vim-script) 58 | - [VimL](#viml) 59 | - [Vue](#vue) 60 | - [WikiText](#wikitext) 61 | - [Wren](#wren) 62 | - [Zig](#zig) 63 | 64 | 65 |
66 | 67 | ## Adblock Filter List 68 | 69 | - [AdguardTeam/AdGuardSDNSFilter](https://github.com/AdguardTeam/AdGuardSDNSFilter) – AdGuard DNS filter 70 | - [AdguardTeam/AdguardFilters](https://github.com/AdguardTeam/AdguardFilters) – AdGuard Content Blocking Filters 71 | - [hoshsadiq/adblock-nocoin-list](https://github.com/hoshsadiq/adblock-nocoin-list) – Block lists to prevent JavaScript miners 72 | 73 | 74 | 75 | ## Astro 76 | 77 | - [Keycapsss/awesome-mechanical-keyboard](https://github.com/Keycapsss/awesome-mechanical-keyboard) – ⌨️ A curated list of Open Source Mechanical Keyboard resources. 78 | - [Lissy93/awesome-privacy](https://github.com/Lissy93/awesome-privacy) – 🦄 A curated list of privacy & security-focused software and services 79 | - [cassidoo/blahg](https://github.com/cassidoo/blahg) – Cassidy's blog template built with Astro and TinaCMS! 80 | - [kevincobain2000/gol](https://github.com/kevincobain2000/gol) – No you don't need a 64GB RAM and ElasticSearch. An all in One - Dependency free (docker, local, remote) Log Viewer in Browser. Written in GO with God Speed. 81 | 82 | 83 | 84 | ## C 85 | 86 | - [0xdea/exploits](https://github.com/0xdea/exploits) – A handy collection of my public exploits, all in one place. 87 | - [FelixKratz/SketchyBar](https://github.com/FelixKratz/SketchyBar) – A highly customizable macOS status bar replacement 88 | - [SoftEtherVPN/SoftEtherVPN_Stable](https://github.com/SoftEtherVPN/SoftEtherVPN_Stable) – Cross-platform multi-protocol VPN software. This repository is officially managed by Daiyuu Nobori, the founder of the project. Pull requests should be sent to the master repository at https://github.com/SoftEtherVPN/SoftEtherVPN. 89 | - [SynoCommunity/spksrc](https://github.com/SynoCommunity/spksrc) – Cross compilation framework to create native packages for the Synology's NAS 90 | - [TechUnRestricted/WinDiskWriter](https://github.com/TechUnRestricted/WinDiskWriter) – 🖥 Windows Bootable USB creator for macOS. 🛠 Patches Windows 11 to bypass TPM and Secure Boot requirements. 👾 UEFI & Legacy Support 91 | - [TryQuiet/quiet](https://github.com/TryQuiet/quiet) – A private, p2p alternative to Slack and Discord built on Tor & IPFS 92 | - [ValdikSS/GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) – GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) 93 | - [backtrace-labs/verneuil](https://github.com/backtrace-labs/verneuil) – Verneuil is a VFS extension for SQLite that asynchronously replicates databases to S3-compatible blob stores. 94 | - [basil00/reqrypt](https://github.com/basil00/reqrypt) – A censorship circumvention tool 95 | - [blechschmidt/massdns](https://github.com/blechschmidt/massdns) – A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration) 96 | - [bol-van/zapret](https://github.com/bol-van/zapret) – DPI bypass multi platform 97 | - [bvinc/go-sqlite-lite](https://github.com/bvinc/go-sqlite-lite) – SQLite driver for the Go programming language 98 | - [clibs/clib](https://github.com/clibs/clib) – Package manager for the C programming language. 99 | - [containers/bubblewrap](https://github.com/containers/bubblewrap) – Low-level unprivileged sandboxing tool used by Flatpak and similar projects 100 | - [darkk/redsocks](https://github.com/darkk/redsocks) – transparent TCP-to-proxy redirector 101 | - [hashcat/hashcat-utils](https://github.com/hashcat/hashcat-utils) – Small utilities that are useful in advanced password cracking 102 | - [heiher/hev-socks5-server](https://github.com/heiher/hev-socks5-server) – A socks5 server (Linux/Android/BSD/macOS/iOS/Windows) 103 | - [heiher/hev-socks5-tunnel](https://github.com/heiher/hev-socks5-tunnel) – Tun2socks (Linux/Android/BSD/macOS/iOS/WSL2) (IPv4/IPv6/TCP/UDP) 104 | - [jedisct1/minisign](https://github.com/jedisct1/minisign) – A dead simple tool to sign files and verify digital signatures. 105 | - [koekeishiya/skhd](https://github.com/koekeishiya/skhd) – Simple hotkey daemon for macOS 106 | - [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) – sqlite3 driver for go using database/sql 107 | - [mezantrop/ts-warp](https://github.com/mezantrop/ts-warp) – Transparent proxy server and traffic wrapper 108 | - [mity/md4c](https://github.com/mity/md4c) – C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification. 109 | - [nalgeon/sqlean](https://github.com/nalgeon/sqlean) – The ultimate set of SQLite extensions 110 | - [nbd-wtf/go-nostr](https://github.com/nbd-wtf/go-nostr) – Nostr library for Golang 111 | - [orioledb/orioledb](https://github.com/orioledb/orioledb) – OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) 112 | - [philipl/pifs](https://github.com/philipl/pifs) – πfs - the data-free filesystem! 113 | - [rofl0r/microsocks](https://github.com/rofl0r/microsocks) – tiny, portable SOCKS5 server with very moderate resource usage 114 | - [shadowsocks/shadowsocks-libev](https://github.com/shadowsocks/shadowsocks-libev) – Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust 115 | - [tectonic-typesetting/tectonic](https://github.com/tectonic-typesetting/tectonic) – A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive. 116 | - [tursodatabase/libsql](https://github.com/tursodatabase/libsql) – libSQL is a fork of SQLite that is both Open Source, and Open Contributions. 117 | - [yarrick/iodine](https://github.com/yarrick/iodine) – Official git repo for iodine dns tunnel 118 | 119 | 120 | 121 | ## C# 122 | 123 | - [bitwarden/server](https://github.com/bitwarden/server) – Bitwarden infrastructure/backend (API, database, Docker, etc). 124 | - [streetwriters/notesnook-sync-server](https://github.com/streetwriters/notesnook-sync-server) – Sync server for Notesnook (self-hosting in alpha) 125 | 126 | 127 | 128 | ## C++ 129 | 130 | - [Genivia/ugrep](https://github.com/Genivia/ugrep) – 🔍 ugrep 7.4 file pattern searcher -- a more powerful, ultra fast, user-friendly, compatible grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more 131 | - [PurpleI2P/i2pd](https://github.com/PurpleI2P/i2pd) – 🛡 I2P: End-to-End encrypted and anonymous Internet 132 | - [albertlauncher/albert](https://github.com/albertlauncher/albert) – A fast and flexible keyboard launcher 133 | - [duckdb/duckdb](https://github.com/duckdb/duckdb) – DuckDB is an analytical in-process SQL database management system 134 | - [jank-lang/jank](https://github.com/jank-lang/jank) – The native Clojure dialect hosted on LLVM with seamless C++ interop. 135 | - [johang/btfs](https://github.com/johang/btfs) – A bittorrent filesystem based on FUSE. 136 | - [klzgrad/naiveproxy](https://github.com/klzgrad/naiveproxy) – Make a fortune quietly 137 | - [oxen-io/lokinet](https://github.com/oxen-io/lokinet) – Lokinet is an anonymous, decentralized and IP based overlay network for the internet. 138 | - [simdjson/simdjson](https://github.com/simdjson/simdjson) – Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks 139 | - [sqlitebrowser/sqlitebrowser](https://github.com/sqlitebrowser/sqlitebrowser) – Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: 140 | - [trojan-gfw/trojan](https://github.com/trojan-gfw/trojan) – An unidentifiable mechanism that helps you bypass GFW. 141 | - [zcash/zcash](https://github.com/zcash/zcash) – Zcash - Internet Money 142 | 143 | 144 | 145 | ## CSS 146 | 147 | - [HermanMartinus/bearblog](https://github.com/HermanMartinus/bearblog) – Free, no-nonsense, super fast blogging. 148 | - [cassidoo/cardstock](https://github.com/cassidoo/cardstock) – A clean Obsidian theme 149 | - [cli-guidelines/cli-guidelines](https://github.com/cli-guidelines/cli-guidelines) – A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day. 150 | - [davidcava/shadowsocks-libev-dsm](https://github.com/davidcava/shadowsocks-libev-dsm) – Synology DSM packages for Shadowsocks-libev. 151 | - [kepano/obsidian-minimal](https://github.com/kepano/obsidian-minimal) – A distraction-free and highly customizable theme for Obsidian. 152 | - [mayank99/reset.css](https://github.com/mayank99/reset.css) – a css reset for 2024 and beyond. 153 | - [picocss/pico](https://github.com/picocss/pico) – Minimal CSS Framework for semantic HTML 154 | - [rougier/emacs-gtd](https://github.com/rougier/emacs-gtd) – Get Things Done with Emacs 155 | - [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 156 | - [tailscale-dev/tclip](https://github.com/tailscale-dev/tclip) – A pastebin for Tailscale users 157 | 158 | 159 | 160 | ## Clojure 161 | 162 | - [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 163 | 164 | 165 | 166 | ## Common Lisp 167 | 168 | - [roswell/roswell](https://github.com/roswell/roswell) – intended to be a launcher for a major lisp environment that just works. 169 | - [ultralisp/ultralisp](https://github.com/ultralisp/ultralisp) – The software behind a Ultralisp.org Common Lisp repository 170 | 171 | 172 | 173 | ## Crystal 174 | 175 | - [iv-org/invidious](https://github.com/iv-org/invidious) – Invidious is an alternative front-end to YouTube 176 | 177 | 178 | 179 | ## Dart 180 | 181 | - [AppFlowy-IO/AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) – Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative. 182 | - [guardllamanet/guardllama](https://github.com/guardllamanet/guardllama) – The Ultimate Open-Source VPN, Ad-blocker and DNS resolver :llama::shield: 183 | - [hiddify/hiddify-app](https://github.com/hiddify/hiddify-app) – Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free. 184 | - [localsend/localsend](https://github.com/localsend/localsend) – An open-source cross-platform alternative to AirDrop 185 | - [vladimirvivien/go-cshared-examples](https://github.com/vladimirvivien/go-cshared-examples) – Calling Go Functions from Other Languages using C Shared Libraries 186 | 187 | 188 | 189 | ## Dockerfile 190 | 191 | - [PeterDaveHello/tor-socks-proxy](https://github.com/PeterDaveHello/tor-socks-proxy) – 🐳 Tiny Docker image (🤏 10MB) as 🧅 Tor SOCKS5 proxy 🛡 192 | - [SoftEtherVPN/SoftetherVPN-docker](https://github.com/SoftEtherVPN/SoftetherVPN-docker) 193 | - [aminvakil/docker-ocserv](https://github.com/aminvakil/docker-ocserv) – OpenConnect VPN Server Docker 194 | - [angristan/feedbin-docker](https://github.com/angristan/feedbin-docker) – Self-host your own Feedbin RSS reader in Docker 195 | - [b4tman/docker-squid](https://github.com/b4tman/docker-squid) – Squid in docker container based on Alpine Linux 196 | - [dockage/tor-privoxy](https://github.com/dockage/tor-privoxy) – Docker Tor proxy (http and shell) built on Alpine Linux 197 | - [fspoettel/linkding-on-fly](https://github.com/fspoettel/linkding-on-fly) – 🔖 Run linkding on fly.io. Backup the bookmark DB to cloud storage with litestream. 198 | - [indirect/flyapp-mastodon](https://github.com/indirect/flyapp-mastodon) – mastodon on fly.io 199 | - [jessfraz/dockerfiles](https://github.com/jessfraz/dockerfiles) – Various Dockerfiles I use on the desktop and on servers. 200 | - [juev/links-on-fly](https://github.com/juev/links-on-fly) – Create linkding instance on fly.io 201 | - [juev/tools](https://github.com/juev/tools) 202 | - [linuxserver/docker-wireguard](https://github.com/linuxserver/docker-wireguard) 203 | - [mikeroyal/Self-Hosting-Guide](https://github.com/mikeroyal/Self-Hosting-Guide) – Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking. 204 | - [patte/fly-tailscale-exit](https://github.com/patte/fly-tailscale-exit) – Run a VPN with global exit nodes with fly.io, tailscale and github! 205 | - [tarampampam/3proxy-docker](https://github.com/tarampampam/3proxy-docker) – 🥷 Docker image with 3proxy - Tiny free proxy server 206 | - [thelounge/thelounge-docker](https://github.com/thelounge/thelounge-docker) – 🐳 Docker image for The Lounge, a self-hosted web IRC client 207 | 208 | 209 | 210 | ## Elixir 211 | 212 | - [firezone/firezone](https://github.com/firezone/firezone) – Enterprise-ready zero-trust access platform built on WireGuard®. 213 | - [plausible/analytics](https://github.com/plausible/analytics) – Simple, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics. 214 | 215 | 216 | 217 | ## Elm 218 | 219 | - [eikek/docspell](https://github.com/eikek/docspell) – Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort. 220 | 221 | 222 | 223 | ## Emacs Lisp 224 | 225 | - [SystemCrafters/crafted-emacs](https://github.com/SystemCrafters/crafted-emacs) – A sensible base Emacs configuration. 226 | - [abo-abo/hydra](https://github.com/abo-abo/hydra) – make Emacs bindings that stick around 227 | - [abo-abo/oremacs](https://github.com/abo-abo/oremacs) – My Emacs config 228 | - [abougouffa/minemacs](https://github.com/abougouffa/minemacs) – MinEmacs: an Emacs configuration framework for daily use 229 | - [bbatsov/crux](https://github.com/bbatsov/crux) – A Collection of Ridiculously Useful eXtensions for Emacs 230 | - [bbatsov/prelude](https://github.com/bbatsov/prelude) – Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful. 231 | - [conao3/leaf.el](https://github.com/conao3/leaf.el) – Flexible, declarative, and modern init.el package configuration 232 | - [copilot-emacs/copilot.el](https://github.com/copilot-emacs/copilot.el) – An unofficial Copilot plugin for Emacs. 233 | - [daviwil/emacs-from-scratch](https://github.com/daviwil/emacs-from-scratch) – An example of a fully custom Emacs configuration developed live on YouTube! 234 | - [doomemacs/doomemacs](https://github.com/doomemacs/doomemacs) – An Emacs framework for the stubborn martian hacker 235 | - [emacscollective/no-littering](https://github.com/emacscollective/no-littering) – Help keeping ~/.config/emacs clean 236 | - [greduan/emacs-theme-gruvbox](https://github.com/greduan/emacs-theme-gruvbox) – Gruvbox is a retro groove color scheme for Emacs. Port of the Vim version. 237 | - [hlissner/emacs-hide-mode-line](https://github.com/hlissner/emacs-hide-mode-line) – An Emacs plugin that hides (or masks) the current buffer's mode-line 238 | - [jamescherti/minimal-emacs.d](https://github.com/jamescherti/minimal-emacs.d) – minimal-emacs.d - Better Emacs defaults and optimized startup, intended to serve as a solid foundation for your vanilla Emacs configuration 239 | - [jgm/djot](https://github.com/jgm/djot) – A light markup language 240 | - [joaotavora/eglot](https://github.com/joaotavora/eglot) – A client for Language Server Protocol servers 241 | - [juev/russian-mac](https://github.com/juev/russian-mac) – Quail package for inputting Cyrillic characters 242 | - [meow-edit/meow](https://github.com/meow-edit/meow) – Yet another modal editing on Emacs / 猫态编辑 243 | - [narendraj9/hledger-mode](https://github.com/narendraj9/hledger-mode) – An Emacs major mode for Hledger 244 | - [novoid/dot-emacs](https://github.com/novoid/dot-emacs) – My GNU/Emacs configuration 245 | - [progfolio/elpaca](https://github.com/progfolio/elpaca) – An elisp package manager 246 | - [sachac/emacs-news](https://github.com/sachac/emacs-news) – Weekly Emacs news 247 | - [syl20bnr/spacemacs](https://github.com/syl20bnr/spacemacs) – A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim! 248 | - [xenodium/dotsies](https://github.com/xenodium/dotsies) – Dot files, Emacs config, etc 249 | 250 | 251 | 252 | ## Erlang 253 | 254 | - [processone/ejabberd](https://github.com/processone/ejabberd) – Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server) 255 | 256 | 257 | 258 | ## Gherkin 259 | 260 | - [git-town/git-town](https://github.com/git-town/git-town) – Git branches made easy 261 | - [iphoting/ovpnmcgen.rb](https://github.com/iphoting/ovpnmcgen.rb) – An OpenVPN iOS Configuration Profile (.mobileconfig) Utility—Configures OpenVPN for use with VPN-on-Demand that are not exposed through Apple Configurator 2. 262 | 263 | 264 | 265 | ## Go 266 | 267 | - [0x2E/fusion](https://github.com/0x2E/fusion) – A lightweight, self-hosted friendly RSS reader 268 | - [0xERR0R/blocky](https://github.com/0xERR0R/blocky) – Fast and lightweight DNS proxy as ad-blocker for local network with many features 269 | - [1Password/shell-plugins](https://github.com/1Password/shell-plugins) – Seamless authentication for every tool in your terminal. 270 | - [99designs/keyring](https://github.com/99designs/keyring) – Go library providing a uniform interface across a range of secure credential stores 271 | - [9seconds/mtg](https://github.com/9seconds/mtg) – Highly opinionated MTPROTO proxy for Telegram 272 | - [AdguardTeam/gomitmproxy](https://github.com/AdguardTeam/gomitmproxy) – Simple golang mitm proxy implementation 273 | - [AlexanderGrom/go-patterns](https://github.com/AlexanderGrom/go-patterns) – Design patterns in Golang 274 | - [Antonboom/errname](https://github.com/Antonboom/errname) – The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`. 275 | - [Antonboom/nilnil](https://github.com/Antonboom/nilnil) – The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value. 276 | - [BooleanCat/option](https://github.com/BooleanCat/option) – Support user-friendly, type-safe optionals in Go. 277 | - [BurntSushi/toml](https://github.com/BurntSushi/toml) – TOML parser for Golang with reflection. 278 | - [CGamesPlay/dfm](https://github.com/CGamesPlay/dfm) – dotfile manager with 0 dependencies, minimal configuration, and automatic cleanup 279 | - [DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) – Sql mock driver for golang to test database interactions 280 | - [DHowett/go-plist](https://github.com/DHowett/go-plist) – A pure Go Apple Property List transcoder 281 | - [DataDog/gostackparse](https://github.com/DataDog/gostackparse) – Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s. 282 | - [DataDog/orchestrion](https://github.com/DataDog/orchestrion) – Automatic compile-time instrumentation of Go code 283 | - [EchoVault/SugarDB](https://github.com/EchoVault/SugarDB) – Embeddable and distributed in-memory alternative to Redis. 284 | - [Enelg52/OffensiveGo](https://github.com/Enelg52/OffensiveGo) – Golang weaponization for red teamers. 285 | - [FerretDB/FerretDB](https://github.com/FerretDB/FerretDB) – A truly Open Source MongoDB alternative 286 | - [FiloSottile/age](https://github.com/FiloSottile/age) – A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. 287 | - [FiloSottile/keygen](https://github.com/FiloSottile/keygen) – Deterministic key generation for Go. 288 | - [FiloSottile/mkcert](https://github.com/FiloSottile/mkcert) – A simple zero-config tool to make locally trusted development certificates with any names you'd like. 289 | - [FiloSottile/yubikey-agent](https://github.com/FiloSottile/yubikey-agent) – yubikey-agent is a seamless ssh-agent for YubiKeys. 290 | - [GaijinEntertainment/go-exhaustruct](https://github.com/GaijinEntertainment/go-exhaustruct) – golang analyzer that finds structures with uninitialized fields 291 | - [IBM/fp-go](https://github.com/IBM/fp-go) – functional programming library for golang 292 | - [IceWhaleTech/CasaOS](https://github.com/IceWhaleTech/CasaOS) – CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system. 293 | - [Jeffail/gabs](https://github.com/Jeffail/gabs) – For parsing, creating and editing unknown or dynamic JSON in Go 294 | - [Jigsaw-Code/outline-go-tun2socks](https://github.com/Jigsaw-Code/outline-go-tun2socks) 295 | - [Jigsaw-Code/outline-ss-server](https://github.com/Jigsaw-Code/outline-ss-server) – Outline Shadowsocks server 296 | - [KyleBanks/depth](https://github.com/KyleBanks/depth) – Visualize Go Dependency Trees 297 | - [Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip) – 🌚 🌍 🌝 GeoIP 规则文件加强版,支持自行定制 V2Ray dat 格式文件 geoip.dat、MaxMind mmdb 格式文件、sing-box SRS 格式文件、mihomo MRS 格式文件、Clash ruleset、Surge ruleset 等。Enhanced edition of GeoIP files for V2Ray, Xray-core, sing-box, Clash, mihomo, Shadowrocket, Quantumult X, Surge, hysteria, Trojan-Go, Leaf, Nginx, etc. 298 | - [MariaLetta/free-gophers-pack](https://github.com/MariaLetta/free-gophers-pack) – ✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more. 299 | - [Masterminds/semver](https://github.com/Masterminds/semver) – Work with Semantic Versions in Go 300 | - [Masterminds/sprig](https://github.com/Masterminds/sprig) – Useful template functions for Go templates. 301 | - [Masterminds/squirrel](https://github.com/Masterminds/squirrel) – Fluent SQL generation for golang 302 | - [MatthewJamesBoyle/golang-interview-prep](https://github.com/MatthewJamesBoyle/golang-interview-prep) 303 | - [MightyMoud/sidekick](https://github.com/MightyMoud/sidekick) – Bare metal to production ready in mins; your own fly server on your VPS. 304 | - [Mikescher/firefox-sync-client](https://github.com/Mikescher/firefox-sync-client) – A cli for firefox-sync (firefox bookmarks, passwords, account, ...) 305 | - [MontFerret/ferret](https://github.com/MontFerret/ferret) – Declarative web scraping 306 | - [Netflix/chaosmonkey](https://github.com/Netflix/chaosmonkey) – Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. 307 | - [Netflix/go-env](https://github.com/Netflix/go-env) – a golang library to manage environment variables 308 | - [OJ/gobuster](https://github.com/OJ/gobuster) – Directory/File, DNS and VHost busting tool written in Go 309 | - [OffchainLabs/prysm](https://github.com/OffchainLabs/prysm) – Go implementation of Ethereum proof of stake 310 | - [PaesslerAG/gval](https://github.com/PaesslerAG/gval) – Expression evaluation in golang 311 | - [Pallinder/go-randomdata](https://github.com/Pallinder/go-randomdata) – A tiny generator of random data for golang, also known as a faker 312 | - [Permify/permify](https://github.com/Permify/permify) – An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application. 313 | - [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) – A little like that j-thing, only in Go. 314 | - [Rhymond/go-money](https://github.com/Rhymond/go-money) – Go implementation of Fowler's Money pattern 315 | - [STRRL/cloudflare-tunnel-ingress-controller](https://github.com/STRRL/cloudflare-tunnel-ingress-controller) – 🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel. 316 | - [SagerNet/sing-box](https://github.com/SagerNet/sing-box) – The universal proxy platform 317 | - [Shopify/ghostferry](https://github.com/Shopify/ghostferry) – The swiss army knife of live data migrations 318 | - [Shopify/toxiproxy](https://github.com/Shopify/toxiproxy) – :alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing 319 | - [SimonWaldherr/golang-examples](https://github.com/SimonWaldherr/golang-examples) – Go(lang) examples - (explain the basics of #golang) 320 | - [Skarlso/data-structures-and-algorithms](https://github.com/Skarlso/data-structures-and-algorithms) – Go based code for the book Data Structures and Algorithms 321 | - [SlyMarbo/rss](https://github.com/SlyMarbo/rss) – A Go library for fetching, parsing, and updating RSS feeds. 322 | - [Snawoot/hola-proxy](https://github.com/Snawoot/hola-proxy) – Standalone Hola proxy client 323 | - [Snawoot/opera-proxy](https://github.com/Snawoot/opera-proxy) – Standalone client for proxies of Opera VPN 324 | - [Snawoot/windscribe-proxy](https://github.com/Snawoot/windscribe-proxy) – Standalone client for proxies of Windscribe browser extension 325 | - [SpectoLabs/hoverfly](https://github.com/SpectoLabs/hoverfly) – Lightweight service virtualization/ API simulation / API mocking tool for developers and testers 326 | - [StackExchange/dnscontrol](https://github.com/StackExchange/dnscontrol) – Infrastructure as code for DNS! 327 | - [SuperPaintman/the-evolution-of-a-go-programmer](https://github.com/SuperPaintman/the-evolution-of-a-go-programmer) – The Evolution of a Go Programmer 328 | - [TheAlgorithms/Go](https://github.com/TheAlgorithms/Go) – Algorithms and Data Structures implemented in Go for beginners, following best practices. 329 | - [ThreeDotsLabs/wild-workouts-go-ddd-example](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example) – Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring. 330 | - [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. 331 | - [ViRb3/wgcf](https://github.com/ViRb3/wgcf) – 🚤 Cross-platform, unofficial CLI for Cloudflare Warp 332 | - [VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) – Lightweight alternative to github.com/prometheus/client_golang 333 | - [Workiva/go-datastructures](https://github.com/Workiva/go-datastructures) – A collection of useful, performant, and threadsafe Go datastructures. 334 | - [XTLS/Xray-core](https://github.com/XTLS/Xray-core) – Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses. 335 | - [Xe/x](https://github.com/Xe/x) – Various tools, trinkets and experiments 336 | - [YouROK/TorrServer](https://github.com/YouROK/TorrServer) – Torrent stream server 337 | - [ZenPrivacy/zen-desktop](https://github.com/ZenPrivacy/zen-desktop) – Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux 338 | - [Zouuup/landrun](https://github.com/Zouuup/landrun) – Run any Linux process in a secure, unprivileged sandbox using Landlock. Think firejail, but lightweight, user-friendly, and baked into the kernel. 339 | - [Zxilly/go-size-analyzer](https://github.com/Zxilly/go-size-analyzer) – A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats. 340 | - [aarzilli/gdlv](https://github.com/aarzilli/gdlv) – GUI frontend for Delve 341 | - [abice/go-enum](https://github.com/abice/go-enum) – An enum generator for go 342 | - [abiosoft/colima](https://github.com/abiosoft/colima) – Container runtimes on macOS (and Linux) with minimal setup 343 | - [adyanth/cloudflare-operator](https://github.com/adyanth/cloudflare-operator) – A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources 344 | - [agiledragon/gomonkey](https://github.com/agiledragon/gomonkey) – gomonkey is a library to make monkey patching in unit tests easy 345 | - [ahmetb/kubectx](https://github.com/ahmetb/kubectx) – Faster way to switch between clusters and namespaces in kubectl 346 | - [ajitid/telltail-center](https://github.com/ajitid/telltail-center) – Telltail: Universal Clipboard for Text 347 | - [alebeck/boring](https://github.com/alebeck/boring) – The `boring` SSH tunnel manager 348 | - [alecthomas/chroma](https://github.com/alecthomas/chroma) – A general purpose syntax highlighter in pure Go 349 | - [alecthomas/kingpin](https://github.com/alecthomas/kingpin) – CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser 350 | - [alecthomas/kong](https://github.com/alecthomas/kong) – Kong is a command-line parser for Go 351 | - [alexedwards/scs](https://github.com/alexedwards/scs) – HTTP Session Management for Go 352 | - [alexellis/arkade](https://github.com/alexellis/arkade) – Open Source Marketplace For Developer Tools 353 | - [alexflint/go-arg](https://github.com/alexflint/go-arg) – Struct-based argument parsing in Go 354 | - [alicebob/miniredis](https://github.com/alicebob/miniredis) – Pure Go Redis server for Go unittests 355 | - [alitto/pond](https://github.com/alitto/pond) – 🔘 Minimalistic and High-performance goroutine worker pool written in Go 356 | - [ameshkov/dnslookup](https://github.com/ameshkov/dnslookup) – Simple command line utility to make DNS lookups to the specified server 357 | - [amir20/dozzle](https://github.com/amir20/dozzle) – Realtime log viewer for containers. Supports Docker, Swarm and K8s. 358 | - [amnezia-vpn/amneziawg-go](https://github.com/amnezia-vpn/amneziawg-go) – AmneziaWG VPN protocol 359 | - [anaskhan96/soup](https://github.com/anaskhan96/soup) – Web Scraper in Go, similar to BeautifulSoup 360 | - [angelofallars/htmx-go](https://github.com/angelofallars/htmx-go) – > Build awesome HTMX + Go projects faster. 361 | - [ankorstore/yokai](https://github.com/ankorstore/yokai) – Simple, modular, and observable Go framework for backend applications. 362 | - [antchfx/jsonquery](https://github.com/antchfx/jsonquery) – JSON xpath query for Go. Golang XPath query for JSON query. 363 | - [antoniomika/sish](https://github.com/antoniomika/sish) – HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH. 364 | - [antonmedv/fx](https://github.com/antonmedv/fx) – Terminal JSON viewer & processor 365 | - [antonmedv/walk](https://github.com/antonmedv/walk) – Terminal file manager 366 | - [anyproto/any-sync](https://github.com/anyproto/any-sync) – An open-source protocol designed to create high-performance, local-first, peer-to-peer, end-to-end encrypted applications that facilitate seamless collaboration among multiple users and devices 367 | - [anywherelan/awl](https://github.com/anywherelan/awl) – Securely connect your devices into a private network. Mesh VPN, socks5 proxy server/client 368 | - [apernet/hysteria](https://github.com/apernet/hysteria) – Hysteria is a powerful, lightning fast and censorship resistant proxy. 369 | - [appliedgocode/what](https://github.com/appliedgocode/what) – Debug-level logging for developers (only!) 370 | - [aquasecurity/kube-bench](https://github.com/aquasecurity/kube-bench) – Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark 371 | - [araddon/dateparse](https://github.com/araddon/dateparse) – GoLang Parse many date strings without knowing format in advance. 372 | - [ardanlabs/conf](https://github.com/ardanlabs/conf) – Package conf provides support for using environmental variables and command line arguments for configuration. 373 | - [ariary/Notionion](https://github.com/ariary/Notionion) – Notion as an HTTP proxy 374 | - [ariga/atlas](https://github.com/ariga/atlas) – Manage your database schema as code 375 | - [arl/statsviz](https://github.com/arl/statsviz) – 🚀 Visualise your Go program runtime metrics in real time in the browser 376 | - [armon/go-socks5](https://github.com/armon/go-socks5) – SOCKS5 server in Golang 377 | - [asaskevich/govalidator](https://github.com/asaskevich/govalidator) – [Go] Package of validators and sanitizers for strings, numerics, slices and structs 378 | - [ashanbrown/forbidigo](https://github.com/ashanbrown/forbidigo) – Go linter for forbidding identifiers 379 | - [ashleymcnamara/gophers](https://github.com/ashleymcnamara/gophers) – Gopher Artwork by Ashley McNamara 380 | - [avamsi/climate](https://github.com/avamsi/climate) – "CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.) 381 | - [avast/retry-go](https://github.com/avast/retry-go) – Simple golang library for retry mechanism 382 | - [avelino/awesome-go](https://github.com/avelino/awesome-go) – A curated list of awesome Go frameworks, libraries and software 383 | - [awalterschulze/goderive](https://github.com/awalterschulze/goderive) – Derives and generates mundane golang functions that you do not want to maintain yourself 384 | - [aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) – Libraries, samples and tools to help Go developers develop AWS Lambda functions. 385 | - [aymanbagabas/go-udiff](https://github.com/aymanbagabas/go-udiff) – µDiff - a micro Go diffing library 386 | - [barnacs/compy](https://github.com/barnacs/compy) – HTTP/HTTPS compression proxy 387 | - [beevik/ntp](https://github.com/beevik/ntp) – a simple ntp client package for go 388 | - [bep/golibtemplate](https://github.com/bep/golibtemplate) – Template project for Go libraries. 389 | - [bep/gomaintemplate](https://github.com/bep/gomaintemplate) – Just a simple main() program template. 390 | - [bep/lazycache](https://github.com/bep/lazycache) – Thread safe in-memory LRU cache with non-blocking cache priming on cache misses. 391 | - [bep/s3deploy](https://github.com/bep/s3deploy) – A simple tool to deploy static websites to Amazon S3 and CloudFront with Gzip and custom headers support (e.g. "Cache-Control") 392 | - [bep/simplecobra](https://github.com/bep/simplecobra) – A simpler API for the popular Cobra CLI. 393 | - [bepass-org/bepass](https://github.com/bepass-org/bepass) – A simple DPI bypass tool written in go 394 | - [berty/weshnet](https://github.com/berty/weshnet) – Async Mesh Network Protocol for Extreme Communication -- Innovative, Resilient, and Decentralized 395 | - [bettercap/bettercap](https://github.com/bettercap/bettercap) – The Swiss Army knife for 802.11, BLE, HID, CAN-bus, IPv4 and IPv6 networks reconnaissance and MITM attacks. 396 | - [bitfield/script](https://github.com/bitfield/script) – Making it easy to write shell-like scripts in Go 397 | - [bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) – Go package implementing bitsets 398 | - [bjesus/pipet](https://github.com/bjesus/pipet) – Swiss-army tool for scraping and extracting data from online assets, made for hackers 399 | - [blang/semver](https://github.com/blang/semver) – Semantic Versioning (semver) library written in golang 400 | - [bnb-chain/bsc](https://github.com/bnb-chain/bsc) – A BNB Smart Chain client based on the go-ethereum fork 401 | - [bojanz/currency](https://github.com/bojanz/currency) – Currency handling for Go. 402 | - [boyter/scc](https://github.com/boyter/scc) – Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go 403 | - [bracesdev/errtrace](https://github.com/bracesdev/errtrace) – An alternative to stack traces for your Go errors 404 | - [bradfitz/iter](https://github.com/bradfitz/iter) – Range over integers [0,n). Seriously, that's it. 405 | - [brianvoe/gofakeit](https://github.com/brianvoe/gofakeit) – Random fake data generator written in go 406 | - [brimdata/super](https://github.com/brimdata/super) – An analytics database that puts JSON and relational tables on equal footing 407 | - [brunoga/deep](https://github.com/brunoga/deep) – Support for doing deep copies of (almost all) Go types. 408 | - [bschaatsbergen/dnsee](https://github.com/bschaatsbergen/dnsee) – See DNS configurations quickly 409 | - [bsm/redislock](https://github.com/bsm/redislock) – Simplified distributed locking implementation using Redis 410 | - [btcsuite/btcwallet](https://github.com/btcsuite/btcwallet) – A secure bitcoin wallet daemon written in Go (golang) 411 | - [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 code deployments, configuration changes and infrastructure changes. 412 | - [buger/jsonparser](https://github.com/buger/jsonparser) – One of the fastest alternative JSON parser for Go that does not require schema 413 | - [burrowers/garble](https://github.com/burrowers/garble) – Obfuscate Go builds 414 | - [butuzov/ireturn](https://github.com/butuzov/ireturn) – Accept Interfaces, Return Concrete Types 415 | - [bxcodec/go-clean-arch](https://github.com/bxcodec/go-clean-arch) – Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture 416 | - [bytedance/sonic](https://github.com/bytedance/sonic) – A blazingly fast JSON serializing & deserializing library 417 | - [caarlos0/env](https://github.com/caarlos0/env) – A simple, zero-dependencies library to parse environment variables into structs 418 | - [caddy-dns/cloudflare](https://github.com/caddy-dns/cloudflare) – Caddy module: dns.providers.cloudflare 419 | - [caddyserver/caddy](https://github.com/caddyserver/caddy) – Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS 420 | - [casbin/casbin](https://github.com/casbin/casbin) – An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN 421 | - [caseymrm/menuet](https://github.com/caseymrm/menuet) – Go library to create menubar apps- programs that live only in OSX's NSStatusBar 422 | - [catenacyber/ngolo-fuzzing](https://github.com/catenacyber/ngolo-fuzzing) – Automatic fuzz targets generation for Golang packages 423 | - [catenacyber/perfsprint](https://github.com/catenacyber/perfsprint) – Golang linter to use strconv 424 | - [cbeuw/Cloak](https://github.com/cbeuw/Cloak) – A censorship circumvention tool to evade detection by authoritarian state adversaries 425 | - [cdzombak/mailto-things](https://github.com/cdzombak/mailto-things) – Allow sending emails to Things.app with attachments (kind of). 426 | - [cdzombak/runner](https://github.com/cdzombak/runner) – Lightweight wrapper for better cron jobs and containers 427 | - [cenkalti/backoff](https://github.com/cenkalti/backoff) – ⏱ The exponential backoff algorithm in Go 428 | - [cerbos/cerbos](https://github.com/cerbos/cerbos) – Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and authorization simple to implement and manage by writing context-aware access control policies for your application resources. 429 | - [charmbracelet/gum](https://github.com/charmbracelet/gum) – A tool for glamorous shell scripts 🎀 430 | - [charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) – Style definitions for nice terminal layouts 👄 431 | - [charmbracelet/melt](https://github.com/charmbracelet/melt) – Backup and restore Ed25519 SSH keys with seed words 🫠 432 | - [charmbracelet/soft-serve](https://github.com/charmbracelet/soft-serve) – The mighty, self-hostable Git server for the command line🍦 433 | - [chriswalz/bit](https://github.com/chriswalz/bit) – Bit is a modern Git CLI 434 | - [cilium/cilium](https://github.com/cilium/cilium) – eBPF-based Networking, Security, and Observability 435 | - [cli/cli](https://github.com/cli/cli) – GitHub’s official command line tool 436 | - [cli/oauth](https://github.com/cli/oauth) – A library for performing OAuth Device flow and Web application flow in Go client apps. 437 | - [cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) – The official Go library for the Cloudflare API 438 | - [cloudflare/cloudflare-ingress-controller](https://github.com/cloudflare/cloudflare-ingress-controller) – A Kubernetes ingress controller for Cloudflare's Argo Tunnels 439 | - [cloudflare/cloudflared](https://github.com/cloudflare/cloudflared) – Cloudflare Tunnel client (formerly Argo Tunnel) 440 | - [cloudflare/gokey](https://github.com/cloudflare/gokey) – A simple vaultless password manager in Go 441 | - [cloudwego/hertz](https://github.com/cloudwego/hertz) – Go HTTP framework with high-performance and strong-extensibility for building micro-services. 442 | - [cockroachdb/errors](https://github.com/cockroachdb/errors) – Go error library with error portability over the network 443 | - [coder/quartz](https://github.com/coder/quartz) – A Go time testing library for writing deterministic unit tests 444 | - [coder/retry](https://github.com/coder/retry) – A tiny retry package for Go. 445 | - [codnect/chrono](https://github.com/codnect/chrono) – Chrono is a scheduler library that lets you run your task and code periodically 446 | - [cohesivestack/valgo](https://github.com/cohesivestack/valgo) – Valgo is a type-safe, expressive, and extensible validator library for Golang. Supports localization and is built with generics. 447 | - [containrrr/watchtower](https://github.com/containrrr/watchtower) – A process for automating Docker container base image updates. 448 | - [coredns/coredns](https://github.com/coredns/coredns) – CoreDNS is a DNS server that chains plugins 449 | - [coreos/go-oidc](https://github.com/coreos/go-oidc) – A Go OpenID Connect client. 450 | - [coroot/coroot](https://github.com/coroot/coroot) – Coroot is an open-source APM & Observability tool, a DataDog and NewRelic alternative. Metrics, logs, traces, continuous profiling, and SLO-based alerting, supercharged with predefined dashboards and inspections. 451 | - [crawshaw/httpts](https://github.com/crawshaw/httpts) – Serve HTTP on a tailnet 452 | - [crhuber/kelp](https://github.com/crhuber/kelp) – A simple alternative to homebrew for installing binary packages on MacOS written in Go. 453 | - [cristalhq/glob](https://github.com/cristalhq/glob) – Glob pattern matching in Go. 454 | - [cristaloleg/go-advice](https://github.com/cristaloleg/go-advice) – List of advice and tricks for Go ʕ◔ϖ◔ʔ 455 | - [cucumber/godog](https://github.com/cucumber/godog) – Cucumber for golang 456 | - [cue-lang/cue](https://github.com/cue-lang/cue) – The home of the CUE language! Validate and define text-based and dynamic configuration 457 | - [cunicu/go-rosenpass](https://github.com/cunicu/go-rosenpass) – A port of Rosenpass post-quantum key-exchange protocol to Go. 458 | - [cvilsmeier/go-sqlite-bench](https://github.com/cvilsmeier/go-sqlite-bench) – Benchmarks for Golang SQLite Drivers 459 | - [cvilsmeier/sqinn-go](https://github.com/cvilsmeier/sqinn-go) – Golang SQLite without cgo 460 | - [cweill/gotests](https://github.com/cweill/gotests) – Automatically generate Go test boilerplate from your source code. 461 | - [d3mondev/puredns](https://github.com/d3mondev/puredns) – Puredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries. 462 | - [dagu-org/dagu](https://github.com/dagu-org/dagu) – A compact, portable, and language-agnostic workflow engine. It aims to solve greater problems. 463 | - [daixiang0/gci](https://github.com/daixiang0/gci) – GCI, a tool that control golang package import order and make it always deterministic. 464 | - [dalikewara/pgxpoolgo](https://github.com/dalikewara/pgxpoolgo) – pgxpoolgo is based on pgxpool, but provides Pool interface and ability to mock the pgxpool connection for unit testing 465 | - [danielgtaylor/huma](https://github.com/danielgtaylor/huma) – Huma REST/HTTP API Framework for Golang with OpenAPI 3.1 466 | - [darccio/mergo](https://github.com/darccio/mergo) – Mergo: merging Go structs and maps since 2013 467 | - [davecgh/go-spew](https://github.com/davecgh/go-spew) – Implements a deep pretty printer for Go data structures to aid in debugging 468 | - [davecheney/pub](https://github.com/davecheney/pub) – pub, a tiny ActivityPub to Mastodon bridge 469 | - [ddollar/forego](https://github.com/ddollar/forego) – Foreman in Go 470 | - [deckarep/golang-set](https://github.com/deckarep/golang-set) – A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp. 471 | - [deckhouse/deckhouse](https://github.com/deckhouse/deckhouse) – Kubernetes platform from Flant 472 | - [deckhouse/dmt](https://github.com/deckhouse/dmt) 473 | - [deckhouse/prompp](https://github.com/deckhouse/prompp) – Deckhouse Prom++ – high-performance fork of Prometheus, designed to significantly reduce memory consumption 474 | - [derailed/k9s](https://github.com/derailed/k9s) – 🐶 Kubernetes CLI To Manage Your Clusters In Style! 475 | - [derfenix/webarchive](https://github.com/derfenix/webarchive) – Own webarchive service 476 | - [destel/rill](https://github.com/destel/rill) – Go toolkit for clean, composable, channel-based concurrency 477 | - [direnv/direnv](https://github.com/direnv/direnv) – unclutter your .profile 478 | - [distribworks/dkron](https://github.com/distribworks/dkron) – Dkron - Distributed, fault tolerant job scheduling system https://dkron.io 479 | - [dkorunic/betteralign](https://github.com/dkorunic/betteralign) – Make your Go programs use less memory (maybe) 480 | - [dlclark/regexp2](https://github.com/dlclark/regexp2) – A full-featured regex engine in pure Go based on the .NET engine 481 | - [dolthub/dolt](https://github.com/dolthub/dolt) – Dolt – Git for Data 482 | - [dolthub/swiss](https://github.com/dolthub/swiss) – Golang port of Abseil's SwissTable 483 | - [dominikh/go-tools](https://github.com/dominikh/go-tools) – Staticcheck - The advanced Go linter 484 | - [dominikh/gotraceui](https://github.com/dominikh/gotraceui) – Go execution trace frontend 485 | - [dragonflyoss/dragonfly](https://github.com/dragonflyoss/dragonfly) – Dragonfly is an open source P2P-based file distribution and image acceleration system. It is hosted by the Cloud Native Computing Foundation (CNCF) as an Incubating Level Project. 486 | - [drakkan/sftpgo](https://github.com/drakkan/sftpgo) – Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob 487 | - [dreddsa5dies/goHackTools](https://github.com/dreddsa5dies/goHackTools) – Hacker tools on Go (Golang) 488 | - [driftprogramming/pgxpoolmock](https://github.com/driftprogramming/pgxpoolmock) – pgx postgresql pool 489 | - [dromara/carbon](https://github.com/dromara/carbon) – A simple, semantic and developer-friendly time package for golang 490 | - [duke-git/lancet](https://github.com/duke-git/lancet) – A comprehensive, efficient, and reusable util function library of Go. 491 | - [dunglas/frankenphp](https://github.com/dunglas/frankenphp) – 🧟 The modern PHP app server 492 | - [dvcrn/maskedemail-cli](https://github.com/dvcrn/maskedemail-cli) – CLI to create fastmail masked emails 493 | - [eapache/go-resiliency](https://github.com/eapache/go-resiliency) – Resiliency patterns for golang 494 | - [earthboundkid/requests](https://github.com/earthboundkid/requests) – HTTP requests for Gophers 495 | - [earthboundkid/versioninfo](https://github.com/earthboundkid/versioninfo) – Importable package that parses version info from debug.ReadBuildInfo(). 496 | - [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. 497 | - [egonelbre/gophers](https://github.com/egonelbre/gophers) – Free gophers 498 | - [eko/gocache](https://github.com/eko/gocache) – ☔️ A complete Go cache library that brings you multiple ways of managing your caches 499 | - [elliotchance/pie](https://github.com/elliotchance/pie) – 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance. 500 | - [emirpasic/gods](https://github.com/emirpasic/gods) – GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more 501 | - [ent/ent](https://github.com/ent/ent) – An entity framework for Go 502 | - [envoyproxy/ratelimit](https://github.com/envoyproxy/ratelimit) – Go/gRPC service designed to enable generic rate limit scenarios from different types of applications. 503 | - [ergo-services/ergo](https://github.com/ergo-services/ergo) – An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies. 504 | - [ergochat/ergo](https://github.com/ergochat/ergo) – A modern IRC server (daemon/ircd) written in Go. 505 | - [erigontech/erigon](https://github.com/erigontech/erigon) – Ethereum implementation on the efficiency frontier 506 | - [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) – Go implementation of the Ethereum protocol 507 | - [expectto/be](https://github.com/expectto/be) – Wide collection of Golang assertions: Gomega and Gomock compatible matchers 508 | - [expr-lang/expr](https://github.com/expr-lang/expr) – Expression language and expression evaluation for Go 509 | - [facundoolano/jorge](https://github.com/facundoolano/jorge) – A personal site generator with org-mode support 510 | - [failsafe-go/failsafe-go](https://github.com/failsafe-go/failsafe-go) – Fault tolerance and resilience patterns for Go 511 | - [fasmide/remotemoe](https://github.com/fasmide/remotemoe) – tunnels to localhost and other ssh plumbing 512 | - [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. 513 | - [fatih/color](https://github.com/fatih/color) – Color package for Go (golang) 514 | - [fatih/faillint](https://github.com/fatih/faillint) – Report unwanted import path and declaration usages 515 | - [fatih/starhook](https://github.com/fatih/starhook) – Manage & Analyze repositories at scale 516 | - [felixge/benchmore](https://github.com/felixge/benchmore) 517 | - [felixge/go-stack-profiler](https://github.com/felixge/go-stack-profiler) – WIP 518 | - [felixge/traceutils](https://github.com/felixge/traceutils) – Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top. 519 | - [ffuf/ffuf](https://github.com/ffuf/ffuf) – Fast web fuzzer written in Go 520 | - [fiatjaf/relayer](https://github.com/fiatjaf/relayer) – A Nostr relay server framework. 521 | - [flant/addon-operator](https://github.com/flant/addon-operator) – A system to manage additional components for Kubernetes cluster in a simple, consistent and automated way. 522 | - [flant/shell-operator](https://github.com/flant/shell-operator) – Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster 523 | - [flipt-io/reverst](https://github.com/flipt-io/reverst) – Reverse Tunnels in Go over HTTP/3 and QUIC 524 | - [fortytw2/leaktest](https://github.com/fortytw2/leaktest) – Goroutine Leak Detector 525 | - [fossabot/clash](https://github.com/fossabot/clash) – A rule based proxy in Go. 526 | - [francoismichel/ssh3](https://github.com/francoismichel/ssh3) – SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/ 527 | - [francoispqt/onelog](https://github.com/francoispqt/onelog) – Dead simple, super fast, zero allocation logger for Golang 528 | - [frankban/quicktest](https://github.com/frankban/quicktest) – Quick helpers for testing Go applications 529 | - [frantchessico/zogo](https://github.com/frantchessico/zogo) 530 | - [fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) – Cross-platform filesystem notifications for Go. 531 | - [fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) – Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers 532 | - [gabrie30/ghorg](https://github.com/gabrie30/ghorg) – Quickly clone or backup an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more 🐇🥚 533 | - [gavraz/lazy](https://github.com/gavraz/lazy) – A lazy iterator for lazy programmers 534 | - [gdbinit/age](https://github.com/gdbinit/age) – A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. 535 | - [georgysavva/scany](https://github.com/georgysavva/scany) – Library for scanning data from a database into Go structs and more 536 | - [getanteon/anteon](https://github.com/getanteon/anteon) – Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud 537 | - [getkin/kin-openapi](https://github.com/getkin/kin-openapi) – OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more) 538 | - [geziyor/geziyor](https://github.com/geziyor/geziyor) – Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering. 539 | - [ghostunnel/ghostunnel](https://github.com/ghostunnel/ghostunnel) – A simple SSL/TLS proxy with mutual authentication for securing non-TLS services. 540 | - [gin-contrib/authz](https://github.com/gin-contrib/authz) – gin-authz is an authorization middleware for Gin 541 | - [gin-contrib/cors](https://github.com/gin-contrib/cors) – Official CORS gin's middleware 542 | - [gin-contrib/requestid](https://github.com/gin-contrib/requestid) – Request ID middleware for Gin Framework 543 | - [gin-contrib/sessions](https://github.com/gin-contrib/sessions) – Gin middleware for session management 544 | - [gin-contrib/zap](https://github.com/gin-contrib/zap) – Alternative logging through zap 545 | - [gin-gonic/gin](https://github.com/gin-gonic/gin) – 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. 546 | - [ginuerzh/gost](https://github.com/ginuerzh/gost) – GO Simple Tunnel - a simple tunnel written in golang 547 | - [git-bug/git-bug](https://github.com/git-bug/git-bug) – Distributed, offline-first bug tracker embedded in git 548 | - [glanceapp/glance](https://github.com/glanceapp/glance) – A self-hosted dashboard that puts all your feeds in one place 549 | - [glasskube/glasskube](https://github.com/glasskube/glasskube) – 🧊 The next generation Package Manager for Kubernetes 📦 Featuring a GUI and a CLI. Glasskube packages are dependency aware, GitOps ready and can get automatic updates via a central public package repository. 550 | - [go-co-op/gocron](https://github.com/go-co-op/gocron) – Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron 551 | - [go-critic/go-critic](https://github.com/go-critic/go-critic) – The most opinionated Go source code linter for code audit. 552 | - [go-delve/delve](https://github.com/go-delve/delve) – Delve is a debugger for the Go programming language. 553 | - [go-echarts/statsview](https://github.com/go-echarts/statsview) – 🚀 A real-time Golang runtime stats visualization profiler 554 | - [go-faker/faker](https://github.com/go-faker/faker) – Go (Golang) Fake Data Generator for Struct, previously https://github.com/bxcodec/faker 555 | - [go-fed/activity](https://github.com/go-fed/activity) – ActivityStreams & ActivityPub in golang, oh my! 556 | - [go-fuego/fuego](https://github.com/go-fuego/fuego) – Golang Fuego - Web framework generating OpenAPI 3 spec from source code - Pluggable to existing Gin & Echo APIs 557 | - [go-git/go-git](https://github.com/go-git/go-git) – A highly extensible Git implementation in pure Go. 558 | - [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 559 | - [go-gost/gost](https://github.com/go-gost/gost) – GO Simple Tunnel - a simple tunnel written in golang 560 | - [go-gremlins/gremlins](https://github.com/go-gremlins/gremlins) – A mutation testing tool for Go. 561 | - [go-jet/jet](https://github.com/go-jet/jet) – Type safe SQL builder with code generation and automatic query result data mapping 562 | - [go-kit/kit](https://github.com/go-kit/kit) – A standard library for microservices. 563 | - [go-logr/logr](https://github.com/go-logr/logr) – A simple logging interface for Go 564 | - [go-macaron/macaron](https://github.com/go-macaron/macaron) – Package macaron is a high productive and modular web framework in Go. 565 | - [go-perf/go-perftuner](https://github.com/go-perf/go-perftuner) – Helper tool for manual Go code optimization. 566 | - [go-pkgz/auth](https://github.com/go-pkgz/auth) – Authenticator via oauth2, direct, email and telegram 567 | - [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 568 | - [go-redsync/redsync](https://github.com/go-redsync/redsync) – Distributed mutual exclusion lock using Redis for Go 569 | - [go-resty/resty](https://github.com/go-resty/resty) – Simple HTTP, REST, and SSE client library for Go 570 | - [go-rod/rod](https://github.com/go-rod/rod) – A Chrome DevTools Protocol driver for web automation and scraping. 571 | - [go-shiori/shiori](https://github.com/go-shiori/shiori) – Simple bookmark manager built with Go 572 | - [go-task/task](https://github.com/go-task/task) – A task runner / simpler Make alternative written in Go 573 | - [go-telegram-bot-api/telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) – Golang bindings for the Telegram Bot API 574 | - [go-testfixtures/testfixtures](https://github.com/go-testfixtures/testfixtures) – Ruby on Rails like test fixtures for Go. Write tests against a real database 575 | - [gobuffalo/plush](https://github.com/gobuffalo/plush) – The powerful template system that Go needs 576 | - [gobwas/ws](https://github.com/gobwas/ws) – Tiny WebSocket library for Go. 577 | - [goccy/go-json](https://github.com/goccy/go-json) – Fast JSON encoder/decoder compatible with encoding/json for Go 578 | - [goccy/go-yaml](https://github.com/goccy/go-yaml) – YAML support for the Go language 579 | - [gocolly/colly](https://github.com/gocolly/colly) – Elegant Scraper and Crawler Framework for Golang 580 | - [godoctor/godoctor](https://github.com/godoctor/godoctor) – Go Doctor - The Golang Refactoring Engine 581 | - [goforj/godump](https://github.com/goforj/godump) – A minimal, developer-friendly pretty-printer and debug dumper for Go structs, inspired by Laravel’s dump() and Symfony’s VarDumper. 582 | - [gofrs/flock](https://github.com/gofrs/flock) – Thread-safe file locking library in Go 583 | - [gofrs/uuid](https://github.com/gofrs/uuid) – A UUID package for Go 584 | - [gogo/letmegrpc](https://github.com/gogo/letmegrpc) – [maintainer wanted] generates a web form gui from a grpc specification 585 | - [gohugoio/hugo](https://github.com/gohugoio/hugo) – The world’s fastest framework for building websites. 586 | - [gojuno/minimock](https://github.com/gojuno/minimock) – Powerful mock generation tool for Go programming language 587 | - [golang-migrate/migrate](https://github.com/golang-migrate/migrate) – Database migrations. CLI and Golang library. 588 | - [golang/go](https://github.com/golang/go) – The Go programming language 589 | - [golang/mock](https://github.com/golang/mock) – GoMock is a mocking framework for the Go programming language. 590 | - [golang/tools](https://github.com/golang/tools) – [mirror] Go Tools 591 | - [golangci/golangci-lint](https://github.com/golangci/golangci-lint) – Fast linters runner for Go 592 | - [google/capslock](https://github.com/google/capslock) 593 | - [google/go-cmp](https://github.com/google/go-cmp) – Package for comparing Go values in tests 594 | - [google/go-github](https://github.com/google/go-github) – Go library for accessing the GitHub v3 API 595 | - [google/go-querystring](https://github.com/google/go-querystring) – go-querystring is Go library for encoding structs into URL query strings. 596 | - [google/go-safeweb](https://github.com/google/go-safeweb) – Secure-by-default HTTP servers in Go. 597 | - [google/gops](https://github.com/google/gops) – A tool to list and diagnose Go processes currently running on your system 598 | - [google/gvisor](https://github.com/google/gvisor) – Application Kernel for Containers 599 | - [google/martian](https://github.com/google/martian) – Martian is a library for building custom HTTP/S proxies 600 | - [google/pprof](https://github.com/google/pprof) – pprof is a tool for visualization and analysis of profiling data 601 | - [google/uuid](https://github.com/google/uuid) – Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. 602 | - [google/wire](https://github.com/google/wire) – Compile-time Dependency Injection for Go 603 | - [googleapis/google-api-go-client](https://github.com/googleapis/google-api-go-client) – Auto-generated Google APIs for Go. 604 | - [gookit/color](https://github.com/gookit/color) – 🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染 605 | - [gookit/slog](https://github.com/gookit/slog) – 📑 Lightweight, configurable, extensible logging library written in Go. Support multi level, multi outputs and built-in multi file logger, buffers, clean, rotate-file handling.一个易于使用的,轻量级、可配置、可扩展的日志库。支持多个级别,输出到多文件;内置文件日志处理、自动切割、清理、压缩等增强功能 606 | - [gopasspw/gopass](https://github.com/gopasspw/gopass) – The slightly more awesome standard unix password manager for teams 607 | - [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) – Release engineering, simplified 608 | - [goreleaser/nfpm](https://github.com/goreleaser/nfpm) – nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go 609 | - [gorgonia/gorgonia](https://github.com/gorgonia/gorgonia) – Gorgonia is a library that helps facilitate machine learning in Go. 610 | - [gorilla/feeds](https://github.com/gorilla/feeds) – Package gorilla/feeds is a golang rss/atom generator library 611 | - [gosimple/slug](https://github.com/gosimple/slug) – URL-friendly slugify with multiple languages support. 612 | - [gotestyourself/gotest.tools](https://github.com/gotestyourself/gotest.tools) – A collection of packages to augment the go testing package and support common patterns. 613 | - [grafana/k6](https://github.com/grafana/k6) – A modern load testing tool, using Go and JavaScript - https://k6.io 614 | - [grandcat/zeroconf](https://github.com/grandcat/zeroconf) – mDNS / DNS-SD Service Discovery in pure Go (also known as Bonjour) 615 | - [gravitational/teleport](https://github.com/gravitational/teleport) – The easiest, and most secure way to access and protect all of your infrastructure. 616 | - [grpc-ecosystem/grpcdebug](https://github.com/grpc-ecosystem/grpcdebug) – grpcdebug is a command line interface focusing on simplifying the debugging process of gRPC applications. 617 | - [gtramontina/ooze](https://github.com/gtramontina/ooze) – 🧬 Go Mutation Testing 618 | - [guregu/null](https://github.com/guregu/null) – reasonable handling of nullable values 619 | - [guumaster/hostctl](https://github.com/guumaster/hostctl) – Your dev tool to manage /etc/hosts like a pro! 620 | - [h2337/rssnix](https://github.com/h2337/rssnix) – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader 621 | - [h2non/gock](https://github.com/h2non/gock) – HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽ 622 | - [hacdias/webdav](https://github.com/hacdias/webdav) – A simple and standalone WebDAV server. 623 | - [hajimehoshi/ebiten](https://github.com/hajimehoshi/ebiten) – Ebitengine - A dead simple 2D game engine for Go 624 | - [haochen233/socks5](https://github.com/haochen233/socks5) – A Go library about socks5, supports all socks5 commands. That Provides server and client and easy to use. Compatible with socks4 and socks4a. 625 | - [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. 626 | - [hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) – A common logging package for HashiCorp tools 627 | - [hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) – A Go (golang) package for representing a list of errors as a single error. 628 | - [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) – Golang plugin system over RPC. 629 | - [hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) – Retryable HTTP client in Go 630 | - [hashicorp/mdns](https://github.com/hashicorp/mdns) – Simple mDNS client/server library in Golang 631 | - [hashicorp/vault](https://github.com/hashicorp/vault) – A tool for secrets management, encryption as a service, and privileged access management 632 | - [helloyi/go-sshclient](https://github.com/helloyi/go-sshclient) – simple sshclient with go 633 | - [helm/helm](https://github.com/helm/helm) – The Kubernetes Package Manager 634 | - [henrygd/beszel](https://github.com/henrygd/beszel) – Lightweight server monitoring hub with historical data, docker stats, and alerts. 635 | - [hexops/autogold](https://github.com/hexops/autogold) – Automatically update your Go tests 636 | - [hibiken/asynq](https://github.com/hibiken/asynq) – Simple, reliable, and efficient distributed task queue in Go 637 | - [hidu/proxy-manager](https://github.com/hidu/proxy-manager) – manager http、socks4、socks4a、socks5、shadowsocks 638 | - [hionay/tailer](https://github.com/hionay/tailer) – tailer is a CLI tool to insert lines when command output stops 639 | - [hnrss/hnrss](https://github.com/hnrss/hnrss) – Custom, realtime RSS feeds for Hacker News 640 | - [howeyc/ledger](https://github.com/howeyc/ledger) – Command line double-entry accounting program 641 | - [hsanjuan/ipfs-lite](https://github.com/hsanjuan/ipfs-lite) – IPFS-Lite is an embeddable, lightweight IPFS-network peer for IPLD applications 642 | - [huandu/go-clone](https://github.com/huandu/go-clone) – Clone any Go data structure deeply and thoroughly. 643 | - [huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) – A flexible and powerful SQL string builder library plus a zero-config ORM. 644 | - [hypermodeinc/badger](https://github.com/hypermodeinc/badger) – Fast key-value DB in Go. 645 | - [hypermodeinc/ristretto](https://github.com/hypermodeinc/ristretto) – A high performance memory-bound Go cache 646 | - [iamseth/oracledb_exporter](https://github.com/iamseth/oracledb_exporter) – Prometheus Oracle database exporter. 647 | - [iansinnott/browser-gopher](https://github.com/iansinnott/browser-gopher) – Search, aggregate, backup your browsing history from the command line. 648 | - [icio/actiongraph](https://github.com/icio/actiongraph) – Go build actiongraph debug visualiser. 649 | - [icyphox/go-vite](https://github.com/icyphox/go-vite) – fast static site generator; powers https://anirudh.fi 650 | - [icyphox/legit](https://github.com/icyphox/legit) – web frontend for git 651 | - [imgproxy/imgproxy](https://github.com/imgproxy/imgproxy) – Fast and secure standalone server for resizing and converting remote images 652 | - [imroc/req](https://github.com/imroc/req) – Simple Go HTTP client with Black Magic 653 | - [inancgumus/learngo](https://github.com/inancgumus/learngo) – ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs. 654 | - [inlets/inlets-operator](https://github.com/inlets/inlets-operator) – Get public TCP LoadBalancers for local Kubernetes clusters 655 | - [ipfs/go-bitswap](https://github.com/ipfs/go-bitswap) – The golang implementation of the bitswap protocol 656 | - [itchyny/bed](https://github.com/itchyny/bed) – Binary editor written in Go 657 | - [itchyny/gojq](https://github.com/itchyny/gojq) – Pure Go implementation of jq 658 | - [ivaaaan/smug](https://github.com/ivaaaan/smug) – Session manager and task runner for tmux. Start your development environment within one command. 659 | - [izniburak/pipeline-go](https://github.com/izniburak/pipeline-go) – Pipeline pattern for your jobs, tasks, etc.. (Golang) 660 | - [jackc/pgx](https://github.com/jackc/pgx) – PostgreSQL driver and toolkit for Go 661 | - [jackc/puddle](https://github.com/jackc/puddle) – Generic resource pool for Go 662 | - [jaeles-project/gospider](https://github.com/jaeles-project/gospider) – Gospider - Fast web spider written in Go 663 | - [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron) – A Golang Job Scheduling Package. 664 | - [jaswdr/faker](https://github.com/jaswdr/faker) – :rocket: Ultimate fake data generator for Go with zero dependencies 665 | - [jdxyw/generativeart](https://github.com/jdxyw/generativeart) – Generative Art in Go 666 | - [jellydator/ttlcache](https://github.com/jellydator/ttlcache) – An in-memory cache with item expiration and generics 667 | - [jesseduffield/horcrux](https://github.com/jesseduffield/horcrux) – Split your file into encrypted fragments so that you don't need to remember a passcode 668 | - [jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker) – The lazier way to manage everything docker 669 | - [jesseduffield/lazygit](https://github.com/jesseduffield/lazygit) – simple terminal UI for git commands 670 | - [jessicatarra/refactoring-greenlight](https://github.com/jessicatarra/refactoring-greenlight) – Refactor Greenlight application by implementing clean architecture and SOLID principles 671 | - [jetify-com/devbox](https://github.com/jetify-com/devbox) – Instant, easy, and predictable development environments 672 | - [jhaddix/awsScrape](https://github.com/jhaddix/awsScrape) – A tool to scrape the AWS ranges looking for a keyword in SSL certificate data. 673 | - [jinzhu/configor](https://github.com/jinzhu/configor) – Golang Configuration tool that support YAML, JSON, TOML, Shell Environment 674 | - [jinzhu/copier](https://github.com/jinzhu/copier) – Copier for golang, copy value from struct to struct and more 675 | - [jinzhu/now](https://github.com/jinzhu/now) – Now is a time toolkit for golang 676 | - [jmattheis/goverter](https://github.com/jmattheis/goverter) – Generate type-safe Go converters by defining function signatures. 677 | - [jmoiron/sqlx](https://github.com/jmoiron/sqlx) – general purpose extensions to golang's database/sql 678 | - [jodevsa/wireguard-operator](https://github.com/jodevsa/wireguard-operator) – Painless deployment of wireguard on kubernetes 679 | - [joerdav/xc](https://github.com/joerdav/xc) – Markdown defined task runner. 680 | - [joho/godotenv](https://github.com/joho/godotenv) – A Go port of Ruby's dotenv library (Loads environment variables from .env files) 681 | - [joomcode/errorx](https://github.com/joomcode/errorx) – A comprehensive error handling library for Go 682 | - [josephburnett/jd](https://github.com/josephburnett/jd) – JSON diff and patch 683 | - [jpillora/chisel](https://github.com/jpillora/chisel) – A fast TCP/UDP tunnel over HTTP 684 | - [jsiebens/ionscale](https://github.com/jsiebens/ionscale) – A lightweight implementation of a Tailscale control server 685 | - [json-iterator/go](https://github.com/json-iterator/go) – A high-performance 100% compatible drop-in replacement of "encoding/json" 686 | - [juanfont/headscale](https://github.com/juanfont/headscale) – An open source, self-hosted implementation of the Tailscale control server 687 | - [juev/counter](https://github.com/juev/counter) 688 | - [juev/fortune-go](https://github.com/juev/fortune-go) 689 | - [juev/gclone](https://github.com/juev/gclone) – Organized repository storage 690 | - [juev/getpocket-collector](https://github.com/juev/getpocket-collector) 691 | - [juev/prometheus-db-exporter](https://github.com/juev/prometheus-db-exporter) – Prometheus database exporter (Oracle, Postgres, Mysql) for using with Business metrics 692 | - [juev/starred](https://github.com/juev/starred) – Create your own Awesome List by GitHub stars! 693 | - [juev/sync](https://github.com/juev/sync) – Sync Pocket links to Linkding 694 | - [juev/tor-relay-scanner-go](https://github.com/juev/tor-relay-scanner-go) – Tor Relay availability checker, for using it as a bridge in countries with censorship 695 | - [julien040/gut](https://github.com/julien040/gut) – A beginner friendly porcelain for git 696 | - [justinas/alice](https://github.com/justinas/alice) – Painless middleware chaining for Go 697 | - [k3d-io/k3d](https://github.com/k3d-io/k3d) – Little helper to run CNCF's k3s in Docker 698 | - [k3s-io/k3s](https://github.com/k3s-io/k3s) – Lightweight Kubernetes 699 | - [kamstrup/fn](https://github.com/kamstrup/fn) – Functional programming in Go 700 | - [keegancsmith/sqlf](https://github.com/keegancsmith/sqlf) – sqlf generates parameterized SQL statements in Go, sprintf style 701 | - [kelindar/column](https://github.com/kelindar/column) – High-performance, columnar, in-memory store with bitmap indexing in Go 702 | - [kelseyhightower/confd](https://github.com/kelseyhightower/confd) – Manage local application configuration files using templates and data from etcd or consul 703 | - [kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) – Golang library for managing configuration data from environment variables 704 | - [kevincobain2000/gobrew](https://github.com/kevincobain2000/gobrew) – Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash. 705 | - [kevincobain2000/re](https://github.com/kevincobain2000/re) – Command Line Tool to execute commands in README.md file. 706 | - [kevwan/tproxy](https://github.com/kevwan/tproxy) – A cli tool to proxy and analyze TCP connections. 707 | - [kkyr/fig](https://github.com/kkyr/fig) – A minimalist Go configuration library 708 | - [klauspost/compress](https://github.com/klauspost/compress) – Optimized Go Compression Packages 709 | - [ko-build/ko](https://github.com/ko-build/ko) – Build and deploy Go applications 710 | - [koding/kite](https://github.com/koding/kite) – Micro-service framework in Go 711 | - [koki-develop/gat](https://github.com/koki-develop/gat) – 🐱 cat alternative written in Go. 712 | - [kopia/kopia](https://github.com/kopia/kopia) – Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included. 713 | - [kubermatic/fubectl](https://github.com/kubermatic/fubectl) – Reduces repetitive interactions with kubectl 714 | - [kubernetes-sigs/controller-tools](https://github.com/kubernetes-sigs/controller-tools) – Tools to use with the controller-runtime libraries 715 | - [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew) – 📦 Find and install kubectl plugins 716 | - [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) – Kubebuilder - SDK for building Kubernetes APIs using CRDs 717 | - [kubernetes/code-generator](https://github.com/kubernetes/code-generator) – Generators for kube-like API types 718 | - [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) – Production-Grade Container Scheduling and Management 719 | - [kubeshop/tracetest](https://github.com/kubeshop/tracetest) – 🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing. 720 | - [kubesphere/kubekey](https://github.com/kubesphere/kubekey) – Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥 ⎈ 🐳 721 | - [kyoh86/richgo](https://github.com/kyoh86/richgo) – Enrich `go test` outputs with text decorations. 722 | - [labstack/echo](https://github.com/labstack/echo) – High performance, minimalist Go web framework 723 | - [leomos/dwgd](https://github.com/leomos/dwgd) – Docker WireGuard Driver 724 | - [lesismal/nbio](https://github.com/lesismal/nbio) – Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use. 725 | - [life4/enc](https://github.com/life4/enc) – 🔑🔒 A modern and friendly CLI alternative to GnuPG: generate and download keys, encrypt, decrypt, and sign text and files, and more. 726 | - [lithammer/shortuuid](https://github.com/lithammer/shortuuid) – A generator library for concise, unambiguous and URL-safe UUIDs 727 | - [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. 728 | - [loov/goda](https://github.com/loov/goda) – Go Dependency Analysis toolkit 729 | - [loov/lensm](https://github.com/loov/lensm) – Go assembly and source viewer 730 | - [lucaslorentz/caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy) – Caddy as a reverse proxy for Docker 731 | - [luk4z7/go-concurrency-guide](https://github.com/luk4z7/go-concurrency-guide) – Practical concurrency guide in Go, communication by channels, patterns 732 | - [lxc/incus](https://github.com/lxc/incus) – Powerful system container and virtual machine manager 733 | - [m13253/dns-over-https](https://github.com/m13253/dns-over-https) – High performance DNS over HTTPS client & server 734 | - [maaslalani/slides](https://github.com/maaslalani/slides) – Terminal based presentation tool 735 | - [macronut/phantomsocks](https://github.com/macronut/phantomsocks) – A cross-platform proxy client/server for Linux/Windows/macOS 736 | - [madflojo/tasks](https://github.com/madflojo/tasks) – Package tasks is an easy to use in-process scheduler for recurring tasks in Go 737 | - [magefile/mage](https://github.com/magefile/mage) – a Make/rake-like dev tool using Go 738 | - [mailru/easyjson](https://github.com/mailru/easyjson) – Fast JSON serializer for golang. 739 | - [mandiant/gocrack](https://github.com/mandiant/gocrack) – GoCrack is a management frontend for password cracking tools written in Go 740 | - [maragudk/gomponents](https://github.com/maragudk/gomponents) – HTML components in pure Go. 741 | - [maragudk/goqite](https://github.com/maragudk/goqite) – Go queue library built on SQLite and inspired by AWS SQS. 742 | - [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) – A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools. 743 | - [markpash/tailscale-sidecar](https://github.com/markpash/tailscale-sidecar) – A TCP proxy used to expose services onto a tailscale network without root. Ideal for container environments. 744 | - [maruel/panicparse](https://github.com/maruel/panicparse) – Crash your app in style (Golang) 745 | - [matryer/is](https://github.com/matryer/is) – Professional lightweight testing mini-framework for Go. 746 | - [matryer/moq](https://github.com/matryer/moq) – Interface mocking tool for go generate 747 | - [mattn/go-isatty](https://github.com/mattn/go-isatty) 748 | - [mattn/go-mastodon](https://github.com/mattn/go-mastodon) – mastodon client for golang 749 | - [mattn/goreman](https://github.com/mattn/goreman) – foreman clone written in go language 750 | - [maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) – A tool for generating self-contained, type-safe test doubles in go 751 | - [maxpert/marmot](https://github.com/maxpert/marmot) – A distributed SQLite replicator built on top of NATS 752 | - [mehrdadrad/radvpn](https://github.com/mehrdadrad/radvpn) – Decentralized VPN 753 | - [melbahja/goph](https://github.com/melbahja/goph) – 🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀 754 | - [metacontroller/metacontroller](https://github.com/metacontroller/metacontroller) – Writing kubernetes controllers can be simple 755 | - [mfridman/tparse](https://github.com/mfridman/tparse) – CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly. 756 | - [mgechev/revive](https://github.com/mgechev/revive) – 🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint 757 | - [mhmtszr/concurrent-swiss-map](https://github.com/mhmtszr/concurrent-swiss-map) – A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map. 758 | - [mholt/timeliner](https://github.com/mholt/timeliner) – All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below) 759 | - [micro/micro](https://github.com/micro/micro) – A microservices toolkit 760 | - [micromata/dave](https://github.com/micromata/dave) – A totally simple and very easy to configure stand alone webdav server 761 | - [miekg/dns](https://github.com/miekg/dns) – DNS library in Go 762 | - [miguelmota/ethereum-development-with-go-book](https://github.com/miguelmota/ethereum-development-with-go-book) – 📖 A little guide book on Ethereum Development with Go (golang) 763 | - [miguelmota/go-ethereum-hdwallet](https://github.com/miguelmota/go-ethereum-hdwallet) – Ethereum HD Wallet derivations in Go (golang) 764 | - [mikefarah/yq](https://github.com/mikefarah/yq) – yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor 765 | - [mikeroyal/WireGuard-Guide](https://github.com/mikeroyal/WireGuard-Guide) – WireGuard Guide. Learn all about WireGuard for Networking and in the Cloud (Microsoft Azure, AWS, and Google Cloud). 766 | - [mikestefanello/pagoda](https://github.com/mikestefanello/pagoda) – Rapid, easy full-stack web development starter kit and admin panel in Go 767 | - [miniflux/v2](https://github.com/miniflux/v2) – Minimalist and opinionated feed reader 768 | - [mislav/hub](https://github.com/mislav/hub) – A command-line tool that makes git easier to use with GitHub. 769 | - [mitchellh/cli](https://github.com/mitchellh/cli) – A Go library for implementing command-line interfaces. 770 | - [mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) – Go library for decoding generic map values into native Go structures and vice versa. 771 | - [mitchellh/panicwrap](https://github.com/mitchellh/panicwrap) – panicwrap is a Go library for catching and handling panics in Go applications. 772 | - [mjl-/mox](https://github.com/mjl-/mox) – modern full-featured open source secure mail server for low-maintenance self-hosted email 773 | - [mmcdole/gofeed](https://github.com/mmcdole/gofeed) – Parse RSS, Atom and JSON feeds in Go 774 | - [mohae/deepcopy](https://github.com/mohae/deepcopy) – Deep copy things 775 | - [moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData) – Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux). 776 | - [motemen/go-pocket](https://github.com/motemen/go-pocket) – Pocket (getpocket.com) API client for Go (golang). 777 | - [mr-karan/doggo](https://github.com/mr-karan/doggo) – :dog: Command-line DNS Client for Humans. Written in Golang 778 | - [mrusme/journalist](https://github.com/mrusme/journalist) – Journalist. An RSS aggregator. 779 | - [muesli/mango](https://github.com/muesli/mango) – mango is a man-page generator for the Go flag, pflag, cobra, coral, and kong packages 780 | - [muesli/termenv](https://github.com/muesli/termenv) – Advanced ANSI style & color support for your terminal applications 781 | - [multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) – Composable and future-proof network addresses 782 | - [multiformats/multiaddr](https://github.com/multiformats/multiaddr) – Composable and future-proof network addresses 783 | - [multiprocessio/fakegen](https://github.com/multiprocessio/fakegen) – Single binary CLI for generating structured JSON, CSV, Excel, etc. 784 | - [multiprocessio/go-sqlite3-stdlib](https://github.com/multiprocessio/go-sqlite3-stdlib) – A standard library for mattn/go-sqlite3 including best-effort date parsing, url parsing, math/string functions, and stats aggregation functions 785 | - [mvdan/sh](https://github.com/mvdan/sh) – A shell parser, formatter, and interpreter with bash support; includes shfmt 786 | - [mvdan/xurls](https://github.com/mvdan/xurls) – Extract urls from text 787 | - [nadoo/glider](https://github.com/nadoo/glider) – glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq). 788 | - [naggie/dsnet](https://github.com/naggie/dsnet) – FAST command to manage a centralised wireguard VPN. Think wg-quick but quicker: key generation + address allocation. 789 | - [nakabonne/ali](https://github.com/nakabonne/ali) – Generate HTTP load and plot the results in real-time 790 | - [nalgeon/codapi](https://github.com/nalgeon/codapi) – Interactive code examples 791 | - [nalgeon/redka](https://github.com/nalgeon/redka) – Redis re-implemented with SQLite 792 | - [nalgeon/sqlpkg-cli](https://github.com/nalgeon/sqlpkg-cli) – SQLite package manager 793 | - [nao1215/gup](https://github.com/nao1215/gup) – gup - Update binaries installed by "go install" with goroutines. 794 | - [nbd-wtf/satdress](https://github.com/nbd-wtf/satdress) – Federated Lightning addresses server. 795 | - [ncarlier/readflow](https://github.com/ncarlier/readflow) – readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity. 796 | - [ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) – Go bindings to SQLite using wazero 797 | - [nektos/act](https://github.com/nektos/act) – Run your GitHub Actions locally 🚀 798 | - [netbirdio/netbird](https://github.com/netbirdio/netbird) – Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. 799 | - [neuralinkcorp/tsui](https://github.com/neuralinkcorp/tsui) – An (experimental) elegant TUI for configuring Tailscale. 800 | - [nfx/slrp](https://github.com/nfx/slrp) – rotating open proxy multiplexer 801 | - [nhatthm/grpcmock](https://github.com/nhatthm/grpcmock) – gRPC Test Utilities for Golang 802 | - [nicksnyder/go-i18n](https://github.com/nicksnyder/go-i18n) – Translate your Go program into multiple languages. 803 | - [nikolaydubina/go-cover-treemap](https://github.com/nikolaydubina/go-cover-treemap) – 🎄 Go code coverage to SVG treemap 804 | - [nikolaydubina/go-recipes](https://github.com/nikolaydubina/go-recipes) – 🦩 Tools for Go projects 805 | - [nil-go/konf](https://github.com/nil-go/konf) – The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP). 806 | - [nkanaev/yarr](https://github.com/nkanaev/yarr) – yet another rss reader 807 | - [oapi-codegen/oapi-codegen](https://github.com/oapi-codegen/oapi-codegen) – Generate Go client and server boilerplate from OpenAPI 3 specifications 808 | - [oauth2-proxy/oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) – A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers. 809 | - [ohler55/ojg](https://github.com/ohler55/ojg) – Optimized JSON for Go 810 | - [oklog/run](https://github.com/oklog/run) – A universal mechanism to manage goroutine lifecycles 811 | - [olebedev/when](https://github.com/olebedev/when) – A natural language date/time parser with pluggable rules 812 | - [oligot/go-mod-upgrade](https://github.com/oligot/go-mod-upgrade) – Update outdated Go dependencies interactively 813 | - [ollama/ollama](https://github.com/ollama/ollama) – Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models. 814 | - [omissis/go-jsonschema](https://github.com/omissis/go-jsonschema) – A tool to generate Go data types from JSON Schema definitions. 815 | - [onsi/ginkgo](https://github.com/onsi/ginkgo) – A Modern Testing Framework for Go 816 | - [openziti/ziti](https://github.com/openziti/ziti) – The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti 817 | - [openziti/zrok](https://github.com/openziti/zrok) – Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti. 818 | - [operator-framework/operator-lifecycle-manager](https://github.com/operator-framework/operator-lifecycle-manager) – A management framework for extending Kubernetes with Operators 819 | - [orcaman/concurrent-map](https://github.com/orcaman/concurrent-map) – a thread-safe concurrent map for go 820 | - [orijtech/structslop](https://github.com/orijtech/structslop) – structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency. 821 | - [orsinium-labs/enum](https://github.com/orsinium-labs/enum) – Type safe enums for Go without code generation or reflection 822 | - [ory/dockertest](https://github.com/ory/dockertest) – Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work. 823 | - [ory/kratos](https://github.com/ory/kratos) – Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network. 824 | - [ozontech/file.d](https://github.com/ozontech/file.d) – A blazing fast tool for building data pipelines: read, process and output events. Our community: https://t.me/file_d_community 825 | - [p4gefau1t/trojan-go](https://github.com/p4gefau1t/trojan-go) – Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/ 826 | - [palark/ovpn-admin](https://github.com/palark/ovpn-admin) – Simple web UI to manage OpenVPN users. 827 | - [panjf2000/ants](https://github.com/panjf2000/ants) – 🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go. 828 | - [panjf2000/gnet](https://github.com/panjf2000/gnet) – 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go. 829 | - [parsiya/Hacking-with-Go](https://github.com/parsiya/Hacking-with-Go) – Golang for Security Professionals 830 | - [pashagolub/pgxmock](https://github.com/pashagolub/pgxmock) – pgx mock driver for golang to test database interactions 831 | - [patrickhener/goshs](https://github.com/patrickhener/goshs) – A SimpleHTTPServer written in Go, enhanced with features and with a nice design - https://goshs.de 832 | - [patrickmn/go-cache](https://github.com/patrickmn/go-cache) – An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. 833 | - [peer-calls/peer-calls](https://github.com/peer-calls/peer-calls) – Group peer to peer video calls for everyone written in Go and TypeScript 834 | - [pelletier/go-toml](https://github.com/pelletier/go-toml) – Go library for the TOML file format 835 | - [pemistahl/lingua-go](https://github.com/pemistahl/lingua-go) – The most accurate natural language detection library for Go, suitable for short text and mixed-language text 836 | - [peterbourgon/ff](https://github.com/peterbourgon/ff) – Flags-first package for configuration 837 | - [pgrok/pgrok](https://github.com/pgrok/pgrok) – Poor man's ngrok - a multi-tenant HTTP/TCP reverse tunnel solution through SSH remote port forwarding 838 | - [picosh/git-pr](https://github.com/picosh/git-pr) – A pastebin supercharged for git collaboration 839 | - [picosh/pico](https://github.com/picosh/pico) – The ultimate ssh powered services for developers 840 | - [piotrnar/gocoin](https://github.com/piotrnar/gocoin) – Full bitcoin solution written in Go (golang) 841 | - [piranha/gostatic](https://github.com/piranha/gostatic) – Fast static site generator 842 | - [pkg/json](https://github.com/pkg/json) – An efficient JSON decoder 843 | - [pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) – Open Source realtime backend in 1 file 844 | - [portainer/k2d](https://github.com/portainer/k2d) – Kubernetes to Docker translator 845 | - [posener/goaction](https://github.com/posener/goaction) – Write Github actions in Go 846 | - [pressly/goose](https://github.com/pressly/goose) – A database migration tool. Supports SQL migrations and Go functions. 847 | - [project-copacetic/copacetic](https://github.com/project-copacetic/copacetic) – 🧵 CLI tool for directly patching container images! 848 | - [projectcalico/calico](https://github.com/projectcalico/calico) – Cloud native networking and network security 849 | - [projectdiscovery/katana](https://github.com/projectdiscovery/katana) – A next-generation crawling and spidering framework. 850 | - [projectdiscovery/proxify](https://github.com/projectdiscovery/proxify) – A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go. 851 | - [projectdiscovery/shuffledns](https://github.com/projectdiscovery/shuffledns) – MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support. 852 | - [prometheus/consul_exporter](https://github.com/prometheus/consul_exporter) – Exporter for Consul metrics 853 | - [pterm/pterm](https://github.com/pterm/pterm) – ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible. 854 | - [purpleidea/mgmt](https://github.com/purpleidea/mgmt) – Next generation distributed, event-driven, parallel config management! 855 | - [qdm12/gluetun](https://github.com/qdm12/gluetun) – VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in. 856 | - [qiniu/goc](https://github.com/qiniu/goc) – A Comprehensive Coverage Testing System for The Go Programming Language 857 | - [quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests) – Learn Go with test-driven development 858 | - [qustavo/dotsql](https://github.com/qustavo/dotsql) – A Golang library for using SQL. 859 | - [r3labs/diff](https://github.com/r3labs/diff) – A library for diffing golang structures 860 | - [rakyll/golambda](https://github.com/rakyll/golambda) – AWS Lambda Go functions made easy... 861 | - [rakyll/goproxy-s3](https://github.com/rakyll/goproxy-s3) – Go proxy that serves from S3 862 | - [rakyll/gotest](https://github.com/rakyll/gotest) – go test with colors 863 | - [rakyll/hey](https://github.com/rakyll/hey) – HTTP load generator, ApacheBench (ab) replacement 864 | - [rakyll/statik](https://github.com/rakyll/statik) – Embed files into a Go executable 865 | - [rameshsunkara/go-rest-api-example](https://github.com/rameshsunkara/go-rest-api-example) – Enterprise ready REST API microservice in golang 866 | - [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, Azure Blob, Azure Files, Yandex Files 867 | - [rdkr/oniongen-go](https://github.com/rdkr/oniongen-go) – 🔑 v3 .onion vanity URL generator written in Go 868 | - [redhuntlabs/HTTPLoot](https://github.com/redhuntlabs/HTTPLoot) – An automated tool which can simultaneously crawl, fill forms, trigger error/debug pages and "loot" secrets out of the client-facing code of sites. 869 | - [redis/go-redis](https://github.com/redis/go-redis) – Redis Go client 870 | - [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. 871 | - [regclient/regclient](https://github.com/regclient/regclient) – Docker and OCI Registry Client in Go and tooling using those libraries. 872 | - [reugn/go-quartz](https://github.com/reugn/go-quartz) – Minimalist and zero-dependency scheduling library for Go 873 | - [reviewdog/reviewdog](https://github.com/reviewdog/reviewdog) – 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language 874 | - [rfjakob/gocryptfs](https://github.com/rfjakob/gocryptfs) – Encrypted overlay filesystem written in Go 875 | - [riverqueue/river](https://github.com/riverqueue/river) – Fast and reliable background jobs in Go 876 | - [riyaz-ali/sqlite](https://github.com/riyaz-ali/sqlite) – Golang library to build sqlite extensions :rocket: 877 | - [robherley/snips.sh](https://github.com/robherley/snips.sh) – ✂️ passwordless, anonymous SSH-powered pastebin with a human-friendly TUI and web UI 878 | - [roblaszczak/go-cleanarch](https://github.com/roblaszczak/go-cleanarch) – Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects. 879 | - [rodrigo-brito/ninjabot](https://github.com/rodrigo-brito/ninjabot) – A fast trading bot platform for cryptocurrency in Go (Binance) 880 | - [rogchap/v8go](https://github.com/rogchap/v8go) – Execute JavaScript from Go 881 | - [rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) – Selected Go-internal packages factored out from the standard library 882 | - [rqlite/rqlite](https://github.com/rqlite/rqlite) – The lightweight, user-friendly, distributed relational database built on SQLite. 883 | - [rs/dnstrace](https://github.com/rs/dnstrace) – DNS resolution tracing tool 884 | - [rs/zerolog](https://github.com/rs/zerolog) – Zero Allocation JSON Logger 885 | - [rsc/github](https://github.com/rsc/github) 886 | - [runZeroInc/sshamble](https://github.com/runZeroInc/sshamble) – SSHamble: Unexpected Exposures in SSH 887 | - [runfinch/finch](https://github.com/runfinch/finch) – The Finch CLI is an open source client for container development 888 | - [samber/do](https://github.com/samber/do) – ⚙️ A dependency injection toolkit based on Go 1.18+ Generics. 889 | - [samber/lo](https://github.com/samber/lo) – 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...) 890 | - [samber/mo](https://github.com/samber/mo) – 🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...) 891 | - [samber/oops](https://github.com/samber/oops) – 🔥 Error handling library with context, assertion, stack trace and source fragments 892 | - [samber/slog-echo](https://github.com/samber/slog-echo) – 🚨 Echo middleware for slog logger 893 | - [sandialabs/wiretap](https://github.com/sandialabs/wiretap) – Wiretap is a transparent, VPN-like proxy server that tunnels traffic via WireGuard and requires no special privileges to run. 894 | - [saniales/golang-crypto-trading-bot](https://github.com/saniales/golang-crypto-trading-bot) – A golang implementation of a console-based trading bot for cryptocurrency exchanges 895 | - [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. 896 | - [sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) – OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go 897 | - [schollz/croc](https://github.com/schollz/croc) – Easily and securely send things from one computer to another :crocodile: :package: 898 | - [seaweedfs/seaweedfs](https://github.com/seaweedfs/seaweedfs) – 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. 899 | - [segmentio/golines](https://github.com/segmentio/golines) – A golang formatter that fixes long lines 900 | - [segmentio/ksuid](https://github.com/segmentio/ksuid) – K-Sortable Globally Unique IDs 901 | - [serjs/socks5-server](https://github.com/serjs/socks5-server) 902 | - [shadowsocks/go-shadowsocks2](https://github.com/shadowsocks/go-shadowsocks2) – Modern Shadowsocks in Go 903 | - [shopspring/decimal](https://github.com/shopspring/decimal) – Arbitrary-precision fixed-point decimal numbers in Go 904 | - [showa-93/go-mask](https://github.com/showa-93/go-mask) – go-mask is a simple, customizable Go library for masking sensitive information. 905 | - [siddhantac/puffin](https://github.com/siddhantac/puffin) – A beautiful terminal dashboard for hledger 💰 906 | - [sipt/shuttle](https://github.com/sipt/shuttle) – A web proxy in Golang with amazing features. 907 | - [sirupsen/logrus](https://github.com/sirupsen/logrus) – Structured, pluggable logging for Go. 908 | - [skip2/go-qrcode](https://github.com/skip2/go-qrcode) – :sparkles: QR Code encoder (Go) 909 | - [slackhq/nebula](https://github.com/slackhq/nebula) – A scalable overlay networking tool with a focus on performance, simplicity and security 910 | - [smallstep/certificates](https://github.com/smallstep/certificates) – 🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH. 911 | - [solo-io/protoc-gen-openapi](https://github.com/solo-io/protoc-gen-openapi) – Compile Google protobufs to openAPI v3 specs 912 | - [sourcegraph/conc](https://github.com/sourcegraph/conc) – Better structured concurrency for go 913 | - [sourcegraph/sourcegraph-public-snapshot](https://github.com/sourcegraph/sourcegraph-public-snapshot) – Code AI platform with Code Search & Cody 914 | - [sourcegraph/webloop](https://github.com/sourcegraph/webloop) – WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go. 915 | - [soypat/gopherlings](https://github.com/soypat/gopherlings) – 📘️ Learn Go by fixing tiny incorrect programs 916 | - [spegel-org/spegel](https://github.com/spegel-org/spegel) – Stateless cluster local OCI registry mirror. 917 | - [spf13/cast](https://github.com/spf13/cast) – safe and easy casting from one type to another in Go 918 | - [spf13/cobra](https://github.com/spf13/cobra) – A Commander for modern Go CLI interactions 919 | - [spf13/pflag](https://github.com/spf13/pflag) – Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. 920 | - [spf13/viper](https://github.com/spf13/viper) – Go configuration with fangs 921 | - [spyzhov/ajson](https://github.com/spyzhov/ajson) – Abstract JSON for Golang with JSONPath support 922 | - [sqlc-dev/sqlc](https://github.com/sqlc-dev/sqlc) – Generate type-safe code from SQL 923 | - [stackrox/kube-linter](https://github.com/stackrox/kube-linter) – KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices. 924 | - [stamblerre/advent-of-code-2024](https://github.com/stamblerre/advent-of-code-2024) 925 | - [steinfletcher/apitest](https://github.com/steinfletcher/apitest) – A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests. 926 | - [stretchr/objx](https://github.com/stretchr/objx) – Go package for dealing with maps, slices, JSON and other data. 927 | - [stretchr/testify](https://github.com/stretchr/testify) – A toolkit with common assertions and mocks that plays nicely with the standard library 928 | - [subosito/gotenv](https://github.com/subosito/gotenv) – Load environment variables from `.env` or `io.Reader` in Go. 929 | - [subtrace/subtrace](https://github.com/subtrace/subtrace) – Wireshark for Docker containers 930 | - [sugawarayuuta/sonnet](https://github.com/sugawarayuuta/sonnet) – High performance JSON decoder in Go 931 | - [superseriousbusiness/gotosocial](https://github.com/superseriousbusiness/gotosocial) – Fast, fun, small ActivityPub server. READ ONLY MIRROR! Now on Codeberg instead: https://codeberg.org/superseriousbusiness/gotosocial 932 | - [syncthing/syncthing](https://github.com/syncthing/syncthing) – Open Source Continuous File Synchronization 933 | - [tailscale/caddy-tailscale](https://github.com/tailscale/caddy-tailscale) – A highly experimental exploration of integrating Tailscale and Caddy. 934 | - [tailscale/golink](https://github.com/tailscale/golink) – A private shortlink service for tailnets 935 | - [tailscale/hujson](https://github.com/tailscale/hujson) – HuJSON: JSON for Humans (JWCC: JSON w/ comments and trailing commas) 936 | - [tailscale/sqlite](https://github.com/tailscale/sqlite) – work in progress 937 | - [tailscale/tailscale](https://github.com/tailscale/tailscale) – The easiest, most secure way to use WireGuard and 2FA. 938 | - [tailscale/tailscale-client-go](https://github.com/tailscale/tailscale-client-go) – A client implementation for the Tailscale HTTP API 939 | - [talostrading/sonic](https://github.com/talostrading/sonic) – Sonic is a Go library for network and I/O programming that provides developers with a consistent asynchronous model, with a focus on achieving the lowest possible latency and jitter in Go. 940 | - [taubyte/tau](https://github.com/taubyte/tau) – Open source distributed Platform as a Service (PaaS). A self-hosted Vercel / Netlify / Cloudflare alternative. 941 | - [tdewolff/minify](https://github.com/tdewolff/minify) – Go minifiers for web formats 942 | - [tebeka/selenium](https://github.com/tebeka/selenium) – Selenium/Webdriver client for Go 943 | - [teh-cmc/go-internals](https://github.com/teh-cmc/go-internals) – A book about the internals of the Go programming language. 944 | - [teivah/100-go-mistakes](https://github.com/teivah/100-go-mistakes) – 📖 100 Go Mistakes and How to Avoid Them 945 | - [testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) – Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. 946 | - [thejerf/suture](https://github.com/thejerf/suture) – Supervisor trees for Go. 947 | - [things-go/go-socks5](https://github.com/things-go/go-socks5) – socks5 server in pure Golang with much custom optional. Full TCP/UDP and IPv4/IPv6 support. 948 | - [thoas/go-funk](https://github.com/thoas/go-funk) – A modern Go utility library which provides helpers (map, find, contains, filter, ...) 949 | - [thomiceli/opengist](https://github.com/thomiceli/opengist) – Self-hosted pastebin powered by Git, open-source alternative to Github Gist. 950 | - [thrasher-corp/gocryptotrader](https://github.com/thrasher-corp/gocryptotrader) – A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang. 951 | - [tidwall/btree](https://github.com/tidwall/btree) – B-tree implementation for Go 952 | - [tidwall/gjson](https://github.com/tidwall/gjson) – Get JSON values quickly - JSON parser for Go 953 | - [tidwall/jj](https://github.com/tidwall/jj) – JSON Stream Editor (command line utility) 954 | - [tidwall/sjson](https://github.com/tidwall/sjson) – Set JSON values very quickly in Go 955 | - [tiendc/go-deepcopy](https://github.com/tiendc/go-deepcopy) – Fast deep-copy library for Go 956 | - [tinygo-org/tinygo](https://github.com/tinygo-org/tinygo) – Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM. 957 | - [tj/staticgen](https://github.com/tj/staticgen) – Static website generator that lets you use HTTP servers and frameworks you already know 958 | - [tomarrell/wrapcheck](https://github.com/tomarrell/wrapcheck) – A Go linter to check that errors from external packages are wrapped 959 | - [tomnomnom/fff](https://github.com/tomnomnom/fff) – The Fairly Fast Fetcher. Requests a bunch of URLs provided on stdin fairly quickly. 960 | - [trashhalo/reddit-rss](https://github.com/trashhalo/reddit-rss) – improved rss feed for reddit 961 | - [twpayne/chezmoi](https://github.com/twpayne/chezmoi) – Manage your dotfiles across multiple diverse machines, securely. 962 | - [twpayne/go-jsonstruct](https://github.com/twpayne/go-jsonstruct) – Generate Go structs from multiple JSON or YAML objects. 963 | - [uber-go/atomic](https://github.com/uber-go/atomic) – Wrapper types for sync/atomic which enforce atomic access 964 | - [uber-go/config](https://github.com/uber-go/config) – Configuration for Go applications 965 | - [uber-go/goleak](https://github.com/uber-go/goleak) – Goroutine leak detector 966 | - [uber-go/mock](https://github.com/uber-go/mock) – GoMock is a mocking framework for the Go programming language. 967 | - [uber-go/multierr](https://github.com/uber-go/multierr) – Combine one or more Go errors together 968 | - [uber-go/nilaway](https://github.com/uber-go/nilaway) – Static analysis tool to detect potential nil panics in Go code 969 | - [uber-go/zap](https://github.com/uber-go/zap) – Blazing fast, structured, leveled logging in Go. 970 | - [ugorji/go](https://github.com/ugorji/go) – idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go] 971 | - [umputun/feed-master](https://github.com/umputun/feed-master) – Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly. 972 | - [umputun/remark42](https://github.com/umputun/remark42) – comment engine 973 | - [umputun/reproxy](https://github.com/umputun/reproxy) – Simple edge server / reverse proxy 974 | - [upspin/upspin](https://github.com/upspin/upspin) – Upspin: A framework for naming everyone's everything. 975 | - [urfave/cli](https://github.com/urfave/cli) – A simple, fast, and fun package for building command line apps in Go 976 | - [usememos/memos](https://github.com/usememos/memos) – An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. 977 | - [v2fly/domain-list-community](https://github.com/v2fly/domain-list-community) – Community managed domain list. Generate geosite.dat for V2Ray. 978 | - [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core) – A platform for building proxies to bypass network restrictions. 979 | - [v2ray/v2ray-core](https://github.com/v2ray/v2ray-core) – A platform for building proxies to bypass network restrictions. 980 | - [valyala/fastjson](https://github.com/valyala/fastjson) – Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection 981 | - [valyala/quicktemplate](https://github.com/valyala/quicktemplate) – Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template 982 | - [varbhat/exatorrent](https://github.com/varbhat/exatorrent) – 🧲 Easy to Use Torrent Client. Can be hosted in Cloud. Files can be streamed in Browser/Media Player. 983 | - [vas3k/pepic](https://github.com/vas3k/pepic) – Image and video proxy for my pet-projects 984 | - [vektra/mockery](https://github.com/vektra/mockery) – A mock code autogenerator for Go 985 | - [venkat1017/Opengit](https://github.com/venkat1017/Opengit) – This is a smaller version for git. Other details: 986 | - [veqryn/slog-context](https://github.com/veqryn/slog-context) – Use golang structured logging (slog) with context. Add and retrieve logger to and from context. Add attributes to context. Automatically read any custom context values, such as OpenTelemetry TraceID. 987 | - [versity/versitygw](https://github.com/versity/versitygw) – versity s3 gateway 988 | - [vladimirvivien/go-plugin-example](https://github.com/vladimirvivien/go-plugin-example) – Playing around with Go 1.8 plugin system 989 | - [vladimirvivien/gosh](https://github.com/vladimirvivien/gosh) – Gosh - a pluggable framework for building command shell programs 990 | - [vulpemventures/nigiri](https://github.com/vulpemventures/nigiri) – 🍣 A delicious docker box for special Bitcoin cookings 991 | - [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, Ghostarchive, IPFS, Telegraph, and file systems. 992 | - [wader/fq](https://github.com/wader/fq) – jq for binary formats - tool, language and decoders for working with binary and text formats 993 | - [wailsapp/wails](https://github.com/wailsapp/wails) – Create beautiful applications using Go 994 | - [werf/kubedog](https://github.com/werf/kubedog) – Library to watch and follow kubernetes resources in CI/CD deploy pipelines 995 | - [werf/nelm](https://github.com/werf/nelm) – Nelm is a Helm 3 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes. 996 | - [werf/trdl](https://github.com/werf/trdl) – The universal solution for delivering your software updates securely from a trusted The Update Framework (TUF) repository. 997 | - [werf/werf](https://github.com/werf/werf) – A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices. 998 | - [whyvl/wireproxy](https://github.com/whyvl/wireproxy) – Wireguard client that exposes itself as a socks5 proxy 999 | - [willnorris/imageproxy](https://github.com/willnorris/imageproxy) – A caching, resizing image proxy written in Go 1000 | - [xhd2015/xgo](https://github.com/xhd2015/xgo) – All-in-one go testing library 1001 | - [xjasonlyu/tun2socks](https://github.com/xjasonlyu/tun2socks) – tun2socks - powered by gVisor TCP/IP stack 1002 | - [xtaci/kcp-go](https://github.com/xtaci/kcp-go) – A Crypto-Secure Reliable-UDP Library for golang with FEC 1003 | - [xvzc/SpoofDPI](https://github.com/xvzc/SpoofDPI) – A simple and fast anti-censorship tool written in Go 1004 | - [yep/eth-tweet](https://github.com/yep/eth-tweet) – Decentralized Twitter: A microblogging service running on the Ethereum blockchain 1005 | - [yeqown/go-qrcode](https://github.com/yeqown/go-qrcode) – To help gophers generate QR Codes with customized styles, such as color, block size, block shape, and icon. 1006 | - [yggdrasil-network/yggdrasil-go](https://github.com/yggdrasil-network/yggdrasil-go) – An experiment in scalable routing as an encrypted IPv6 overlay network 1007 | - [yhat/scrape](https://github.com/yhat/scrape) – A simple, higher level interface for Go web scraping. 1008 | - [ymtdzzz/otel-tui](https://github.com/ymtdzzz/otel-tui) – A terminal OpenTelemetry viewer inspired by otel-desktop-viewer 1009 | - [yolo-pkgs/gore](https://github.com/yolo-pkgs/gore) – "npm list/update -g" for golang 1010 | - [yourselfhosted/slash](https://github.com/yourselfhosted/slash) – An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management. 1011 | - [yuin/goldmark](https://github.com/yuin/goldmark) – :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured. 1012 | - [zalando/gin-oauth2](https://github.com/zalando/gin-oauth2) – Middleware for Gin Framework users who also want to use OAuth2 1013 | - [zarf-dev/zarf](https://github.com/zarf-dev/zarf) – DevSecOps for Airgap & Limited-Connection Systems. https://zarf.dev/ 1014 | - [zimmski/go-mutesting](https://github.com/zimmski/go-mutesting) – Mutation testing for Go source code 1015 | - [zitadel/zitadel](https://github.com/zitadel/zitadel) – ZITADEL - Identity infrastructure, simplified for you. 1016 | - [zk-org/zk](https://github.com/zk-org/zk) – A plain text note-taking assistant 1017 | - [zombiezen/go-sqlite](https://github.com/zombiezen/go-sqlite) – Low-level Go interface to SQLite 3 1018 | - [zsais/go-gin-prometheus](https://github.com/zsais/go-gin-prometheus) – Gin Web Framework Prometheus metrics exporter 1019 | 1020 | 1021 | 1022 | ## HTML 1023 | 1024 | - [Igglybuff/awesome-piracy](https://github.com/Igglybuff/awesome-piracy) – A curated list of awesome warez and piracy links 1025 | - [Konstantin8105/Effective_Go_RU](https://github.com/Konstantin8105/Effective_Go_RU) – Перевод - Эффективный Go 1026 | - [XXIIVV/oscean](https://github.com/XXIIVV/oscean) – Static wiki engine written in Uxntal 1027 | - [academicpages/academicpages.github.io](https://github.com/academicpages/academicpages.github.io) – Github Pages template based upon HTML and Markdown for personal, portfolio-based websites. 1028 | - [adityatelange/hugo-PaperMod](https://github.com/adityatelange/hugo-PaperMod) – A fast, clean, responsive Hugo theme. 1029 | - [drduh/YubiKey-Guide](https://github.com/drduh/YubiKey-Guide) – Community guide to using YubiKey for GnuPG and SSH - protect secrets with hardware crypto. 1030 | - [dse/old-timey-mono-font](https://github.com/dse/old-timey-mono-font) 1031 | - [geek-cookbook/geek-cookbook](https://github.com/geek-cookbook/geek-cookbook) – The "Geek's Cookbook" is a collection of guides for establishing your own highly-available "private cloud" and using it to run self-hosted services such as GitLab, Plex, NextCloud, etc. 1032 | - [go101/go101](https://github.com/go101/go101) – An up-to-date (unofficial) knowledge base for Go programming self learning 1033 | - [google/docsy](https://github.com/google/docsy) – Hugo theme for open source documentation 1034 | - [google/docsy-example](https://github.com/google/docsy-example) – An example documentation site using the Docsy Hugo theme 1035 | - [pointbiz/bitaddress.org](https://github.com/pointbiz/bitaddress.org) – JavaScript Client-Side Bitcoin Wallet Generator 1036 | - [rhazdon/hugo-theme-hello-friend-ng](https://github.com/rhazdon/hugo-theme-hello-friend-ng) – Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing! 1037 | - [siddhantgoel/awesome-beancount](https://github.com/siddhantgoel/awesome-beancount) – Awesome Beancount Resources 1038 | - [simonw/til](https://github.com/simonw/til) – Today I Learned 1039 | - [waferbaby/usesthis](https://github.com/waferbaby/usesthis) – A nerdy little interview website, asking people from all walks of life what they use to get the job done. 1040 | - [wintermute-cell/magick.css](https://github.com/wintermute-cell/magick.css) – magically playful, yet simple styling. all in one file. 1041 | - [xz/new.css](https://github.com/xz/new.css) – A classless CSS framework to write modern websites using only HTML. 1042 | 1043 | 1044 | 1045 | ## Haskell 1046 | 1047 | - [adept/full-fledged-hledger](https://github.com/adept/full-fledged-hledger) – Tutorial on Hledger setup with multi-year files, multi-source imports and a range of auto-generated reports 1048 | - [gwern/archiver-bot](https://github.com/gwern/archiver-bot) – Background daemon which archives a list of URLs to the Internet Archive, archive.is, and other services 1049 | - [gwern/gwern.net](https://github.com/gwern/gwern.net) – Site infrastructure for gwern.net. Custom Hakyll website with unique link archiving, popup UX, transclusions/collapses, dark+reader mode, bidirectional backlinks, and typography (sidenotes, dropcaps, link icons, inflation-adjustment, subscripted-citations). 1050 | - [jaspervdj/hakyll](https://github.com/jaspervdj/hakyll) – A static website compiler library in Haskell 1051 | - [jgm/gitit](https://github.com/jgm/gitit) – A wiki using HAppS, pandoc, and git 1052 | - [jgm/pandoc](https://github.com/jgm/pandoc) – Universal markup converter 1053 | - [simonmichael/hledger](https://github.com/simonmichael/hledger) – Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces. 1054 | - [simplex-chat/simplexmq](https://github.com/simplex-chat/simplexmq) – ⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks. 1055 | 1056 | 1057 | 1058 | ## Java 1059 | 1060 | - [0xdea/ghidra-scripts](https://github.com/0xdea/ghidra-scripts) – A collection of my Ghidra scripts to facilitate reverse engineering and vulnerability research. 1061 | - [gshevtsov/TroikaDumper](https://github.com/gshevtsov/TroikaDumper) – Дампер и парсер памяти карты Тройка 1062 | - [krlvm/PowerTunnel](https://github.com/krlvm/PowerTunnel) – Powerful and extensible proxy server with anti-censorship functionality 1063 | 1064 | 1065 | 1066 | ## JavaScript 1067 | 1068 | - [ArchGPT/insomnium](https://github.com/ArchGPT/insomnium) – Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia 1069 | - [ArchiveBox/archivebox-browser-extension](https://github.com/ArchiveBox/archivebox-browser-extension) – Official ArchiveBox browser extension: automatically/manually preserve your browsing history using ArchiveBox. 1070 | - [BalliAsghar/Mailsy](https://github.com/BalliAsghar/Mailsy) – ⚡️ Quickly generate a disposable email straight from terminal. 1071 | - [FilipePS/Traduzir-paginas-web](https://github.com/FilipePS/Traduzir-paginas-web) – Translate your page in real time using Google, Bing or Yandex 1072 | - [MHSanaei/3x-ui](https://github.com/MHSanaei/3x-ui) – Xray panel supporting multi-protocol multi-user expire day & traffic & IP limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard) 1073 | - [MaggieAppleton/digital-gardeners](https://github.com/MaggieAppleton/digital-gardeners) – Resources, links, projects, and ideas for gardeners tending their digital notes on the public interwebs 1074 | - [Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm) – The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more. 1075 | - [Mottie/GitHub-userscripts](https://github.com/Mottie/GitHub-userscripts) – Userscripts to add functionality to GitHub 1076 | - [SadeghHayeri/GreenTunnel](https://github.com/SadeghHayeri/GreenTunnel) – GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites. 1077 | - [adamwalach/openvpn-web-ui](https://github.com/adamwalach/openvpn-web-ui) – Web interface (with golang backend) for monitoring and administration of OpenVPN server 1078 | - [aleixrodriala/wa-tunnel](https://github.com/aleixrodriala/wa-tunnel) – Tunneling Internet traffic over Whatsapp 1079 | - [aljazceru/awesome-nostr](https://github.com/aljazceru/awesome-nostr) – nostr.net - awesome-nostr is a collection of projects and resources built on nostr to help developers and users find new things 1080 | - [anticensority/runet-censorship-bypass](https://github.com/anticensority/runet-censorship-bypass) – Web-extension for bypassing censorship in Russia 1081 | - [ardanlabs/blockchain](https://github.com/ardanlabs/blockchain) 1082 | - [arkenfox/user.js](https://github.com/arkenfox/user.js) – Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening 1083 | - [atoponce/webpassgen](https://github.com/atoponce/webpassgen) – Simple web-based password generator 1084 | - [automatisch/automatisch](https://github.com/automatisch/automatisch) – The open source Zapier alternative. Build workflow automation without spending time and money. 1085 | - [awesome-scripts/awesome-userscripts](https://github.com/awesome-scripts/awesome-userscripts) – 📖 A curated list of Awesome Userscripts. 1086 | - [benjypng/firefox-extension-logseq-quickcapture](https://github.com/benjypng/firefox-extension-logseq-quickcapture) – firefox-extension-logseq-quickcapture 1087 | - [bigskysoftware/htmx](https://github.com/bigskysoftware/htmx) – > htmx - high power tools for HTML 1088 | - [blocklistproject/Lists](https://github.com/blocklistproject/Lists) – Primary Block Lists 1089 | - [brave/brave-browser](https://github.com/brave/brave-browser) – Brave browser for Android, iOS, Linux, macOS, Windows. 1090 | - [ckolderup/postmarks](https://github.com/ckolderup/postmarks) – a single-user bookmarking website designed to live on the Fediverse 1091 | - [danielmiessler/fabric](https://github.com/danielmiessler/fabric) – fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere. 1092 | - [dnakov/little-rat](https://github.com/dnakov/little-rat) – 🐀 Small chrome extension to monitor (and optionally block) other extensions' network calls 1093 | - [gorhill/uBlock](https://github.com/gorhill/uBlock) – uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean. 1094 | - [hackademix/noscript](https://github.com/hackademix/noscript) – The popular NoScript Security Suite browser extension. 1095 | - [mellow-io/mellow](https://github.com/mellow-io/mellow) – Mellow is a rule-based global transparent proxy client for Windows, macOS and Linux. Also a Proxifier alternative. 1096 | - [michenriksen/gokiburi](https://github.com/michenriksen/gokiburi) – Automatic test runs for Go projects 1097 | - [mrrfv/cloudflare-gateway-pihole-scripts](https://github.com/mrrfv/cloudflare-gateway-pihole-scripts) – Use Cloudflare Gateway DNS/VPN to block ads, malware and tracking domains - free alternative to NextDNS, Pi-hole and AdGuard 1098 | - [nalgeon/codapi-js](https://github.com/nalgeon/codapi-js) – Interactive code examples for documentation, education and fun. 1099 | - [overshard/timelite](https://github.com/overshard/timelite) – Why is it 5 AM? Isn't there something simple I can use to track what I'm doing with all this time? 1100 | - [paulmillr/encrypted-dns](https://github.com/paulmillr/encrypted-dns) – DNS over HTTPS config profiles for iOS & macOS 1101 | - [revoltchat/self-hosted](https://github.com/revoltchat/self-hosted) – Instructions and resources to deploy Revolt using Docker. 1102 | - [serverless-dns/serverless-dns](https://github.com/serverless-dns/serverless-dns) – The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io 1103 | - [stackernews/stacker.news](https://github.com/stackernews/stacker.news) – Trying to fix online communities with economics 1104 | - [timvisee/send](https://github.com/timvisee/send) – :mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send 1105 | - [usebruno/bruno](https://github.com/usebruno/bruno) – Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia) 1106 | - [yokoffing/Betterfox](https://github.com/yokoffing/Betterfox) – Firefox user.js for speed, privacy, and security. Your favorite browser, but better. 1107 | - [zadam/trilium](https://github.com/zadam/trilium) – Build your personal knowledge base with Trilium Notes 1108 | - [zizifn/edgetunnel](https://github.com/zizifn/edgetunnel) – Running V2ray inside edge/serverless runtime 1109 | 1110 | 1111 | 1112 | ## Jinja 1113 | 1114 | - [trailofbits/algo](https://github.com/trailofbits/algo) – Set up a personal VPN in the cloud 1115 | 1116 | 1117 | 1118 | ## Jq 1119 | 1120 | - [odnoletkov/advent-of-code-jq](https://github.com/odnoletkov/advent-of-code-jq) – Solving Advent of Code with jq 1121 | 1122 | 1123 | 1124 | ## Jsonnet 1125 | 1126 | - [carlosedp/cluster-monitoring](https://github.com/carlosedp/cluster-monitoring) – Cluster monitoring stack for clusters based on Prometheus Operator 1127 | 1128 | 1129 | 1130 | ## Jupyter Notebook 1131 | 1132 | - [DataDog/go-profiler-notes](https://github.com/DataDog/go-profiler-notes) – felixge's notes on the various go profiling methods that are available. 1133 | - [codez0mb1e/resistance](https://github.com/codez0mb1e/resistance) – Pre-crisis Risk Management for Personal Finance 1134 | - [karpathy/nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) – Neural Networks: Zero to Hero 1135 | - [microsoft/OmniParser](https://github.com/microsoft/OmniParser) – A simple screen parsing tool towards pure vision based GUI agent 1136 | - [mlarocca/AlgorithmsAndDataStructuresInAction](https://github.com/mlarocca/AlgorithmsAndDataStructuresInAction) – Advanced Data Structures Implementation 1137 | 1138 | 1139 | 1140 | ## Kotlin 1141 | 1142 | - [AChep/keyguard-app](https://github.com/AChep/keyguard-app) – Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible. 1143 | - [MortezaBashsiz/CFScanner](https://github.com/MortezaBashsiz/CFScanner) – Cloudflare scanner 1144 | - [simplex-chat/simplex-chat](https://github.com/simplex-chat/simplex-chat) – SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱! 1145 | 1146 | 1147 | 1148 | ## LUA 1149 | 1150 | - [LazyVim/starter](https://github.com/LazyVim/starter) – Starter template for LazyVim 1151 | - [NeogitOrg/neogit](https://github.com/NeogitOrg/neogit) – An interactive and powerful Git interface for Neovim, inspired by Magit 1152 | - [NvChad/NvChad](https://github.com/NvChad/NvChad) – Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience. 1153 | - [ahmedkhalf/project.nvim](https://github.com/ahmedkhalf/project.nvim) – The superior project management solution for neovim. 1154 | - [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim) – Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort 1155 | - [fatih/dotfiles](https://github.com/fatih/dotfiles) – My personal dotfiles 1156 | - [folke/lazy.nvim](https://github.com/folke/lazy.nvim) – 💤 A modern plugin manager for Neovim 1157 | - [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim) – 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. 1158 | - [folke/trouble.nvim](https://github.com/folke/trouble.nvim) – 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. 1159 | - [fredrikaverpil/neotest-golang](https://github.com/fredrikaverpil/neotest-golang) – Reliable Neotest adapter for running Go tests in Neovim. 1160 | - [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) – A completion plugin for neovim coded in Lua. 1161 | - [jdhao/nvim-config](https://github.com/jdhao/nvim-config) – A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more... 1162 | - [jessfraz/.vim](https://github.com/jessfraz/.vim) – My .vim dotfiles and configurations. 1163 | - [luakit/luakit](https://github.com/luakit/luakit) – Fast, small, webkit based browser framework extensible by Lua. 1164 | - [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) – A blazing fast and easy to configure neovim statusline plugin written in pure lua. 1165 | - [nvim-neotest/neotest](https://github.com/nvim-neotest/neotest) – An extensible framework for interacting with tests within NeoVim. 1166 | - [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua) – A file explorer tree for neovim written in lua 1167 | - [pwntester/octo.nvim](https://github.com/pwntester/octo.nvim) – Edit and review GitHub issues and pull requests from the comfort of your favorite editor 1168 | - [ray-x/go.nvim](https://github.com/ray-x/go.nvim) – G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim 1169 | - [sile-typesetter/sile](https://github.com/sile-typesetter/sile) – The SILE Typesetter — Simon’s Improved Layout Engine 1170 | - [stevearc/oil.nvim](https://github.com/stevearc/oil.nvim) – Neovim file explorer: edit your filesystem like a buffer 1171 | 1172 | 1173 | 1174 | ## Makefile 1175 | 1176 | - [davecheney/dotfiles](https://github.com/davecheney/dotfiles) – dot slash dot dot 1177 | - [go-slog/awesome-slog](https://github.com/go-slog/awesome-slog) – Collection of log/slog related projects. 1178 | - [lorien/awesome-web-scraping](https://github.com/lorien/awesome-web-scraping) – List of libraries, tools and APIs for web scraping and data processing. 1179 | - [ogarcia/docker-tor](https://github.com/ogarcia/docker-tor) – [MIRROR] Small docker of Tor client 1180 | 1181 | 1182 | 1183 | ## Markdown 1184 | 1185 | - [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) – Master programming by recreating your favorite technologies from scratch. 1186 | - [privacyguides/privacyguides.org](https://github.com/privacyguides/privacyguides.org) – Protect your data against global mass surveillance programs. 1187 | - [tldr-pages/tldr](https://github.com/tldr-pages/tldr) – 📚 Collaborative cheatsheets for console commands 1188 | 1189 | 1190 | 1191 | ## Mdx 1192 | 1193 | - [DeterminateSystems/zero-to-nix](https://github.com/DeterminateSystems/zero-to-nix) – Zero to Nix is your guide to learning Nix and flakes. Created by Determinate Systems. 1194 | - [Sobeston/zig.guide](https://github.com/Sobeston/zig.guide) – Repo for https://zig.guide content. Get up to speed with Zig quickly. 1195 | - [nikitavoloboev/nikiv](https://github.com/nikitavoloboev/nikiv) – Personal website, docs, tools 1196 | - [r3nya/madrid101](https://github.com/r3nya/madrid101) – FAQ about Madrid for digital nomads 1197 | 1198 | 1199 | 1200 | ## Nim 1201 | 1202 | - [zedeus/nitter](https://github.com/zedeus/nitter) – Alternative Twitter front-end 1203 | 1204 | 1205 | 1206 | ## Nix 1207 | 1208 | - [boinkor-net/tsnsrv](https://github.com/boinkor-net/tsnsrv) – A reverse proxy that exposes services on your tailnet (as their own tailscale participants) 1209 | - [cachix/devenv](https://github.com/cachix/devenv) – Fast, Declarative, Reproducible, and Composable Developer Environments using Nix 1210 | - [mitchellh/nixos-config](https://github.com/mitchellh/nixos-config) – My NixOS configurations. 1211 | - [tazjin/nix-1p](https://github.com/tazjin/nix-1p) – A (more or less) one page introduction to Nix, the language. 1212 | - [the-nix-way/dev-templates](https://github.com/the-nix-way/dev-templates) – Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins] 1213 | 1214 | 1215 | 1216 | ## Objective-C 1217 | 1218 | - [git-up/GitUp](https://github.com/git-up/GitUp) – The Git interface you've been missing all your life has finally arrived. 1219 | - [samuelclay/NewsBlur](https://github.com/samuelclay/NewsBlur) – NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument. 1220 | 1221 | 1222 | 1223 | ## Ocaml 1224 | 1225 | - [comby-tools/comby](https://github.com/comby-tools/comby) – A code rewrite tool for structural search and replace that supports ~every language. 1226 | 1227 | 1228 | 1229 | ## Others 1230 | 1231 | - [255kb/stack-on-a-budget](https://github.com/255kb/stack-on-a-budget) – A collection of services with great free tiers for developers on a budget. Sponsored by Mockoon, the best mock API tool. https://mockoon.com 1232 | - [BlockChainCaffe/Nostr-Relay-Setup-Guide](https://github.com/BlockChainCaffe/Nostr-Relay-Setup-Guide) – A complete step by step setup guide for Nostr relay based on nostr-rs-relay 1233 | - [GMOogway/shadowrocket-rules](https://github.com/GMOogway/shadowrocket-rules) – 小火箭规则🚀,小火箭配置,shadowrocket规则,shadowrocket rules,最全面的直连(DIRECT)、代理(PROXY)、屏蔽(REJECT)规则,自动构建,每日更新 1234 | - [Haxxnet/Compose-Examples](https://github.com/Haxxnet/Compose-Examples) – Various Docker Compose examples of selfhosted FOSS and proprietary projects. 1235 | - [IAmStoxe/wirehole](https://github.com/IAmStoxe/wirehole) – WireHole is a combination of WireGuard, Pi-hole, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create a personally managed full or split-tunnel WireGuard VPN with ad blocking capabilities thanks to Pi-hole, and DNS caching, additional privacy options, and upstream providers via Unbound. 1236 | - [Loyalsoldier/v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat) – 🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替 V2Ray 官方 geoip.dat 和 geosite.dat,适用于 V2Ray、Xray-core、mihomo(Clash-Meta)、hysteria、Trojan-Go 和 leaf。Enhanced edition of V2Ray rules dat files, applicable to V2Ray, Xray-core, mihomo(Clash-Meta), hysteria, Trojan-Go and leaf. 1237 | - [MetaCubeX/ClashX.Meta](https://github.com/MetaCubeX/ClashX.Meta) 1238 | - [P3TERX/GeoLite.mmdb](https://github.com/P3TERX/GeoLite.mmdb) – MaxMind's GeoIP2 GeoLite2 Country, City, and ASN databases 1239 | - [Samsar4/Ethical-Hacking-Labs](https://github.com/Samsar4/Ethical-Hacking-Labs) – Practical Ethical Hacking Labs 🗡🛡 1240 | - [YubicoLabs/sign-git-commits-yubikey](https://github.com/YubicoLabs/sign-git-commits-yubikey) – Sign git commits with a YubiKey 1241 | - [ZachGoldberg/Startup-CTO-Handbook](https://github.com/ZachGoldberg/Startup-CTO-Handbook) – The Startup CTO's Handbook, a book covering leadership, management and technical topics for leaders of software engineering teams 1242 | - [Zie619/n8n-workflows](https://github.com/Zie619/n8n-workflows) – all of the workflows of n8n i could find (also from the site itself) 1243 | - [a8m/golang-cheat-sheet](https://github.com/a8m/golang-cheat-sheet) – An overview of Go syntax and features. 1244 | - [anderspitman/awesome-tunneling](https://github.com/anderspitman/awesome-tunneling) – List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting. 1245 | - [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 1246 | - [awesome-vpn/awesome-vpn](https://github.com/awesome-vpn/awesome-vpn) – Free proxy,VPN,免费代理,网络加速,科学上网,机场订阅,翻墙,梯子 無料プロキシ 무료 프록시 Gratis gratuit Бесплатный прокси gratuito Gratis Darmowe Ücretsiz بروكسي مجاني मुफ्त प्रॉक्सी พร็อกซีฟรี miễn phí 1247 | - [brodi1/activitypub-relays](https://github.com/brodi1/activitypub-relays) – A sorted list of ActivityPub relays for Mastodon or Pleroma.... 1248 | - [caisah/emacs.dz](https://github.com/caisah/emacs.dz) – Awesome emacs config files 1249 | - [chika0801/sing-box-examples](https://github.com/chika0801/sing-box-examples) – sing-box 配置示例 1250 | - [danoctavian/awesome-anti-censorship](https://github.com/danoctavian/awesome-anti-censorship) – curated list of open-source anti-censorship tools 1251 | - [dariubs/GoBooks](https://github.com/dariubs/GoBooks) – List of Golang books 1252 | - [drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide) – Community guide to securing and improving privacy on macOS. 1253 | - [fiatjaf/awesome-jq](https://github.com/fiatjaf/awesome-jq) – A curated list of awesome jq tools and resources. 1254 | - [func25/go-practical-tips](https://github.com/func25/go-practical-tips) – Go Practical Tips 1255 | - [go-perf/awesome-go-perf](https://github.com/go-perf/awesome-go-perf) – A curated list of Awesome Go performance libraries and tools 1256 | - [hiddify/awesome-freedom](https://github.com/hiddify/awesome-freedom) – In this repository we have collected all awesome tools for iranian people 1257 | - [hzrd149/blossom](https://github.com/hzrd149/blossom) – Blobs stored simply on mediaservers 1258 | - [iggredible/Learn-Vim](https://github.com/iggredible/Learn-Vim) – Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 1259 | - [joplin/plugins](https://github.com/joplin/plugins) – Joplin official plugin repository 1260 | - [jorgebucaran/cookbook.fish](https://github.com/jorgebucaran/cookbook.fish) – From Shell to Plate: Savor the Zest of Fish 🦞 1261 | - [juev/awesome-stars](https://github.com/juev/awesome-stars) – 🌟 Denis's starred repos, updated daily! 1262 | - [juev/gitea-on-fly](https://github.com/juev/gitea-on-fly) – Gitea server with fly.io 1263 | - [juev/links](https://github.com/juev/links) 1264 | - [juev/tailscale-github-actions](https://github.com/juev/tailscale-github-actions) 1265 | - [kelseyhightower/kubernetes-the-hard-way](https://github.com/kelseyhightower/kubernetes-the-hard-way) – Bootstrap Kubernetes the hard way. No scripts. 1266 | - [kelsien/datagovernancepatterns](https://github.com/kelsien/datagovernancepatterns) – Decentralized Data Governance Pattern Library 1267 | - [kepano/clipper-templates](https://github.com/kepano/clipper-templates) – Obsidian Web Clipper templates for various sites. 1268 | - [kepano/kepano-obsidian](https://github.com/kepano/kepano-obsidian) – My personal Obsidian vault template. A bottom-up approach to note-taking and organizing things I am interested in. 1269 | - [kevincobain2000/action-gobrew](https://github.com/kevincobain2000/action-gobrew) – Setup Go in Github Actions using Gobrew 1270 | - [lensapp/lens](https://github.com/lensapp/lens) – Lens - The way the world runs Kubernetes 1271 | - [lgg/awesome-keepass](https://github.com/lgg/awesome-keepass) – Curated list of KeePass-related projects 1272 | - [lnbits/Diagon-Alley](https://github.com/lnbits/Diagon-Alley) – Diagon Alley: a decentralised market-stall protocol. 1273 | - [logseq/awesome-logseq](https://github.com/logseq/awesome-logseq) – Awesome Logseq resources created by the community <3 1274 | - [mig4ng/ublock-origin-filters](https://github.com/mig4ng/ublock-origin-filters) – My personal and very opinionated uBlock Origin filters 1275 | - [mullvad/encrypted-dns-profiles](https://github.com/mullvad/encrypted-dns-profiles) – macOS and iOS profiles to configure our DNS over TLS and DNS over HTTPS service. Can be applied with human interaction, or via MDM. 1276 | - [myles/awesome-static-generators](https://github.com/myles/awesome-static-generators) – A curated list of static web site generators. 1277 | - [nalgeon/sqlpkg](https://github.com/nalgeon/sqlpkg) – SQLite extension registry 1278 | - [nanotee/nvim-lua-guide](https://github.com/nanotee/nvim-lua-guide) – A guide to using Lua in Neovim 1279 | - [nathanlesage/academics-on-mastodon](https://github.com/nathanlesage/academics-on-mastodon) – A list of various lists consisting of academics on Mastodon 1280 | - [nerd-one/VPN-OnDemand](https://github.com/nerd-one/VPN-OnDemand) 1281 | - [nikitavoloboev/privacy-respecting](https://github.com/nikitavoloboev/privacy-respecting) – Curated List of Privacy Respecting Services and Software 1282 | - [nix-community/awesome-nix](https://github.com/nix-community/awesome-nix) – 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox] 1283 | - [nostr-protocol/nips](https://github.com/nostr-protocol/nips) – Nostr Implementation Possibilities 1284 | - [nostr-protocol/nostr](https://github.com/nostr-protocol/nostr) – a truly censorship-resistant alternative to Twitter that has a chance of working 1285 | - [notable/notable](https://github.com/notable/notable) – The Markdown-based note-taking app that doesn't suck. 1286 | - [notracking/hosts-blocklists](https://github.com/notracking/hosts-blocklists) – Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage 1287 | - [nvim-neorocks/nvim-best-practices](https://github.com/nvim-neorocks/nvim-best-practices) – Collection of DOs and DON'Ts for modern Neovim Lua plugin development 1288 | - [okhosting/awesome-storage](https://github.com/okhosting/awesome-storage) – A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc. 1289 | - [omniedgeio/omniedge](https://github.com/omniedgeio/omniedge) – Bringing intranet on the internet with Zero-Config Mesh VPNs. 1290 | - [pluja/awesome-privacy](https://github.com/pluja/awesome-privacy) – Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS. 1291 | - [pthethanh/effective-go](https://github.com/pthethanh/effective-go) – a list of effective go, best practices and go idiomatic 1292 | - [r3nya/r3nya](https://github.com/r3nya/r3nya) 1293 | - [rahgozar94725/freedom](https://github.com/rahgozar94725/freedom) – آموزش راهاندازی فیلتر شکن شخصی 1294 | - [rajasegar/awesome-htmx](https://github.com/rajasegar/awesome-htmx) – Awesome things about htmx 1295 | - [ratfactor/ziglings](https://github.com/ratfactor/ziglings) – Learn the Zig programming language by fixing tiny broken programs. 1296 | - [redecentralize/alternative-internet](https://github.com/redecentralize/alternative-internet) – A collection of interesting new networks and tech aiming at decentralisation (in some form). 1297 | - [rumyantseva/devenv](https://github.com/rumyantseva/devenv) – Configuration of my local development environment 1298 | - [searxng/searxng-docker](https://github.com/searxng/searxng-docker) – The docker-compose files for setting up a SearXNG instance with docker. 1299 | - [semver/semver](https://github.com/semver/semver) – Semantic Versioning Specification 1300 | - [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 1301 | - [simonw/scrape-fediverse](https://github.com/simonw/scrape-fediverse) – Git scrapers for scraping the fediverse 1302 | - [sobolevn/awesome-cryptography](https://github.com/sobolevn/awesome-cryptography) – A curated list of cryptography resources and links. 1303 | - [spacebarchat/spacebarchat](https://github.com/spacebarchat/spacebarchat) – 📬 Spacebar is a free open source selfhostable discord compatible communication platform 1304 | - [tailscale-dev/docker-guide-code-examples](https://github.com/tailscale-dev/docker-guide-code-examples) – https://tailscale.com/blog/docker-tailscale-guide 1305 | - [tailscale/github-action](https://github.com/tailscale/github-action) – A GitHub Action to connect your workflow to your Tailscale network. 1306 | - [thinkhuman/writingwithemacs](https://github.com/thinkhuman/writingwithemacs) – Tips, Examples, and Resources for Writing with Emacs 1307 | - [tianshanghong/awesome-anki](https://github.com/tianshanghong/awesome-anki) – A curated list of awesome Anki add-ons, decks and resources 1308 | - [todotxt/todo.txt](https://github.com/todotxt/todo.txt) – ‼️ A complete primer on the whys and hows of todo.txt. 1309 | - [trimstray/the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) – A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. 1310 | - [tuic-protocol/tuic](https://github.com/tuic-protocol/tuic) – Delicately-TUICed 0-RTT proxy protocol 1311 | - [tycrek/degoogle](https://github.com/tycrek/degoogle) – A huge list of alternatives to Google products. Privacy tips, tricks, and links. 1312 | - [waydabber/BetterDisplay](https://github.com/waydabber/BetterDisplay) – Unlock your displays on your Mac! Flexible HiDPI scaling, XDR/HDR extra brightness, virtual screens, DDC control, extra dimming, PIP/streaming, EDID override and lots more! 1313 | - [woodlyer/gostExample](https://github.com/woodlyer/gostExample) – Some examples for building proxy and tunnel with gost. 1314 | - [yokoffing/NextDNS-Config](https://github.com/yokoffing/NextDNS-Config) – Setup guide for NextDNS, a DoH proxy with advanced capabilities 1315 | 1316 | 1317 | 1318 | ## PHP 1319 | 1320 | - [FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS) – A free, self-hostable news aggregator… 1321 | - [HenryQW/Awesome-TTRSS](https://github.com/HenryQW/Awesome-TTRSS) – 🐋 Awesome TTRSS, a powerful Dockerised all-in-one RSS solution. 1322 | - [PrivateBin/PrivateBin](https://github.com/PrivateBin/PrivateBin) – A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. 1323 | - [RSS-Bridge/rss-bridge](https://github.com/RSS-Bridge/rss-bridge) – The RSS feed for websites missing it 1324 | - [coollabsio/coolify](https://github.com/coollabsio/coolify) – An open-source & self-hostable Heroku / Netlify / Vercel alternative. 1325 | - [nextcloud/all-in-one](https://github.com/nextcloud/all-in-one) – 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance. 1326 | - [zerolabnet/tor-bridges-proxy](https://github.com/zerolabnet/tor-bridges-proxy) – Tor с SOCKS 5 proxy, TorDNS и веб-интерфейсом с авторизацией для добавления мостов 1327 | 1328 | 1329 | 1330 | ## Prolog 1331 | 1332 | - [terminusdb/terminusdb](https://github.com/terminusdb/terminusdb) – TerminusDB is a distributed, collaborative database designed for building, sharing, versioning, and reasoning on structured data. 1333 | 1334 | 1335 | 1336 | ## Python 1337 | 1338 | - [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... 1339 | - [ByteMysticRogue/Hiddify-Warp](https://github.com/ByteMysticRogue/Hiddify-Warp) – Warp Sub - Updating Every 12 Hours! 1340 | - [EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books) – :books: Freely available programming books 1341 | - [Kkevsterrr/geneva](https://github.com/Kkevsterrr/geneva) – automated censorship evasion for the client-side and server-side 1342 | - [Mathics3/mathics-core](https://github.com/Mathics3/mathics-core) – An open-source Mathematica Kernel. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them. 1343 | - [MatrixTM/MHDDoS](https://github.com/MatrixTM/MHDDoS) – Best DDoS Attack Script Python3, (Cyber / DDos) Attack With 56 Methods 1344 | - [MohamedElashri/awesome-zotero](https://github.com/MohamedElashri/awesome-zotero) – A curated list of awesome Zotero resources 1345 | - [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. 1346 | - [Tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) – Proxy over your Docker socket to restrict which requests it accepts 1347 | - [Textualize/toolong](https://github.com/Textualize/toolong) – A terminal application to view, tail, merge, and search log files (plus JSONL). 1348 | - [TheRook/subbrute](https://github.com/TheRook/subbrute) – A DNS meta-query spider that enumerates DNS records, and subdomains. 1349 | - [UPB-SysSec/DPYProxy](https://github.com/UPB-SysSec/DPYProxy) – Python Proxy that implements DPI evasion mechanisms 1350 | - [ValdikSS/tor-relay-scanner](https://github.com/ValdikSS/tor-relay-scanner) – Tor Relay availability checker, for using it as a bridge in countries with censorship 1351 | - [Z4nzu/hackingtool](https://github.com/Z4nzu/hackingtool) – ALL IN ONE Hacking Tool For Hackers 1352 | - [abhinavsingh/proxy.py](https://github.com/abhinavsingh/proxy.py) – 💫 Ngrok FRP Alternative • ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 "Proxy Server" framework • 🌐 "Web Server" framework • ➵ ➶ ➷ ➠ "PubSub" framework • 👷 "Work" acceptor & executor framework 1353 | - [akhater/Lupin](https://github.com/akhater/Lupin) 1354 | - [alexbers/mtprotoproxy](https://github.com/alexbers/mtprotoproxy) – Async MTProto proxy for Telegram 1355 | - [amalshaji/portr](https://github.com/amalshaji/portr) – Expose local http, tcp or websocket connections to the public internet 1356 | - [bee-san/Ciphey](https://github.com/bee-san/Ciphey) – ⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡ 1357 | - [benbusby/whoogle-search](https://github.com/benbusby/whoogle-search) – A self-hosted, ad-free, privacy-respecting metasearch engine 1358 | - [buildinspace/peru](https://github.com/buildinspace/peru) – a generic package manager, for including other people's code in your projects 1359 | - [danielgross/localpilot](https://github.com/danielgross/localpilot) 1360 | - [daytonaio/daytona](https://github.com/daytonaio/daytona) – Daytona is a Secure and Elastic Infrastructure for Running AI-Generated Code 1361 | - [dbcli/litecli](https://github.com/dbcli/litecli) – CLI for SQLite Databases with auto-completion and syntax highlighting 1362 | - [dogsheep/apple-notes-to-sqlite](https://github.com/dogsheep/apple-notes-to-sqlite) – Export Apple Notes to SQLite 1363 | - [facundoolano/feedi](https://github.com/facundoolano/feedi) – RSS + Mastodon feed reader 1364 | - [fauxpilot/fauxpilot](https://github.com/fauxpilot/fauxpilot) – FauxPilot - an open-source alternative to GitHub Copilot server 1365 | - [h2y/Shadowrocket-ADBlock-Rules](https://github.com/h2y/Shadowrocket-ADBlock-Rules) – 提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。 1366 | - [hiddify/Hiddify-Manager](https://github.com/hiddify/Hiddify-Manager) – Multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy. 1367 | - [jointakahe/takahe](https://github.com/jointakahe/takahe) – An ActivityPub/Fediverse server 1368 | - [josegonzalez/python-github-backup](https://github.com/josegonzalez/python-github-backup) – backup a github user or organization 1369 | - [jtesta/ssh-audit](https://github.com/jtesta/ssh-audit) – SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc) 1370 | - [khuedoan/homelab](https://github.com/khuedoan/homelab) – Fully automated homelab from empty disk to running services with a single command. 1371 | - [kislyuk/yq](https://github.com/kislyuk/yq) – Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents 1372 | - [lexfo/sshimpanzee](https://github.com/lexfo/sshimpanzee) – SSHD Based implant supporting tunneling mecanisms to reach the C2 (DNS, ICMP, HTTP Encapsulation, HTTP/Socks Proxies, UDP...) 1373 | - [linkchecker/linkchecker](https://github.com/linkchecker/linkchecker) – check links in web documents or full websites 1374 | - [luxysiv/Cloudflare-Gateway-Pihole](https://github.com/luxysiv/Cloudflare-Gateway-Pihole) – Make ad blocking dns using Cloudflare Gateway Zero Trust 1375 | - [lwthiker/curl-impersonate](https://github.com/lwthiker/curl-impersonate) – curl-impersonate: A special build of curl that can impersonate Chrome & Firefox 1376 | - [magic-wormhole/magic-wormhole](https://github.com/magic-wormhole/magic-wormhole) – get things from one computer to another, safely 1377 | - [markuswt/gpt-commit](https://github.com/markuswt/gpt-commit) – Generate commit messages using ChatGPT 1378 | - [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. 1379 | - [mivok/todotxt-tmsa](https://github.com/mivok/todotxt-tmsa) – todotxt-cli addon for working with the cycle 1380 | - [miyurudassanayake/sni-injector](https://github.com/miyurudassanayake/sni-injector) – SNI Injecting tool for free internet (HTTP Injector) 1381 | - [mmtaee/ocserv-users-management](https://github.com/mmtaee/ocserv-users-management) – An easy-to-install solution for setting up OpenConnect VPN server (ocserv), with a web panel for managing users and user groups 1382 | - [net4people/bbs](https://github.com/net4people/bbs) – Forum for discussing Internet censorship circumvention 1383 | - [nicolargo/glances](https://github.com/nicolargo/glances) – Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems. 1384 | - [oils-for-unix/oils](https://github.com/oils-for-unix/oils) – Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell! 1385 | - [piku/piku](https://github.com/piku/piku) – The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers. 1386 | - [presslabs/gitfs](https://github.com/presslabs/gitfs) – Version controlled file system 1387 | - [public-apis/public-apis](https://github.com/public-apis/public-apis) – A collective list of free APIs 1388 | - [root-tanishq/userefuzz](https://github.com/root-tanishq/userefuzz) – User-Agent , X-Forwarded-For and Referer SQLI Fuzzer 1389 | - [searxng/searxng](https://github.com/searxng/searxng) – SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. 1390 | - [simonw/llm-gguf](https://github.com/simonw/llm-gguf) – Run models distributed as GGUF files using LLM 1391 | - [sissbruecker/linkding](https://github.com/sissbruecker/linkding) – Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker. 1392 | - [soxoj/maigret](https://github.com/soxoj/maigret) – 🕵️♂️ Collect a dossier on a person by username from thousands of sites 1393 | - [squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) – Documentation that simply works 1394 | - [sshuttle/sshuttle](https://github.com/sshuttle/sshuttle) – Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling. 1395 | - [subframe7536/maple-font](https://github.com/subframe7536/maple-font) – Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and terminal, fine-grained customization options. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1,细粒度的自定义选项 1396 | - [suitenumerique/docs](https://github.com/suitenumerique/docs) – A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline. 1397 | - [tzador/makedown](https://github.com/tzador/makedown) – Organise your shell scripts within executable markdown files 1398 | - [wasi-master/13ft](https://github.com/wasi-master/13ft) – My own custom 12ft.io replacement 1399 | - [yeongpin/cursor-free-vip](https://github.com/yeongpin/cursor-free-vip) – [Support 0.49.x](Reset Cursor AI MachineID & Bypass Higher Token Limit) Cursor Ai ,自动重置机器ID , 免费升级使用Pro功能: You've reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake. 1400 | - [zylon-ai/private-gpt](https://github.com/zylon-ai/private-gpt) – Interact with your documents using the power of GPT, 100% privately, no data leaks 1401 | 1402 | 1403 | 1404 | ## Ruby 1405 | 1406 | - [blackcandy-org/blackcandy](https://github.com/blackcandy-org/blackcandy) – A self hosted music streaming server 1407 | - [d12frosted/homebrew-emacs-plus](https://github.com/d12frosted/homebrew-emacs-plus) – Emacs Plus formulae for the Homebrew package manager 1408 | - [feedbin/feedbin](https://github.com/feedbin/feedbin) – A nice place to read on the web. 1409 | - [huginn/huginn](https://github.com/huginn/huginn) – Create agents that monitor and act on your behalf. Your agents are standing by! 1410 | - [red-data-tools/YouPlot](https://github.com/red-data-tools/YouPlot) – A command line tool that draw plots on the terminal. 1411 | - [ttscoff/searchlink](https://github.com/ttscoff/searchlink) 1412 | 1413 | 1414 | 1415 | ## Rust 1416 | 1417 | - [01mf02/jaq](https://github.com/01mf02/jaq) – A jq clone focussed on correctness, speed, and simplicity 1418 | - [Barre/privaxy](https://github.com/Barre/privaxy) – Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic. Also check out my new project, https://www.merklemap.com/ 1419 | - [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) – ripgrep recursively searches directories for a regex pattern while respecting your gitignore 1420 | - [ClementTsang/bottom](https://github.com/ClementTsang/bottom) – Yet another cross-platform graphical process/system monitor. 1421 | - [GitoxideLabs/gitoxide](https://github.com/GitoxideLabs/gitoxide) – An idiomatic, lean, fast & safe pure Rust implementation of Git 1422 | - [GyulyVGC/sniffnet](https://github.com/GyulyVGC/sniffnet) – Comfortably monitor your Internet traffic 🕵️♂️ 1423 | - [Nutomic/ibis](https://github.com/Nutomic/ibis) – A federated online encyclopedia 1424 | - [PRQL/prql](https://github.com/PRQL/prql) – PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement 1425 | - [RustCrypto/hashes](https://github.com/RustCrypto/hashes) – Collection of cryptographic hash functions written in pure Rust 1426 | - [ShadowsocksR-Live/overtls](https://github.com/ShadowsocksR-Live/overtls) – A simple proxy tunnel, minimalist tool for bypassing the GFW. 1427 | - [Y2Z/monolith](https://github.com/Y2Z/monolith) – ⬛️ CLI tool and library for saving complete web pages as a single HTML file 1428 | - [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide) – A smarter cd command. Supports all major shells. 1429 | - [altsem/gitu](https://github.com/altsem/gitu) – A TUI Git client inspired by Magit 1430 | - [aramperes/onetun](https://github.com/aramperes/onetun) – User space WireGuard port-forward in Rust 1431 | - [astral-sh/uv](https://github.com/astral-sh/uv) – An extremely fast Python package and project manager, written in Rust. 1432 | - [atuinsh/atuin](https://github.com/atuinsh/atuin) – ✨ Magical shell history 1433 | - [build-trust/ockam](https://github.com/build-trust/ockam) – Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale. 1434 | - [casey/just](https://github.com/casey/just) – 🤖 Just a command runner 1435 | - [chmln/sd](https://github.com/chmln/sd) – Intuitive find & replace CLI (sed alternative) 1436 | - [clap-rs/clap](https://github.com/clap-rs/clap) – A full featured, fast Command Line Argument Parser for Rust 1437 | - [cloudflare/boringtun](https://github.com/cloudflare/boringtun) – Userspace WireGuard® Implementation in Rust 1438 | - [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) – Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs 1439 | - [dtolnay/anyhow](https://github.com/dtolnay/anyhow) – Flexible concrete Error type built on std::error::Error 1440 | - [ekzhang/bore](https://github.com/ekzhang/bore) – 🕳 bore is a simple CLI tool for making tunnels to localhost 1441 | - [erebe/wstunnel](https://github.com/erebe/wstunnel) – Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available 1442 | - [flox/flox](https://github.com/flox/flox) – Developer environments you can take with you 1443 | - [getzola/zola](https://github.com/getzola/zola) – A fast static site generator in a single binary with everything built-in. https://www.getzola.org 1444 | - [helix-editor/helix](https://github.com/helix-editor/helix) – A post-modern modal text editor. 1445 | - [hyperlight-dev/hyperlight](https://github.com/hyperlight-dev/hyperlight) – Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead. 1446 | - [ihciah/shadow-tls](https://github.com/ihciah/shadow-tls) – A proxy to expose real tls handshake to the firewall 1447 | - [influxdata/influxdb](https://github.com/influxdata/influxdb) – Scalable datastore for metrics, events, and real-time analytics 1448 | - [jdx/mise](https://github.com/jdx/mise) – dev tools, env vars, task runner 1449 | - [jj-vcs/jj](https://github.com/jj-vcs/jj) – A Git-compatible VCS that is both simple and powerful 1450 | - [juev/ok](https://github.com/juev/ok) – .ok folder profiles 1451 | - [juev/t](https://github.com/juev/t) – A command-line todo list manager for people that want to finish tasks, not organize them. 1452 | - [klausi/mastodon-twitter-sync](https://github.com/klausi/mastodon-twitter-sync) – Synchronizes posts from Mastodon to Twitter and back 1453 | - [kulfi-project/kulfi](https://github.com/kulfi-project/kulfi) – Kulfi: Open Source, General Purpose, Sovereign, Decentralized, Peer to Peer Internet - https://kulfi.app: Web Browser for Kulfi Net - https://malai.sh: Command Line Toolkit for Kulfi Net 1454 | - [lapce/lapce](https://github.com/lapce/lapce) – Lightning-fast and Powerful Code Editor written in Rust 1455 | - [lazytiger/trojan-rs](https://github.com/lazytiger/trojan-rs) – Trojan server and proxy programs written in Rust 1456 | - [matiaskorhonen/paper-age](https://github.com/matiaskorhonen/paper-age) – Easy and secure paper backups of secrets 1457 | - [metalbear-co/mirrord](https://github.com/metalbear-co/mirrord) – Connect your local process and your cloud environment, and run local code in cloud conditions. 1458 | - [microsandbox/microsandbox](https://github.com/microsandbox/microsandbox) – Self-Hosted Plaform for Secure Execution of Untrusted User/AI Code 1459 | - [ms-jpq/sad](https://github.com/ms-jpq/sad) – CLI search and replace | Space Age seD 1460 | - [mycelial/mycelite](https://github.com/mycelial/mycelite) – Mycelite is a SQLite extension that allows you to synchronize changes from one instance of SQLite to another. 1461 | - [neon-mmd/websurfx](https://github.com/neon-mmd/websurfx) – :rocket: An open source alternative to searx which provides a modern-looking :sparkles:, lightning-fast :zap:, privacy respecting :disguised_face:, secure :lock: meta search engine 1462 | - [neovide/neovide](https://github.com/neovide/neovide) – No Nonsense Neovim Client in Rust 1463 | - [nix-community/nix-init](https://github.com/nix-community/nix-init) – Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more [maintainer=@figsoda] 1464 | - [notify-rs/notify](https://github.com/notify-rs/notify) – 🔭 Cross-platform filesystem notification library for Rust. 1465 | - [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). 1466 | - [pkgxdev/pkgx](https://github.com/pkgxdev/pkgx) – Run Anything 1467 | - [prefix-dev/pixi](https://github.com/prefix-dev/pixi) – Package management made easy 1468 | - [psarna/edgemail](https://github.com/psarna/edgemail) 1469 | - [redlib-org/redlib](https://github.com/redlib-org/redlib) – Private front-end for Reddit 1470 | - [rust-lang/mdBook](https://github.com/rust-lang/mdBook) – Create book from markdown files. Like Gitbook but implemented in Rust 1471 | - [rustsec/rustsec](https://github.com/rustsec/rustsec) – RustSec API & Tooling 1472 | - [sachaos/viddy](https://github.com/sachaos/viddy) – 👀 A modern watch command. Time machine and pager etc. 1473 | - [scsibug/nostr-rs-relay](https://github.com/scsibug/nostr-rs-relay) – Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/ 1474 | - [sekey/sekey](https://github.com/sekey/sekey) – Use Touch ID / Secure Enclave for SSH Authentication! 1475 | - [servus-social/servus](https://github.com/servus-social/servus) – Minimalist social media server 1476 | - [shadowsocks/shadowsocks-rust](https://github.com/shadowsocks/shadowsocks-rust) – A Rust port of shadowsocks 1477 | - [sharkdp/bat](https://github.com/sharkdp/bat) – A cat(1) clone with wings. 1478 | - [sharkdp/fd](https://github.com/sharkdp/fd) – A simple, fast and user-friendly alternative to 'find' 1479 | - [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) – A command-line benchmarking tool 1480 | - [shell-pool/shpool](https://github.com/shell-pool/shpool) – Think tmux, then aim... lower 1481 | - [starship/starship](https://github.com/starship/starship) – ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! 1482 | - [str4d/age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey) – YubiKey plugin for age 1483 | - [str4d/rage](https://github.com/str4d/rage) – A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. 1484 | - [tonarino/innernet](https://github.com/tonarino/innernet) – A private network system that uses WireGuard under the hood. 1485 | - [tursodatabase/limbo](https://github.com/tursodatabase/limbo) – Limbo is a project to build the modern evolution of SQLite. 1486 | - [typst/typst](https://github.com/typst/typst) – A new markup-based typesetting system that is powerful and easy to learn. 1487 | - [vinhjaxt/rust-DPI-http-proxy](https://github.com/vinhjaxt/rust-DPI-http-proxy) – HTTP proxy bypasses ISP DPI censorship - a rust version 1488 | - [wezterm/wezterm](https://github.com/wezterm/wezterm) – A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust 1489 | - [xen0n/autojump-rs](https://github.com/xen0n/autojump-rs) – A fast drop-in replacement of autojump written in Rust 1490 | - [yujqiao/rathole](https://github.com/yujqiao/rathole) – A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok. 1491 | - [zed-industries/zed](https://github.com/zed-industries/zed) – Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. 1492 | - [zurawiki/gptcommit](https://github.com/zurawiki/gptcommit) – A git prepare-commit-msg hook for authoring commit messages with GPT-3. 1493 | 1494 | 1495 | 1496 | ## SCSS 1497 | 1498 | - [AboutRSS/ALL-about-RSS](https://github.com/AboutRSS/ALL-about-RSS) – A list of RSS related stuff: tools, services, communities and tutorials, etc. 1499 | - [black7375/Firefox-UI-Fix](https://github.com/black7375/Firefox-UI-Fix) – 🦊 I respect proton UI and aim to improve it. 1500 | - [juev/juev.org](https://github.com/juev/juev.org) – Sources from my site 1501 | 1502 | 1503 | 1504 | ## Shell 1505 | 1506 | - [AntiZapret/antizapret](https://github.com/AntiZapret/antizapret) – Список IP-адресов гос-органов для блокировки их на своих серверах в качестве отместки за #говносписок // List of Russian Government's related IP-addresses. 1507 | - [BrodyBuster/docker-wireguard-vpn](https://github.com/BrodyBuster/docker-wireguard-vpn) 1508 | - [CharlesChiuGit/Logseq-Git-Sync-101](https://github.com/CharlesChiuGit/Logseq-Git-Sync-101) – This repo aims to help Logseq users to sync their data with Git and GitHub. 1509 | - [DNSCrypt/dnscrypt-server-docker](https://github.com/DNSCrypt/dnscrypt-server-docker) – A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver 1510 | - [Erikvl87/docker-languagetool](https://github.com/Erikvl87/docker-languagetool) – Dockerfile for LanguageTool server - configurable 1511 | - [FiloSottile/passage](https://github.com/FiloSottile/passage) – A fork of password-store (https://www.passwordstore.org) that uses age (https://age-encryption.org) as backend. 1512 | - [HirbodBehnam/Shadowsocks-Cloak-Installer](https://github.com/HirbodBehnam/Shadowsocks-Cloak-Installer) – A one-key script to setup Cloak plugin with Shadowsocks on your server 1513 | - [Mon-ius/Docker-Warp-Socks](https://github.com/Mon-ius/Docker-Warp-Socks) – Connet to CloudFlare WARP, exposing `socks5` proxy all together. 1514 | - [Nybkox/tmux-kanagawa](https://github.com/Nybkox/tmux-kanagawa) – 🌊 Dark theme for tmux 🌊 1515 | - [Nyr/wireguard-install](https://github.com/Nyr/wireguard-install) – WireGuard road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora 1516 | - [OpenVPN/as-docker](https://github.com/OpenVPN/as-docker) – Docker images for openvpn-as 1517 | - [XTLS/Xray-install](https://github.com/XTLS/Xray-install) – Easiest way to install & upgrade Xray 1518 | - [acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh) – A pure Unix shell script implementing ACME client protocol 1519 | - [angristan/openvpn-install](https://github.com/angristan/openvpn-install) – Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS, Arch Linux and more 1520 | - [angristan/wireguard-install](https://github.com/angristan/wireguard-install) – WireGuard VPN installer for Linux servers 1521 | - [anyproto/any-sync-dockercompose](https://github.com/anyproto/any-sync-dockercompose) – docker-compose for testing any-sync 1522 | - [asdf-community/asdf-golang](https://github.com/asdf-community/asdf-golang) – Go plugin for the asdf version manager [maintainer=@kennyp] 1523 | - [asdf-vm/asdf-plugins](https://github.com/asdf-vm/asdf-plugins) – Convenience shortname repository for asdf community plugins 1524 | - [ax/apk.sh](https://github.com/ax/apk.sh) – Makes reverse engineering Android apps easier, automating repetitive tasks like pulling, decoding, rebuilding and patching an APK. 1525 | - [basecamp/omakub](https://github.com/basecamp/omakub) – Opinionated Ubuntu Setup 1526 | - [bats-core/bats-core](https://github.com/bats-core/bats-core) – Bash Automated Testing System 1527 | - [bernardko/mullvad-proxy](https://github.com/bernardko/mullvad-proxy) – Mullvad VPN docker container providing a HTTP and SOCKS5 Proxy 1528 | - [boredazfcuk/docker-icloudpd](https://github.com/boredazfcuk/docker-icloudpd) – An Alpine Linux container for the iCloud Photos Downloader command line utility 1529 | - [cmj2002/warp-docker](https://github.com/cmj2002/warp-docker) – Run Cloudflare WARP in Docker. 1530 | - [community-scripts/ProxmoxVE](https://github.com/community-scripts/ProxmoxVE) – Proxmox VE Helper-Scripts (Community Edition) 1531 | - [complexorganizations/wireguard-manager](https://github.com/complexorganizations/wireguard-manager) – ✔️ WireGuard-Manager is an innovative tool designed to streamline the deployment and management of WireGuard VPNs. Emphasizing user-friendliness and security, it simplifies the complexities of VPN configuration, offering a robust yet accessible solution for both personal and professional use. 1532 | - [docker-library/official-images](https://github.com/docker-library/official-images) – Primary source of truth for the Docker "Official Images" program 1533 | - [dockovpn/dockovpn](https://github.com/dockovpn/dockovpn) – 🔐 Out of the box stateless openvpn-server docker image which starts in less than 2 seconds 1534 | - [dperson/openvpn-client](https://github.com/dperson/openvpn-client) 1535 | - [dperson/torproxy](https://github.com/dperson/torproxy) 1536 | - [dylanaraps/pure-sh-bible](https://github.com/dylanaraps/pure-sh-bible) – 📖 A collection of pure POSIX sh alternatives to external processes. 1537 | - [ecliptik/tailscale-privacy-frontends](https://github.com/ecliptik/tailscale-privacy-frontends) – Privacy Friendly Frontends With Tailscale 1538 | - [elizagamedev/.emacs.d](https://github.com/elizagamedev/.emacs.d) – My Emacs config 1539 | - [gaomd/docker-ikev2-vpn-server](https://github.com/gaomd/docker-ikev2-vpn-server) – IKEv2 VPN Server on Docker, with .mobileconfig for iOS & macOS. 1540 | - [gitwatch/gitwatch](https://github.com/gitwatch/gitwatch) – Watch a file or folder and automatically commit changes to a git repo easily. 1541 | - [go-nv/goenv](https://github.com/go-nv/goenv) – :blue_car: Like pyenv and rbenv, but for Go. 1542 | - [google/oss-fuzz](https://github.com/google/oss-fuzz) – OSS-Fuzz - continuous fuzzing for open source software. 1543 | - [grafana/docker-otel-lgtm](https://github.com/grafana/docker-otel-lgtm) – OpenTelemetry backend in a Docker image 1544 | - [haugene/vpn-configs-contrib](https://github.com/haugene/vpn-configs-contrib) – A collection of configs for various VPN providers 1545 | - [hrostami/aio-proxy](https://github.com/hrostami/aio-proxy) – This script automates setting up proxy related tools in Linux. 1546 | - [hwdsl2/docker-ipsec-vpn-server](https://github.com/hwdsl2/docker-ipsec-vpn-server) – Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2 1547 | - [hwdsl2/setup-ipsec-vpn](https://github.com/hwdsl2/setup-ipsec-vpn) – Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2 1548 | - [iw4p/OpenConnect-Cisco-AnyConnect-VPN-Server-OneKey-ocserv](https://github.com/iw4p/OpenConnect-Cisco-AnyConnect-VPN-Server-OneKey-ocserv) – [Script and Docker 🐳] OpenConnect (Cisco AnyConnect) VPN Server (OCServ) script one key easy configurator and installer 1549 | - [jessfraz/dotfiles](https://github.com/jessfraz/dotfiles) – My dotfiles. Buyer beware ;) 1550 | - [juev/cronjob](https://github.com/juev/cronjob) – Github Actions 1551 | - [juev/debian-ikev2-vpn-server](https://github.com/juev/debian-ikev2-vpn-server) – IKEv2 VPN Server on Debain, with .mobileconfig for iOS & macOS. 1552 | - [juev/docker-compose](https://github.com/juev/docker-compose) – Examples of services that can be deployed independently using docker 1553 | - [kylemanna/docker-openvpn](https://github.com/kylemanna/docker-openvpn) – 🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA 1554 | - [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) – Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust. 1555 | - [mack-a/v2ray-agent](https://github.com/mack-a/v2ray-agent) – Xray、Tuic、hysteria2、sing-box 八合一一键脚本 1556 | - [mullvad/dns-blocklists](https://github.com/mullvad/dns-blocklists) – Lists and configuration for our DNS blocking service 1557 | - [narqo/dotfiles](https://github.com/narqo/dotfiles) – Personal dot files 1558 | - [nextcloud/docker](https://github.com/nextcloud/docker) – ⛴ Docker image of Nextcloud 1559 | - [nikitavoloboev/config](https://github.com/nikitavoloboev/config) – Apps/CLIs/configs I use on macOS/iOS 1560 | - [oznu/docker-cloudflare-ddns](https://github.com/oznu/docker-cloudflare-ddns) – A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider. 1561 | - [pi-hole/docker-pi-hole](https://github.com/pi-hole/docker-pi-hole) – Pi-hole in a docker container 1562 | - [pi-hole/pi-hole](https://github.com/pi-hole/pi-hole) – A black hole for Internet advertisements 1563 | - [pivpn/pivpn](https://github.com/pivpn/pivpn) – The Simplest VPN installer, designed for Raspberry Pi 1564 | - [radio24/TorBox](https://github.com/radio24/TorBox) – TorBox is an easy to use, anonymizing router based on Raspberry Pi, which also runs on Debian and Ubuntu based systems. 1565 | - [raycast/script-commands](https://github.com/raycast/script-commands) – Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day. 1566 | - [runfalk/synology-wireguard](https://github.com/runfalk/synology-wireguard) – WireGuard support for some Synology NAS drives 1567 | - [samoshkin/tmux-config](https://github.com/samoshkin/tmux-config) – Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment 1568 | - [sickcodes/osx-optimizer](https://github.com/sickcodes/osx-optimizer) – OSX Optimizer: Optimize MacOS - Shell scripts to speed up your mac boot time, accelerate loading, and prevent unnecessary throttling. 1569 | - [signalapp/Signal-TLS-Proxy](https://github.com/signalapp/Signal-TLS-Proxy) 1570 | - [siomiz/SoftEtherVPN](https://github.com/siomiz/SoftEtherVPN) – A Docker Automated Build Repository for SoftEther VPN 1571 | - [sourcegraph/deploy-sourcegraph-docker](https://github.com/sourcegraph/deploy-sourcegraph-docker) – Sourcegraph with Docker Compose deployment reference 1572 | - [spf13/dotfiles](https://github.com/spf13/dotfiles) – spf13's dotfiles 1573 | - [stefanmaric/g](https://github.com/stefanmaric/g) – Simple go version manager, gluten-free 1574 | - [thibmaek/awesome-raspberry-pi](https://github.com/thibmaek/awesome-raspberry-pi) – 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources 1575 | - [thoughtbot/dotfiles](https://github.com/thoughtbot/dotfiles) – A set of vim, zsh, git, and tmux configuration files. 1576 | - [tmux-plugins/tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) – Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on. 1577 | - [tmux-plugins/tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) – Persists tmux environment across system restarts. 1578 | - [todotxt/todo.txt-cli](https://github.com/todotxt/todo.txt-cli) – ☑️ A simple and extensible shell script for managing your todo.txt file. 1579 | - [tprasadtp/protonvpn-docker](https://github.com/tprasadtp/protonvpn-docker) – ProtonVPN Wireguard Docker Image. Supports ARMv8 (64-bit ) and x86 (64-Bit). 1580 | - [umputun/github-backup-docker](https://github.com/umputun/github-backup-docker) – Docker wrapper for github-backup 1581 | - [v2fly/fhs-install-v2ray](https://github.com/v2fly/fhs-install-v2ray) – Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd 1582 | - [walidshaari/Kubernetes-Certified-Administrator](https://github.com/walidshaari/Kubernetes-Certified-Administrator) – Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here. 1583 | - [wallabag/docker](https://github.com/wallabag/docker) – Official docker-composer for wallabag. 1584 | - [wfg/docker-openvpn-client](https://github.com/wfg/docker-openvpn-client) – OpenVPN client with killswitch and proxy servers; built on Alpine 1585 | 1586 | 1587 | 1588 | ## Starlark 1589 | 1590 | - [GoogleContainerTools/distroless](https://github.com/GoogleContainerTools/distroless) – 🥑 Language focused docker images, minus the operating system. 1591 | 1592 | 1593 | 1594 | ## Svelte 1595 | 1596 | - [GoodiesHQ/headscale-admin](https://github.com/GoodiesHQ/headscale-admin) – Admin Web Interface for juanfont/headscale 1597 | - [gurucomputing/headscale-ui](https://github.com/gurucomputing/headscale-ui) – A web frontend for the headscale Tailscale-compatible coordination server 1598 | - [serge-chat/serge](https://github.com/serge-chat/serge) – A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API. 1599 | 1600 | 1601 | 1602 | ## Swift 1603 | 1604 | - [CleanCocoa/OpenAny](https://github.com/CleanCocoa/OpenAny) – macOS app and file launching springboard 1605 | - [CodeEditApp/CodeEdit](https://github.com/CodeEditApp/CodeEdit) – 📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. 1606 | - [MochiDiffusion/MochiDiffusion](https://github.com/MochiDiffusion/MochiDiffusion) – Run Stable Diffusion on Mac natively 1607 | - [Mortennn/Dozer](https://github.com/Mortennn/Dozer) – Hide menu bar icons on macOS 1608 | - [MrKai77/Loop](https://github.com/MrKai77/Loop) – Window management made elegant. 1609 | - [blinksh/blink](https://github.com/blinksh/blink) – Blink Mobile Shell for iOS (Mosh based) 1610 | - [halo/macosvpn](https://github.com/halo/macosvpn) – :wrench: Create macOS VPNs programmatically (L2TP & Cisco) 1611 | - [iina/iina](https://github.com/iina/iina) – The modern video player for macOS. 1612 | - [jordanbaird/Ice](https://github.com/jordanbaird/Ice) – Powerful menu bar manager for macOS 1613 | - [mas-cli/mas](https://github.com/mas-cli/mas) – :package: Mac App Store command line interface 1614 | - [maxgoedjen/secretive](https://github.com/maxgoedjen/secretive) – Store SSH keys in the Secure Enclave 1615 | - [mhaeuser/Battery-Toolkit](https://github.com/mhaeuser/Battery-Toolkit) – Control the platform power state of your Apple Silicon Mac. 1616 | - [moderato-app/approf](https://github.com/moderato-app/approf) – Play with pprof on macOS 1617 | - [mssun/passforios](https://github.com/mssun/passforios) – Pass for iOS - an iOS client compatible with Pass command line application. 1618 | - [nikitabobko/AeroSpace](https://github.com/nikitabobko/AeroSpace) – AeroSpace is an i3-like tiling window manager for macOS 1619 | - [passepartoutvpn/passepartout](https://github.com/passepartoutvpn/passepartout) – Your go-to app for VPN and privacy. 1620 | - [pixelspark/sushitrain](https://github.com/pixelspark/sushitrain) – Securely synchronize files with your devices on iOS using Syncthing 1621 | - [quoid/userscripts](https://github.com/quoid/userscripts) – An open-source userscript manager for Safari 1622 | - [shadowsocks/ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) – Next Generation of ShadowsocksX 1623 | - [temochka/Anykey](https://github.com/temochka/Anykey) – A free macOS app for binding shell commands to system-wide or app-specific hotkeys. 1624 | 1625 | 1626 | 1627 | ## TeX 1628 | 1629 | - [LenaVolzhina/about.me](https://github.com/LenaVolzhina/about.me) – Extended CV 1630 | - [Pseudomanifold/latex-mimosis](https://github.com/Pseudomanifold/latex-mimosis) – A minimal & modern LaTeX template for your (bachelor's | master's | doctoral) thesis 1631 | - [bolt12/master-thesis](https://github.com/bolt12/master-thesis) – Selective Functors & Probabilistic Programming 1632 | - [darwiin/yaac-another-awesome-cv](https://github.com/darwiin/yaac-another-awesome-cv) – YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font. 1633 | - [dendibakh/perf-book](https://github.com/dendibakh/perf-book) – The book "Performance Analysis and Tuning on Modern CPU" 1634 | - [hmemcpy/cv](https://github.com/hmemcpy/cv) – My CV / Resume 1635 | - [hmemcpy/milewski-ctfp-pdf](https://github.com/hmemcpy/milewski-ctfp-pdf) – Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source 1636 | - [igrishaev/clj-book](https://github.com/igrishaev/clj-book) – Книга «Clojure на производстве» 1637 | - [jankapunkt/latexcv](https://github.com/jankapunkt/latexcv) – :necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported! 1638 | - [opieters/business-card](https://github.com/opieters/business-card) – A business card in LaTeX. 1639 | - [thesis-toolbox/template](https://github.com/thesis-toolbox/template) – A template for writing your Bachelor, Master or PhD thesis. 1640 | - [winitzki/sofp](https://github.com/winitzki/sofp) – A free book: "The Science of Functional Programming" 1641 | 1642 | 1643 | 1644 | ## Text 1645 | 1646 | - [hagezi/dns-blocklists](https://github.com/hagezi/dns-blocklists) – DNS-Blocklists: For a better internet - keep the internet clean! 1647 | 1648 | 1649 | 1650 | ## Tree-Sitter Query 1651 | 1652 | - [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) – Nvim Treesitter configurations and abstraction layer 1653 | 1654 | 1655 | 1656 | ## TypeScript 1657 | 1658 | - [A-F-V/obsidian-arcana](https://github.com/A-F-V/obsidian-arcana) – Supercharge your Obsidian note-taking through AI-powered insights and suggestions 1659 | - [CopilotKit/CopilotKit](https://github.com/CopilotKit/CopilotKit) – React UI + elegant infrastructure for AI Copilots, AI chatbots, and in-app AI agents. The Agentic last-mile 🪁 1660 | - [Dokploy/dokploy](https://github.com/Dokploy/dokploy) – Open Source Alternative to Vercel, Netlify and Heroku. 1661 | - [Erlendms/karabiner-actions](https://github.com/Erlendms/karabiner-actions) 1662 | - [Huachao/vscode-restclient](https://github.com/Huachao/vscode-restclient) – REST Client Extension for Visual Studio Code 1663 | - [ItzCrazyKns/Perplexica](https://github.com/ItzCrazyKns/Perplexica) – Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI 1664 | - [JasonEtco/rss-to-readme](https://github.com/JasonEtco/rss-to-readme) – 📡📝 A GitHub Action that updates a section of a README from an RSS feed. 1665 | - [Jigsaw-Code/outline-apps](https://github.com/Jigsaw-Code/outline-apps) – Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet. 1666 | - [Lissy93/personal-security-checklist](https://github.com/Lissy93/personal-security-checklist) – 🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024 1667 | - [Lissy93/web-check](https://github.com/Lissy93/web-check) – 🕵️♂️ All-in-one OSINT tool for analysing any website 1668 | - [MuiseDestiny/zotero-gpt](https://github.com/MuiseDestiny/zotero-gpt) – GPT Meet Zotero. 1669 | - [Nutlope/aicommits](https://github.com/Nutlope/aicommits) – A CLI that writes your git commit messages for you with AI 1670 | - [RedPlanetHQ/tegon](https://github.com/RedPlanetHQ/tegon) – Tegon is an open-source, dev-first alternative to Jira, Linear 1671 | - [Sh4yy/cloudflare-email](https://github.com/Sh4yy/cloudflare-email) – This is a simple proxy server that can be used for sending free transactional emails through Cloudflare workers. 1672 | - [VSCodeVim/Vim](https://github.com/VSCodeVim/Vim) – :star: Vim for Visual Studio Code 1673 | - [VSpaceCode/VSpaceCode](https://github.com/VSpaceCode/VSpaceCode) – Spacemacs like keybindings for Visual Studio Code 1674 | - [Vinzent03/obsidian-git](https://github.com/Vinzent03/obsidian-git) – Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md 1675 | - [abi/secret-llama](https://github.com/abi/secret-llama) – Fully private LLM chatbot that runs entirely with a browser with no server needed. Supports Mistral and LLama 3. 1676 | - [actions-rs/cargo](https://github.com/actions-rs/cargo) – 📦 GitHub Action for Rust `cargo` command 1677 | - [actions-rs/clippy-check](https://github.com/actions-rs/clippy-check) – 📎 GitHub Action for PR annotations with clippy warnings 1678 | - [actions/setup-go](https://github.com/actions/setup-go) – Set up your GitHub Actions workflow with a specific version of Go 1679 | - [akosbalasko/yarle](https://github.com/akosbalasko/yarle) – Yarle - The ultimate converter of Evernote notes to Markdown 1680 | - [andymatuschak/orbit](https://github.com/andymatuschak/orbit) – Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention 1681 | - [ansh/jiffyreader.com](https://github.com/ansh/jiffyreader.com) – A Browser Extension for faster reading on ANY website! 1682 | - [balzack/databag](https://github.com/balzack/databag) – fast & lightweight self-hosted messenger 1683 | - [banga/git-split-diffs](https://github.com/banga/git-split-diffs) – Syntax highlighted side-by-side diffs in your terminal 1684 | - [bitwarden/clients](https://github.com/bitwarden/clients) – Bitwarden client apps (web, browser extension, desktop, and cli). 1685 | - [bitwarden/web](https://github.com/bitwarden/web) – The website vault (vault.bitwarden.com). 1686 | - [btpf/Alexandria](https://github.com/btpf/Alexandria) – A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript 1687 | - [calcom/cal.com](https://github.com/calcom/cal.com) – Scheduling infrastructure for absolutely everyone. 1688 | - [cline/cline](https://github.com/cline/cline) – Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way. 1689 | - [cloudflare/orange](https://github.com/cloudflare/orange) 1690 | - [cloudflare/wildebeest](https://github.com/cloudflare/wildebeest) – Wildebeest is an ActivityPub and Mastodon-compatible server 1691 | - [codebam/cf-workers-telegram-bot](https://github.com/codebam/cf-workers-telegram-bot) – Telegram Bot library for CloudFlare Workers 1692 | - [coder/code-server](https://github.com/coder/code-server) – VS Code in the browser 1693 | - [dicebear/dicebear](https://github.com/dicebear/dicebear) – DiceBear is an avatar library for designers and developers. 🌍 1694 | - [directus/directus](https://github.com/directus/directus) – The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. 1695 | - [docmost/docmost](https://github.com/docmost/docmost) – Docmost is an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion. 1696 | - [element-hq/element-web](https://github.com/element-hq/element-web) – A glossy Matrix collaboration client for the web. 1697 | - [evald24/vscode-extensions-profiles](https://github.com/evald24/vscode-extensions-profiles) – Lets you create profiles to include the selected extensions in the desired project. 1698 | - [fosrl/pangolin](https://github.com/fosrl/pangolin) – Tunneled Mesh Reverse Proxy Server with Identity and Access Control and Dashboard UI 1699 | - [gitpod-io/gitpod](https://github.com/gitpod-io/gitpod) – The developer platform for on-demand cloud development environments to create software faster and more securely. 1700 | - [gitpod-io/openvscode-server](https://github.com/gitpod-io/openvscode-server) – Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere. 1701 | - [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) – Official GitHub Action for golangci-lint from its authors 1702 | - [haskell/actions](https://github.com/haskell/actions) – Github actions for Haskell CI 1703 | - [haskell/vscode-haskell](https://github.com/haskell/vscode-haskell) – VS Code extension for Haskell, powered by haskell-language-server 1704 | - [hasura/graphql-engine](https://github.com/hasura/graphql-engine) – Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events. 1705 | - [hocus-dev/hocus](https://github.com/hocus-dev/hocus) – 🪄 Spin up ready-to-code, disposable dev environments on your own servers. Self-hosted alternative to Gitpod and Github Codespaces. 1706 | - [immich-app/immich](https://github.com/immich-app/immich) – High performance self-hosted photo and video management solution. 1707 | - [influxdata/chronograf](https://github.com/influxdata/chronograf) – Open source monitoring and visualization UI for the TICK stack 1708 | - [intuit/auto](https://github.com/intuit/auto) – Generate releases based on semantic version labels on pull requests. 1709 | - [jamiebuilds/tinykeys](https://github.com/jamiebuilds/tinykeys) – A tiny (~650 B) & modern library for keybindings. 1710 | - [jaypyles/Scraperr](https://github.com/jaypyles/Scraperr) – Self-hosted webscraper. 1711 | - [jellydn/zed-101-setup](https://github.com/jellydn/zed-101-setup) – Your ultimate guide to setting up Zed with Vim mode, tailored settings, and key bindings for a seamless coding experience 1712 | - [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) – Interactive roadmaps, guides and other educational content to help developers grow in their careers. 1713 | - [karakeep-app/karakeep](https://github.com/karakeep-app/karakeep) – A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search 1714 | - [kepano/defuddle](https://github.com/kepano/defuddle) – Extract the main content from web pages. 1715 | - [laurent22/joplin](https://github.com/laurent22/joplin) – Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS. 1716 | - [linkwarden/linkwarden](https://github.com/linkwarden/linkwarden) – ⚡️⚡️⚡️ Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages, articles, and documents. 1717 | - [lynchjames/note-refactor-obsidian](https://github.com/lynchjames/note-refactor-obsidian) – Allows for text selections to be copied (refactored) into new notes and notes to be split into other notes. 1718 | - [maksim77/gitcheck](https://github.com/maksim77/gitcheck) 1719 | - [markdoc/markdoc](https://github.com/markdoc/markdoc) – A powerful, flexible, Markdown-based authoring framework. 1720 | - [markmap/markmap](https://github.com/markmap/markmap) – Build mindmaps with plain text 1721 | - [mbnuqw/sidebery](https://github.com/mbnuqw/sidebery) – Firefox extension for managing tabs and bookmarks in sidebar. 1722 | - [mendableai/firecrawl](https://github.com/mendableai/firecrawl) – 🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API. 1723 | - [mgmeyers/obsidian-zotero-integration](https://github.com/mgmeyers/obsidian-zotero-integration) – Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian. 1724 | - [mhansen/hledger-vscode](https://github.com/mhansen/hledger-vscode) – VSCode plugin for HLedger accounting journal file 1725 | - [microsoft/vscode](https://github.com/microsoft/vscode) – Visual Studio Code 1726 | - [microsoft/vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples) – Sample code illustrating the VS Code extension API. 1727 | - [mockoon/mockoon](https://github.com/mockoon/mockoon) – Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source. 1728 | - [n8n-io/n8n](https://github.com/n8n-io/n8n) – Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. 1729 | - [neoclide/coc.nvim](https://github.com/neoclide/coc.nvim) – Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. 1730 | - [nikitavoloboev/ui](https://github.com/nikitavoloboev/ui) – React components 1731 | - [nix-community/vscode-nix-ide](https://github.com/nix-community/vscode-nix-ide) – Nix language support for VSCode editor [maintainer: @jnoortheen] 1732 | - [onivim/oni](https://github.com/onivim/oni) – Oni: Modern Modal Editing - powered by Neovim 1733 | - [osmoscraft/osmosfeed](https://github.com/osmoscraft/osmosfeed) – Turn GitHub into an RSS reader 1734 | - [osmoscraft/osmosmemo](https://github.com/osmoscraft/osmosmemo) – Turn GitHub into a bookmark manager 1735 | - [osmoscraft/osmosnote](https://github.com/osmoscraft/osmosnote) – The knowledge IDE 1736 | - [ospfranco/sol](https://github.com/ospfranco/sol) – MacOS launcher & command palette 1737 | - [outline/outline](https://github.com/outline/outline) – The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. 1738 | - [parca-dev/parca](https://github.com/parca-dev/parca) – Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability. 1739 | - [patmigliaccio/logseq-archive-webpage](https://github.com/patmigliaccio/logseq-archive-webpage) – Archive URLs directly in Logseq and save locally. 1740 | - [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) – GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported. 1741 | - [phiresky/sql.js-httpvfs](https://github.com/phiresky/sql.js-httpvfs) – Hosting read-only SQLite databases on static file hosters like Github Pages 1742 | - [refined-github/refined-github](https://github.com/refined-github/refined-github) – :octocat: Browser extension that simplifies the GitHub interface and adds useful features 1743 | - [remotely-save/remotely-save](https://github.com/remotely-save/remotely-save) – Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage. 1744 | - [rust-lang/vscode-rust](https://github.com/rust-lang/vscode-rust) – Rust extension for Visual Studio Code 1745 | - [sawhney17/logseq-schrodinger](https://github.com/sawhney17/logseq-schrodinger) – A plugin to export pages in Logseq to Hugo. 1746 | - [sharat87/prestige](https://github.com/sharat87/prestige) – A text-based HTTP client in the browser. An interface-less Postman. 1747 | - [signalapp/Signal-Desktop](https://github.com/signalapp/Signal-Desktop) – A private messenger for Windows, macOS, and Linux. 1748 | - [silverbulletmd/silverbullet](https://github.com/silverbulletmd/silverbullet) – An open source personal productivity platform built on Markdown, turbo charged with the scripting power of Lua 1749 | - [siyuan-note/siyuan](https://github.com/siyuan-note/siyuan) – A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang. 1750 | - [slidevjs/slidev](https://github.com/slidevjs/slidev) – Presentation Slides for Developers 1751 | - [sourcebot-dev/sourcebot](https://github.com/sourcebot-dev/sourcebot) – The open source Sourcegraph alternative. Sourcebot gives you a powerful interface to search though all your repos and branches across multiple code hosts. 1752 | - [spacebarchat/server](https://github.com/spacebarchat/server) – Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love 1753 | - [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. 1754 | - [sst/sst](https://github.com/sst/sst) – Build full-stack apps on your own infrastructure. 1755 | - [standardnotes/app](https://github.com/standardnotes/app) – Think fearlessly with end-to-end encrypted notes and files. For issues, visit https://standardnotes.com/forum or https://standardnotes.com/help. 1756 | - [stoically/temporary-containers](https://github.com/stoically/temporary-containers) – Firefox Add-on that lets you open automatically managed disposable containers 1757 | - [streetwriters/notesnook](https://github.com/streetwriters/notesnook) – A fully open source & end-to-end encrypted note taking alternative to Evernote. 1758 | - [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) – Upload files to a GitHub release 1759 | - [tale/headplane](https://github.com/tale/headplane) – A feature-complete Web UI for Headscale 1760 | - [taniarascia/takenote](https://github.com/taniarascia/takenote) – 📝 A web-based notes app for developers. 1761 | - [tgrosinger/ledger-obsidian](https://github.com/tgrosinger/ledger-obsidian) – Plain text accounting in Obsidian.md 1762 | - [thelounge/thelounge](https://github.com/thelounge/thelounge) – 💬 Modern, responsive, cross-platform, self-hosted web IRC client 1763 | - [triggerdotdev/trigger.dev](https://github.com/triggerdotdev/trigger.dev) – Trigger.dev – open source background jobs and AI infrastructure 1764 | - [undergroundwires/privacy.sexy](https://github.com/undergroundwires/privacy.sexy) – Open-source tool to enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy 1765 | - [unjs/untun](https://github.com/unjs/untun) – 🚇 Tunnel your local HTTP(s) server to the world! powered by Cloudflare Quick Tunnels. 1766 | - [unkeyed/unkey](https://github.com/unkeyed/unkey) – Open source API management platform 1767 | - [vercel/hyper](https://github.com/vercel/hyper) – A terminal built on web technologies 1768 | - [vfarid/v2ray-worker](https://github.com/vfarid/v2ray-worker) – Total solution for V2Ray over Cloudflare's worker 1769 | - [voideditor/void](https://github.com/voideditor/void) 1770 | - [vrtmrz/obsidian-livesync](https://github.com/vrtmrz/obsidian-livesync) 1771 | - [vscode-neovim/vscode-neovim](https://github.com/vscode-neovim/vscode-neovim) – Vim mode for VSCode, powered by Neovim 1772 | - [vscode-org-mode/vscode-org-mode](https://github.com/vscode-org-mode/vscode-org-mode) – Emacs Org Mode for Visual Studio Code 1773 | - [vv-vim/vv](https://github.com/vv-vim/vv) – Neovim client for macOS 1774 | - [wg-easy/wg-easy](https://github.com/wg-easy/wg-easy) – The easiest way to run WireGuard VPN + Web-based Admin UI. 1775 | - [windingwind/zotero-actions-tags](https://github.com/windingwind/zotero-actions-tags) – Customize your Zotero workflow. 1776 | - [windingwind/zotero-better-notes](https://github.com/windingwind/zotero-better-notes) – Everything about note management. All in Zotero. 1777 | - [windingwind/zotero-pdf-translate](https://github.com/windingwind/zotero-pdf-translate) – Translate PDF, EPub, webpage, metadata, annotations, notes to the target language. Support 20+ translate services. 1778 | - [zaidmukaddam/scira](https://github.com/zaidmukaddam/scira) – Scira (Formerly MiniPerplx) is a minimalistic AI-powered search engine that helps you find information on the internet and cites it too. Powered by Vercel AI SDK! Search with models like xAI's Grok 3. 1779 | - [zk-org/zk-vscode](https://github.com/zk-org/zk-vscode) – Visual Studio Code extension for zk 1780 | - [zzzgydi/clash-verge](https://github.com/zzzgydi/clash-verge) – A Clash GUI based on tauri. Supports Windows, macOS and Linux. 1781 | 1782 | 1783 | 1784 | ## V 1785 | 1786 | - [vlang/v](https://github.com/vlang/v) – Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io 1787 | 1788 | 1789 | 1790 | ## Vim Script 1791 | 1792 | - [Exafunction/windsurf.vim](https://github.com/Exafunction/windsurf.vim) – Free, ultrafast Copilot alternative for Vim and Neovim 1793 | - [NLKNguyen/papercolor-theme](https://github.com/NLKNguyen/papercolor-theme) – :art: Light & Dark Vim color schemes inspired by Google's Material Design 1794 | - [Raimondi/delimitMate](https://github.com/Raimondi/delimitMate) – Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc. 1795 | - [Shougo/dein.vim](https://github.com/Shougo/dein.vim) – :zap: Dark powered Vim/Neovim plugin manager 1796 | - [Shougo/neovim](https://github.com/Shougo/neovim) – vim for the 21st century 1797 | - [Shougo/unite.vim](https://github.com/Shougo/unite.vim) – :dragon: Unite and create user interfaces 1798 | - [Yggdroot/indentLine](https://github.com/Yggdroot/indentLine) – A vim plugin to display the indention levels with thin vertical lines 1799 | - [airblade/vim-gitgutter](https://github.com/airblade/vim-gitgutter) – A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks. 1800 | - [altercation/solarized](https://github.com/altercation/solarized) – precision color scheme for multiple applications (terminal, vim, etc.) with both dark/light modes 1801 | - [ap/vim-buftabline](https://github.com/ap/vim-buftabline) – Forget Vim tabs – now you can have buffer tabs 1802 | - [ap/vim-css-color](https://github.com/ap/vim-css-color) – Preview colours in source code while editing 1803 | - [aperezdc/vim-template](https://github.com/aperezdc/vim-template) – Simple templates plugin for Vim 1804 | - [axvr/org.vim](https://github.com/axvr/org.vim) – Org mode syntax highlighting and folding for Vim. 1805 | - [bullets-vim/bullets.vim](https://github.com/bullets-vim/bullets.vim) – 🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists. 1806 | - [cassidoo/vim-up](https://github.com/cassidoo/vim-up) – A bunch of vim shortcuts, colors, and bundles to make your life easier 1807 | - [christoomey/vim-conflicted](https://github.com/christoomey/vim-conflicted) – Easy git merge conflict resolution in Vim 1808 | - [chxuan/vimplus](https://github.com/chxuan/vimplus) – :rocket:An automatic configuration program for vim 1809 | - [cloudhead/dotfiles](https://github.com/cloudhead/dotfiles) – ~cloudhead 1810 | - [denisshevchenko/.files](https://github.com/denisshevchenko/.files) – My NixOS configs 1811 | - [dense-analysis/ale](https://github.com/dense-analysis/ale) – Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support 1812 | - [emilyst/home](https://github.com/emilyst/home) – My home directory's settings 1813 | - [ervandew/supertab](https://github.com/ervandew/supertab) – Perform all your vim insert mode completions with Tab 1814 | - [fatih/vim-go](https://github.com/fatih/vim-go) – Go development plugin for Vim 1815 | - [fatih/vim-go-tutorial](https://github.com/fatih/vim-go-tutorial) – Tutorial for vim-go 1816 | - [fenetikm/falcon](https://github.com/fenetikm/falcon) – A colour scheme for terminals, Vim and friends. 1817 | - [francoiscabrol/ranger.vim](https://github.com/francoiscabrol/ranger.vim) – Ranger integration in vim and neovim 1818 | - [fukamachi/neovim-config](https://github.com/fukamachi/neovim-config) – ~/.config/nvim 1819 | - [github/copilot.vim](https://github.com/github/copilot.vim) – Neovim plugin for GitHub Copilot 1820 | - [godlygeek/tabular](https://github.com/godlygeek/tabular) – Vim script for text filtering and alignment 1821 | - [haya14busa/incsearch.vim](https://github.com/haya14busa/incsearch.vim) – :flashlight: Improved incremental searching for Vim 1822 | - [inside/vim-search-pulse](https://github.com/inside/vim-search-pulse) – Easily locate the cursor after a search 1823 | - [jamessan/vim-gnupg](https://github.com/jamessan/vim-gnupg) – This script implements transparent editing of gpg encrypted files. 1824 | - [jessfraz/openai.vim](https://github.com/jessfraz/openai.vim) – OpenAI GPT-3 plugin for vim. 1825 | - [jiangmiao/auto-pairs](https://github.com/jiangmiao/auto-pairs) – Vim plugin, insert or delete brackets, parens, quotes in pair 1826 | - [jreybert/vimagit](https://github.com/jreybert/vimagit) – Ease your git workflow within Vim 1827 | - [juev/vim-hugo](https://github.com/juev/vim-hugo) – Vim plugin for simplify creating new post in Hugo blog 1828 | - [junegunn/vim-peekaboo](https://github.com/junegunn/vim-peekaboo) – :eyes: " / @ / CTRL-R 1829 | - [junegunn/vim-plug](https://github.com/junegunn/vim-plug) – :hibiscus: Minimalist Vim Plugin Manager 1830 | - [justinmk/vim-sneak](https://github.com/justinmk/vim-sneak) – The missing motion for Vim :athletic_shoe: 1831 | - [k-takata/minpac](https://github.com/k-takata/minpac) – A minimal package manager for Vim 8+ (and Neovim) 1832 | - [kassio/neoterm](https://github.com/kassio/neoterm) – Wrapper of some vim/neovim's :terminal functions. 1833 | - [kshenoy/vim-signature](https://github.com/kshenoy/vim-signature) – Plugin to toggle, display and navigate marks 1834 | - [ledger/vim-ledger](https://github.com/ledger/vim-ledger) – Vim plugin for Ledger 1835 | - [lifepillar/vim-solarized8](https://github.com/lifepillar/vim-solarized8) – Optimized Solarized colorschemes. Best served with true-color terminals! 1836 | - [liuchengxu/space-vim](https://github.com/liuchengxu/space-vim) – :four_leaf_clover: Lean & mean spacemacs-ish Vim distribution 1837 | - [liuchengxu/vim-which-key](https://github.com/liuchengxu/vim-which-key) – :tulip: Vim plugin that shows keybindings in popup 1838 | - [macvim-dev/macvim](https://github.com/macvim-dev/macvim) – Vim - the text editor - for macOS 1839 | - [mattn/vim-lsp-settings](https://github.com/mattn/vim-lsp-settings) – Auto configurations for Language Server for vim-lsp 1840 | - [mhinz/vim-signify](https://github.com/mhinz/vim-signify) – :heavy_plus_sign: Show a diff using Vim its sign column. 1841 | - [michal-h21/vim-zettel](https://github.com/michal-h21/vim-zettel) – VimWiki addon for managing notes according to Zettelkasten method 1842 | - [natebosch/vim-lsc](https://github.com/natebosch/vim-lsc) – A vim plugin for communicating with a language server 1843 | - [neomake/neomake](https://github.com/neomake/neomake) – Asynchronous linting and make framework for Neovim/Vim 1844 | - [neovim/neovim](https://github.com/neovim/neovim) – Vim-fork focused on extensibility and usability 1845 | - [onivim/libvim](https://github.com/onivim/libvim) – libvim: The core Vim editing engine as a minimal C library 1846 | - [prabirshrestha/vim-lsp](https://github.com/prabirshrestha/vim-lsp) – async language server protocol plugin for vim and neovim 1847 | - [preservim/nerdtree](https://github.com/preservim/nerdtree) – A tree explorer plugin for vim. 1848 | - [preservim/vim-thematic](https://github.com/preservim/vim-thematic) – Alter Vim's appearance to suit your task & environ 1849 | - [prettier/vim-prettier](https://github.com/prettier/vim-prettier) – A Vim plugin for Prettier 1850 | - [racer-rust/vim-racer](https://github.com/racer-rust/vim-racer) – Racer support for Vim 1851 | - [rainglow/vim](https://github.com/rainglow/vim) – 320+ color themes for VIM. 1852 | - [rhysd/git-messenger.vim](https://github.com/rhysd/git-messenger.vim) – Vim and Neovim plugin to reveal the commit messages under the cursor 1853 | - [roxma/vim-tmux-clipboard](https://github.com/roxma/vim-tmux-clipboard) – seamless integration for vim and tmux's clipboard 1854 | - [rust-lang/rust.vim](https://github.com/rust-lang/rust.vim) – Vim configuration for Rust. 1855 | - [saaguero/dotvim](https://github.com/saaguero/dotvim) – My cross-platform vimrc 1856 | - [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot) – A solid language pack for Vim. 1857 | - [sjl/badwolf](https://github.com/sjl/badwolf) – A Vim color scheme. 1858 | - [sjl/clam.vim](https://github.com/sjl/clam.vim) – A lightweight Vim plugin for working with shell commands. 1859 | - [skywind3000/asynctasks.vim](https://github.com/skywind3000/asynctasks.vim) – :rocket: Modern Task System for Project Building, Testing and Deploying !! 1860 | - [sonph/onehalf](https://github.com/sonph/onehalf) – Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more. 1861 | - [srid/nvim.nix-archived](https://github.com/srid/nvim.nix-archived) – MOVED https://github.com/srid/nixos-config/blob/master/home/neovim.nix 1862 | - [takac/vim-hardtime](https://github.com/takac/vim-hardtime) – Plugin to help you stop repeating the basic movement keys 1863 | - [tmux-plugins/vim-tmux-focus-events](https://github.com/tmux-plugins/vim-tmux-focus-events) – Make terminal vim and tmux work better together. 1864 | - [tony/vim-config-framework](https://github.com/tony/vim-config-framework) – :green_book: VIM / Neovim configuration framework 1865 | - [tpope/dotfiles](https://github.com/tpope/dotfiles) – tpope's dotfiles. DON'T USE unless you're tpope 1866 | - [tpope/vim-apathy](https://github.com/tpope/vim-apathy) – apathy.vim: Set the 'path' option for miscellaneous file types 1867 | - [tpope/vim-characterize](https://github.com/tpope/vim-characterize) – characterize.vim: Unicode character metadata 1868 | - [tpope/vim-commentary](https://github.com/tpope/vim-commentary) – commentary.vim: comment stuff out 1869 | - [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive) – fugitive.vim: A Git wrapper so awesome, it should be illegal 1870 | - [tpope/vim-pathogen](https://github.com/tpope/vim-pathogen) – pathogen.vim: manage your runtimepath 1871 | - [tpope/vim-projectionist](https://github.com/tpope/vim-projectionist) – projectionist.vim: Granular project configuration 1872 | - [tpope/vim-repeat](https://github.com/tpope/vim-repeat) – repeat.vim: enable repeating supported plugin maps with "." 1873 | - [tpope/vim-sensible](https://github.com/tpope/vim-sensible) – sensible.vim: Defaults everyone can agree on 1874 | - [tpope/vim-surround](https://github.com/tpope/vim-surround) – surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease 1875 | - [tpope/vim-unimpaired](https://github.com/tpope/vim-unimpaired) – unimpaired.vim: Pairs of handy bracket mappings 1876 | - [tpope/vim-vinegar](https://github.com/tpope/vim-vinegar) – vinegar.vim: Combine with netrw to create a delicious salad dressing 1877 | - [tyru/caw.vim](https://github.com/tyru/caw.vim) – Vim comment plugin: supported operator/non-operator mappings, repeatable by dot-command, 300+ filetypes 1878 | - [vim-airline/vim-airline](https://github.com/vim-airline/vim-airline) – lean & mean status/tabline for vim that's light as air 1879 | - [vim-ctrlspace/vim-ctrlspace](https://github.com/vim-ctrlspace/vim-ctrlspace) – Vim Space Controller 1880 | - [vim-syntastic/syntastic](https://github.com/vim-syntastic/syntastic) – Syntax checking hacks for vim 1881 | - [vim/vim](https://github.com/vim/vim) – The official Vim repository 1882 | - [vimwiki/vimwiki](https://github.com/vimwiki/vimwiki) – Personal Wiki for Vim 1883 | - [vlime/vlime](https://github.com/vlime/vlime) – A Common Lisp dev environment for Vim (and Neovim) 1884 | - [voldikss/vim-floaterm](https://github.com/voldikss/vim-floaterm) – :computer: Terminal manager for (neo)vim 1885 | - [wincent/terminus](https://github.com/wincent/terminus) – 🖥 Enhanced terminal integration for Vim 1886 | - [yegappan/lsp](https://github.com/yegappan/lsp) – Language Server Protocol (LSP) plugin for Vim9 1887 | - [ziglang/zig.vim](https://github.com/ziglang/zig.vim) – Vim configuration for Zig 1888 | 1889 | 1890 | 1891 | ## VimL 1892 | 1893 | - [altercation/vim-colors-solarized](https://github.com/altercation/vim-colors-solarized) – precision colorscheme for the vim text editor 1894 | - [bling/minivimrc](https://github.com/bling/minivimrc) – a tiny vimrc to be used primarily for troubleshooting plugins 1895 | - [junegunn/rainbow_parentheses.vim](https://github.com/junegunn/rainbow_parentheses.vim) – :rainbow: Simpler Rainbow Parentheses 1896 | - [vim-scripts/AutoComplPop](https://github.com/vim-scripts/AutoComplPop) – Automatically opens popup menu for completions 1897 | - [volgar1x/vim-gocode](https://github.com/volgar1x/vim-gocode) – A Go bundle for Vundle or Pathogen 1898 | - [wikitopian/hardmode](https://github.com/wikitopian/hardmode) – Vim: Hard Mode (deprecated) 1899 | 1900 | 1901 | 1902 | ## Vue 1903 | 1904 | - [TeamPiped/Piped](https://github.com/TeamPiped/Piped) – An alternative privacy-friendly YouTube frontend which is efficient by design. 1905 | - [bjesus/teatime](https://github.com/bjesus/teatime) – A fully static distributed library system powered by IPFS, SQLite and GitHub 1906 | - [elk-zone/elk](https://github.com/elk-zone/elk) – A nimble Mastodon web client 1907 | 1908 | 1909 | 1910 | ## WikiText 1911 | 1912 | - [bitcoin/bips](https://github.com/bitcoin/bips) – Bitcoin Improvement Proposals 1913 | 1914 | 1915 | 1916 | ## Wren 1917 | 1918 | - [wren-lang/wren](https://github.com/wren-lang/wren) – The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language. 1919 | 1920 | 1921 | 1922 | ## Zig 1923 | 1924 | - [Vexu/routez](https://github.com/Vexu/routez) – Http server for Zig 1925 | - [batiati/mustache-zig](https://github.com/batiati/mustache-zig) – Logic-less templates for Zig 1926 | - [dee0xeed/learning-zig-rus](https://github.com/dee0xeed/learning-zig-rus) – Karl Seguin's "Learning Zig" in Russian 1927 | - [drcode/zek](https://github.com/drcode/zek) 1928 | - [elerch/aws-sdk-for-zig](https://github.com/elerch/aws-sdk-for-zig) – AWS SDK for Zig. This is a readonly mirror of https://git.lerch.org/lobo/aws-sdk-for-zig, although Issues/PRs are welcome! 1929 | - [ghostty-org/ghostty](https://github.com/ghostty-org/ghostty) – 👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. 1930 | - [hexops/fastfilter](https://github.com/hexops/fastfilter) – fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters) 1931 | - [marler8997/zigup](https://github.com/marler8997/zigup) – Download and manage zig compilers. 1932 | - [nektro/zigmod](https://github.com/nektro/zigmod) – 📦 A package manager for the Zig programming language. 1933 | - [oven-sh/bun](https://github.com/oven-sh/bun) – Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one 1934 | - [pedropark99/zig-book](https://github.com/pedropark99/zig-book) – An open, technical and introductory book for the Zig programming language 📚📖 1935 | - [ziglang/gotta-go-fast](https://github.com/ziglang/gotta-go-fast) – Performance Tracking for Zig 1936 | - [ziglang/zig](https://github.com/ziglang/zig) – General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. 1937 | 1938 | 1939 | ## License 1940 | 1941 | [](https://creativecommons.org/publicdomain/zero/1.0/) 1942 | 1943 | To the extent possible under law, [juev](https://github.com/juev) has waived all copyright and related or neighboring rights to this work. 1944 | --------------------------------------------------------------------------------