Trending Projects

Discover the fastest growing open source projects

Showing 3151-3200 of 6,546 trending projects

#3151
amitds1997/remote-nvim.nvim

A Neovim plugin that enables remote development using Docker, SSH, and other tools.

+83
+7.2%
1.2K
total stars
#3152
mity/md4c

A fast, CommonMark-compliant Markdown parser written in C with a SAX-like interface.

+83
+7.2%
1.2K
total stars
#3153
void-rs/void

A terminal-based personal organizer built with Rust, focused on efficiency, mindmaps, and task management.

+83
+7.9%
1.1K
total stars
#3154
cfwtf/clash_for_windows

This is a backup repository for the Clash for Windows application, a popular open-source client for the Clash proxy.

+83
+8.0%
1.1K
total stars
#3155
mkniewallner/migrate-to-uv

A tool to migrate Python projects from various package managers to the uv package manager.

+83
+8.3%
1.1K
total stars
#3156
FlamingTempura/bibtex-tidy

A tool for cleaning and formatting BibTeX files, a common file format for managing bibliographic data.

+83
+8.4%
1.1K
total stars
#3157
theHamsta/nvim-dap-virtual-text

A Neovim plugin that displays virtual text for the Debug Adapter Protocol (DAP) in the editor.

+83
+8.5%
1.1K
total stars
#3158
TomasTomecek/sen

A terminal-based user interface for managing containers, built in Python.

+83
+8.6%
1.0K
total stars
#3159
alibaba/p3c

Alibaba Java coding guidelines with PMD and IDE plugins for code quality.

+82
+0.3%
30.8K
total stars
#3160
yoavbls/pretty-ts-errors

A TypeScript extension for VSCode that makes TypeScript errors more human-readable and visually appealing.

+82
+0.6%
14.1K
total stars
#3161
babashka/babashka

A fast, native Clojure interpreter for scripting and automation, useful for vibe coders building with AI tools.

+82
+1.9%
4.4K
total stars
#3162
uber/NullAway

A static code analysis tool to help eliminate NullPointerExceptions in Java projects with low build-time overhead.

+82
+2.1%
4.0K
total stars
#3163
chxuan/vimplus

An automatic configuration program for Vim that makes it a powerful code editor for developers.

+82
+2.1%
4.0K
total stars
#3164
jashkenas/docco

Docco is a quick and dirty literate programming tool for generating HTML documentation from source code.

+82
+2.4%
3.6K
total stars
#3165
nvimtools/none-ls.nvim

Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua

+82
+2.6%
3.2K
total stars
#3166
lukechilds/zsh-nvm

A Zsh plugin for installing, updating, and loading the Node Version Manager (nvm) for managing Node.js versions.

+82
+3.5%
2.4K
total stars
#3167
tim-koehler/Helm-Intellisense

An extension for Visual Studio Code that provides Intellisense for Helm templates using the values.yaml file.

+82
+3.9%
2.2K
total stars
#3168
kristijanhusak/vim-dadbod-ui

A simple UI for the vim-dadbod plugin, a database interface for Vim and Neovim

+82
+4.4%
2.0K
total stars
#3169
rime/plum

An input schema repository and configuration manager for Rime, a popular input method engine.

+82
+4.8%
1.8K
total stars
#3170
Romanitho/Winget-AutoUpdate

This PowerShell script automatically updates apps using the Winget package manager and notifies connected users.

+82
+4.8%
1.8K
total stars
#3171
evanphx/benchmark-ips

Provides iteration per second benchmarking for Ruby developers to optimize performance.

+82
+4.9%
1.8K
total stars
#3172
Gruntfuggly/todo-tree

A JavaScript tool that uses ripgrep to find TODO tags and display the results in a tree view.

+82
+5.0%
1.7K
total stars
#3173
0voice/k8s_awesome_document

A curated collection of resources for Kubernetes engineers, including books, articles, projects, and more.

+82
+5.4%
1.6K
total stars
#3174
marcelstoer/nodemcu-pyflasher

A self-contained NodeMCU flasher with a GUI, built on esptool.py and wxPython.

+82
+5.4%
1.6K
total stars
#3175
tchx84/Flatseal

A tool to manage Flatpak permissions on Linux systems.

+82
+5.5%
1.6K
total stars
#3176
semaphoreio/semaphore

Semaphore is an all-in-one delivery platform for AI-driven development, supporting CI/CD workflows and pipelines.

+82
+5.9%
1.5K
total stars
#3177
TheresAFewConors/Sooty

A Python-based CLI tool to automate security workflows for SOC analysts.

+82
+6.0%
1.5K
total stars
#3178
kingkool68/generate-ssl-certs-for-local-development

A bash script for generating trusted self-signed SSL certs for local development on a Mac.

+82
+6.4%
1.4K
total stars
#3179
hasherezade/libpeconv

A C++ library for loading, manipulating, and dumping PE (Portable Executable) files.

+82
+6.6%
1.3K
total stars
#3180
pr0g/cmake-examples

A collection of simple, modern CMake projects to help developers learn and use CMake effectively.

+82
+7.2%
1.2K
total stars
#3181
alibaba/dawn

A lightweight task management and build tool for front-end and Node.js developers.

+82
+7.8%
1.1K
total stars
#3182
kubernetes-retired/kubeadm-dind-cluster

A multi-node Kubernetes test cluster based on kubeadm for local development and testing.

+82
+8.0%
1.1K
total stars
#3183
Tim-Maes/Facet

A source generator that eliminates DTO boilerplate by auto-generating DTOs, mappings, and EF Core projections.

+82
+8.2%
1.1K
total stars
#3184
goldbergyoni/javascript-testing-best-practices

Comprehensive JavaScript & Node.js testing best practices guide

+81
+0.3%
24.6K
total stars
#3185
golang/tools

A collection of tools for the Go programming language, including a compiler, debugger, and standard library.

+81
+1.0%
7.9K
total stars
#3186
westes/flex

A fast and flexible lexer generator for building lexical analyzers in C and C++.

+81
+2.1%
4.0K
total stars
#3187
danielkrupinski/Osiris

A cross-platform game hack for Counter-Strike 2 with a Panorama-based GUI, focused on reverse-engineering and internal development.

+81
+2.3%
3.7K
total stars
#3188
dendibakh/perf-book

A book on performance analysis and tuning on modern CPUs for developers interested in optimizing their code.

+81
+2.4%
3.5K
total stars
#3189
REhints/HexRaysCodeXplorer

A decompiler plugin for the Hex-Rays Decompiler that enhances code navigation and analysis.

+81
+3.2%
2.6K
total stars
#3190
open-telemetry/opentelemetry-java-instrumentation

OpenTelemetry auto-instrumentation and instrumentation libraries for Java developers to monitor and trace their applications.

+81
+3.4%
2.5K
total stars
#3191
developersu/ns-usbloader

An app that enables installing NSPs (Nintendo Switch game files) and other tools for Nintendo Switch modding

+81
+3.8%
2.2K
total stars
#3192
tareqimbasher/NetPad

A cross-platform C# editor and playground for .NET development, with support for Electron, Tauri, and more.

+81
+3.9%
2.2K
total stars
#3193
nat-n/poethepoet

A task runner that works well with poetry or uv, helping developers manage their Python development workflows.

+81
+4.3%
2.0K
total stars
#3194
stevegrunwell/asimov

Automatically excludes development dependencies from Apple Time Machine backups

+81
+4.7%
1.8K
total stars
#3195
olivierverdier/zsh-git-prompt

Informative git prompt for zsh, providing quick access to important Git repository information.

+81
+4.8%
1.8K
total stars
#3196
marin-m/SongRec

An open-source Shazam client for Linux, written in Rust, focused on audio-fingerprinting and music discovery.

+81
+4.9%
1.7K
total stars
#3197
google/yamlfmt

An extensible command line tool or library to format YAML files.

+81
+5.0%
1.7K
total stars
#3198
fullstack-build/tslog

tslog is a universal logger for TypeScript and JavaScript projects, providing powerful error handling and logging features.

+81
+5.3%
1.6K
total stars
#3199
darbra/sperm

This is a collection of interesting reverse engineering articles worth checking out.

+81
+6.2%
1.4K
total stars
#3200
benbuck/rbtray

A fork of the RBTray utility, a lightweight tray icon manager for Windows with keyboard and mouse hooks.

+81
+6.3%
1.4K
total stars
1...6365...131

Stay in the loop

Get weekly updates on trending AI coding tools and projects.