Trending Projects

Discover the fastest growing open source projects

Showing 1951-2000 of 6,546 trending projects

#1951
bytecodealliance/wasm-tools

A low-level Rust library and CLI for manipulating WebAssembly modules.

+17
+1.0%
1.7K
total stars
#1952
nivekuil/rip

A safe and ergonomic command-line interface for managing files and directories, as an alternative to `rm`.

+17
+1.0%
1.7K
total stars
#1953
C-BJ/awesome-zig

A comprehensive learning guide and list of Zig programming language projects and libraries.

+17
+1.1%
1.6K
total stars
#1954
GPUOpen-LibrariesAndSDKs/FidelityFX-SDK

An open-source SDK for AMD's FidelityFX graphics rendering technologies, useful for game and graphics development.

+17
+1.1%
1.6K
total stars
#1955
awslabs/eks-node-viewer

EKS Node Viewer is a command-line tool for visualizing nodes in an Amazon Elastic Kubernetes Service (EKS) cluster.

+17
+1.1%
1.6K
total stars
#1956
JonMagon/KDiskMark

A simple open-source disk benchmark tool for Linux distros, focused on performance testing.

+17
+1.1%
1.6K
total stars
#1957
huacnlee/autocorrect

A linter and formatter to help improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean) languages.

+17
+1.1%
1.6K
total stars
#1958
TraceMachina/nativelink

NativeLink is an open source high-performance build cache and remote execution server for build systems like Bazel and Pants.

+17
+1.1%
1.5K
total stars
#1959
mikeroyal/PipeWire-Guide

A guide to PipeWire, a multimedia server that provides a professional audio/video processing workflow on Linux.

+17
+1.2%
1.4K
total stars
#1960
stevinz/awesome-game-engine-dev

Curated list of resources for Game Engine Development, including articles, assets, tools, and libraries.

+17
+1.3%
1.3K
total stars
#1961
cloudposse/atmos

Terraform orchestration tool that helps developers keep environment configurations DRY using hierarchical imports, inheritance, and more.

+17
+1.4%
1.3K
total stars
#1962
Spuckwaffel/UEDumper

A powerful Unreal Engine dumper and editor for UE 4.19 - 5.3, enabling advanced engine analysis and modification.

+17
+1.4%
1.3K
total stars
#1963
fpgmaas/cookiecutter-uv

A modern cookiecutter template for Python projects that use UV for dependency management.

+17
+1.4%
1.3K
total stars
#1964
ammen99/wf-recorder

No description provided, but appears to be a C++ library for recording window frames.

+17
+1.4%
1.2K
total stars
#1965
emersion/slurp

A command-line tool for taking screenshots in a Wayland compositor, useful for vibe coders building AI-powered apps.

+17
+1.4%
1.2K
total stars
#1966
mayTermux/myTermux

A collection of dotfiles and scripts to customize the appearance and functionality of the Termux terminal emulator on Android.

+17
+1.4%
1.2K
total stars
#1967
DavidAnson/vscode-markdownlint

A Markdown linting and style checking tool for Visual Studio Code, used by vibe coders.

+17
+1.5%
1.2K
total stars
#1968
HowToFind-bot/osint-tools

A comprehensive catalog of open-source OSINT (Open-Source Intelligence) tools for data analysis and investigation.

+17
+1.5%
1.2K
total stars
#1969
allan2/dotenvy

A well-maintained fork of the dotenv crate, a Rust library for loading environment variables from .env files.

+17
+1.5%
1.2K
total stars
#1970
owenthereal/upterm

Upterm is an instant terminal sharing tool that allows developers to easily collaborate on their terminal sessions.

+17
+1.5%
1.1K
total stars
#1971
shadawck/awesome-cli-frameworks

A collection of tools to build beautiful command line interfaces in various programming languages.

+17
+1.5%
1.1K
total stars
#1972
testcontainers/testcontainers-rs

A Rust library for integration-testing against Docker containers.

+17
+1.6%
1.0K
total stars
#1973
Return-Log/Drive-Icon-Manager

A Python-based tool to easily remove unwanted network drive icons from the 'This PC' and file explorer sidebar

+17
+1.7%
1.0K
total stars
#1974
NARKOZ/hacker-scripts

Hacker scripts for automating work-life balance and coffee brewing

+16
+0.0%
49.4K
total stars
#1975
dylanaraps/neofetch

Displays system info in an aesthetic way

+16
+0.1%
23.6K
total stars
#1976
source-foundry/Hack

A high-quality open-source typeface designed for use in source code editors and developer tools.

+16
+0.1%
17.2K
total stars
#1977
cjbarber/ToolsOfTheTrade

A curated list of tools and resources for developers, from the popular Hacker News community.

+16
+0.1%
17.0K
total stars
#1978
jhuangtw/xg2xg

A lookup table of similar tech and services, curated by ex-Googlers for ex-Googlers.

+16
+0.1%
15.2K
total stars
#1979
trimstray/the-practical-linux-hardening-guide

This is a comprehensive guide on hardening and securing a Linux production system.

+16
+0.1%
10.5K
total stars
#1980
AppImage/AppImageKit

Packages desktop applications as self-contained AppImages that run on common Linux distributions.

+16
+0.2%
9.3K
total stars
#1981
java-native-access/jna

Java Native Access (JNA) is a library that provides a Java interface to native libraries.

+16
+0.2%
8.9K
total stars
#1982
avast/retdec

A retargetable machine-code decompiler based on LLVM for reverse engineering and analysis.

+16
+0.2%
8.5K
total stars
#1983
bndr/pipreqs

A Python utility that generates pip requirements.txt files from project imports, useful for vibe coders.

+16
+0.2%
7.4K
total stars
#1984
0nn0/terminal-mac-cheatsheet

A comprehensive cheatsheet of frequently used terminal commands and shortcuts for Mac users.

+16
+0.2%
7.4K
total stars
#1985
junit-team/junit-framework

A programmer-friendly testing framework for Java and the JVM.

+16
+0.2%
7.0K
total stars
#1986
busyloop/lolcat

A fun and colorful command-line tool for adding rainbows and unicorns to your terminal output.

+16
+0.3%
6.5K
total stars
#1987
you-dont-need/You-Dont-Need-GUI

A repository that encourages developers to use command-line interfaces (CLIs) instead of graphical user interfaces (GUIs).

+16
+0.3%
5.8K
total stars
#1988
gnunn1/tilix

A tiling terminal emulator for Linux with GTK+ 3 support, useful for developers who need a customizable terminal experience.

+16
+0.3%
5.6K
total stars
#1989
mgechev/revive

A faster, stricter, configurable, and extensible linter for Go that replaces golint.

+16
+0.3%
5.4K
total stars
#1990
teddysun/across

This is a collection of Linux utilities and scripts for network optimization, backup, and benchmarking.

+16
+0.3%
5.3K
total stars
#1991
chassing/linux-sysadmin-interview-questions

A comprehensive collection of Linux Sysadmin/DevOps interview questions for aspiring system administrators.

+16
+0.3%
5.3K
total stars
#1992
Tyrrrz/CliWrap

A .NET Standard library for interacting with command-line interfaces, with support for piping, streaming, and event handling.

+16
+0.3%
4.9K
total stars
#1993
mbbill/undotree

The undo history visualizer for VIM, a powerful tool for developers who use Vim as their primary code editor.

+16
+0.4%
4.5K
total stars
#1994
testcontainers/testcontainers-dotnet

A .NET library to support tests with throwaway Docker containers for .NET Standard

+16
+0.4%
4.3K
total stars
#1995
giuspen/cherrytree

cherrytree is a hierarchical note-taking application that allows developers to organize and manage their notes.

+16
+0.4%
3.8K
total stars
#1996
erikw/tmux-powerline

A highly customizable and hackable tmux status bar plugin written in pure bash.

+16
+0.4%
3.7K
total stars
#1997
danielkrupinski/Osiris

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

+16
+0.4%
3.7K
total stars
#1998
CommunityToolkit/dotnet

.NET Community Toolkit is a collection of helpers and APIs for all .NET developers, maintained by Microsoft.

+16
+0.4%
3.6K
total stars
#1999
mxschmitt/action-tmate

Debug GitHub Actions with SSH access to the runner system using the tmate terminal sharing tool.

+16
+0.5%
3.5K
total stars
#2000
ajalt/clikt

A Kotlin library for building multiplatform command line interfaces.

+16
+0.6%
2.9K
total stars
1...3941...131

Stay in the loop

Get weekly updates on trending AI coding tools and projects.