Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: developer-tools

13657 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
OpenCombine/OpenCombine
An open-source Swift implementation of Apple's Combine framework for reactive, value-over-time processing. It enables Combine-compatible co…
232795active
jenkinsci/configuration-as-code-plugin
The Jenkins Configuration as Code (JCasC) plugin lets administrators configure Jenkins controllers and plugins via human-readable declarati…
992794active
hasherezade/pe_to_shellcode
A C++ command-line tool that converts Windows PE executables into shellcode-compatible form, adding a reflective loading stub post-compilat…
402794active
JSPatch
JSPatch is a library that bridges Objective-C and JavaScript using the Objective-C runtime, allowing JavaScript code to call any Objective-…
3211329maintenance
mvp/uhubctl
uhubctl is a command-line utility that controls USB power per-port on smart USB hubs that implement per-port power switching. It is written…
652792active
gem5
gem5 is the official open-source computer-system architecture simulator for research and teaching, modeling processor microarchitecture and…
892787active
bergside/design-md-chrome
A Chrome extension that extracts visual styles (typography, colors, spacing, shadows, motion) from any website and generates DESIGN.md or S…
672787active
RudjiGames/MTuner
MTuner is a C/C++ memory profiler and memory leak finder that records the complete time-based history of every allocation, reallocation, an…
102787active
egoist/tsup
tsup is a zero-config bundler for TypeScript libraries, powered by esbuild. It bundles .ts, .tsx, .js, ., and .mjs files into distributable…
7711294maintenance
com-lihaoyi/mill
Mill is a JVM build tool for Java, Scala, and Kotlin, designed to be simpler than Maven and easier than Gradle. It offers 3-7x faster devel…
982785active
wincent/command-t
Command-T is a Neovim plugin providing extremely fast fuzzy matching for opening files, buffers, tags, help, and commands with minimal keys…
952782active
IndieSmiths/nodezator
Nodezator is a generalist, multi-purpose node editor desktop application for Python, built on pygame-ce. It turns any Python callable into …
822782active
joelshepherd/tabliss
Tabliss is a beautiful, customisable New Tab page browser extension for Firefox, Chrome, and Edge. It offers widgets like clocks, weather, …
322782active
simonw/files-to-prompt
A Python CLI tool that concatenates a directory of files into a single prompt suitable for pasting into LLMs, with filtering by extension, …
252782active
sbmpost/AutoRaise
A macOS utility that automatically raises and focuses a window when the mouse hovers over it, with a configurable delay. It also offers an …
912781active
notlikeDev/CCPlugins
CCPlugins is a collection of professional slash commands and plugins for the Claude Code CLI that automate repetitive development tasks. It…
592780active
coreboot/coreboot
coreboot is an open-source firmware project that replaces proprietary BIOS/UEFI on computers, performing hardware initialization and then h…
682779active
tjackenpacken/taskbar-groups
Taskbar Groups is a lightweight Windows utility written in C# that lets users create groups of shortcuts displayed as a single taskbar icon…
232779active
Mantle
Mantle is an Objective-C model framework for Cocoa and Cocoa Touch that simplifies writing model objects by reducing boilerplate for JSON d…
2311254maintenance
junedomingo/react-native-rename
A Node.js CLI tool that renames React Native apps (iOS and Android) with a single command, including bundle identifier updates. It works on…
932777active
mfussenegger/nvim-lint
An asynchronous linter plugin for Neovim (>= 0.9.5) that spawns external linters, parses their output, and reports results via vim.diagnost…
762777active
Tencent/UnLua
UnLua is a highly optimized Lua scripting plugin for Unreal Engine that lets UE programmers write gameplay logic in Lua with zero learning …
562776active
Entware
Entware is a software repository and package build system providing ~3000 precompiled packages (via opkg) for embedded devices such as rout…
772775active
Rich-Harris/magic-string
A small, fast TypeScript library for editing strings in place (update, prepend, append, move, overwrite) while generating accurate v3 sourc…
992774stable
tkem/cachetools
A Python library providing extensible memoizing collections and decorators, including cache classes like LRUCache and TTLCache with pluggab…
772774stable
bpython/bpython
bpython is a fancy curses-based interface to the Python interactive interpreter that adds IDE-like features such as in-line syntax highligh…
722774stable
PHP-DI
PHP-DI is a dependency injection container for PHP that emphasizes practicality, autowiring, and expressive PHP-based configuration. It is …
572774stable
mourner/rbush
RBush is a high-performance JavaScript library providing a 2D spatial index for points and rectangles, built on an optimized R*-tree with b…
682773stable
websockets/wscat
wscat is a command-line tool for connecting to WebSocket servers (or acting as a WebSocket server) and interactively sending and receiving …
412772active
qiankanglai/LoopScrollRect
A Unity UGUI component library that makes ScrollRect reuse cells by only instantiating visible items, backed by an object pool. It improves…
732771stable
rafamadriz/friendly-snippets
A community-driven collection of preconfigured code snippets for many programming languages, packaged in VS Code snippet format. It is desi…
612771stable
haampie/libtree
A small C command-line utility that renders the output of ldd as a tree of shared library dependencies. It also explains how each library w…
232771stable
vim-syntastic/syntastic
Syntastic is a Vim plugin that runs external syntax checkers and linters on files and displays errors in the location list. It is now depre…
1011215maintenance
nix-community/nix-direnv
A fast, persistent implementation of direnv's use_nix and use_flake functions for Nix-based development environments. It caches nix-shell e…
932769active
Tyrrrz/LightBulb
LightBulb is a desktop application that reduces eye strain by dynamically adjusting the screen's gamma and color temperature based on the t…
902765active
Koenkk/Z-Stack-firmware
A repository providing compilation instructions and precompiled hex firmware files for Texas Instruments Z-Stack Zigbee firmware, targeting…
692764active
RazrFalcon/cargo-bloat
A cargo subcommand that analyzes Rust executables to show which functions and crates take up the most space in the binary. It supports ELF,…
322764stable
pymodbus-dev/pymodbus
PyModbus is a full Modbus protocol stack written in Python, providing a client, server, and HTML-based simulator with both synchronous and …
992763stable
jazzband/django-model-utils
django-model-utils is a collection of Django model mixins and utility classes such as TimeStampedModel, StatusField, and QueryManager. It r…
672760stable
permissions-dispatcher/PermissionsDispatcher
PermissionsDispatcher is an annotation-based library for handling Android runtime permissions in Kotlin and Java. It generates boilerplate-…
2311156maintenance
mitsuhiko/minijinja
MiniJinja is a powerful, minimal-dependency template engine for Rust (with Go, Python, JavaScript/WASM, and CLI variants) that implements t…
982755stable
ColinIanKing/stress-ng
stress-ng is a command-line stress testing tool with 380+ stressors that exercise CPU, memory, filesystem, and OS kernel interfaces. It is …
952754active
libbpf
libbpf is the official stand-alone C library for loading and managing BPF programs and maps on Linux, developed upstream in the bpf-next ke…
842752stable
instant-markdown
A Vim plugin that opens a browser window showing a real-time compiled preview of the markdown file currently being edited in Vim, closing w…
742752active
kieler/elkjs
elkjs is a JavaScript port of the Eclipse Layout Kernel (ELK), providing automatic graph layout algorithms, most notably a layer-based (Sug…
872751active
PF4J
PF4J is a lightweight (~100KB) plugin framework for Java that lets applications load, start, and stop third-party plugins implementing decl…
952750stable
atar-axis/xpadneo
An advanced Linux kernel driver for the Xbox One wireless controller (Bluetooth), built as a DKMS module in C. It fixes quirks of the stock…
892750active
aristocratos/bashtop
Bashtop is a terminal-based resource monitor written in Bash that displays usage and stats for CPU, memory, disks, network, and processes. …
3211121maintenance
pongoOS
PongoOS is a pre-boot execution environment for Apple boards, built on top of the checkra1n jailbreak tool. It provides an interactive shel…
362749active
JetpackDuba/Gitnuro
Gitnuro is a free, open-source, multiplatform Git GUI client built with Kotlin, Jetbrains Compose, and JGit. It runs natively on Linux, Win…
742748active
EvanBacon/serve-sim
serve-sim is a CLI tool that provides quick, headless access to Apple Simulators, described as 'the npx serve of Apple Simulators'. It is w…
592748active
stellarlinkco/myclaude
A multi-agent orchestration workflow system for AI coding assistants that coordinates backends like Claude Code, Codex, Gemini, and OpenCod…
632745active
badtuxx/girus-cli
GIRUS is an open-source CLI-driven platform for running interactive, hands-on learning labs for DevOps technologies like Linux, Docker, Kub…
552745active
go-jira/jira
go-jira is a simple command line client for Atlassian's Jira issue tracker, written in Go. It supports context-aware configuration, shell t…
462745active
ArcSurge/Termius-Pro-zh_CN
A Python script that localizes the Termius SSH client into Chinese by patching its Electron app.asar bundle, with options for trial feature…
842744active
banga/git-split-diffs
A terminal pager that renders git diffs as GitHub-style side-by-side (split) diffs with syntax highlighting powered by Shiki. It is configu…
722744active
DynamoRIO/drmemory
Dr. Memory is a memory debugger that detects memory errors such as uninitialized reads, heap overflows, use-after-free, double frees, and m…
662744active
xtensor-stack/xsimd
xsimd is a C++ library providing unified wrappers over SIMD intrinsics (SSE, AVX, AVX512, NEON, SVE, WebAssembly, VSX, RISC-V) so the same …
762743stable
addyosmani/web-quality-skills
A collection of Agent Skills for optimizing web quality using Lighthouse, Chrome DevTools, Core Web Vitals, WCAG, and SEO guidance. It is s…
602743active
rails/bootsnap
Bootsnap is a Ruby gem that optimizes and caches expensive boot-time computations such as LOAD_PATH resolution and Ruby/YAML/JSON compilati…
1002740stable
cars10/elasticvue
Elasticvue is a free, open-source GUI for Elasticsearch available as a desktop app, browser extension, Docker container, or self-hosted web…
932740active
laixintao/iredis
IRedis is an interactive terminal client for Redis with auto-completion, syntax highlighting, and human-friendly output formatting. It serv…
812740active
tidwall/sjson
SJSON is a fast Go library for setting values in JSON documents using dot-syntax paths. It is the write-side companion to GJSON, which hand…
692739stable
GuillaumeGomez/sysinfo
sysinfo is a Rust crate for retrieving system information such as CPU, memory, disks, networks, components, and processes across many opera…
772738stable
microsoft/vscode-react-native
A Visual Studio Code extension by Microsoft that provides a development environment for React Native and Expo projects. It enables debuggin…
932737active
liiight/notifiers
A Python library and CLI that provides a unified, simple interface for sending notifications through many providers like Slack, Telegram, e…
672737active
le0pard/pgtune
PgTune is a web application that generates tuned PostgreSQL configuration files based on your hardware specifications. It is a modern rewri…
772736active
davidmonterocrespo24/velxio
Velxio is an open-source browser-based emulator and circuit simulator for Arduino, ESP32, Raspberry Pi, STM32 and other embedded boards, ru…
822735active
dfinke/ImportExcel
A PowerShell module for importing and exporting Excel spreadsheets without requiring Excel to be installed. It supports creating tables, pi…
672735active
openboard-team/openboard
OpenBoard is a 100% free and open-source keyboard app for Android, based on the AOSP Latin input method. It offers privacy-respecting typin…
232735active
kubernetes/git-sync
git-sync is a command-line tool that clones a git repository into a local directory and periodically keeps it in sync with the upstream rem…
902731active
microsoft/clarity
Microsoft Clarity is an open-source behavioral analytics library written in TypeScript that tracks DOM mutations and user interactions to g…
772731active
okbob/pspg
pspg is a Unix terminal pager written in C with rich functionality designed for browsing tabular data, primarily as a pager for psql and Po…
852730active
peetzweg/opendisplay
OpenDisplay is a free, open-source pair of apps that turn an iPhone or iPad into a true extended second monitor for a Mac over USB or WiFi.…
812728active
mhinz/vim-signify
A Vim/Neovim plugin that displays added, modified, and removed lines in the sign column for files managed by a version control system. It s…
642728stable
facebook/react-devtools
React DevTools is a browser extension for Chrome and Firefox that lets developers inspect the React component hierarchy within the browser'…
1011014maintenance
evilmartians/mono
Martian Mono is a free, open-source monospaced font from Evil Martians, based on Martian Grotesk. It offers a variable font plus 28 styles …
652725active
pionxzh/chatgpt-exporter
A Tampermonkey userscript that adds export functionality to the ChatGPT web interface, letting users save and share their conversation hist…
992724active
romgrk/barbar.nvim
barbar.nvim is a tabline plugin for Neovim that renders editor-style tabs for buffers with reordering, auto-sizing, icons, and highlighting…
622724active
goodtft/LCD-show
A collection of shell scripts and drivers that install and configure TFT LCD display and touchscreen support for various screen sizes (2.4"…
772722active
Pathoschild/SMAPI
SMAPI is the modding API and mod loader for Stardew Valley, enabling players to install mods and developers to build them. It is compatible…
862721active
twitter/util
Twitter Util is a collection of small, idiomatic, general-purpose JVM libraries written in Scala, including concurrency primitives (a non-a…
482719stable
tj-actions/changed-files
A GitHub Action that detects all added, copied, modified, deleted, renamed, and type-changed files and directories relative to a target bra…
902718active
sam1am/anyapk
anyapk is a lightweight Android app that installs any APK on your own device by using local ADB (wireless debugging) connections, bypassing…
812718active
nvim-tree/nvim-web-devicons
A Lua Neovim plugin that provides Nerd Font icons (glyphs) for file types and filenames, with colors and light/dark variants. It is a Lua f…
772718active
AxtMueller/Windows-Kernel-Explorer
Windows Kernel Explorer (WKE) is a free Windows kernel research and inspection tool supporting Windows XP through Windows 11. It loads a ke…
572718active
tpope/vim-repeat
A small Vim plugin that remaps the '.' repeat command so that plugin-provided mappings can be repeated as a whole. It exposes a simple repe…
322717stable
awslabs/amazon-ecr-credential-helper
A Docker credential helper that automatically fetches AWS credentials for Amazon Elastic Container Registry (ECR) during docker push and do…
812716stable
ComfyUI-Easy-Use
ComfyUI-Easy-Use is an efficiency-focused custom nodes integration package for ComfyUI that optimizes and combines popular nodes for faster…
902715active
multiarch/qemu-user-static
A Docker image that registers QEMU user-mode static binaries with binfmt_misc so containers of foreign CPU architectures (arm64, arm32, ppc…
232715active
securing/IOSSecuritySuite
iOS Security Suite is a Swift library for iOS platform security and anti-tampering checks. It detects jailbroken devices, attached debugger…
852714active
phillipberndt/autorandr
autorandr is a Python CLI tool that auto-detects connected display hardware and applies the matching saved X11 display configuration via xr…
672713active
hfiref0x/KDU
KDU (Kernel Driver Utility) is a Windows command-line tool that abuses known vulnerable drivers to load unsigned kernel drivers, bypass Dri…
902712active
jorgebucaran/nvm.fish
nvm.fish is a Node.js version manager written entirely in Fish shell script, letting users install, switch, and manage multiple Node.js ver…
692712active
babarot/enhancd
enhancd is an enhanced version of the shell cd command that integrates with interactive fuzzy finders like fzf. It lets users select a dire…
242712active
bitwes/Gut
GUT (Godot Unit Test) is a unit testing framework for the Godot game engine that lets you write tests for GDScript in GDScript. It includes…
872711active
aristocratos/bpytop
bpytop is a terminal-based system resource monitor written in Python that displays usage and stats for CPU, memory, disks, network, and pro…
4310930maintenance
coreos/go-systemd
Go bindings for systemd covering socket activation, sd_notify service notifications, the D-Bus API, journald read/write, logind, machined, …
772709stable
consolidation/robo
Robo is a modern PHP task runner inspired by Gulp and Rake that lets developers define and automate common project tasks in PHP. It ships a…
462708active
open5gs/open5gs
Open5GS is an open-source C-language implementation of the 5G Core (5GC) and Evolved Packet Core (EPC), the core network of LTE and NR mobi…
882707active

← prev page 29 / 137 next →