Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Developer Tools

Developer Tools

2946 projects

Showing 36 of 2857 projects

comma
commaRust

Run software from nixpkgs without installing it by prefixing commands with a comma.

#developer-tools#ad-hoc-execution#shell-integration
Stars1.7k
Forks62
Last commit1 month ago
tiny-inline-diagnostic.nvim
tiny-inline-diagnostic.nvimLua

A Neovim plugin that displays inline diagnostic messages with customizable styles, icons, and advanced display options.

#developer-tools#code-editing#nvim-lua
Stars1.7k
Forks34
Last commit
lspkind.nvim
lspkind.nvimLua

Adds VS Code–style pictograms to Neovim's completion menus for improved readability and type recognition.

#developer-tools#text-editor#neovim-plugin
Stars1.7k
Forks41
Last commit4 months ago
Chrome extension source viewer
Chrome extension source viewerJavaScript

Browser extension and web app to view source code of Chrome, Firefox, Opera, and Edge extensions without installing them.

#web-extension#zip-viewer#chrome-extensions
Stars1.7k
Forks264
Last commit1 day ago
jsfmt
jsfmtJavaScript

A command-line tool and library for formatting, searching, and rewriting JavaScript code, inspired by gofmt.

#esformatter#developer-tools#cli-tool
Stars1.7k
Forks53
Last commit6 years ago
Flutter Sidekick
Flutter SidekickDart

A desktop interface for managing Flutter SDK versions and enhancing the Flutter development workflow.

#flutter-sdk#developer-tools#development-workflow
Stars1.7k
Forks110
Last commit3 days ago
Developer-First Products
Developer-First Products

A curated list of awesome developer-first tools and products, focusing on headless, API-first, and SaaS solutions.

#developer-first#developer-tools#productivity
Stars1.7k
Forks311
Last commit2 days ago
Lost Pixel
Lost PixelTypeScript

An open-source visual regression testing tool for Storybook, Ladle, Histoire, and modern frontend applications.

#visual-regression-testing#developer-tools#open-source
Stars1.7k
Forks74
Last commit1 month ago
Jovo Framework
Jovo FrameworkTypeScript

A component-based framework for building cross-platform conversational apps for voice and chat platforms like Alexa, Messenger, and the web.

#developer-tools#open-source#chatbots
Stars1.7k
Forks303
Last commit1 year ago
boxen
boxenJavaScript

A Node.js library for creating customizable boxes and borders around terminal output.

#developer-tools#terminal#npm-package
Stars1.7k
Forks59
Last commit8 months ago
iota
iotaRust

A terminal-based text editor written in Rust, designed for speed, extensibility, and cross-platform use.

#terminal-editor#developer-tools#open-source
Stars1.7k
Forks80
Last commit2 years ago
neogen
neogenLua

A Neovim plugin that automatically generates code annotations for multiple languages and documentation conventions.

#auto-documentation#developer-tools#comment
Stars1.7k
Forks75
Last commit5 months ago
Pickle
PicklePHP

A modern PHP extension installer that simplifies installing extensions from PECL, Git, or URLs across all platforms.

#composer#developer-tools#php-extensions
Stars1.7k
Forks87
Last commit2 years ago
Git katas
Git katasShell

A collection of self-contained Git exercises for deliberate practice and skill sharpening.

#workshop-material#hacktoberfest#technical-skills
Stars1.6k
Forks1.1k
Last commit4 months ago
caniuse-cmd
caniuse-cmdCoffeeScript

A command-line tool that provides browser compatibility data from caniuse.com directly in your terminal.

#developer-tools#terminal#cli-tool
Stars1.6k
Forks53
Last commit7 years ago
Swimat
SwimatSwift

An Xcode plug-in that automatically formats Swift code to improve readability and consistency.

#swimat#xcode-plugin#developer-tools
Stars1.6k
Forks91
Last commit3 years ago
Nanobox
NanoboxGo

Automates the creation of isolated, repeatable development and production environments using Docker and VirtualBox.

#environment-management#deployment#developer-tools
Stars1.6k
Forks90
Last commit6 years ago
CoffeeScript Style Guide
CoffeeScript Style Guide

A community-driven collection of best practices and coding conventions for writing idiomatic CoffeeScript.

#programming-language#coding-conventions#developer-tools
Stars1.6k
Forks266
Last commit7 years ago
Qt
Qt

A curated list of awesome tools, libraries, and resources for the Qt framework.

#gui-development#qt#developer-tools
Stars1.6k
Forks188
Last commit1 year ago
TMI
TMIJavaScript

A CLI tool that analyzes web pages to discover image weight and optimization opportunities.

#performance-audit#developer-tools#image-optimization
Stars1.6k
Forks43
Last commit9 years ago
borg
borgGo

Search and save shell snippets directly from your terminal without switching to a browser.

#search#developer-tools#productivity
Stars1.6k
Forks56
Last commit8 years ago
mask
maskRust

A CLI task runner that uses a markdown file as both human-readable documentation and command definitions.

#developer-tools#shell-scripting#cli-tool
Stars1.6k
Forks60
Last commit5 months ago
Lilex
LilexAstro

An open-source programming font with ligatures, variable weights, and extended character support, built on IBM Plex Mono.

#variable-font#ibm-plex#developer-tools
Stars1.6k
Forks24
Last commit1 day ago
Yew
Yew

A curated list of awesome resources, projects, templates, crates, and tools for the Yew Rust/WebAssembly framework.

#developer-tools#webassembly#yew-framework
Stars1.6k
Forks69
Last commit3 months ago
AutoCorrect
AutoCorrectRust

A linter and formatter that automatically corrects spaces, words, and punctuation in CJK (Chinese, Japanese, Korean) and English mixed text.

#text-correction#developer-tools#webassembly
Stars1.6k
Forks62
Last commit2 months ago
jupyterlab-git
jupyterlab-gitTypeScript

A JupyterLab extension for version control using Git, enabling Git operations directly within the JupyterLab interface.

#jupyterlab-extension#version-control#developer-tools
Stars1.6k
Forks408
Last commit4 days ago
HLint
HLintHaskell

A tool for suggesting possible improvements to Haskell code, such as using alternative functions, simplifying code, and spotting redundancies.

#haskell#developer-tools#code-linter
Stars1.6k
Forks207
Last commit2 months ago
Rojo
RojoRust

A tool that enables Roblox developers to use professional software engineering tools like VS Code and Git for game development.

#version-control#developer-tools#filesystem-sync
Stars1.6k
Forks288
Last commit3 days ago
cargo-geiger
cargo-geigerRust

A cargo plugin that detects and reports usage of unsafe Rust code in crates and their dependencies.

#developer-tools#dependency-analysis#security-auditing
Stars1.6k
Forks75
Last commit5 months ago
gocyclo
gocycloGo

A Go tool that calculates cyclomatic complexity of functions to identify code needing refactoring.

#cyclomatic-complexity#developer-tools#software-metrics
Stars1.6k
Forks97
Last commit5 months ago
FlutterGen
FlutterGenDart

A Flutter code generator that creates type-safe classes for assets, fonts, and colors to eliminate string-based APIs.

#dart#developer-tools#flutter-colors
Stars1.6k
Forks181
Last commit1 day ago
Symfony
Symfony

A curated list of awesome Symfony bundles, utilities, resources, and tools for PHP developers.

#developer-tools#open-source#awesome-list
Stars1.6k
Forks223
Last commit3 years ago
graphdoc
graphdocTypeScript

A static page generator that automatically creates documentation from any GraphQL schema.

#developer-tools#static-site-generator#graphql
Stars1.6k
Forks132
Last commit3 years ago
Cobalt2
Cobalt2

A refined Sublime Text theme with a blue color scheme, full UI styling, and extensive plugin support.

#hacktoberfest#developer-tools#productivity
Stars1.6k
Forks148
Last commit6 years ago
bashtrap
bashtrapShell

A minimalist configuration for sprucing up your macOS terminal with faster navigation and a customized prompt.

#developer-tools#productivity-tools#dotfiles
Stars1.6k
Forks120
Last commit7 years ago
godot-gdscript-toolkit
godot-gdscript-toolkitPython

A comprehensive toolkit for GDScript including a parser, linter, formatter, and code metrics calculator.

#cyclomatic-complexity#python-tool#developer-tools
Stars1.6k
Forks107
Last commit8 months ago
PreviousPage 27 of 80

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
5 days ago
Next
#Productivity397
#Cli Tool350
#Awesome List312
#Cli296
#Code Quality288
#Awesome271
#Javascript269
#Static Analysis259
#Command Line258
#Automation215
#Neovim Plugin213
#Terminal203