Track Awesome List Updates Daily
We track over 500 awesome list updates, and you can also subscribe to daily or weekly updates via RSS or News Letter. This repo is generated by trackawesomelist-source, visit it Online or with Github.
📅 Weekly · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 Github · 🌐 Website · 📝 02/08 · ✅ 02/08
Table of Contents
Recently Updated
Feb 08, 2026
1. Awesome Python
Command-line Tools
- Productivity Tools
- ccb (⭐1.1k) - A CLI tool to orchestrate multiple LLMs (Claude, Gemini, etc.) in Tmux panes with cross-agent interaction.
- cookiecutter (⭐25k) - A command-line utility that creates projects from cookiecutters (project templates).
- copier (⭐3.1k) - A library and command-line utility for rendering projects templates.
- doitlive (⭐3.6k) - A tool for live presentations in the terminal.
- howdoi (⭐11k) - Instant coding answers via the command line.
- invoke (⭐4.7k) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
- pathpicker (⭐5.2k) - Select files out of bash output.
- thefuck (⭐95k) - Correcting your previous console command.
- tmuxp (⭐4.4k) - A tmux (⭐41k) session manager.
- try (⭐750) - A dead simple CLI to try out python packages - it's never been easier.
Algorithms and Design Patterns
- Design Patterns
- python-cqrs (⭐38) - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration.
- python-patterns (⭐43k) - A collection of design patterns in Python.
- transitions (⭐6.4k) - A lightweight, object-oriented finite state machine implementation.
Command-line Interface Development
- Command-line Application Development
- argparse - (Python standard library) Command-line option and argument parsing.
- cement (⭐1.3k) - CLI Application Framework for Python.
- click (⭐17k) - A package for creating beautiful command line interfaces in a composable way.
- cliff (⭐259) - A framework for creating command-line programs with multi-level commands.
- python-fire (⭐28k) - A library for creating command line interfaces from absolutely any Python object.
- python-prompt-toolkit (⭐10k) - A library for building powerful interactive command lines.
- Typer (⭐19k) - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
Configuration Files
- dynaconf (⭐4.3k) - Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.
Data Analysis
- docling (⭐52k) - Library for converting documents into structured data.
Data Visualization
- plotly (⭐18k) - Interactive graphing library for Python.
Deep Learning
- vllm (⭐70k) - A high-throughput and memory-efficient inference and serving engine for LLMs.
DevOps Tools
- Chaos Engineering
- chaostoolkit (⭐2k) - A Chaos Engineering toolkit & Orchestration for Developers.
Distributed Computing
- Stream Processing
- streamparse (⭐1.5k) - Run Python code against real-time streams of data via Apache Storm.
Distribution
- cx_freeze (⭐1.5k) - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.
Downloader
- edgartools (⭐1.7k) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
- OpenBB (⭐60k) - A financial data platform for analysts, quants and AI agents.
- yfinance (⭐21k) - Easy Pythonic way to download market and financial data from Yahoo Finance.
Environment Management
- pyenv-win (⭐7k) - Pyenv for Windows, Simple Python version management.
File Manipulation
- markitdown (⭐87k) - Python tool for converting files and office documents to Markdown.
Functional Programming
- functools - (Python standard library) Higher-order functions and operations on callable objects.
GUI Development
- CustomTkinter (⭐13k) - A modern and customizable python UI-library based on Tkinter.
- NiceGUI (⭐15k) - An easy-to-use, Python-based UI framework, which shows up in your web browser.
- PySide - Qt for Python offers the official Python bindings for Qt, this is same as PyQt but it's the official binding with different licensing.
- PyQt - Python bindings for the Qt cross-platform application and UI framework.
Geolocation
- geopandas (⭐5k) - Python tools for geographic data (GeoSeries/GeoDataFrame) built on pandas.
Hardware
- bleak (⭐2.3k) - A cross platform Bluetooth Low Energy Client for Python using asyncio.
Machine Learning
- diffusers (⭐33k) - A library that provides pretrained diffusion models for generating and editing images, audio, and video.
- Feature-engine (⭐2.2k) - sklearn compatible API with the widest toolset for feature engineering and selection.
- LangChain (⭐126k) - Building applications with LLMs through composability.
- LlamaIndex (⭐47k) - A data framework for your LLM application.
- pydantic-ai (⭐15k) - A Python agent framework for building generative AI applications with structured schemas.
- RAGFlow (⭐73k) - An open-source RAG engine for document understanding and question answering with LLMs.
- rasa (⭐21k) - An open-source machine learning framework for automated text and voice-based conversations.
- Transformers (⭐156k) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks.
Package Management
- hatch (⭐7.1k) - Modern, extensible Python project management.
Penetration Testing
- sherlock (⭐73k) - Hunt down social media accounts by username across social networks.
Science
- bcbb (⭐645) - Collection of useful code related to biological analysis.
- manim (⭐37k) - An animation engine for explanatory math videos.
- shapely (⭐4.4k) - Manipulation and analysis of geometric objects in the Cartesian plane.
Serialization
- orjson (⭐7.9k) - Fast, correct JSON library.
Specific Formats Processing
- Markdown
- Jimmy (⭐387) - Convert your notes to Markdown.
- Mistune (⭐3k) - Fastest and full featured pure Python parsers of Markdown.
- Python-Markdown (⭐4.2k) - A Python implementation of John Gruber’s Markdown.
Text Processing
- Parser
- pygments - A generic syntax highlighter.
- pyparsing (⭐2.5k) - A general purpose framework for generating parsers.
- python-nameparser (⭐702) - Parsing human names into their individual components.
- python-phonenumbers (⭐3.7k) - Parsing, formatting, storing and validating international phone numbers.
- python-user-agents (⭐1.5k) - Browser user agent parser.
- sqlparse (⭐4k) - A non-validating SQL parser.
Web Crawling
- browser-use (⭐78k) - Make websites accessible for AI agents with easy browser automation.
Web Frameworks
- Asynchronous
- Litestar (⭐8k) - Production-ready, capable and extensible ASGI Web framework.
- microdot (⭐2.1k) - The impossibly small web framework for Python and MicroPython.
- reflex (⭐28k) – A framework for building reactive, full-stack web applications entirely with python .
- tornado (⭐22k) - A web framework and asynchronous networking library.
2. Awesome Tmux
Tools and session management
- tmux-canvas (⭐5) Create, save, and automate session layouts using executable shell script blueprints.
- tmux-lazy-restore (⭐37) A session manager that allows sessions to be lazily restored in order to save memory and CPU cycles.
- tmux-poltergeist (⭐2) Clipboard-like popup for injecting up to 10 text buffers
- tmux-powerkit (⭐463) A tmux framework to create and distribute plugins and themes - Already have 36+ plugins, and 2 themes.
Themes
- amp (⭐1) tmux theme based on the Amp Code website colors.
Status Bar
- tmux-speedtest (⭐3) Run internet speed tests and display results in your status bar.
Plugins
- nunchux (⭐60) A fuzzy launcher for apps, files, and build tasks with live status, keyboard shortcuts, and task runner integration.
- tmux-llm (⭐7) Get quick responses to your terminal contents from LLM assistants.
3. Awesome Sysadmin
Software / Backups
- Databasus - PostgreSQL, MySQL, MariaDB and MongoDB backup tool with web UI, external storages (local, S3, FTP, Google Drive, etc.), notifications (webhook, Discord, Slack, etc.) and team management. (Source Code (⭐5.3k))
Apache-2.0Docker
4. Awesome Neovim
LSP
- chojs23/ts-bridge (⭐31) - TypeScript language server shim that bridges the built-in LSP client with
tsserver.
AI / Diagnostics
- ishiooon/codex.nvim (⭐12) - Codex IDE integration, no API key required.
Programming Languages Support / YAML
- mosheavni/yaml-companion.nvim (⭐9) - Automatic schema detection and selection for YAML files with
yaml-language-server, including built-in Kubernetes support.
Programming Languages Support / Web Development
- tednguyendev/recent_rails.nvim (⭐3) - Telescope picker for recent Rails actions, views, and errors.
Programming Languages Support / Markdown and LaTeX
- rogue-87/inlyne.nvim (⭐3) - Wrapper for inlyne (⭐1.3k) Markdown viewer.
Syntax / Assembly
- BibekBhusal0/tree-hierarchy.nvim (⭐11) - Edit text and nevigate based on Tree-sitter.
Search / Assembly
- 2KAbhishek/seeker.nvim (⭐114) - Progressive file seeker built on top of
snacks.nvim. - bravoecho/brook.nvim (⭐8) - Responsive, shell-safe ripgrep search for the quickfix list, with native n/N navigation.
Project / Assembly
- josephschmitt/pj.nvim (⭐18) - Automatic project discovery with configurable depth with multiple pickers supported (Snacks, Telescope, fzf-lua).
Colorscheme / Assembly
- yonatan-perel/lake-dweller.nvim (⭐7) -
[TS][LSP][Lua]Dark and opinionated with selective highlighting aiming to be readable at a glance. - silentium-theme/silentium.nvim (⭐10) -
[TS][Luа]Pragmatic and monochrome theme with the goal to increase reading speed and reduce eye strain by highlighting only what is needed. - samesense/savitsky.nvim (⭐9) -
[TS][LSP][L/D][Lua]Curated color palettes inspired by paintings from the Savitsky Museum, built on top ofcatppuccin.
Colorscheme / Colorscheme Switchers
- DrKJeff16/which-colorscheme.nvim (⭐6) - Cycle between colorschemes using either custom or autogenerated
which-key.nvimbindings.
Note Taking / Cursorline
- iwe-org/iwe.nvim (⭐38) - Integration with
IWE, an LSP designed for Markdown-based knowledge management and note-taking workflows. - carloscalla/notepad.nvim (⭐2) - Quick note-taking in Markdown with both repo-specific and global notepad support.
Utility / Cursorline
- StefanBartl/color_my_ascii.nvim (⭐4) - Colorful highlighting of ASCII art in Markdown code blocks.
- stikypiston/unobtrusive-relnums.nvim - Unobtrusive relative line numbers in the sign column.
Animation / CSV Files
- stikypiston/smudge.nvim (⭐5) - Performant cursor animations.
Terminal Integration / CSV Files
- gh-liu/nvim-winterm (⭐5) - Multi-terminal window manager.
Test / Quickfix
- mr-u0b0dy/crazy-coverage.nvim (⭐8) - Display code coverage.
Code Runner / Quickfix
- rafcamlet/nvim-luapad (⭐668) - Interactive scratchpad for running Lua code.
Neovim Lua Development / Quickfix
- jrop/morph.nvim (⭐94) - A React-like renderer for building interactive buffers/TUIs.
Dependency Management / Quickfix
- DrKJeff16/pipenv.nvim (⭐6) - Manage your Pipenv virtual environment while editing.
Git / Quickfix
- barrettruth/diffs.nvim (⭐17) - Syntax highlighting for diffs with Tree-sitter support for
vim-fugitiveand&diffbuffers. - esmuellert/codediff.nvim (⭐1.1k) - Side-by-side diff with two-tier highlighting (line + character level) using VSCode's algorithm implemented in C.
- Sengoku11/commitpad.nvim (⭐7) - Write informative commits with persistent worktree-isolated drafts, visual 50/72 guides, and a Markdown buffer.
- BibekBhusal0/nvim-git-utils (⭐6) - Simple commands to make life easier while working with Git.
- spacedentist/resolve.nvim (⭐41) - Resolve merge conflicts with ease.
- jceb/jiejie.nvim (⭐40) - Frontend for Jujutsu in the style of
fugitive.
Motion / GitLab
- nolleh/warp.nvim (⭐10) - Jump based on labels to file paths, URLs, and Markdown links from any buffer.
- kiyoon/repeatable-move.nvim (⭐18) - Make any motion repeatable with
;and,keys.
Editing Support / Comment
- georgeharker/comment-tasks.nvim (⭐14) - Keep your task manager up to date from TODO and FIXME comments in code.
Editing Support / Folding
- netmute/foldchanged.nvim (⭐2) - Adds a
FoldChangedUser event. - netmute/foldsigns.nvim (⭐4) - Adds fold markers to sign column to make folds more visible while editing.
Session / Indent
- Akmadan23/local-session.nvim (⭐5) - A fast, minimal and implicit current-working-directory-based session manager with easy to configure session files in Lua.
Split and Window / Indent
- wsdjeg/tabman.nvim (⭐14) - Navigate between tabs and the windows they contain.
- aronjohanns/smooth-resize.nvim (⭐11) - Smooth, continuous window resizing with the default window resizing mappings.
Game / Competitive Programming
- barrettruth/cp.nvim (⭐6) - Competitive programming workflow for popular contest platforms (CodeForces, CSES, etc.) Includes automatic test scraping, I/O view, and diff panel.
Workflow / Stats Tracking
- Rtarun3606k/takatime (⭐13) - Privacy-first WakaTime alternative using Go and MongoDB.
Preconfigured Configuration / Automation
- abdellatif-temsamani/adev.nvim (⭐4) - The over-engineered Neovim distribution for developers who want everything.
External / Plugin Template
- DrKJeff16/nvim-plugin-boilerplate (⭐12) - A documented template for new plugins generated by a script. Includes tests, CI utilities, etc.
- chrisgrieser/nvim-pseudometa-plugin-template (⭐38) - Template for new Neovim plugins.
UI / OS-specific
- jrop/tuis.nvim (⭐126) - A collection of interactive TUIs which provides rich, interactive UIs to various CLIs.
- wsdjeg/calendar.nvim (⭐39) - A simple floating calendar with extensions support.
- xieyonn/spinner.nvim (⭐6) - Extensible spinner framework for animated spinners in statusline, tabline, winbar, buffer, cmdline, or next to the cursor.
5. Awesome Newsletters
General Section / Svelte
Artificial Intelligence / Machine Learning / Big Data / Svelte
- Augmented Coding Weekly. A weekly newsletter that takes a hype-free look at the latest news about AI-augmented software development and vibe coding, with a focus on how it is changing the software industry
Technology in General / Svelte
- Take It From The Top. Daily rundown of AI and tech. Filters out the fluff, keeps the good parts. Covers launches, dev tools, and engineering reads so you're always in the loop. Archive.
- Tech Byte Daily Free, No-fluff daily tech newsletter for senior software engineers
6. Awesome Typescript
Web/ReactJS / Playground
- 🐙 Veritas Kanban (⭐323) - Self-hosted Kanban board with AI agent integration, built with React 19, TypeScript strict mode, Vite 6, and 1,255 tests.
- 🐙 react-feedback-surveys (⭐3) - Lightweight, zero-dependency survey widgets for collecting user feedback (NPS, CSAT, CES) in React apps with full TypeScript support
Libraries / Chrome Extensions
- 🐙 Nano Queries (⭐5) - Database-agnostic query builder with composable, nestable, and mutable queries. Used in production with Postgres, SQLite, PGLite, DuckDB, and others.
7. Awesome Vite
Framework-agnostic Plugins / Integrations
@storybook/builder-vite- Storybook builder.module-federation/vite- Official Module Federation integration, enabling dynamic remote module loading.
Framework-agnostic Plugins / Testing
vitest- A Vite-native test framework.@poyro/vitest- Test LLM integrations using Vitest.
Rollup Plugins / Included in Vite
@rollup/plugin-alias- Define and resolve aliases for bundle dependencies.@rollup/plugin-commonjs- Convert CommonJS modules to ES6.@rollup/plugin-dynamic-import-vars- Resolving dynamic imports that contain variables.@rollup/plugin-json- Convert.jsonfiles to ES6 modules.
Rollup Plugins / Covered by default in Vite
@rollup/plugin-babel- Compile your files with Babel.@rollup/plugin-buble- Compile ES2015 with buble.@rollup/plugin-data-uri- Import modules from Data URIs.@rollup/plugin-html- Create HTML files to serve Rollup bundles.@rollup/plugin-node-resolve- Locate and bundle third-party dependencies in node_modules.@rollup/plugin-sucrase- Compile TypeScript, Flow, JSX, etc with Sucrase.@rollup/plugin-typescript- Integration between Rollup and TypeScript.@rollup/plugin-wasm- Import WebAssembly code with Rollup.@rollup/plugin-url- Import files as data-URIs or ES Modules.
Rollup Plugins / Compatible with Vite
@rollup/plugin-beep- System beeps on errors and warnings.@rollup/plugin-dsv- Convert.csvand.tsvfiles into JavaScript modules with d3-dsv.@rollup/plugin-eslint- Verify entry point and all imported files with ESLint.@rollup/plugin-graphql- Convert .gql/.graphql files to ES6 modules.@rollup/plugin-image- Import JPG, PNG, GIF, SVG, and WebP files (needsenforce: 'pre').@rollup/plugin-inject- Scan modules for global variables and injects import statements where necessary.@rollup/plugin-legacy- Add export declarations to legacy non-module scripts.@rollup/plugin-replace- Replace strings in files while bundling.@rollup/plugin-strip- Remove debugger statements and functions from your code.@rollup/plugin-virtual- A Rollup plugin that loads virtual modules from memory.@rollup/plugin-yaml- Convert YAML files to ES6 modules.
Frameworks / Community
@fastify/fastify-dx- Allowing you to serve static or live (SSR).
Go / Community
vite- Integration with Go.
8. Awesome React
React Internationalization
- react-intlayer (⭐584) - Internationalization focused on maintainability for React
9. Awesome React Components
Editable data grid / spreadsheet
- Handsontable (⭐22k) - demo - docs - Data Grid with spreadsheet-like UI supporting React, Angular, TypeScript and JavaScript.
- SheetXL (⭐17) – A high-performance spreadsheet grid. TypeScript, ESM, Node/browser, Excel-compatible functions.
- SVAR React DataGrid - demo - docs - React DataGrid with in-cell editing, tree data, context menu, virtual scrolling, etc.
Table
- simple-table (⭐147) - demo - docs - Lightweight, fast and feature rich. Sorting/filtering, virtualization, tree data, nested headers, pinned columns, customized styling etc.
Overlay
- @paratco/async-modal (⭐2) - Simple async modal handler for React.
Notification
- react-confirm-lite (⭐1) - demo - is a lightweight, promise-based confirmation dialog for React with built-in Tailwind CSS support. It’s designed to be as simple to use as react-toastify, while remaining fully customizable.
Chart
- EazyChart (⭐30) - demo - docs - Easily transform data into meaningful charts
- SVAR React Gantt - demo - docs - Customizable, interactive Gantt chart component
Tree
- json-edit-react (⭐612) - demo - Highly configurable JSON/Object tree viewer and editor
Map
- mapkit (⭐3) - A library for integrating Apple Maps using MapKit JS, with annotations, overlays, and search.
Photo / Image
- react-infinite-gallery (⭐2) – Infinite-scroll image gallery component for React apps.
UI Layout / Syntax Highlight
- react-layman (⭐6) - demo - Dynamic tiling layout manager with tabs
Responsive / Syntax Highlight
- kokonut-ui (⭐1.8k) - Free Modern and Customizable UI components.
- Tremor (⭐2) - demo - docs - Open-source components to build charts and dashboards.
- untitled-ui-react (⭐1.5k) - demo - Beautifully crafted collection of components built with React Aria and Tailwind CSS.
Component Collections / Material Design
- Tailwindadmin (⭐101) - docs - A collection of Ready-made ShadCN UI components you can directly plug into your React/Next.js projects.
CSS / Style / Mouse Events
- @classmatejs/react (⭐0) - A class name focused component builder with a syntax like styled components and the sugar of cva's variants.
Boilerplate / Mouse Events
- Tailwindadmin - Free Shadcn Dashboard Template Built On React and Tailwind CSS comes with Multiple-framework support
Miscellaneous / Mouse Events
- react-vvm (⭐16) - A new approach to MVVM in React, to enforce clean separation of concerns, reduce boilerplate, and automatic re-render optimization for scalable UI logic.
- react-call (⭐936) - Call your React components.
Inspect / Lazy Load
- Tail Lens - Tailwind editor in browser : Inspect, edit, preview, copy.
10. Awesome Webaudio
Packages / Libraries
- tuning-fork (⭐1) - A configurable client-side JavaScript library for guitar tuning with real-time pitch detection.
Packages / Apps
- .synflow Github (⭐3) - a browser based modular synth flow engine. With all Web Audio API nodes and more with Worklets (like Vocoder, Reverb, etc. ). With sophisticated Flow automation.
11. Urban and Regional Planning Resources
Platforms and Software Resources / Public Engagement Tools and Platforms
- Formware - A cloud-based form builder for creating conversational surveys and collecting unlimited responses, designed for clear, user-friendly data collection.
Public Data Resources / Equity and Environmental Justice
- CDC Social Vulnerability Index - This dataset uses 15 U.S. census variables to help local officials identify communities that may need support before, during, or after disasters based on their level of social vulnerability. Additional Information: Download.
12. Awesome Vue
Resources / External Resources
- TODOvue Blog (⭐1) - Guides and tutorials on creating modern components with Vue.js. Website
Resources
- Weekly Vue news - A weekly newsletter with the most interesting Vue & Nuxt News, Tutorials, Projects, and Tools.
Projects Using Vue.js / Commercial Products
- Fynk - Contract creation, signing, and management platform.
Projects Using Vue.js / Apps/Websites
- MySigMail - MySigMail is a free, in browser, email signature generator without creating account
- BulkPicTools - Privacy-first bulk image processor built with Vue 3 and WebAssembly.
Components & Libraries / Frameworks
- BoldKit (⭐4) - A neubrutalism-styled Vue 3 component library with 45+ components, 35 SVG shapes, and charts. Built on Reka UI and compatible with shadcn-vue CLI.
- @todovue/tv-ui (⭐1) - A customizable, accessibility-first UI component library for Vue 3. Docs
Components & Libraries / UI Layout
- virtual-scroll (⭐0) - High-performance Vue 3 virtual scroll library designed to handle massive lists with ease. Supports vertical, horizontal, and bidirectional (grid) scrolling, dynamic item sizes using ResizeObserver, full support for Right-to-Left (RTL) layouts, build in a11y.
Components & Libraries / UI Components
- @vue-leaflet/vue-leaflet (⭐858) - Vue 3 components for Leaflet (1.x) maps.
- @maxel01/vue-leaflet (⭐36) - Vue 3 components for Leaflet (2.x) maps.
- markdown-design (⭐3) - An out-of-the-box Vue 3 Markdown component with real-time rendering, featuring TOC generation, full-text search, and more.
- vuehex (⭐4) - Fast, virtualized hex viewer and editor for Vue 3. View and edit binary data. Demo
Components & Libraries / UI Utilities
- Formisch - A form library with focus on performance, type safety and bundle size
Components & Libraries / Dev Tools
- Heroshot (⭐16) - Automate documentation screenshots with Vue component integration and theme-aware output.
- Dash - Offline API documentation browser for macOS with instant search access to Vue.js docs and 200+ other frameworks.
13. Awesome Chrome Devtools
Learning
- Chrome Secret Menus (⭐54) - Comprehensive guide to internal pages and diagnostic tools in Chrome.
14. Awesome Preact
Contents / Components
- HelloCSV - Modern, elegant, drop-in CSV importer, built in Preact. Flatfile alternative.
Contents / Libraries
- Jotai (⭐21k) - Primitive and flexible state management for React & Preact.
- Pretch (⭐14) - A lightweight and flexible fetch enhancement library that works with vanilla JavaScript, React, and Preact
- zikofy (⭐18) - Turns Preact components into Zikojs
UIElement.
Contents / Related Libraries
- Zikojs (⭐128) - A composable hyperscript-based UI library with bidirectional interoperability with Preact components.
15. Awesome Nextjs
Extensions
- Vercel AI SDK (⭐22k) - The AI Toolkit for TypeScript. Build AI-powered applications with React, Next.js, Vue, Svelte, and Node.js.
- CopilotKit (⭐29k) - React UI + elegant infrastructure for AI Copilots, AI chatbots, and in-app AI agents in your Next.js apps.
16. Awesome Yew
Books / Frameworks
- Server-Side WebAssembly - How to use WebAssembly components and the WebAssembly System Interface (WASI) to build web back ends.
17. Magictools
Engines and Frameworks / Voxel Editors
- 🎉 Carimbo (⭐160) - A 2D game engine developed in modern C++ using SDL, an Entity-Component-System (ECS) architecture, and Box2D. It features Lua scripting and is designed for web portability via WebAssembly.
18. Awesome Game Engine Dev
Game Engines / Commercial
- 💸 MANU - Unique animation system helps you create games without coding.
- 💸 Stencyl (⭐206) - Quick and easy game making with visual scripting.
Learning / Computer Graphics
- Blog Articles
- 📚 Comparison of Modern Graphics APIs - Modern graphics APIs vs older APIs.
- 📚 GPU Performance for Game Artists - Common art-related performance issues.
Specialty Topics / Fluid / Smoke
- 🔒 Fluids-2D (⭐467) - Real-time fluid dynamics on the GPU with the help of WebGL and Three.js.
Specialty Topics / Shaders
- 📚 Review of Shader Languages - Differences between HLSL, GLSL, MSL, and WGSL.
- Postprocessing
- 📚 Image Editor Effects (⭐100) - WebGL image filters / effects shaders.
Specialty Topics / Signed Distance Fields
- 📚 2D SDFs - Signed distance functions for basic 2D primitives.
- 📚 3D SDFs - Signed distance functions for basic 3D primitives.
19. Awesome Ironsworn
Game jams / Starforged
20. Awesome Godot
3D / Godot 4
- Hurry Curry! - Free & open-source cooperative multiplayer cooking game.
Templates / Godot 4
- COGITO - First Person Immersive Sim Template Project, providing a framework for creating interactable objects, various items to use and mechanics to influence the player and game environment.
- Godot C# Template (⭐139) - Template for C# projects with UI scenes, visual debugging tools, simplified tweens, utility scripts and an ENet multiplayer framework.
Plugins and scripts / Godot 4
- Dialogic (⭐5.2k) - Create dialogs, characters and scenes to display conversations.
- friflo ECS (⭐528) - High-performance C# ECS with simple API. Supports .NET, WASM/WebAssembly, Native AOT, Godot, Unity, MonoGame, ... (Godot 3 and 4)
External editor themes / Godot version unknown
21. Awesome Love2d
Camera
- roomshift (⭐0) - Room-based camera with smooth transitions.
Music
- Lua-Opus (⭐2) - A module for streaming and decoding Ogg Opus audio files with queueable playback and PCM integration.
Utilities
- LUA-SNG-Parser (⭐0) - A Lua library for parsing and extracting custom .sng song package files, supporting metadata reading, file listing, and batch extraction. Ideal for rhythm games, audio-based projects.
22. Awesome Gbdev
Game Disassemblies / Syntax highlighting packages
23. Awesome Playcanvas
3D Gaussian Splatting / YouTube Playables
- Crysta - Turn your favorite moments into exquisite, full-color 3D keepsakes.
- Mind Studio - Showcase page showing many examples of 3DGS being used for real estate projects.
- Voxelo - AI-powered studio turning product videos into realistic 3D digital twins.
24. Awesome Game Remakes
Platformer
- BanjoRecomp (⭐1.5k) - PC Port of Banjo-Kazooie made using N64: Recompiled.
- Ghostship (⭐378) - Super Mario 64 reimplementation for PC.
25. Awesome Flame
App Releases / Casual
- Brick Breaker - Hexa - Android, iOS - Guide your paddle with precision to keep the ball in play as you destroy increasingly challenging brick formations. By Hexa Apps.
App Releases / Puzzle Games
- Jigsaw Puzzles - Android, iOS - Relaxing jigsaw puzzle game with thousands of HD images, custom puzzles and daily challenges. By Mikhail Smirnov
26. Awesome Lidar
Conventions
- Any list item with
badge has a GitHub repo or organization, the star count badge
shows the popularity of the repository
Manufacturers
- Riegl - Riegl is a manufacturer of 3D laser scanning systems, based in Austria.
Algorithms / Simultaneous localization and mapping SLAM and LIDAR-based odometry and or mapping LOAM
- KISS-SLAM
- KISS-SLAM is a simple, robust, and accurate 3D LiDAR SLAM system that just works.
- FAST-LIO2
- Fast LiDAR-Inertial Odometry is a computationally efficient and robust LiDAR-inertial odometry package
- MOLA
- Modular system for Localization and Mapping, providing LiDAR Odometry (LO), LiDAR-inertial Odometry (LIO), SLAM, localization-only modes, and geo-referencing.
Related awesome / LIDAR-other-sensor calibration
Others / LIDAR-other-sensor calibration
- Lichtblick suite - Lichtblick is an open-source alternative to Foxglove Studio for visualizing and analyzing robotics data.
- Rerun - Rerun is a tool for time-aware multimodal data stack and visualizations.
- Which SLAM Algorithm Should I Choose? Slambotics - Choosing the Right SLAM Algorithm
27. Awesome Digital History
Archives and primary sources / Africa
- National Library of South Africa Digital Collections - National Library of South Africa's digital collections, including historical newspapers and special collections materials.
Archives and primary sources / Asia
- South Asia Commons - Discovery platform for South Asian historical and cultural materials held worldwide, with mixed hosting plus outward links.
- South Asian Newspapers - Open-access collection of South Asian newspapers covering major regional and global events across multiple countries and languages.
- Southeast Asian Newspapers - Open-access collection of Southeast Asian newspapers documenting colonialism, decolonization, and early statehood across the region in multiple languages.
Archives and primary sources / Global
- ProQuest - Central platform providing access to a wide range of research databases and content types including news, dissertations, ebooks, video, and journals.
- Southeast Asian & Caribbean Images (KITLV) - Image collection of photographs, prints, and drawings focusing on Southeast Asia and the Caribbean, depicting life roughly 1850-1950.
- World Radio History - Archive of radio and television broadcasting journals, industry-specific guides and professional directories.
28. Awesome Healthcare
Contents / Scribe
- OpenScribe (⭐30) - Open source, local-first medical scribe platform for recording clinical encounters, transcribing audio, and generating structured draft clinical notes.
Contents / Libraries
- Scanpy - Single-cell RNA-seq analysis library in Python.
Contents / Integration
- OpenWearables (⭐482) - Self-hosted platform to unify wearable health data through one AI-ready API.
Contents / Bioinformatics
- FlashDeconv (⭐10) - High-performance spatial transcriptomics deconvolution for cell type mapping in tissue samples.
29. Awesome Music
Music Notation
- LibMEI (⭐817) - a C++ library for reading and writing MEI files.
- VectorScore (⭐1) - Lightweight, SVG-based music notation library for TypeScript under MIT license.
30. Awesome Icons
General
- The Noun Project - Icons for everything, Over 2 Million curated icons, created by a global community. (Website)
- Tilda Icons - Tilda Icons, is a website full of free icons for landing pages and more. (Website)
- Unicons (⭐1.5k) - 1000+ pixel-perfect vector icons and icon font for your next project. (Website)
31. Awesome Geojson
editors & viewers
- Vector Tile Lab (⭐32): An interactive sandbox to tune vector tiles
32. Awesome Analytics
General analytics
- FullSession – Session replay and user behavior analytics for websites
33. Free for Dev
APIs, Data, and ML
- IP Geolocation API by ipwho.org - 2,000 free requests per day. Fast, enterprise grade API at non-enterprise prices. Trusted by developers, corporate, government and education clients. Servers in 12+ regions.
- Mockerito — Free mock REST API service providing realistic data across 9 domains (e-commerce, finance, healthcare, education, recruitment, social media, stock markets, weather, and aviation). No mandatory signup, no API keys, unlimited requests. Perfect for frontend prototyping, API testing, learning and teaching web development.
Code Generation
- Karbon Sites — An AI-powered site builder and editor that generates production-ready frontend code from text prompts, sketches, or resumes. Features include native Android (APK) export and a free tier with 5 generations per month (unlimited via custom Gemini API key).
- Metalama — A C#-specific tool that generates boilerplate code on the fly during compilation to keep source code clean. It is free for open-source projects; its commercial-friendly free tier includes up to three aspects.
Security and PKI
- Corgea - Free autonomous security platform that finds, validates and fixes insecure code and packages across +20 languages and frameworks. Free plan includes 1 user and 2 repos.
Education and Career Development
- Interactive CV — AI-powered resume builder with real-time editing and ATS optimization. Free tier includes automatic CV conversion to premium templates (Harvard, Europass), PDF export, job tracker with unlimited job posting insights and CV sharing with chat/voice features.
- SendStreak - Email framework as a service, that adds templates, automations, history, etc to your own SMTP server (E.g. AWS, Maileroo, Gmail). Free up to 100 emails/day, no time limit.
- Wraps - email automation workflows, 5k tracked events and unlimited contacts free.
Forms
- Formware.io — Create fully-responsive and captivating forms in seconds, without knowing how to code, and collect unlimited responses for free!
BaaS
- ETLR - Define, version, and deploy automation scripts using YAML. A developer-first alternative to drag-and-drop tools. Can be used for scheduled tasks, AI agents, and infrastructure monitoring. Free tier includes 100 credits/month.
Domain
- isroot.in — Free isroot.in subdomains.
Storage and Media Processing
- Proton Drive - Ultra-secure cloud storage for files and key documents. Free plan offers 5gb of storage space.
Design and UI
- Volume — OKLCH color picker and color palette generator.
Analytics, Events and Statistics
- TraceLog - AI Analytics for E-commerce. Ask questions in natural language about your analytics, get actionable recommendations and grow your revenue with AI-powered insights. Free for up to 10k events per month.
Dev Blogging Sites
- JustBlogged — Free blogging platform with custom domain support, and fast global performance.
34. Awesome Readme
Examples
- dmunish/reach (⭐1) - Clear visual hierarchy. Makes extensive use of HTML and custom SVG icons. Makes use of ample imagery including banner, architecture diagram and screenshots. Explains the project's purpose, implementation and roadmap.
35. Awesome Selfhosted
Software / Archiving and Digital Preservation (DP)
- Eonvelope - Email archiving software that allows you to preserve your emails for an indefinite long period of time. (Source Code)
AGPL-3.0K8S/Docker - mail-archiver (⭐1.6k) - Web application for archiving, searching, and exporting emails from multiple accounts (IMAP, M365 or Import). Featuring folder sync, attachment support, mailbox migration and a dashboard.
GPL-3.0Docker - Open Archiver - Email archiving solution with full-text search and eDiscovery search features. (Demo (⭐1.7k), Source Code (⭐1.7k))
AGPL-3.0Docker
Software / Automation
- Cronmaster (⭐1k) - Cronjob management UI with human readable syntax, live logging and log history for your cronjobs.
AGPL-3.0Docker - Fredy
⚠- Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more. (Demo, Source Code (⭐497))Apache-2.0Nodejs/Docker
Software / Communication - Custom Communication Systems
- Stoat - Stoat is a user-first chat platform built with modern web technologies. (Source Code (⭐1.6k))
AGPL-3.0/MITRust
Software / Content Management Systems (CMS)
- Bolt CMS - Content Management Tool, which strives to be as simple and straightforward as possible. (Source Code (⭐583))
MITPHP
Software / File Transfer - Peer-to-peer Filesharing
- PrivyDrop - Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC. (Source Code (⭐111))
MITDocker/Nodejs
Software / Generative Artificial Intelligence (GenAI)
- LLM Harbor (⭐2.4k) - Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI.
Apache-2.0Docker/Shell - Local Deep Research (⭐4k) - AI-powered deep research tool with multi-source search (arXiv, PubMed, web), PDF text extraction, and encrypted local storage.
MITDocker/Python - LocalAI - Run your AI models locally and generate images and audio (alternative to OpenAI and Claude). (Source Code (⭐43k), Clients)
MITDocker/K8S
Software / Maps and Global Positioning System (GPS)
- TRIP - Minimalist POI Map tracker and Trip planner. (Demo, Source Code (⭐1.1k))
MITDocker - wanderer (⭐3.4k) - Trail database where you can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue. (Demo)
AGPL-3.0Docker/Go/Nodejs
Software / Media Management
- Seerr (⭐8.5k) - Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr).
MITDocker/Nodejs
Software / Media Streaming - Audio Streaming
- Snapcast (⭐7.4k) - Synchronous multiroom audio server.
GPL-3.0C++/deb
Software / Media Streaming - Video Streaming
- OvenMediaEngine (⭐3.1k) - Streaming Server with Sub-Second Latency. (Demo)
AGPL-3.0C++/Docker
Software / Miscellaneous
- Infisical Community Edition - Platform for secrets, certificates, and privileged access management. (Source Code (⭐25k))
MITDocker/K8S/deb
Software / Money, Budgeting & Management
- Econumo - Budgeting application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets. (Demo, Source Code (⭐56))
MITDocker - Sure (⭐5.9k) - Personal finance application for everyone (fork of Maybe).
AGPL-3.0Docker
Software / Note-taking & Editors
- Jotty - Lightweight but powerful alternative for managing your personal, file based, notes and checklists. (Source Code (⭐1.5k))
AGPL-3.0Docker
Software / Pastebins
- Opengist - Pastebin powered by Git. (Demo, Source Code (⭐3k))
AGPL-3.0Docker/Go/Nodejs
Software / Photo Galleries
- ChronoFrame - Personal gallery application with online photo management, supporting Live/Motion Photos, and explore map. (Demo, Source Code (⭐1.6k))
MITNodejs/Docker
Software / Polls and Events
- Revel
⚠- Community-focused event management and ticketing platform. (Demo, Source Code (⭐60), Clients)MITPython/Django/Docker
Software / Search Engines
- Meme Search (⭐632) - AI-powered meme search engine. Automatically extracts descriptions from images using vision-language models, then indexes with vector embeddings for semantic and keyword search.
Apache-2.0Docker
Software / Software Development - Low Code
- autokitteh - Durable workflow automation in just a few lines of code. (Source Code (⭐1.1k))
Apache-2.0Go/Docker
Software / Software Development - Project Management
- ShipShipShip - Changelog and roadmap platform that bridges project management and customer communication. (Demo, Source Code (⭐254))
Apache-2.0Docker
Software / Task Management & To-do Lists
- tududi - Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration. (Source Code (⭐2.2k))
MITDocker
Software / Video Surveillance
- motionEye (⭐4.5k) - Online interface for the software Motion, a video surveillance program with motion detection.
GPL-3.0Python/Docker
36. Awesome Opengl
Videos
- Introduction to OpenGL - Video tutorials about OpenGL in C++ by Mike Shah.
37. Awesome Transit
GTFS Libraries / R
- mobdb (⭐7) - R functions to search, discover, and access transit feed data from the Mobility Database.
38. Awesome Microservices
Platforms
- 1Backend (⭐2.3k) - AI-native microservices platform.
- OpenWhisk (⭐6.8k) - Serverless, open source cloud platform that executes functions in response to events at any scale.
Frameworks / Runtimes
- Ice (⭐2.2k) - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more.
C
- uSockets (⭐1.4k) - Miniscule cross-platform eventing, networking & crypto for async applications.
C++
- uWebSockets (⭐19k) - Simple, secure & standards compliant web server for the most demanding of applications.
Go / Erlang
- Go-zero (⭐33k) - A web and rpc distributed system development framework.
Java VM / Clojure
- Duct - A server-side framework for Clojure.
Java VM / Java
- ActiveJ (⭐981) - Lightweight and fast library for complex high-load distributed applications and Memcached-like solutions.
- Dropwizard (⭐8.6k) - Java framework for developing ops-friendly, high-performance, RESTful web services.
Rust / Scala
- Tokio - Asynchronous runtime for writing network applications.
Reactivity / Scala
- Reactive Kafka (⭐1.4k) - Reactive Streams API for Apache Kafka.
Resilience / Scala
- Raft Consensus - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
Storage / Scala
- Couchbase - A distributed database engineered for performance, scalability, and simplified administration.
Async / Scala
- AsyncAPI (⭐5.1k) - AsyncAPI specification, the industry standard for defining asynchronous APIs.
REST / Scala
- Scalar (⭐14k) - Open-source API platform: beautiful API references and 1st-class OpenAPI/Swagger support.
Articles & Papers / Scala
- Autonomy, Hyperconnectivity, and Residual Causality - Philosophical introduction to the design of adaptive hyperliminal systems through complexity science theories.
39. Citizen Science
Tools and Equipment / GIS and Mapping
- IMGtoKMZ (⭐0) - A simple tool to convert a batch of geotagged images into a KMZ file, with one placemark per photograph.
40. Awesome Opensource Apps
Electron
Name: ShellLeap (⭐0)
Description: Premium, secure cross-platform SSH & SFTP client with AES-256-GCM vault
Lua
Name: BunkerWeb (⭐9.9k)
Description: A next-generation, open-source Web Application Firewall (WAF).
Link: https://www.bunkerweb.io
41. Awesome Icons
Tools
- Unicon - Browse 20,000+ icons and export as React, Vue, Svelte, or SVG.
42. Awesome Web Archiving
Public Data / Hosted, Closed Source
- Common Crawl files - WARCs, CDX files, parquet url index, parquet host index, etc.
- Common Crawl CDX API
- End of Term Archive - WARCs, CDX files, parquet url index
- Internet Archive Wayback
- Webrecorder US GovArchive - high-fidelity replay
- UK Government Web Archive - Wayback
43. Awesome Translations
Platforms / Localization and translation platforms
- Shipi18n - Translation API for developers with i18next support, placeholder preservation, and translation memory.
44. Awesome Computational Biology
Pathway
- Reactome — Expert-curated, peer-reviewed pathway database with detailed reaction mechanisms.
- BioCyc — Collection of pathway/genome databases across thousands of organisms.
- SIGNOR — Database of causal signaling interactions and pathways.
- MSigDB (Molecular Signatures Database) — Curated gene sets derived from pathways and biological processes.
Protein
- PROTEIN DATA BANK (PDB) — 3D structures of proteins, nucleic acids, complexes.
- RCSB Protein Data Bank — Repository for structural data of biological molecules.
Disease
- DrugBank — Database of drugs and targets (University of Alberta).
Interaction / Drug-Gene Interaction
- Comparative Toxicogenomics Database — Chemical-gene interactions, chemical-disease and gene-disease associations, chemical-phenotype associations.
- SNAP — Dataset of drug-gene interactions.
- Therapeutics Data Commons — Datasets for drug-target, response, drug-drug interaction, etc.
Interaction / Drug (Cell Line) Response
- Genomics of Drug Sensitivity in Cancer (GDSC) — Drug sensitivity for ~1000 human cancer cell lines and hundreds of compounds.
- Cancer Cell Line Encyclopedia — Database of ~1000 cancer cell lines.
- CellMiner Cross Database (CellMinerCDB) — Integrates multiple cancer cell line databases.
Interaction / Chemical-Protein Interaction
- BindingDB — Compounds and target database.
- PDBBind — Binding affinity data for biomolecular complexes.
- CrossDocked2020 — Large-scale dataset for structure-based virtual screening.
Interaction / Protein-Protein Interaction
- BioGRID — Protein, genetic, and chemical interactions.
- HIPPIE — Human protein-protein interaction database.
Interaction / Knowledge Graph
- DRKG (⭐670) — Large-scale biological knowledge graph for drug discovery.
- Hetionet (⭐340) — Heterogeneous network integrating genes, diseases, drugs, pathways, and more.
- OpenBioLink (⭐157) — Benchmark datasets for biological knowledge graph completion.
- PrimeKG (⭐697) — Multi-modal precision medicine knowledge graph integrating clinical, genetic, and drug data.
API / Knowledge Graph
- PubMed E-utilities (esearch/efetch) — APIs for searching and retrieving biomedical literature from PubMed.
- NCBI E-utilities — Unified APIs for accessing NCBI databases (Gene, GEO, SRA, PubChem, etc).
- UniProt REST API — Programmatic access to protein sequence and functional annotation data.
- Ensembl REST API — API for genomic annotations, variants, genes, and comparative genomics.
- KEGG REST API — API for accessing KEGG pathways, compounds, genes, and reactions.
- ChEMBL Web Services — REST API for bioactive molecules, targets, and bioassays.
- Open Targets Platform API — API for target–disease associations integrating genetics, genomics, and drug data.
- ClinicalTrials.gov API — API for querying clinical trial metadata and results.
Drug Target Interaction / Knowledge Graph
- DTINet (⭐185) — Network-based framework integrating heterogeneous biological data for DTI prediction.
- DeepDTA (⭐291) — Deep learning model using CNNs on protein sequences and drug SMILES.
- GraphDTA (⭐292) — Graph neural network–based DTI prediction using molecular graphs.
- MolTrans (⭐224) — Transformer-based DTI model leveraging molecular substructures.
- DrugBAN (⭐140) — Bilinear attention network for interpretable DTI prediction.
Pre-trained Embedding / Knowledge Graph
- Evolutionary Scale Modeling (ESM) (⭐4k) — Protein embeddings.
45. Awesome Lowcode
AI
- PraisonAI (⭐5.6k) - Low-code Multi-AI Agents framework with YAML configuration, 100+ LLM support, MCP integration, and agentic workflows.
Automation
- SheetsToLabels - Automate label printing workflows directly from Google Sheets, Excel, and CSV.
Visual programming
- Oaysus (⭐5) - Visual page builder for developer-built components. Build React, Vue, or Svelte components and push with one CLI command.
46. Awesome Acg
Image Recognition
- anime-character-detector (⭐6) - YOLOX-based anime character detector running in browser with ONNX Runtime Web (WebGPU/WASM). [English/日本語]
Uncategorized
- MotionPNGTuber (⭐237) - PNGTuber以上Live2D未満 - 動画ループで髪揺れなど表現可能なリアルタイム口パクツール. [日本語]
47. Awesome Network Analysis
Varia / Tutorials
48. Awesome Nodejs
Resources / Books
49. Awesome Electron
For Electron / Other
- electron-webauthn-mac (⭐25) - Native WebAuthn/Passkey support for macOS apps via Apple's AuthenticationServices framework.
50. Awesome Ebpf
Projects Related to eBPF / Security
- Synapse (⭐71) - Extended detection and response (XDR) with eBPF-powered firewall and proxy, to protect your Linux servers.
- BPFJailer (⭐21) - BpfJailer is an eBPF-based process jailing system that provides mandatory access control (MAC) for Linux.
51. Awesome Mac
Reading and Writing Tools / Others
- PDF Auditor - PDF forensics tool for analyzing metadata, fonts, JavaScript, security risks, and structural integrity.
Developer Tools / Developer Utilities
- CoilPad - Native macOS Python scratchpad designed for instant prototyping and interactive learning.
- Loupe (⭐83) - Accessibility inspector that generates AI-agent-ready output.
Developer Tools / API Development and Analysis
- Echolon - Free and Open Source Postman alternative for Mac, Windows, Linux and the Web. Powerful, Local-First, offline and git friendly
Developer Tools / Databases
- DB Pro - Modern, cross-platform database client, focusing on performance and a polished developer experience
Design and Product / Screencapturing Software
- Capty - Professional screen capture and recording for macOS with built-in video editor, annotation tools, and beautiful wallpaper backgrounds.
- Screenpipe (⭐17k) - 24/7 local screen & mic recording with AI-powered search. Recall anything you've seen, said, or heard with natural language queries.
AI Client / Other Tools
- GroAsk - A macOS menu bar AI launcher. Press ⌥Space to send text to ChatGPT, Claude, Gemini, and CLI agents — no API keys needed.
- Warden - A Native Swift macOS app that lets you run multiple LLM models using your own API keys.
Communication / File Sharing
- Rclone UI - The GUI for Rclone & S3.
Audio and Video Tools / File Sharing
- FineTune (⭐2.2k) - Per-app volume control with multi-device output and 10-band EQ. Free SoundSource alternative.
- Screenize - Open-source screen recording app with auto-zoom, cursor effects, and timeline editing — Screen Studio alternative.
Voice-to-Text / Audio Record and Process
- Ottex - Dictate emails, Slack messages, notes and more. Detects your app or website and formats accordingly — gmail.com → email, Obsidian → markdown, etc.
- Spokenly - Voice-to-text with 100+ languages, offline mode, and AI-powered formatting.
- Willow Voice - AI dictation with automatic editing, style-matching, and noise optimization.
Utilities / Menu Bar Tools
- CodexBar - Show usage stats for OpenAI Codex and Claude Code, without having to login.
- Droppy - Turns your screen's notch (or Dynamic Island) into a multifunctional tool.
- GoogleDriveSync (⭐149) - A menu bar app for seamless Google Drive syncing.
- Itsytv - Control your Apple TV from the menu bar.
- KeyStats - Lightweight menu bar app that tracks daily keyboard keystrokes, mouse clicks, movement distance, and scroll distance.
- Thaw (⭐787) - A powerful menu bar management tool for hiding and showing menu bar items.
Utilities / Window Management
- Omni (⭐552) - Notorized Niri and Hyprland inspired tiling window manager with animations.
- ShortcutCycle - Stop endless Command+Tab cycling. Group apps by context (Web, Code, Social) and flow between them with a single hotkey.
Utilities / System Related Tools
- ExtendFS - Read-only access to Linux ext2/3/4 in macOS Sequoia and later without a kernel extension.
- macUSB (⭐553) - A bootable macOS / OS X installer creator for Apple Silicon Macs.
52. Awesome Rust
Applications / System tools
- Cocoa-Way (⭐96) [homebrew (⭐0)] - Native macOS Wayland compositor for running Linux GUI apps without VM overhead. Built with Smithay.
Applications / Database
- Atomic-Server (⭐1.5k) [atomic-server] - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes.
Applications / File manager
- MangoDesk (⭐183) - Search your files using nature language
- pikeru (⭐55) - File picker for linux with good thumbnails and search
Applications / Operating systems
- koibtw/highlightos (⭐74) - x86_64 OS kernel written in Rust & Assembly.
Applications / Productivity
- agent-of-empires (⭐599) - A TUI/CLI for managing multiple AI coding agent sessions with tmux, git worktrees, and Docker sandboxing
- screenpipe (⭐17k) - 24/7 local AI screen & mic recording. Build AI apps that have the full context. Works with Ollama.
- tassiovirginio/try-rs (⭐144) [try-rs] - Workspace manager CLI with a TUI to organize and navigate temporary experiments.
Applications / Security tools
- LeChatP/RootAsRole (⭐252) - A better alternative to sudo(-rs)/su • ⚡ Blazing fast • 🛡️ Memory-safe • 🔐 Security-oriented
Applications / Text editors
- Ferrite (⭐987) - A cross-platform markdown editor built with egui, featuring live preview, syntax highlighting, and mermaid diagrams.
- Fresh (⭐5.8k) - An easy-to-use, powerful and fast terminal text editor & IDE, with TypeScript plugin support.
Applications / Utilities
- 1History (⭐528) - Command line interface to backup Firefox/Chrome/Safari history to one SQLite file
Development tools / Static analysis
- RAPx (⭐137) - A platform that helps Rust programmers develop and use advanced static analysis tools beyond those provided by the rustc compiler.
Libraries / Artificial Intelligence
- gemini-client-api - Library to use Google Gemini API. Automatic context management, schema generation, function calling and more.
- sipemu/anofox-regression (⭐3) [anofox-regression] - Statistical regression models (OLS, Elastic Net, GLM, Quantile & Isotonic) with R-like inference (p-values, confidence & prediction intervals) and Wasm support.
- 0xplaygrounds/rig (⭐5.9k) - Library for creating agents and modular, scalable LLM-powered applications
Libraries / Cryptography
- schnorrkel (⭐332) - Schnorr VRFs and signatures on the Ristretto group
Libraries / Game development
- Game Engines
- Ascending Graphics (⭐12) - A 2D Rendering Framework using WGPU and Winit. -
- Bevy (⭐45k) - is a refreshingly simple data-driven game engine. -
- Fyrox - Game engine 3D
- ggez (⭐4.6k) - A lightweight game framework for making 2D games with minimum friction -
- Kiss3d (⭐1.6k) - A Keep It Simple, Stupid 3d graphics engine
- oxidator (⭐339) - A real time strategy game/engine supporting WebGPU
- Piston -
- Unrust (⭐382) - Webgl 2.0 / native game engine
- Ascending Graphics (⭐12) - A 2D Rendering Framework using WGPU and Winit. -
Libraries / GUI
- project-blinc/Blinc (⭐298) [blinc_app] - A GPU-accelerated, cross-platform UI framework with a GPUI-inspired builder API, glassmorphism effects, spring physics animations, and native rendering on Desktop, Android, and iOS.
Libraries / Reverse engineering
- idalib (⭐239) [idalib] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib
Libraries / Virtualization
- capsule (⭐202) - WebAssembly sandboxing runtime for executing untrusted code
- wasmi-labs/wasmi (⭐2k) - A lightweight runtime for WebAssembly
53. Awesome Raspberry Pi
Tools
- n01d-forge (⭐5) - Native Rust image burner with LUKS/VeraCrypt encryption support, perfect for creating secure bootable SD cards for Raspberry Pi.
54. Awesome Cloudflare
Workers / AI
- Moltworker (⭐8.1k) - Run Moltbot (formely Clawdbot) on Cloudflare Workers.
55. Awesome Nix
Resources / Discovery
- Home Manager Option Search - Search through all 2000+ Home Manager options and read how to use them.
Channel History / Discovery
npc- CLI to view and bisect Nixpkgs channel history.
Programming Languages / Zig
- zig2nix (⭐156) - Flake for packaging, building and running Zig projects.
Overlays / Webinterface
- zig-overlay (⭐451) - A Nix flake packaging the Zig compiler. The flake mirrors the binaries built officially by Zig and does not build them from source.
56. Awesome Integration
Projects / API Management
- Gravitee.io API Management (⭐377) (⭐379) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐964) (⭐964) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Design
- OpenAPI Style Validator (⭐232) (⭐232) - Ensure that your OpenAPI specs meet your organization's standards with this flexible and customizable style validator.
- Swagger Editor (⭐9.4k) (⭐9.4k) - Create, describe, and document your API with ease using this open source editor built specifically for OpenAPI-based APIs.
- Zally (⭐946) (⭐946) - Ensure the quality of your OpenAPI specs with this linter tool that provides extensive analysis and feedback.
Projects / API Documentation
- OpenAPI Explorer (⭐343) (⭐343) - Creates intuitive, interactive user interfaces from OpenAPI specs, simplifying API exploration and testing.
- Zudoku (⭐443) (⭐447) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Envoy Gateway (⭐2.4k) (⭐2.5k) - CNCF Envoy-based gateway with Gateway API, mTLS, JWT, and other built-ins.
- Gloo Edge (⭐146) (⭐149) - An Envoy Proxy–based gateway offering advanced traffic control, enhanced security, and observability for microservices ecosystems.
- KrakenD API Gateway (⭐2.5k) (⭐2.5k) - An ultra-high performance gateway with efficient middleware configuration, robust security, and seamless scaling.
- Traefik API Gateway (⭐61k) (⭐62k) - Combines Traefik Proxy, a fully declarative application proxy with enterprise-grade access control, distributed security, and premium integrations.
Projects / API Testing
- Testing tools and frameworks
- Apache JMeter (⭐9.2k) (⭐9.2k) - A feature-rich tool for load testing and performance analysis across diverse web applications and services.
- Gatling (⭐6.8k) (⭐6.9k) - A powerful load testing framework with a developer-friendly DSL that delivers detailed performance metrics.
- ghz (⭐3.2k) (⭐3.3k) - A simple gRPC benchmarking and load testing tool with support for various load schedules, concurrency control, and detailed performance metrics.
- Grafana k6 (⭐29k) (⭐30k) - Open-source, JS-scriptable load-testing tool for CI/CD.
- Karate (⭐8.7k) (⭐8.8k) - A unified testing framework that merges API automation, mocking, and performance testing with simple, expressive syntax.
- Pyresttest (⭐1.1k) (⭐1.2k) - A Python-based testing tool offering easy YAML/JSON-driven REST API testing and microbenchmarking.
- REST Assured (⭐7.1k) (⭐7.1k) - A Java DSL that simplifies REST API testing with intuitive syntax and seamless integration into CI pipelines.
- RESTler (⭐2.8k) (⭐2.9k) - A stateful REST API fuzzing tool that automatically discovers security and reliability bugs by intelligently inferring producer-consumer dependencies from OpenAPI specifications.
- Schemathesis (⭐3k) (⭐3k) - A Python library for property-based testing of API schemas, ensuring reliability through robust edge-case detection.
- Taurus (⭐2k) (⭐2.1k) - An open-source automation framework that simplifies continuous testing with intuitive configuration and integration support.
Projects / Business Rules Engine
- OpenL Tablets (⭐189) (⭐189) - Flexible open-source decision management system that simplifies defining and executing business rules and decision tables.
Projects / Data Integration
- Apache NiFi (⭐5.9k) (⭐6k) - Automated data integration tool with a visual interface that seamlessly extracts, transforms, and delivers data across systems.
- Estuary Flow (⭐872) (⭐875) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
- Pentaho Data Integration (⭐8.3k) (⭐8.3k) - Intuitive, visual ETL tool that simplifies data ingestion, blending, and cleansing across multiple sources without heavy coding.
Projects / Data Mapping Solution
- AtlasMap (⭐209) (⭐209) - Interactive web-based tool that simplifies mapping across Java, XML, CSV, and JSON data sources with an intuitive interface.
- JSLT (⭐683) (⭐685) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
- JSONata (⭐2.5k) (⭐2.5k) - Lightweight query and transformation language for JSON data.
Projects / Enterprise Service Bus
- WSO2 Enterprise Integrator (⭐395) (⭐396) - API-centric, cloud-native integration platform offering robust, distributed capabilities for modern software architectures.
Projects / Integration Frameworks
- Apache Camel (⭐6.1k) (⭐6.1k) - Robust integration framework leveraging Enterprise Integration Patterns to seamlessly connect diverse systems and APIs.
- Ballerina (⭐3.8k) (⭐3.8k) - Innovative programming language designed for effortless creation and integration of network services and APIs.
Projects / Message Broker
- Apache Artemis (⭐1k) (⭐1k) - A multi-protocol message broker, supporting various industry standard protocols such as AMQP 1.0, MQTT 3.1.1, MQTT 5, and STOMP.
- Apache Qpid (⭐67) (⭐67) - AMQP-compliant messaging tool with multi-language support for enterprise-grade message delivery.
- Centrifugo (⭐9.9k) (⭐9.9k) - Scalable real-time messaging server that minimizes delay in delivering events to online users.
- LavinMQ (⭐853) (⭐858) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
- NATS (⭐19k) (⭐19k) - Lightweight, high-performance messaging system ideal for microservices and cloud-native architectures.
Projects / Robotic Process Automation
- TagUI (⭐6.2k) (⭐6.2k) - An open-source RPA tool that democratizes automation through natural language scripting in 20+ human languages, enabling non-programmers to automate web, desktop, and data tasks while integrating AI/ML capabilities via Python and R for intelligent process automation.
Projects / Self-Service Integration
- n8n (⭐172k) (⭐174k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Projects / Workflow Engine
- Apache Airflow (⭐44k) (⭐44k) - Platform for programmatically creating, scheduling, and monitoring workflows, ideal for managing complex data pipelines.
- Cadence (⭐9.1k) (⭐9.2k) - Fault-tolerant, stateful platform that reliably orchestrates long-running workflows and complex applications.
- Flowable (⭐9k) (⭐9.1k) - Compact, efficient set of open-source engines for automating and scaling enterprise workflows.
- StackStorm (⭐6.4k) (⭐6.4k) - Robust automation engine that combines sensors, triggers, and workflows to orchestrate complex IT processes.
- Temporal (⭐18k) (⭐18k) - Open-source workflow-as-code platform designed for building reliable, scalable, and fault-tolerant applications.
Resources / API Specification
- Standard Webhooks (⭐1.6k) (⭐1.6k) - Open source tools and guidelines for sending webhooks easily, securely, and reliably.
Resources / Data Formats
- Protocol Buffers (⭐70k) (⭐71k) - A language-neutral and platform-neutral serialization mechanism that is designed to be highly efficient and extensible. It supports rich data types and is widely used in distributed systems, such as gRPC and Apache Kafka.
- YAML (⭐451) (⭐453) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.
Resources / Structure and Validation
- JSON Schema (⭐4.8k) (⭐4.8k) - A powerful tool for validating the structure of JSON data. JSON Schema enables developers to ensure that JSON data conforms to a specific structure, making it easier to process and manipulate.
57. Awesome Capacitor
Official plugins
- File system (⭐4) - Provides a NodeJS-like API for working with files on the device.
- Geolocation (⭐10) - Provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.
- Haptics (⭐0) - Provides physical feedback to the user through touch or vibration.
- Keyboard (⭐1) - Provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
Community plugins
- SQLite (⭐633) - Native & electron SQLite databases.
- WebSocket (⭐20) - Plugin providing native WebSocket implementations for each platform.
Other plugins / Specialized Hardware
- Data Storage SQLite (⭐97) - Providing a key-value permanent store for simple data of type string only to SQLite on iOS, Android and Electron platforms and to IndexedDB for the Web platform.
- WebSocket Client (⭐51) - Native client for real-time bidirectional communication.
Cordova plugins / Compatible
Tools / Incompatible
- lazycap (⭐20) - Terminal dashboard for Capacitor development with device management, builds, live reload, debugging, and AI assistant integration via MCP.
- Capgo Skills - Check your Capacitor app compatibility and skills.
- Capgo Security Scanner - Scan your Capacitor app for security vulnerabilities.
- Capgo Semver Tester - Test semantic versioning compatibility for your app.
- AASA Tester - Test Apple App Site Association (AASA) configuration.
Learning / Crash Courses
- Capacitor Crash Course - Learn to use Capacitor with Ionic by Simon Grimm.
Community / Case study
- Reddit - Official Reddit community.
Freelancers / Case study
- Martin Donadieu - Creator of this list and of Capgo live update system + 10 plugins.
58. Awesome Fp Js
Libraries
- tinyeffect (⭐31) - A tiny TypeScript library for handling side effects in a unified way using algebraic effects. +TS
59. Awesome Swift
App Routing
- SwiftUIRoutes (⭐31) - A minimal and flexible router for SwiftUI apps.
60. Awesome Python Data Science
Graph Machine Learning / Others
- GRAPE (⭐620) - GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations
Graph Manipulation / Others
- Networkx (⭐17k) - Network Analysis in Python.
- Rustworkx (⭐1.6k) - A high performance Python graph library implemented in Rust.
- graph-tool - an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks).
- igraph (⭐1.4k) - Python interface for igraph.
61. Awesome Django
Resources / Job Boards
- Django Job Board - A Django job board that also aggregates other job boards. Formerly Django News Jobs.
62. Awesome Micropython
Communications / HTTP
- uht (⭐14) - Lightweight HTTP server for MicroPython (serve websites and handle requests).
Display / LED Segment
- micropython-sevenseg (⭐0) - Lightweight MicroPython library for single-digit 7-segment displays (common anode & cathode) with ESP32, ESP8266 and RP2040 support.
Utilities / SRAM
- mp_wcwidth (⭐3) - Python port of wcwidth (⭐437) to handle wide unicode characters such as "你好世界" in terminal output.
63. Awesome Go
Databases Implemented in Go
- NoKV (⭐175) - High-performance distributed KV storage based on LSM Tree.
JSON
- SJSON (⭐2.7k) - Set a JSON value with one line of code.
Networking
- nodepass (⭐2.1k) - A secure, efficient TCP/UDP tunneling solution that delivers fast, reliable access across network restrictions using pre-established TCP/QUIC/WebSocket or HTTP/2 connections.
HTTP Clients
- surf (⭐1.3k) - Advanced HTTP client with HTTP/1.1, HTTP/2, HTTP/3 (QUIC), SOCKS5 proxy support and browser-grade TLS fingerprinting.
Utilities
- stacktower (⭐496) - Visualize dependency graphs as physical tower structures, inspired by XKCD #2347.
64. Awesome Ruby
API Builder and Discovery
- EasyTalk (⭐65) - Define structured data models with a DSL that generates JSON Schema and ActiveModel validations from a single source of truth.
65. Awesome Cpp
Concurrency
- dispenso (⭐235) - A high-performance C++ library for parallel programming with thread pools, parallel for loops, futures, task graphs, and concurrent containers. [MIT]
- TooManyCooks (⭐168) - High-performance C++20 coroutine framework with advanced hardware detection features. [BSL-1.0]
Data visualization
- Plotly++ (⭐128) - A C++ interface to the Plotly.js figure spec, for creating interactive data visualizations. [MIT]
Networking
- wspp (⭐20) - a zero-dependency single-header, modern WebSocket client & server, ws/wss library. [MIT]
66. Awesome D
GUI Libraries
- minigui - A smallish GUI widget library, aiming to be on par with at least HTML4 forms and a few other expected gui components. It's part of the arsd libraries (⭐549).
Game Libraries
- godot-math (⭐3) - A D port of Godot's linear algebra with unchanged semantics.
- text-mode (⭐3) - Virtual text mode with 8x8 Unicode font and markup language.
67. Awesome Cl
Educational
- PAIP-lisp (⭐7.4k) - Lisp code for the textbook "Paradigms of Artificial Intelligence Programming".
- AIMA-lisp (⭐430) - Common Lisp implementation of algorithms from Russell and Norvig's "Artificial Intelligence - A Modern Approach".
- the book Reinforcement Learning: An Introduction, by Richard S. Sutton and Andrew G. Barto, with code in Lisp.
- the authors are the recipients of the 2024 ACM A.M. Turing Award for developing the conceptual and algorithmic foundations of reinforcement learning.
- asdf-dependency-traverser - a small utility for traversing the dependency tree of an ASDF system. Zlib.
YAML
- cl-yaclyaml (⭐16) - a pure lisp YAML processor (loader, but not yet dumper). GPL3.
Lisp parsers
- Eclector (⭐25) - A portable Common Lisp reader that is highly customizable, can recover from errors and can return concrete syntax trees.
- under active development
- rewrite-cl (⭐16) - Read, modify, and write Common Lisp source code while preserving whitespace and comments. MIT. Built with LLMs.
- breeze (⭐25) - experiments on workflows for Common Lisp. WIP.
Iteration
- gmap (⭐22) - A concise and extensible iteration facility that has the advantage of integrating well with FSet (see the Data Structures section), as it was written by the same author. In Quicklisp as part of
misc-extensions. Public domain.
Parsing html / Isomorphic web frameworks
- cl-sanitize-html (⭐9) - OWASP-style HTML sanitization library for Common Lisp, designed for safely rendering untrusted HTML content (like HTML emails or user-generated content). MIT.
- partly LLM. reddit announce.
- related: trivial-sanitize
HTTPS / Hosting platforms
- pure-tls (⭐28) - Pure Common Lisp TLS 1.3 implementation, HTTPS server with automatic Let's Encrypt certificate. MIT
- warn: new code, partly done with LLMs.
- read:
Updating executables / Third-party APIs
- cl-selfupdate (⭐12) - Self-update functionality for Common Lisp executables via GitHub/GitLab Releases. MIT.
Linting, code formatting / Third-party APIs
- ocicl (⭐272)'s built-in linter and auto-fix feature.
- lisp-format (⭐60) and cl-indentify (⭐25).
68. Awesome Java
Code Analysis / Text-Based User Interfaces
- ToolsHref - Online Java code analyzer and JSON-to-Mermaid visualization tool.
Database / Text-Based User Interfaces
- Spring Data Dynamic Query (⭐33) - Unified dynamic query interface for Spring Data JPA, MongoDB, and Elasticsearch, enabling advanced JOIN(s), OR logic, scoped conditions, powerful projections and advanced features with zero boilerplate.
GUI / Text-Based User Interfaces
- Sierra (⭐137) - Lightwieght declarative DSL for rapid development of Swing applications.
Messaging / Text-Based User Interfaces
- Emissary (⭐104) - Simple, lightweight, yet FAST messaging library for decoupling messages (requests and events) and message handlers.
Miscellaneous / Text-Based User Interfaces
- JBang - JBang makes it easy to use Java for scripting. It lets you use a single file for code and dependency management and allows you to run it directly.
Monitoring / Text-Based User Interfaces
- Boot Usage Spring Boot Starter (⭐1) - Spring Boot Actuator extension providing application startup and runtime metrics including JVM uptime, memory usage, and CPU load.
PDF / Text-Based User Interfaces
- Open HTML to PDF (⭐228) - Properly supports modern PDF standards based on flyingsaucer and Apache PDFBox.
Science / Other
- jSciPy (⭐15) - jSciPy is a Java library designed for scientific computing, offering functionalities inspired by popular scientific computing libraries. It currently provides modules for signal processing, including Butterworth filters, peak finding algorithms, and an RK4 solver for ordinary differential equations.
Testing / Frameworks
- BitDive
- Zero-code integration testing platform that generates tests from runtime application behavior.
Web Frameworks / Mocking
- Erupt (⭐2.7k) - Annotation-Driven Low-Code & JPA Visualization
69. Awesome Crystal
Data Formats
- toon-crystal (⭐9) - TOON (Token-Oriented Object Notation) parser
70. Awesome Ada
OS and Kernels / Apache License
- Straylight (⭐2) - A simple monolithic RISC-V operating system developed in Ada.
71. Awesome Zig
File format processing / Linker
- kobolds-io/gnoll - Zig application configuration handled well.
72. Awesome Security
Network / Scanning / Pentesting
- Amass (⭐14k) - Amass performs DNS subdomain enumeration by scraping the largest number of disparate data sources, recursive brute forcing, crawling of web archives, permuting and altering names, reverse DNS sweeping and other techniques.
- Lonkero (⭐896) - Enterprise-grade web vulnerability scanner with 60+ attack modules, built in Rust for penetration testing and security assessments.
Network / Monitoring / Logging
- Sigma2KQL (⭐2) - A repository of all SIGMA rules converted to KQL that runs on a weekly schedule to update the repository and align with the up to date version of the SIGMA rules repository.
- Sigma2SPL (⭐1) - A repository of all SIGMA rules converted to SPL that runs on a weekly schedule to update the repository and align with the up to date version of the SIGMA rules repository.
- TerraSigma (⭐3) - A repository of all SIGMA rules converted to Microsoft Sentinel Terraform Scheduled analytic resources. The repository runs on a weekly schedule to update the repository and align with the up to date version of the SIGMA rules repository. Proper entity mapping is completed for the rules to ensure the repo is plug-and-play.
Network / VPN
- TorForge (⭐11) - Advanced transparent Tor proxy with kernel-level iptables routing, post-quantum encryption (Kyber768), kill switch, steganography mode, and AI-powered circuit selection.
Web / Scanning / Pentesting
- Trust Scan (⭐2) - URL security scanner with WHOIS, SSL, threat intelligence (URLhaus, PhishTank, Spamhaus), and 40+ scam/phishing pattern detection. Includes optional AI analysis via Ollama. (Demo)
- react2shell-scanner (⭐2) - Detect CVE-2025-55182 (React2Shell) RCE vulnerability in React Server Components. Scans React 19.x and Next.js projects for critical remote code execution flaws.
- shai-hulud-scanner (⭐2) - Detect indicators of compromise from the Shai Hulud 2.0 npm supply chain attack that compromised 796+ packages. Performs comprehensive security checks for malicious files, hashes, and patterns.
Web / Development
- Pompelmi (⭐464) - Node.js file-upload malware scanner with MIME sniffing, ZIP-bomb protection and optional YARA rules.
73. Android Security Awesome
Tools / Misc Tools
- NullKia (⭐6) - Comprehensive mobile security framework supporting 18 manufacturers with baseband exploitation, cellular security, TEE/TrustZone research, and BootROM extraction tools.
- DroidGround (⭐107) - A flexible playground for Android CTF challenges
- sundaysec/Android-Exploits (⭐962) - A collection of android Exploits and Hacks
74. Awesome Keycloak
Commercial Offerings
75. Awesome Testing
Software / API Testing
- Webhook Debugger & Logger - Enterprise-grade tool for testing, debugging, and logging incoming webhooks in real-time.
Software / Security Testing
- BurpSuite - Intercept API and Reply with changes in realtime with according api manipulations.
- Nuclei Scanner (⭐27k) - nuclie is automated scanner for common vulnerbilty finding on site.
Software / Visual Testing
- Lambda testing Tool- UI Testing Frawnework.
76. Awesome Jmeter
Getting Started
Tutorials
- Web App Load Testing Using Maven Plugins for Apache JMeter, and Analyzing the Results - By Vincent DABURON.
CI / Tutorials & Demo
- Jenkins
- Performance Tests with JMeter, Maven and Hudson
- CI with Jenkins, Git, Maven, Grunt, and JMeter (⭐21)
- Continuous automated web tests using Jenkins and JMeter
- Automating JMeter tests with Maven and Jenkins
- How to automate JMeter tests with Maven and Jenkins: part 1, part 2
- JMeter Continuous Performance Testing (JMeter + Ant + Jenkins): part 1, part 2
- Continuous Integration 101: How to Run JMeter with Jenkins
Cloud Services / SaaS / Tutorials & Demo
- OpenText Core Performance Engineering - OpenText cloud-based solution for web and mobile performance testing with JMeter and Gatling support (formerly Micro Focus LoadRunner Cloud, formerly HP StormRunner Load).
Results Processing / Reporting & Visualization
- InfluxDB & Grafana
- Using JMeter with InfluxDB & Grafana - Collection of guides to collect and visualize real-time test results and server monitoring stats using InfluxDB & Grafana.
- How to Use Grafana to Monitor JMeter Non-GUI Results
- jmeterReports (⭐27) - Autogenerated JMeter test-run results reported into Confluence, using Grafana custom dashboards 🇷🇺.
- InfluxDB Community Template for JMeter (⭐370) - Prepackaged InfluxDB configurations that contain everything from dashboards and Telegraf configurations to notifications and alerts in a single manifest file.
- Grafana Dashboards
- JMeter Load Test Dashboard - Grafana dashboard shows live load test metrics provided by JMeter (by NovaTec-APM).
- JMeter Dashboard using Core InfluxdbBackendListenerClient - Monitor your Apache JMeter load test in real time with InfluxDB and Grafana (by Philippe M).
- JMeter Dashboard (3.2 and up) - Monitor JMeter load test in real time with InfluxDB and Grafana (by adrianbanu).
- JMeter (via prometheus exporter) - A Grafana dashboard to inspect JMeter metrics via Prometheus exporter (by chiabre).
- JMeter-InfluxBD-Writer Plugin (⭐77) - JMeter plugin to write load test data on-the-fly into InfluxDB.
- JMeter Results to InfluxDB (⭐10) - Read JMeter results from csv file and put into InfluxDB database.
Trainings & Courses / Utilities
- JMeter Training Courses - By NobleProg.
77. Awesome Gatling
Tools / Frameworks
- Carrier - Continuous test execution platform with ability to perform load testing using customized JMeter and Gatling containers.
- Gatlytron (⭐3) - Gatling Base Framework for easy onboarding.
Community / Video Tutorials
78. Awesome Algorithms
Beginner-Friendly / YouTube Playlist
- FreeCodeCamp. Algorithms and Data Structures: 5 hours, 49 hours - Complete beginner friendly Algorithms and Data Structures Tutorial with mindblowing animation.
79. Awesome Osint
General Search
- Perplexity - AI-powered search engine with source citations.
- Phind - AI search engine optimized for developers and technical questions.
Speciality Search Engines
- BGP.tools - Modern BGP toolkit for network reconnaissance and analysis.
- Cloudflare Radar - Internet traffic patterns, attacks, and technology trends.
Document and Slides Search
- DocumentCloud - Platform for analyzing, annotating, and publishing documents.
- RECAP Archive - Public archive of PACER court documents.
Code Search
- GitHub Code Search - GitHub's enhanced code search with advanced filtering.
Major Social Networks
- Bluesky - Decentralized social network built on the AT Protocol.
- Threads - Text-based conversation app from Meta.
Social Media Tools / Steam
- Steam-OSINT (⭐73) - Open-source OSINT tool for accurate mutual friends analysis on Steam, supporting full friend lists.
Email Search / Email Check / GitHub
- EmailRep - Email address reputation and risk scoring service.
- Epieos Tools - Collection of OSINT tools for email investigations.
Browsers / GitHub
- LibreWolf - Privacy-focused Firefox fork with enhanced security defaults.
- Mullvad Browser - Privacy-focused browser developed in collaboration with Tor Project.
Privacy and Encryption Tools / GitHub
- Bitwarden - Open-source password manager with cross-platform support.
- Privacy.com - Virtual payment cards for online privacy and security.
- Signal - End-to-end encrypted messaging and calls.
Other Tools / GitHub
- Dehashed CLI (⭐260) - Command-line tool for searching breach databases via DeHashed API.
- IntellyWeave (⭐44) - AI-powered OSINT platform with GLiNER entity extraction, Mapbox 3D geospatial visualization, and multi-agent archive research across 30+ international archives.
- Obsidian - Knowledge base and note-taking tool ideal for OSINT case management.
- Waybackurls (⭐4.3k) - Fetch all URLs known by the Wayback Machine for a domain.
80. Awesome Math
Learning Platforms
- Derivative Calculus Solver — A step-by-step differentiation tool focusing on the chain rule and substitution logic.
Books
- The Math Behind Artificial Intelligence - Tiago Capelo Monteiro (freeCodeCamp)
81. Awesome Agi Cocosci
Communications / Coordination
- HLSMAC: A New StarCraft Multi-Agent Challenge for High-Level Strategic Decision-Making - AAMAS'26, 2026. [All Versions]. Benchmarks are crucial for assessing multi-agent reinforcement learning (MARL) algorithms. While StarCraft II-related environments have driven significant advances in MARL, existing benchmarks like SMAC focus primarily on micromanagement, limiting comprehensive evaluation of high-level strategic intelligence. To address this, this work introduces HLSMAC, a new cooperative MARL benchmark with 12 carefully designed StarCraft II scenarios based on classical stratagems from the Thirty-Six Stratagems. Each scenario corresponds to a specific stratagem and is designed to challenge agents with diverse strategic elements, including tactical maneuvering, timing coordination, and deception, thereby opening up avenues for evaluating high-level strategic decision-making capabilities. The authors also propose novel metrics across multiple dimensions beyond conventional win rate, such as ability utilization and advancement efficiency, to assess agents' overall performance within the HLSMAC environment. The authors conduct a large-scale evaluation of 21 state-of-the-art MARL algorithms and LLM-based agents, with additional multi-seed analysis for relatively better-performing methods. The results demonstrate that HLSMAC serves as a robust testbed for advancing multi-agent strategic decision-making.
Domain Specific Language / Design Theory
- PLIERS: A Process that Integrates User-Centered Methods into Programming Language Design - ACM Transactions on Computer-Human Interaction, 2021. [All Versions]. Programming language design requires making many usability-related design decisions. However, existing HCI methods can be impractical to apply to programming languages: languages have high iteration costs, programmers require significant learning time, and user performance has high variance. To address these problems, the authors adapted both formative and summative HCI methods to make them more suitable for programming language design. The authors integrated these methods into a new process, PLIERS, for designing programming languages in a user-centered way. The authors assessed PLIERS by using it to design two new programming languages. Glacier extends Java to enable programmers to express immutability properties effectively and easily. Obsidian is a language for blockchains that includes verification of critical safety properties. Empirical studies showed that the PLIERS process resulted in languages that could be used effectively by many programmers and revealed additional opportunities for language improvement.
Domain Specific Language / Declarative DSL Applications
- RoboGrammar: graph grammar for terrain-optimized robot design - ACM Transactions on Graphics, 2020. [All Versions]. This work presents RoboGrammar, a fully automated approach for generating optimized robot structures to traverse given terrains. This framework represents each robot design as a graph, and uses a graph grammar to express possible arrangements of physical robot assemblies. Each robot design can then be expressed as a sequence of grammar rules. Using only a small set of rules the grammar can describe hundreds of thousands of possible robot designs. The construction of the grammar limits the design space to designs that can be fabricated. For a given input terrain, the design space is searched to find the top performing robots and their corresponding controllers. The authors introduce Graph Heuristic Search - a novel method for efficient search of combinatorial design spaces. In Graph Heuristic Search, the authors explore the design space while simultaneously learning a function that maps incomplete designs (e.g., nodes in the combinatorial search tree) to the best performance values that can be achieved by expanding these incomplete designs. Graph Heuristic Search prioritizes exploration of the most promising branches of the design space. To test the method the authors optimize robots for a number of challenging and varied terrains. The authors demonstrate that RoboGrammar can successfully generate nontrivial robots that are optimized for a single terrain or a combination of terrains.
Science Logology / AI Assisted Research
- Active learning accelerates electrolyte solvent screening for anode-free lithium metal batteries - Nature Communications, 2025. [All Versions]. Anode-free or ‘zero-excess’ lithium metal batteries offer high energy density compared to current lithium-ion batteries but require electrolyte innovation to extend cycle life. Due to the lack of universal design principles, electrolyte development for anode-free lithium metal batteries is slow and incremental and mainly driven by trial-and-error. This work demonstrates the use of active learning as an alternative approach to accelerate electrolyte discovery for anode-free lithium metal batteries. Unlike conventional data-intensive frequentist machine learning techniques, the active learning framework employs sequential Bayesian experimental design with Bayesian model averaging to efficiently identify optimal candidates in typical data-scarce and noisy label settings. Using capacity retention in real Cu||LiFePO4 cells as the target property, the approach integrates experimental feedback to iteratively refine predictions. Starting with just 58 data points from an in-house cycling dataset, the active learning framework explored a virtual search space of 1 million electrolytes, rapidly converging on optimal candidates. After seven active learning campaigns with about ten electrolytes tested in each, four distinct electrolyte solvents are identified that rival state-of-the-art electrolytes in performance. This work showcases the promise of active learning approaches in navigating large electrolyte chemical spaces for next-generation batteries.
82. Awesome Remote Job
Job boards
- Jobo - 100% remote-only verified jobs from Poland in IT, marketing, sales & more.
83. Awesome Polars
Polars plugins / Validation
- truthound (⭐14) - Enterprise data quality framework with 289 validators, auto-profiling, and zero-configuration schema inference by @seadonggyun4.
Polars plugins / General utilities / Performance
- polars-row-collector (⭐2) - Facade to collect rows one-by-one into a Polars DataFrame with minimal overhead by @DeflateAwning.
Tools Built with Polars / Miscellaneous
- table-diff - A tool to generate HTML/Markdown reports highlighting the differences between similar tables by @parker-research.
Blog posts / Miscellaneous
- How to Use the Polars Library in Python for Data Analysis - An end 2025 beginner-friendly introduction to the Polars library in Python by Sara Jadhav.
- Polars vs pandas: Choosing the Right Python DataFrame Library for Your Data Workflow -A Databricks article comparing Pandas and Polars across performance, syntax, features, and use cases for Python data analysis by @databricks.
84. Awesome Github Wiki
Examples
Useful links with tips & tricks
85. Awesome Azure Openai Llm
3. Research & Survey
86. Awesome Windows
Customization
- Shell - Powerful, free, open source context menu manager
Databases Clients
- DBeaver - Free and open-source database management tool.
Developer Utilities
- Kunobi - Kubernetes management app written in Rust with MCP integration.
Note-taking
- Standard Notes - A free, secure note-taking app with powerful end-to-end encryption, unparalleled privacy features, and seamless cross-platform syncing on unlimited devices from the creators of ProtonVPN.
87. Awesome Go
Databases / Databases Implemented in Go
- dicedb/dicedb (⭐11k) — DiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware. ☆
10,673
Networking / VPN & Tunneling
- NodePassProject/nodepass (⭐2.1k) — Secure TCP/UDP tunneling with TLS ☆
2,051
Science / Clients & Libraries
- madelynnblue/go-dsp (⭐904) — Digital Signal Processing for Go ☆
904
Utilities / CLI Tools
- hrtsegv/gitcs (⭐130) — Git contributions graph generator ☆
130
Web Development / Routers
- gowww/router (⭐186) — A lightning fast HTTP router ☆
186
88. Awesome Mac
Developer Tools / Databases
- nullptrlabs/pgmodeler (⭐3.5k) — Data modeling tool for PostgreSQL ☆
3,479
89. Awesome Ai
IDE & Editor / Extensions
- kesor/chatgpt-code-plugin (⭐240) — Code ChatGPT Plugin is a TypeScript Code Analyzer that enables ChatGPT to "talk" with YOUR code ☆
240
Feb 07, 2026
1. Awesome Terraform
Tools / Community providers
- trupositive (⭐3) - Zero-config wrapper that automatically injects Git metadata (commit SHA, branch, repo) into all Terraform-managed resources.
2. Static Analysis
Programming Languages / Other
- bodyclose (⭐322) — Checks whether HTTP response body is closed.
- lll (⭐70) — Report long lines.
- cargo-unused-features ⚠️ — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results. It removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.
Multiple languages / Other
- BlockWatch (⭐21) — A language-agnostic linter that keeps code, documentation, and configuration in sync and enforces strict formatting and validation rules.
- pfff (⭐2.4k) — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
Other / Other
- Manalyze (⭐1.1k) — A static analyzer, which checks portable executables for malicious content.
- dennis (⭐50) — A set of utilities for working with PO files to ease development and improve quality.
3. Awesome Blockchain Ai
Blockchains for autonomous agents / Blockchain projects for AI algorithms
- Hashgraph Online (HOL) - Universal agentic registry built on Hedera Hashgraph. Provides blockchain-based identity for AI agents using ERC-8004 standard and HCS-14 Universal Agent IDs (UAIDs). Enables agent discovery, verification, and autonomous commerce via x402 protocol.
- AgentFund (⭐1) - A decentralized crowdfunding infrastructure for autonomous AI agents on Base blockchain, enabling milestone-based escrow funding for AI projects and collaborations.
4. Awesome Mysql
Benchmarking
- HammerDB (⭐732) - An open-source database benchmark for MySQL/MariaDB and other open source and commercial databases.
5. Awesome Mqtt
Smart Home Hardware Interfaces / Firmwares for ESP based Devices
- Bambuddy (⭐341) - Self-hosted management tool for Bambu Lab 3D printers using MQTT, with real-time monitoring, scheduling, and Home Assistant integration.
6. Awesome Claude Code
CLAUDE.md Files 📂 / Domain-Specific
- pre-commit-hooks (⭐2) by aRustyDev - This repository is about pre-commit-hooks in general, but the
CLAUDE.mdand related.claude/documentation is exemplary. Thorough but not verbose. Unlike a lot ofCLAUDE.mdfiles, it doesn't primarily consist in shouting at Claude in all-caps. Great learning resource. Also, hooks.
Feb 06, 2026
1. Awesome Bigdata
Graph Data Model
- Actionbase (⭐190) - a database for user interactions (likes, views, follows) with precomputed reads, supports HBase.
- Next: Feb 05, 2026
Top 50 Awesome List
- Awesome Python - (Source ⭐ 282K 📝 02/08) - An opinionated list of awesome Python frameworks, libraries, software and resources.
- Awesome Selfhosted - (Source ⭐ 272K 📝 02/08) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Go - (Source ⭐ 165K 📝 02/08) - A curated list of awesome Go frameworks, libraries and software
- Free for Dev - (Source ⭐ 118K 📝 02/08) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Free Programming Books (English, By Programming Language) - (Source ⭐ 381K 📝 01/27) - 📚 Freely available programming books
- Awesome Mac - (Source ⭐ 99K 📝 02/08) - Now we have become very big, Different from the original idea. Collect premium software in various categories.
- Awesome Vue - (Source ⭐ 74K 📝 02/08) - 🎉 A curated list of awesome things related to Vue.js
- Awesome React - (Source ⭐ 72K 📝 02/08) - A collection of awesome things regarding React ecosystem
- Awesome Cpp - (Source ⭐ 70K 📝 02/08) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Nodejs - (Source ⭐ 65K 📝 02/08) - ⚡ Delightful Node.js packages and resources
- Awesome Rust - (Source ⭐ 55K 📝 02/08) - A curated list of Rust code and resources.
- Awesome Java - (Source ⭐ 47K 📝 02/08) - A curated list of awesome frameworks, libraries and software for the Java programming language.
- Awesome React Components - (Source ⭐ 47K 📝 02/08) - Curated List of React Components & Libraries.
- Awesome Remote Job - (Source ⭐ 43K 📝 02/08) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Sysadmin - (Source ⭐ 33K 📝 02/08) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Machine Learning - (Source ⭐ 72K 📝 01/30) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Electron - (Source ⭐ 27K 📝 02/08) - Useful resources for creating apps with Electron
- Awesome Swift - (Source ⭐ 26K 📝 02/08) - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Awesome Osint - (Source ⭐ 25K 📝 02/08) - 😱 A curated list of amazingly awesome OSINT
- Awesome Algorithms - (Source ⭐ 25K 📝 02/08) - A curated list of awesome places to learn and/or practice algorithms.
- Awesome Readme - (Source ⭐ 20K 📝 02/08) - A curated list of awesome READMEs
- Awesome Neovim - (Source ⭐ 20K 📝 02/08) - Collections of awesome neovim plugins.
- Awesome Vite - (Source ⭐ 17K 📝 02/08) - ⚡️ A curated list of awesome things related to Vite.js
- Awesome Claude Code - (Source ⭐ 19K 📝 02/07) - A curated list of awesome commands, files, and workflows for Claude Code
- Magictools - (Source ⭐ 16K 📝 02/08) - 🎮 📝 A list of Game Development resources to make magic happen.
- Awesome Raspberry Pi - (Source ⭐ 16K 📝 02/08) - 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
- Awesome Microservices - (Source ⭐ 14K 📝 02/08) - A curated list of Microservice Architecture related principles and technologies.
- Awesome Ruby - (Source ⭐ 14K 📝 02/08) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Security - (Source ⭐ 14K 📝 02/08) - A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
- Awesome Cli Apps - (Source ⭐ 19K 📝 02/05) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Math - (Source ⭐ 13K 📝 02/08) - A curated list of awesome mathematics resources
- Static Analysis - (Source ⭐ 14K 📝 02/07) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
- Awesome Docker - (Source ⭐ 35K 📝 01/28) - 🐳 A curated list of Docker resources and projects
- Awesome Bigdata - (Source ⭐ 14K 📝 02/06) - A curated list of awesome big data frameworks, ressources and other awesomeness.
- Awesome Nextjs - (Source ⭐ 11K 📝 02/08) - 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
- Awesome Django - (Source ⭐ 11K 📝 02/08) - A curated list of awesome things related to Django
- Awesome Zsh Plugins - (Source ⭐ 17K 📝 02/03) - A collection of ZSH frameworks, plugins, themes and tutorials.
- Awesome Tmux - (Source ⭐ 9.4K 📝 02/08) - A list of awesome resources for tmux
- Awesome Godot - (Source ⭐ 9.3K 📝 02/08) - A curated list of free/libre plugins, scripts and add-ons for Godot
- Android Security Awesome - (Source ⭐ 9.2K 📝 02/08) - A collection of android security related resources
- GoBooks - (Source ⭐ 19K 📝 01/29) - List of Golang books
- Awesome Datascience - (Source ⭐ 28K 📝 01/25) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Chrome Devtools - (Source ⭐ 6.8K 📝 02/08) - Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem
- Quick Look Plugins - (Source ⭐ 19K 📝 01/28) - List of useful Quick Look plugins for developers
- Awesome Fp Js - (Source ⭐ 6K 📝 02/08) - 😎 A curated list of awesome functional programming stuff in js
- Awesome Terraform - (Source ⭐ 6.3K 📝 02/07) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Awesome Typescript - (Source ⭐ 5.1K 📝 02/08) - A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript
- Awesome Ebpf - (Source ⭐ 4.9K 📝 02/08) - A curated list of awesome projects related to eBPF.
- Awesome Nix - (Source ⭐ 4.9K 📝 02/08) - 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox]
- Awesome Gbdev - (Source ⭐ 4.4K 📝 02/08) - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.
All Tracked List
Agentic AI
- Awesome Gemini Cli - (Source ⭐ 292, 📝 02/05 ) - A curated list of awesome tools, extensions, and resources for Gemini CLI.
Back-End Development
- Awesome Cakephp - (Source ⭐ 924, 📝 01/06 ) - A curated list of amazingly awesome CakePHP plugins, resources and shiny things.
- Awesome Cdk - (Source ⭐ 1.6K, 📝 22/06/28 ) - A collection of awesome things related to the AWS Cloud Development Kit (CDK)
- Awesome Dash - (Source ⭐ 2.1K, 📝 24/12/30 ) - A curated list of awesome Dash (plotly) resources
- Awesome Docker - (Source ⭐ 35K, 📝 01/28 ) - 🐳 A curated list of Docker resources and projects
- Awesome Dropwizard - (Source ⭐ 83, 📝 18/10/30 ) -
- Awesome Fastapi - (Source ⭐ 11K, 📝 25/10/28 ) - A curated list of awesome things related to FastAPI
- Awesome Fiber - (Source ⭐ 738, 📝 25/11/06 ) - ✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
- Awesome Flask - (Source ⭐ 1.7K, 📝 25/10/28 ) - A curated list of awesome things related to Flask
- Awesome Iam - (Source ⭐ 2.1K, 📝 25/08/10 ) - 👤 Identity and Access Management knowledge for cloud platforms
- Awesome Laravel - (Source ⭐ 11K, 📝 20/05/08 ) - A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
- Awesome Laravel Education - (Source ⭐ 356, 📝 19/04/02 ) - A curated list of resources for learning about the Laravel PHP Framework
- Awesome Laravel Filament - (Source ⭐ 0, 📝 24/09/08 ) - A list for the topic laravel and filament
- Awesome Lumen - (Source ⭐ 318, 📝 20/06/11 ) - 👓 📚 Curated list of awesome resources: books, videos, articles about using Lumen (PHP Microframework by Laravel)
- Awesome Phalcon - (Source ⭐ 606, 📝 23/07/17 ) - A curated list of awesome Phalcon libraries and resources
- Awesome Play1 - (Source ⭐ 39, 📝 15/08/07 ) - A collection of modules, tools and resources for play1
- Awesome Pyramid - (Source ⭐ 530, 📝 21/07/08 ) - A curated list of awesome Pyramid apps, projects and resources.
- Awesome Rails - (Source ⭐ 3.9K, 📝 25/12/15 ) - A curated list of awesome things related to Ruby on Rails
- Awesome Rails Gem - (Source ⭐ 2.8K, 📝 18/03/13 ) - A collection of awesome Ruby Gems for Rails development.
- Awesome Serverless - (Source ⭐ 2.1K, 📝 19/05/23 ) - DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
- Awesome Slim - (Source ⭐ 10, 📝 22/09/03 ) - A curated list of awesome Slim framework packages and resources.
- Awesome Symfony - (Source ⭐ 1.5K, 📝 22/12/04 ) - A list of awesome Symfony bundles, utilities and resources.
- Awesome Symfony Education - (Source ⭐ 316, 📝 19/02/23 ) - Useful sources around Symfony - articles, series and books (not Bundles)
- Awesome Tall Stack - (Source ⭐ 748, 📝 22/02/03 ) - A curated list of awesome things related to the TALL stack.
- Awesome Terraform - (Source ⭐ 6.3K, 📝 02/07 ) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Awesome Vagrant - (Source ⭐ 563, 📝 20/10/07 ) - A curated list of awesome Vagrant resources, plugins, tutorials and other nice things.
- Awesome Vapor - (Source ⭐ 980, 📝 19/10/21 ) - A curated list of Vapor-related awesome projects.
- Awesome Wicket - (Source ⭐ 66, 📝 20/08/16 ) - A curated list of awesome projects powered by Apache Wicket
- Htaccess - (Source ⭐ 12K, 📝 18/10/28 ) - ✂A collection of useful .htaccess snippets.
- Nginx Resources - (Source ⭐ 3.4K, 📝 23/08/27 ) - A collection of resources covering Nginx, Nginx + Lua, OpenResty and Tengine
- Vertx Awesome - (Source ⭐ 2.2K, 📝 01/10 ) - A curated list of awesome Vert.x resources, libraries, and other nice things.
Big Data
- Awesome Bigdata - (Source ⭐ 14K, 📝 02/06 ) - A curated list of awesome big data frameworks, ressources and other awesomeness.
- Awesome Data Engineering - (Source ⭐ 8.2K, 📝 01/31 ) - A curated list of data engineering tools for software developers
- Awesome Hadoop - (Source ⭐ 1K, 📝 22/01/24 ) - A curated list of amazingly awesome Hadoop and Hadoop ecosystem resources
- Awesome Qlik - (Source ⭐ 30, 📝 19/11/15 ) - A curated list of awesome Qlik extensions and resources for Qlik Sense and QlikView
- Awesome Spark - (Source ⭐ 1.7K, 📝 24/10/24 ) - A curated list of awesome Apache Spark packages and resources.
- Awesome Splunk - (Source ⭐ 79, 📝 20/09/11 ) - A collection of awesome resources for Splunk
- Awesome Streaming - (Source ⭐ 2.9K, 📝 25/07/25 ) - a curated list of awesome streaming frameworks, applications, etc
Books
- Awesome Book Authoring - (Source ⭐ 283, 📝 19/12/06 ) - 📚 A collection of awesome resources for technical book authors
- Awesome Ios Books - (Source ⭐ 612, 📝 25/11/16 ) - 📚 Directory of iOS books
- ElixirBooks - (Source ⭐ 1.2K, 📝 22/08/14 ) - List of Elixir books
- Free Programming Books (English, By Programming Language) - (Source ⭐ 381K, 📝 01/27 ) - 📚 Freely available programming books
- GoBooks - (Source ⭐ 19K, 📝 01/29 ) - List of Golang books
- Rbooks - (Source ⭐ 192, 📝 17/10/11 ) - A curated list of #rstats books
Business
- Awesome Billing - (Source ⭐ 1.2K, 📝 01/26 ) - 💰 Billing & Payments knowledge for cloud platforms
- Awesome Clean Tech - (Source ⭐ 377, 📝 23/04/25 ) - A community curated list of awesome clean tech companies
- Awesome Developer First - (Source ⭐ 1.5K, 📝 02/02 ) - A curated list of awesome developer-first tools products.
- Awesome Engineering Team Management - (Source ⭐ 2.4K, 📝 25/06/09 ) - 👔 How to transition from software development to engineering management
- Awesome Indie - (Source ⭐ 9.5K, 📝 22/01/09 ) - Resources for independent developers to make money
- Awesome Leading and Managing ⚠️ Unavailable - (Source ⭐ N/A, 📝 Unavailable ) - ⚠️ This repository is currently unavailable
- Awesome Okr - (Source ⭐ 1.4K, 📝 21/09/13 ) - A curated list about OKR (Objective - Key Results)
- Awesome Open Company - (Source ⭐ 907, 📝 24/01/11 ) - A community-curated list of awesome open companies.
- Awesome Social Enterprise - (Source ⭐ 100, 📝 24/12/23 ) - 📗Resources to dive into the world of social enterprises 🌼
- Awesome Wardley Maps - (Source ⭐ 756, 📝 01/21 ) - Wardley maps community hub. Useful Wardley mapping resources
- PlacesToPostYourStartup - (Source ⭐ 6.4K, 📝 25/11/01 ) - Compiled list of links from "Ask HN: Where can I post my startup to get beta users?"
ChatGPT
- Awesome Chatgpt - (Source ⭐ 1.5K, 📝 70/01/01 ) - Curated list of awesome tools, demos, docs for ChatGPT and GPT-3
- Awesome Chatgpt - (Source ⭐ 536, 📝 23/03/13 ) - Curated list of ChatGPT related resource, tools, prompts, apps / ChatGPT 相關優質資源、工具、應用的精選清單。
- Awesome Chatgpt - (Source ⭐ 557, 📝 23/07/20 ) - Selected ChatGPT demos, tools, articles, and more ✨
- Awesome Chatgpt Prompts - (Source ⭐ 145K, 📝 70/01/01 ) - a.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
- Awesome Langchain - (Source ⭐ 9.1K, 📝 01/05 ) - 😎 Awesome list of tools and projects with the awesome LangChain framework
Computer Science
- Asdf Plugins - (Source ⭐ 1.3K, 📝 23/02/13 ) - Convenience shortname repository for asdf community plugins
- Awesome Ai - (Source ⭐ 6, 📝 02/08 ) - Comprehensive collection of AI/ML tools, frameworks, libraries, and resources. Automatically curated and continuously updated with rich metadata and categorization.
- Awesome Ai in Finance - (Source ⭐ 4.8K, 📝 02/04 ) - 🔬 A curated list of awesome LLMs & deep learning strategies & tools in financial market.
- Awesome Ai Tools - (Source ⭐ 4.1K, 📝 25/11/24 ) - A curated list of Artificial Intelligence Top Tools
- Awesome Cern - (Source ⭐ 91, 📝 01/01 ) - A curated list of awesome open source frameworks, libraries and software developed by CERN for the world
- Awesome Computer Vision - (Source ⭐ 17K, 📝 21/09/28 ) - A curated list of awesome computer vision resources
- Awesome Conversational Ai - (Source ⭐ 51, 📝 22/01/23 ) - A curated list of delightful Conversational AI resources.
- Awesome CoreML Models - (Source ⭐ 6.7K, 📝 25/06/17 ) - Largest list of models for Core ML (for iOS 11+)
- Awesome Courses - (Source ⭐ 43K, 📝 22/11/13 ) - 📚 List of awesome university courses for learning Computer Science!
- Awesome Crypto Papers - (Source ⭐ 1.8K, 📝 24/10/18 ) - A curated list of cryptography papers, articles, tutorials and howtos.
- Awesome Cryptography - (Source ⭐ 6.3K, 📝 25/06/05 ) - A curated list of cryptography resources and links.
- Awesome Datascience - (Source ⭐ 28K, 📝 01/25 ) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Deep Learning - (Source ⭐ 25K, 📝 25/05/26 ) - A curated list of awesome Deep Learning tutorials, projects and communities.
- Awesome Deep Learning Papers - (Source ⭐ 24K, 📝 17/09/22 ) - The most cited deep learning papers
- Awesome Deep Learning Resources - (Source ⭐ 1.5K, 📝 21/08/04 ) - Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
- Awesome Deep Vision - (Source ⭐ 10K, 📝 17/03/13 ) - A curated list of deep learning resources for computer vision
- Awesome Design Patterns - (Source ⭐ 40K, 📝 23/12/06 ) - A curated list of software and architecture related design patterns.
- Awesome Functional Programming - (Source ⭐ 929, 📝 24/04/22 ) - 👽 A curated list of functional programming resources such as blog posts, communities, discussion topics, wikis and more.
- Awesome H2o - (Source ⭐ 345, 📝 23/05/19 ) - A curated list of research, applications and projects built using the H2O Machine Learning platform
- Awesome Information Retrieval - (Source ⭐ 894, 📝 17/10/23 ) - A curated list of awesome information retrieval resources
- Awesome Jax - (Source ⭐ 2K, 📝 01/20 ) - JAX - A curated list of resources https://github.com/google/jax
- Awesome Learn Datascience - (Source ⭐ 637, 📝 24/06/08 ) - 📈 Curated list of resources to help you get started with Data Science
- Awesome Linguistics - (Source ⭐ 390, 📝 25/02/22 ) - A curated list of anything remotely related to linguistics
- Awesome Machine Learning - (Source ⭐ 72K, 📝 01/30 ) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Msr - (Source ⭐ 455, 📝 25/11/04 ) - A curated repository of software engineering repository mining data sets
- Awesome Nlg - (Source ⭐ 424, 📝 23/09/03 ) - A curated list of resources dedicated to Natural Language Generation (NLG)
- Awesome Qa - (Source ⭐ 706, 📝 21/01/13 ) - 😎 A curated list of the Question Answering (QA)
- Awesome Quantum Computing - (Source ⭐ 2.4K, 📝 23/08/12 ) - A curated list of awesome quantum computing learning and developing resources.
- Awesome Seml - (Source ⭐ 1K, 📝 22/02/11 ) - A curated list of articles that cover the software engineering best practices for building machine learning applications.
- Awesome Spanish Nlp - (Source ⭐ 324, 📝 24/01/09 ) - Curated list of Linguistic Resources for doing NLP & CL on Spanish
- Awesome Tensorflow - (Source ⭐ 17K, 📝 25/03/10 ) - TensorFlow - A curated list of dedicated resources http://tensorflow.org
- Awesome Tensorflow Js - (Source ⭐ 175, 📝 21/04/04 ) - Awesome TensorFlow.js - A curated list of dedicated resources to master TensorFlow.js
- Awesome Tensorflow Lite - (Source ⭐ 960, 📝 22/02/15 ) - An awesome list of TensorFlow Lite models, samples, tutorials, tools and learning resources.
- Awesome Theoretical Computer Science - (Source ⭐ 1.1K, 📝 25/09/05 ) - Math & CS awesome List, distinguished by proof and logic technique
- Awesome Xai - (Source ⭐ 54, 📝 21/05/04 ) - Awesome Explainable AI (XAI) and Interpretable ML Papers and Resources
- Collective Ai Tools - (Source ⭐ 169, 📝 25/12/25 ) - AI tools platform with 800+ curated tools, built-in workspace tools, and job board for developers and researchers.
- Computer Science - (Source ⭐ 200K, 📝 21/07/23 ) - 🎓 Path to a free self-taught education in Computer Science!
- Machine Learning Tutorials - (Source ⭐ 12K, 📝 21/10/01 ) - machine learning and deep learning tutorials, articles and other resources
- Machine Learning with Ruby - (Source ⭐ 2.1K, 📝 24/12/27 ) - Curated list: Resources for machine learning in Ruby
- Nlp with Ruby - (Source ⭐ 967, 📝 22/08/27 ) - Curated List: Practical Natural Language Processing done in Ruby
- Static Analysis - (Source ⭐ 14K, 📝 02/07 ) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
Content Management Systems
- Awesome - (Source ⭐ 491, 📝 23/02/02 ) - A collection of awesome Craft CMS plugins, articles, resources and shiny things.
- Awesome Directus - (Source ⭐ 551, 📝 24/11/12 ) - A curated list of awesome things related to Directus
- Awesome Drupal - (Source ⭐ 79, 📝 18/07/05 ) - Useful resources for Drupal CMS 💧
- Awesome Plone - (Source ⭐ 72, 📝 01/21 ) - Add-ons and resources for the CMS Plone
- Awesome Refinerycms - (Source ⭐ 29, 📝 16/04/07 ) - A collection of awesome Refinery CMS extensions, resources and shiny things.
- Awesome Silverstripe Cms - (Source ⭐ 47, 📝 23/07/27 ) - Useful resources for Silverstripe CMS and framework
- Awesome Sitecore - (Source ⭐ 79, 📝 25/09/26 ) - Awesome lists of useful Sitecore tools, extensions and GitHub repositories
- Awesome Umbraco - (Source ⭐ 202, 📝 22/08/04 ) - A curated list of awesome Umbraco packages, resources and tools
- Awesome Wagtail - (Source ⭐ 2.2K, 📝 01/18 ) - A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
Data Engineering
- Awesome Sql Playground - (Source ⭐ 1, 📝 25/03/13 ) - A curated list of the best SQL playgrounds and online SQL compilers for practicing and testing SQL queries directly in your browser.
Databases
- Awesome Cassandra - (Source ⭐ 201, 📝 21/11/29 ) - A curated list of the best resources in the Cassandra community.
- Awesome Couchdb - (Source ⭐ 159, 📝 23/05/09 ) - CouchDB - curated meta resources & best practices list
- Awesome Db - (Source ⭐ 1K, 📝 15/11/04 ) - A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/
- Awesome Db Tools - (Source ⭐ 5K, 📝 01/30 ) - Everything that makes working with databases easier
- Awesome Hbase - (Source ⭐ 157, 📝 22/06/04 ) - A curated list of awesome HBase projects and resources.
- Awesome Influxdb - (Source ⭐ 761, 📝 21/11/12 ) - A curated list of awesome projects, libraries, tools, etc. related to InfluxDB
- Awesome Mongodb - (Source ⭐ 2.6K, 📝 01/04 ) - 🍃 A curated list of awesome MongoDB resources, libraries, tools and applications
- Awesome Mysql - (Source ⭐ 2.5K, 📝 02/07 ) - A curated list of awesome MySQL software, libraries, tools and resources
- Awesome Neo4j - (Source ⭐ 453, 📝 18/05/21 ) - A curated list of Neo4j resources.
- Awesome Nosql Guides - (Source ⭐ 184, 📝 22/03/29 ) - 💻 Curated list of awesome resources and links about using NoSQL databases
- Awesome Postgres - (Source ⭐ 12K, 📝 01/05 ) - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
- Awesome Rethinkdb - (Source ⭐ 109, 📝 16/05/09 ) - A curated list of awesome RethinkDB resources, libraries, tools and applications
- Awesome Tdengine - (Source ⭐ 43, 📝 23/03/31 ) - 🎉 A curated list of awesome projects related to TDengine
- Awesome Tinkerpop - (Source ⭐ 161, 📝 17/12/08 ) - A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2
- Typedb Awesome - (Source ⭐ 72, 📝 25/11/26 ) - A curated list of awesome TypeDB frameworks libraries, software and resources.
Decentralized Systems
- Alternative Internet - (Source ⭐ 5.4K, 📝 25/09/15 ) - A collection of interesting new networks and tech aiming at decentralisation (in some form).
- Awesome Algorand - (Source ⭐ 206, 📝 25/10/04 ) - ⚡A curated list of awesome resources related to the Ⱥlgorand Blockchain ⛓
- Awesome Bitcoin - (Source ⭐ 1.3K, 📝 01/30 ) - A curated list of bitcoin services and tools for software developers
- Awesome Blockchain Ai - (Source ⭐ 1.1K, 📝 02/07 ) - A curated list of Blockchain projects for Artificial Intelligence and Machine Learning
- Awesome Corda - (Source ⭐ 67, 📝 21/08/10 ) - A curated list of awesome Corda resources
- Awesome Decentralized - (Source ⭐ 996, 📝 01/26 ) - 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
- Awesome Eosio - (Source ⭐ 78, 📝 25/02/06 ) - 😎 A curated list of awesome EOSIO resources for users and developers.
- Awesome Ethereum - (Source ⭐ 227, 📝 22/01/08 ) - A Curated List of Awesome Ethereum Resources
- Awesome Golem - (Source ⭐ 169, 📝 24/01/17 ) - A community-curated list of awesome projects and resources related to the Golem peer-to-peer computational resources marketplace.
- Awesome Mastodon - (Source ⭐ 431, 📝 21/01/10 ) - Curated list of awesome Mastodon-related stuff!
- Awesome Non Financial Blockchain - (Source ⭐ 574, 📝 20/10/12 ) - Curated list of projects that build non-financial applications of blockchain
- Awesome Pleb Projects - (Source ⭐ 4, 📝 23/02/20 ) - A List of Awesome Bitcoin (Pleb) Projects
- Awesome Ripple - (Source ⭐ 169, 📝 21/07/02 ) - A curated list of Ripple resources
- Awesome Stacks Chain - (Source ⭐ 118, 📝 25/12/19 ) - A list of Awesome Stacks related stuff. Stacks, the blockchain using Proof of Transfer
- Awesome Substrate - (Source ⭐ 719, 📝 24/04/21 ) - A curated list of awesome projects and resources related to the Substrate blockchain development framework.
- Awesome Waves - (Source ⭐ 69, 📝 20/10/05 ) - Curated list of awesome things for development on Waves blockchain.
DevOps
- Awesome Kustomize - (Source ⭐ 112, 📝 25/11/24 ) - A curated and collaborative list of awesome Kustomize resources
- Awesome Opentofu - (Source ⭐ 170, 📝 25/12/16 ) - A curated list of OpenTofu tools, resources, and related projects.
Development Environment
- Awesome Actions - (Source ⭐ 25K, 📝 24/09/02 ) - A curated list of awesome actions to use on GitHub
- Awesome Alfred Workflows - (Source ⭐ 3.1K, 📝 22/11/14 ) - A curated list of awesome alfred workflows
- Awesome Bash - (Source ⭐ 9.4K, 📝 25/08/16 ) - A curated list of delightful Bash scripts and resources.
- Awesome Browser Extensions for Github - (Source ⭐ 3K, 📝 23/10/24 ) - A collection of awesome browser extensions for GitHub.
- Awesome Ci - (Source ⭐ 3.9K, 📝 25/08/01 ) - The list of continuous integration services and tools
- Awesome Cli Apps - (Source ⭐ 19K, 📝 02/05 ) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Cli Apps in a Csv - (Source ⭐ 2.3K, 📝 01/20 ) - The largest Awesome Curated list of command line programs (CLI/TUI) with source data organized into CSV files
- Awesome Devenv - (Source ⭐ 2.4K, 📝 22/09/20 ) - A curated list of awesome tools, resources and workflow tips making an awesome development environment.
- Awesome Devtools - (Source ⭐ 366, 📝 23/12/26 ) - 🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
- Awesome Dotfiles - (Source ⭐ 9.8K, 📝 25/06/19 ) - A curated list of dotfiles resources.
- Awesome Git Hooks - (Source ⭐ 919, 📝 24/01/27 ) - ⚓ A curated list of awesome git hooks
- Awesome Github - (Source ⭐ 726, 📝 21/04/25 ) - A curated list of GitHub's awesomeness
- Awesome Pinned Gists - (Source ⭐ 2K, 📝 25/08/05 ) - 📌✨ A collection of awesome dynamic pinned gists for GitHub
- Awesome Powershell - (Source ⭐ 3.6K, 📝 22/05/28 ) - A curated list of delightful PowerShell modules and resources
- Awesome Qgis - (Source ⭐ 10, 📝 70/01/01 ) - An awesome list that curates the best QGis frameworks, libraries, tools, plugins, tutorials, articles,resources and more.
- Awesome Shell - (Source ⭐ 30K, 📝 24/02/20 ) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
- Awesome Ssh - (Source ⭐ 2K, 📝 21/09/14 ) - 💻 A curated list of SSH resources.
- Awesome Sysadmin - (Source ⭐ 33K, 📝 02/08 ) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Tmux - (Source ⭐ 9.4K, 📝 02/08 ) - A list of awesome resources for tmux
- Awesome WSL - (Source ⭐ 5.3K, 📝 24/04/02 ) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Zsh Plugins - (Source ⭐ 17K, 📝 02/03 ) - A collection of ZSH frameworks, plugins, themes and tutorials.
- awsm.fish - (Source ⭐ 4.8K, 📝 01/25 ) - A curation of prompts, plugins & other Fish treasures 🐚💎
- FOSS for Dev - (Source ⭐ 965, 📝 24/02/02 ) - A hub of Free and open-source software for developers
- Git Cheat Sheet - (Source ⭐ 7.1K, 📝 25/07/14 ) - 🐙 git and git flow cheat sheet
- Github Cheat Sheet - (Source ⭐ 43K, 📝 20/02/02 ) - A list of cool features of Git and GitHub.
- Quick Look Plugins - (Source ⭐ 19K, 📝 01/28 ) - List of useful Quick Look plugins for developers
- Terminals Are Sexy - (Source ⭐ 11K, 📝 20/12/13 ) - 💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers.
- Tips - (Source ⭐ 21K, 📝 23/05/03 ) - Most commonly used git tips and tricks.
Editors
- Awesome Atom - (Source ⭐ 1.9K, 📝 18/12/14 ) - A curated list of delightful Atom packages and resources.
- Awesome Neovim - (Source ⭐ 20K, 📝 02/08 ) - Collections of awesome neovim plugins.
- Awesome Vscode - (Source ⭐ 23K, 📝 23/08/03 ) - 🎨 A curated list of delightful VS Code packages and resources.
- Awesome_jetbrains_plugins - (Source ⭐ 80, 📝 25/04/13 ) - This is a list of all top and best plugins for Jetbrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, Rider, CLion, RubyMine, GoLand, RustRover, Aqua, Android Studio).
- Sublime Bookmarks - (Source ⭐ 1K, 📝 24/01/16 ) - Sublime Text essential plugins and resources
- Vim Galore - (Source ⭐ 15K, 📝 18/10/03 ) - 🎓 All things Vim!
Entertainment
- Awesome Fantasy - (Source ⭐ 1.3K, 📝 24/01/23 ) - 🏰 Fantasy literature worth reading
- Awesome Geek Podcasts - (Source ⭐ 582, 📝 25/06/03 ) - A curated list of podcasts we like to listen to.
- Awesome Newsletters - (Source ⭐ 4.3K, 📝 02/08 ) - A list of amazing Newsletters
- Awesome Scifi - (Source ⭐ 4.7K, 📝 25/12/23 ) - Sci-Fi worth consuming
Events
- Awesome Creative Tech Events - (Source ⭐ 113, 📝 20/02/17 ) - A curated list of awesome creative tech events from around the world
- Awesome Italy Events - (Source ⭐ 145, 📝 21/02/11 ) - Curated list of tech related events in Italy
- Awesome Netherlands Events - (Source ⭐ 61, 📝 18/10/03 ) - 🦄 Curated list of awesome Dutch (tech related) events
Finance
- Awesome Quant - (Source ⭐ 24K, 📝 01/07 ) - A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Front-End Development
- Awesome Angular - (Source ⭐ 9.8K, 📝 70/01/01 ) - 📄 A curated list of awesome Angular resources
- Awesome Ant Design - (Source ⭐ 3.2K, 📝 25/07/29 ) - A curated list of Ant Design resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Ant Design that we keep up-to-date
- Awesome Aurelia - (Source ⭐ 306, 📝 19/10/20 ) - A curated list of amazingly awesome Aurelia libraries.
- Awesome Backbone - (Source ⭐ 403, 📝 16/10/31 ) - A list of resources for backbone.js
- Awesome Blazor - (Source ⭐ 9.1K, 📝 25/08/15 ) - Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
- Awesome Browserify - (Source ⭐ 82, 📝 17/01/04 ) - 🔮 A curated list of awesome Browserify resources, libraries, and tools.
- Awesome Building Blocks for Web Apps - (Source ⭐ 182, 📝 25/11/24 ) - Standalone features to be integrated into web applications
- Awesome Canvas - (Source ⭐ 1.4K, 📝 24/01/14 ) - A curated list of awesome HTML5 Canvas with examples, related articles and posts.
- Awesome Charting - (Source ⭐ 1.8K, 📝 20/12/23 ) - A curated list of the best charting and dataviz resources that developers may find useful, including the best JavaScript charting libraries
- Awesome Choo - (Source ⭐ 191, 📝 19/01/30 ) - 🌅 Awesome things related with choo framework
- Awesome Chrome Devtools - (Source ⭐ 6.8K, 📝 02/08 ) - Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem
- Awesome Css - (Source ⭐ 5K, 📝 24/10/30 ) - 🎨 A curated contents of amazing CSS :)
- Awesome Css Frameworks - (Source ⭐ 9.1K, 📝 25/04/23 ) - List of awesome CSS frameworks in 2025
- Awesome Cyclejs - (Source ⭐ 826, 📝 20/12/07 ) - A curated list of awesome Cycle.js resources
- Awesome D3 - (Source ⭐ 4.9K, 📝 23/01/14 ) - A list of D3 libraries, plugins and utilities
- Awesome Design - (Source ⭐ 14K, 📝 21/06/14 ) - 🌟 Curated design resources from all over the world.
- Awesome Design Systems - (Source ⭐ 18K, 📝 25/07/21 ) - 💅🏻 ⚒ A collection of awesome design systems
- Awesome Design Systems - (Source ⭐ 731, 📝 24/12/20 ) - 📒 A curated list of bookmarks, resources and articles about design systems focused on developers.
- Awesome Dojo - (Source ⭐ 75, 📝 18/10/30 ) - A curated list of awesome Dojo JavaScript Toolkit libraries, resources and other shiny things.
- Awesome Draft Js - (Source ⭐ 2.5K, 📝 20/02/18 ) - Awesome list of Draft.js resources
- Awesome Emails - (Source ⭐ 2.4K, 📝 24/10/04 ) - ✉️ An awesome list of resources to build better emails.
- Awesome Ember - (Source ⭐ 191, 📝 24/07/30 ) - A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
- Awesome Flexbox - (Source ⭐ 1.1K, 📝 19/09/27 ) - 👓 A curated list of CSS Flexible Box Layout Module or only Flexbox.
- Awesome Html5 - (Source ⭐ 2.1K, 📝 19/11/29 ) - 📝 A curated list of awesome HTML5 resources
- Awesome Inertiajs - (Source ⭐ 237, 📝 24/11/29 ) - A curated list of awesome Inertia.js resources
- Awesome Ionic - (Source ⭐ 843, 📝 24/08/14 ) - An "awesome" list of Ionic resources
- Awesome Jamstack - (Source ⭐ 1.4K, 📝 25/06/25 ) - Carefully curated list of awesome Jamstack resources
- Awesome Jquery - (Source ⭐ 969, 📝 01/02 ) - A curated list of awesome jQuery plugins, resources and other shiny things.
- Awesome Knockout - (Source ⭐ 91, 📝 16/05/06 ) - A curated list of awesome plugins for Knockout
- Awesome Less - (Source ⭐ 52, 📝 17/05/10 ) - 😎 A curated list of awesome {Less}
- Awesome Lit - (Source ⭐ 1.7K, 📝 25/12/31 ) - A curated list of awesome Lit resources.
- Awesome Marionette - (Source ⭐ 154, 📝 17/01/01 ) - A list of resources for marionette.js
- Awesome Material - (Source ⭐ 593, 📝 22/10/05 ) - A curated list of Google's material design libraries for different frameworks.
- Awesome Material Ui - (Source ⭐ 219, 📝 24/08/28 ) - A curated list of Material-UI resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Material-UI that we keep up-to-date
- Awesome Mdbootstrap - (Source ⭐ 42, 📝 24/04/11 ) - A curated list of awesome things related to MDBootstrap
- Awesome Meteor - (Source ⭐ 1.4K, 📝 21/09/07 ) - A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things
- Awesome Mobile Web Development - (Source ⭐ 1.1K, 📝 21/04/14 ) - All that you need to create a great mobile web experience
- Awesome Nextjs - (Source ⭐ 11K, 📝 02/08 ) - 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
- Awesome Pagespeed Metrics - (Source ⭐ 656, 📝 21/02/02 ) - ⚡Metrics to help understand page speed and user experience
- Awesome Polymer - (Source ⭐ 393, 📝 18/01/20 ) - A collection of awesome Polymer resources.
- Awesome Preact - (Source ⭐ 978, 📝 02/08 ) - A curated list of amazingly awesome things regarding Preact ecosystem 🌟
- Awesome Progressive Web Apps - (Source ⭐ 1.5K, 📝 17/11/24 ) - 🌅 A collection of awesome resources for building progressive web apps
- Awesome React - (Source ⭐ 72K, 📝 02/08 ) - A collection of awesome things regarding React ecosystem
- Awesome React Components - (Source ⭐ 47K, 📝 02/08 ) - Curated List of React Components & Libraries.
- Awesome React Hooks - (Source ⭐ 1.1K, 📝 19/05/27 ) - A curated list about React Hooks
- Awesome Redux - (Source ⭐ 363, 📝 17/01/27 ) - Catalog of Redux Libraries & Learning Material
- Awesome Relay - (Source ⭐ 257, 📝 17/01/09 ) - Awesome resources for Relay
- Awesome Sass - (Source ⭐ 1.8K, 📝 20/11/07 ) - 🎨 Curated list of awesome Sass and SCSS frameworks, libraries, style guides, articles, and resources.
- Awesome Seed Rs - (Source ⭐ 218, 📝 25/01/11 ) - A curated list of awesome things related to Seed
- Awesome Service Workers - (Source ⭐ 1.6K, 📝 18/10/30 ) - 🔩 A collection of awesome resources for learning Service Workers
- Awesome Static Website Services - (Source ⭐ 2K, 📝 02/08 ) - 📄 🛠 A curated list of awesome static websites services
- Awesome Storybook - (Source ⭐ 394, 📝 25/07/14 ) - A collection of awesome resources about @storybookjs ecosystem 🎨
- Awesome Svelte - (Source ⭐ 2K, 📝 25/12/23 ) - ⚡ A curated list of awesome Svelte resources
- Awesome Tailwindcss - (Source ⭐ 15K, 📝 25/05/31 ) - 😎 Awesome things related to Tailwind CSS
- Awesome Text Editing - (Source ⭐ 245, 📝 20/06/18 ) - Collection of text editing resources and libraries for the web
- Awesome Typescript - (Source ⭐ 5.1K, 📝 02/08 ) - A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript
- Awesome Vite - (Source ⭐ 17K, 📝 02/08 ) - ⚡️ A curated list of awesome things related to Vite.js
- Awesome Vue - (Source ⭐ 74K, 📝 02/08 ) - 🎉 A curated list of awesome things related to Vue.js
- Awesome Web Animation - (Source ⭐ 1.1K, 📝 21/09/16 ) - A list of awesome web animation libraries, books, apps etc.
- Awesome Web Performance Budget - (Source ⭐ 113, 📝 25/01/01 ) - ⚡️Articles, Websites, Tools and Case Studies to implement performance budget to a website. (PR 's welcomed)
- Awesome Webaudio - (Source ⭐ 1.3K, 📝 02/08 ) - A curated list of awesome WebAudio packages and resources.
- Awesome Webgl - (Source ⭐ 1.4K, 📝 25/02/16 ) - A curated list of awesome WebGL libraries, resources and much more
- Awesome Wordpress Gatsby - (Source ⭐ 247, 📝 21/05/02 ) - An awesome list of resources about WordPress as a headless CMS with Gatsby
- Awesome Wpo - (Source ⭐ 8.6K, 📝 25/02/13 ) - 📝 A curated list of Web Performance Optimization. Everyone can contribute here!
- Awesome Yew - (Source ⭐ 1.6K, 📝 02/08 ) - 😎 A curated list of awesome things related to Yew / WebAssembly.
- BEM Resources - (Source ⭐ 482, 📝 23/04/07 ) - Just a repo full of BEM resources
- Critical Path Css Tools - (Source ⭐ 1.1K, 📝 16/01/20 ) - Tools to prioritize above-the-fold (critical-path) CSS
- Css Protips - (Source ⭐ 29K, 📝 21/01/05 ) - ⚡️ A collection of tips to help take your CSS skills pro 🦾
- Es6 Tools - (Source ⭐ 3.9K, 📝 16/08/29 ) - An aggregation of tooling for using ES6 today
- Inspire - (Source ⭐ 1.1K, 📝 23/02/09 ) - Collection of frontend dev and web design links 💡
- Jquery Tips Everyone Should Know - (Source ⭐ 4.3K, 📝 17/06/22 ) - A collection of tips to help up your jQuery game 🎮
- Motion Ui Design - (Source ⭐ 750, 📝 20/10/12 ) - Resources for inspiration, lists of software, libraries and other stuff related to Motion UI design, animations and transitions.
- Progressive Enhancement Resources - (Source ⭐ 102, 📝 23/02/19 ) - Resources on Progressive Enhancement. From concept and strategies to feature detection & testing methods. Complete with a list of (code) examples.
- Scalable Css Reading List - (Source ⭐ 1.5K, 📝 16/12/03 ) - Collected dispatches from The Quest for Scalable CSS
- Tools - (Source ⭐ 1.2K, 📝 25/10/19 ) - Tools Online
- Typography - (Source ⭐ 683, 📝 25/11/26 ) - A collection of web typography resources
- Web Development Resources - (Source ⭐ 7.4K, 📝 70/01/01 ) - Awesome Web Development Resources.
- Webcomponents the Right Way - (Source ⭐ 3.4K, 📝 25/12/31 ) - A curated list of awesome Web Components resources.
GPT-3
Gaming
- Awesome Chess - (Source ⭐ 264, 📝 17/06/20 ) - Chess!
- Awesome Chip 8 - (Source ⭐ 92, 📝 22/12/27 ) - List of CHIP-8 resources
- Awesome Construct - (Source ⭐ 83, 📝 25/07/14 ) - A curated list of tools, tutorials, examples, and much more, for the awesome game development engines Construct 2 and Construct 3
- Awesome Discord Communities - (Source ⭐ 3.3K, 📝 25/11/24 ) - A curated list of awesome Discord communities for programmers
- Awesome Esports - (Source ⭐ 45, 📝 23/09/23 ) - A curated list of open-source projects related to esports.
- Awesome Flame - (Source ⭐ 1.3K, 📝 02/08 ) - An awesome list that curates the best Flame games, projects, libraries, tools, tutorials, articles and more.
- Awesome Game Engine Dev - (Source ⭐ 1.3K, 📝 02/08 ) - Awesome list of resources for Game Engine Development.
- Awesome Game Remakes - (Source ⭐ 1.3K, 📝 02/08 ) - Actively maintained open-source game remakes.
- Awesome Games of Coding - (Source ⭐ 2K, 📝 25/01/08 ) - A curated list of games that can teach you how to learn a programming language.
- Awesome Gametalks - (Source ⭐ 919, 📝 16/07/07 ) - 💬 A curated list of gaming talks (development, design, etc)
- Awesome Gbdev - (Source ⭐ 4.4K, 📝 02/08 ) - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.
- Awesome Gideros - (Source ⭐ 23, 📝 19/10/07 ) - A curated list of awesome Gideros resources, classes and tips.
- Awesome Godot - (Source ⭐ 9.3K, 📝 02/08 ) - A curated list of free/libre plugins, scripts and add-ons for Godot
- Awesome Haxe Gamedev - (Source ⭐ 355, 📝 23/11/18 ) - Resources for game development on haxe
- Awesome Ironsworn - (Source ⭐ 175, 📝 02/08 ) - An awesome list of awesome Ironsworn projects
- Awesome Libgdx - (Source ⭐ 1K, 📝 24/12/04 ) - 🎮 📝 A curated list of libGDX resources to help developers make awesome games.
- Awesome Love2d - (Source ⭐ 4.2K, 📝 02/08 ) - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
- Awesome Minecraft - (Source ⭐ 559, 📝 25/11/24 ) - 📝 The curated list of awesome things related to Minecraft.
- Awesome Open Source Games - (Source ⭐ 2.3K, 📝 25/12/06 ) - Collection of Games that have the source code available on GitHub
- Awesome PICO 8 - (Source ⭐ 2.9K, 📝 25/12/04 ) - A curated list of awesome PICO-8 resources, carts, tools and more
- Awesome Playcanvas - (Source ⭐ 386, 📝 02/08 ) - A curated list of awesome PlayCanvas assets, resources, and more.
- Awesome Unity - (Source ⭐ 6.7K, 📝 21/04/26 ) - A curated list of awesome Unity assets, resources, and more.
- Game Datasets - (Source ⭐ 965, 📝 25/11/24 ) - 🎮 A curated list of awesome game datasets, and tools to artificial intelligence in games
- Magictools - (Source ⭐ 16K, 📝 02/08 ) - 🎮 📝 A list of Game Development resources to make magic happen.
Hardware
- Awesome Beacon - (Source ⭐ 841, 📝 19/05/03 ) - A curated list of awesome Bluetooth beacon software and tools.
- Awesome Electronics - (Source ⭐ 7.1K, 📝 01/06 ) - A curated list of awesome resources for Electronic Engineers and hobbyists
- Awesome Iot - (Source ⭐ 3.6K, 📝 25/07/24 ) - 🤖 A curated list of awesome Internet of Things projects and resources.
- Awesome Lidar - (Source ⭐ 1.2K, 📝 02/08 ) - 😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
- Awesome Open Hardware - (Source ⭐ 318, 📝 24/01/17 ) - 🛠Helpful items for making open source hardware projects.
- Awesome Plotters - (Source ⭐ 1.3K, 📝 25/12/04 ) - A curated list of code and resources for computer-controlled drawing machines and other visual art robots.
- Awesome Robotic Tooling - (Source ⭐ 2.5K, 📝 23/04/30 ) - Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
- Awesome Robotics - (Source ⭐ 4.2K, 📝 24/09/23 ) - A list of awesome Robotics resources
- Guitarspecs - (Source ⭐ 197, 📝 20/12/27 ) - Overview of the electric guitar's parts specs
Health and Social Science
- Awesome Bioie - (Source ⭐ 318, 📝 24/07/07 ) - 🧫 A curated list of resources relevant to doing Biomedical Information Extraction (including BioNLP)
- Awesome Computational Neuroscience - (Source ⭐ 702, 📝 24/08/03 ) - A list of schools and researchers in computational neuroscience
- Awesome Digital History - (Source ⭐ 299, 📝 02/08 ) - Find primary sources online and learn how to research history digitally.
- Awesome Diversity - (Source ⭐ 572, 📝 21/06/21 ) - A curated list of amazingly awesome articles, websites and resources about diversity in technology.
- Awesome Healthcare - (Source ⭐ 3.6K, 📝 02/08 ) - Curated list of awesome open source healthcare software, libraries, tools and resources.
- Awesome Humane Tech - (Source ⭐ 2.8K, 📝 70/01/01 ) - Promoting Solutions that Improve Wellbeing, Freedom and Society
- Awesome Mental Health - (Source ⭐ 3.2K, 📝 25/05/03 ) - A curated list of awesome articles, websites and resources about mental health in the software industry.
- Awesome Neuroscience - (Source ⭐ 1.3K, 📝 23/01/01 ) - A curated list of awesome neuroscience libraries, software and any content related to the domain.
- Empathy in Engineering - (Source ⭐ 487, 📝 16/07/29 ) - A curated list of resources for building and promoting more compassionate engineering cultures
LLM
- Awesome Azure Openai Llm - (Source ⭐ 390, 📝 02/08 ) - A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (RAG, Agents).
- Awesome Claude Code - (Source ⭐ 19K, 📝 02/07 ) - A curated list of awesome commands, files, and workflows for Claude Code
- Awesome Firebase Genkit - (Source ⭐ 107, 📝 25/12/18 ) - 🔥 List of Genkit talks, plugins, tools, examples & articles! Contributions welcome!
Learn
- Awesome Computer History - (Source ⭐ 2.3K, 📝 18/09/30 ) - An Awesome List of computer history videos, documentaries and related folklore
- Awesome Css Learning - (Source ⭐ 2.4K, 📝 22/08/09 ) - A tiny list limited to the best CSS Learning Resources
- Awesome Educational Games - (Source ⭐ 667, 📝 21/10/10 ) - A curated list of awesome educational games to learn editors, languages, programming, etc
- Awesome Javascript Learning - (Source ⭐ 5.4K, 📝 24/11/19 ) - A tiny list limited to the best JavaScript Learning Resources
- Awesome Product Management - (Source ⭐ 2K, 📝 25/11/24 ) - 🚀 A curated list of awesome resources for product/program managers to learn and grow.
- Awesome Programming for Kids - (Source ⭐ 1.1K, 📝 24/11/15 ) - A curated list of resources for teaching kids programming.
- Awesome Roadmaps - (Source ⭐ 6.6K, 📝 25/11/24 ) - A curated list of roadmaps.
- Awesome Speaking - (Source ⭐ 1.5K, 📝 23/11/21 ) - Resources about public speaking
- Awesome Tech Videos - (Source ⭐ 579, 📝 16/10/12 ) - 📺 A curated list of tech conferences from youtube, vimeo, etc for us to get inspired ;)
- Dive Into Machine Learning - (Source ⭐ 11K, 📝 22/06/17 ) - Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
- Learn to Program - (Source ⭐ 4.3K, 📝 24/10/12 ) - Educational resources to learn to program (Foundation in Web Development)
Library systems
- Awesome Ai4lam - (Source ⭐ 45, 📝 24/07/07 ) - A list of awesome AI in libraries, archives, and museum collections from around the world 🕶️
Media
- Awesome Audio Visualization - (Source ⭐ 4.9K, 📝 01/07 ) - A curated list about Audio Visualization.
- Awesome Audiovisual - (Source ⭐ 169, 📝 24/07/07 ) - Curated list of audiovisual projects
- Awesome Broadcasting - (Source ⭐ 1.7K, 📝 01/05 ) - A curated list of amazingly awesome open source resources related to broadcast technologies
- Awesome Ffmpeg - (Source ⭐ 1.1K, 📝 25/11/24 ) - 👻 A curated list of awesome FFmpeg resources.
- Awesome Fonts - (Source ⭐ 1.8K, 📝 25/11/29 ) - Curated list of fonts and everything
- Awesome Gif - (Source ⭐ 547, 📝 23/03/14 ) - A curated list of awesome GIF resources.
- Awesome Icons - (Source ⭐ 916, 📝 02/08 ) - A curated list of awesome downloadable SVG/PNG/Font icon projects
- Awesome Music - (Source ⭐ 2.3K, 📝 02/08 ) - Awesome Music Projects
- Awesome Opensource Documents - (Source ⭐ 2.1K, 📝 25/11/24 ) - 📘 A curated list of awesome open source or open source licensed documents, guides, books.
- Awesome Pixel Art - (Source ⭐ 1.1K, 📝 25/11/24 ) - Curated list of everything awesome around pixel art.
- Awesome Stock Resources - (Source ⭐ 14K, 📝 25/11/24 ) - 🌇 A collection of links for free stock photography, video and Illustration websites
- Awesome Vlc - (Source ⭐ 191, 📝 25/04/28 ) - 👻 A curated list of awesome VLC and LibVLC resources.
- Codeface - (Source ⭐ 5.8K, 📝 17/09/16 ) - Typefaces for source code beautification
Miscellaneous
- Ai Collection - (Source ⭐ 5.6K, 📝 70/01/01 ) - The Generative AI Landscape - A Collection of Awesome Generative AI Applications
- ALL About RSS - (Source ⭐ 5.6K, 📝 25/12/21 ) - A list of RSS related stuff: tools, services, communities and tutorials, etc.
- Alternative Front Ends - (Source ⭐ 4.5K, 📝 23/07/20 ) - Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
- Amas - (Source ⭐ 1.4K, 📝 24/09/08 ) - Awesome & Marvelous Amas
- Awesome Acg - (Source ⭐ 1.4K, 📝 02/08 ) - A curated list of awesome technologies related to Anime, Comic and Games
- Awesome ad Free - (Source ⭐ 334, 📝 22/06/12 ) - Curated list of ad-free alternatives to popular services on the web
- Awesome Ads - (Source ⭐ 75, 📝 20/10/12 ) - A curated list of awesome advertising content, resources and libraries.
- Awesome Agriculture - (Source ⭐ 1.6K, 📝 01/06 ) - Open source technology for agriculture, farming, and gardening
- Awesome Algorithms Education - (Source ⭐ 436, 📝 20/10/11 ) - A curated list to learning and practicing about algorithm.
- Awesome Amazon Seller - (Source ⭐ 368, 📝 25/12/13 ) - A curated list of tools and resources for Amazon sellers.
- Awesome Analytics - (Source ⭐ 4.2K, 📝 02/08 ) - A curated list of analytics frameworks, software and other tools.
- Awesome Android Ui - (Source ⭐ 44K, 📝 22/08/18 ) - A curated list of awesome Android UI/UX libraries
- Awesome Ansible - (Source ⭐ 1.6K, 📝 25/07/14 ) - Awesome Ansible List
- Awesome Answers - (Source ⭐ 719, 📝 16/08/24 ) - Curated list of inspiring and thoughtful answers given on stackoverflow, quora, etc.
- Awesome Appsec - (Source ⭐ 6.4K, 📝 25/02/23 ) - A curated list of resources for learning about application security
- Awesome Bioinformatics - (Source ⭐ 3.4K, 📝 25/03/22 ) - A curated list of awesome Bioinformatics libraries and software.
- Awesome Biological Visualizations - (Source ⭐ 99, 📝 21/04/01 ) - A list of web-based interactive biological data visualizations.
- Awesome Bitcoin Payment Processors - (Source ⭐ 487, 📝 25/03/21 ) - 🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
- Awesome Board Games - (Source ⭐ 346, 📝 25/11/24 ) - A curated list of awesome and exceptional board games. Please contribute!
- Awesome Build123d - (Source ⭐ 63, 📝 01/13 ) - A curated list of Build123d code and resources.
- Awesome Calculators - (Source ⭐ 109, 📝 20/10/22 ) - 😎 A curated list of resources related to calculators!
- Awesome Captcha - (Source ⭐ 1.1K, 📝 23/10/04 ) - 🔑 Curated list of awesome captcha libraries and crack tools.
- Awesome Chatops - (Source ⭐ 782, 📝 21/10/14 ) - 🤖 A collection of awesome things about ChatOps – managing operations through a chat
- Awesome Cheminformatics - (Source ⭐ 625, 📝 24/03/15 ) - A curated list of Cheminformatics libraries and software.
- Awesome Ciandcd - (Source ⭐ 1.5K, 📝 22/07/25 ) - continuous integration and continuous delivery
- Awesome Codepoints - (Source ⭐ 754, 📝 24/04/21 ) - Awesome Code Points
- Awesome Coins - (Source ⭐ 3.6K, 📝 21/12/07 ) - ₿ A guide (for humans!) to cryto-currencies and their algos.
- Awesome Competitive Programming - (Source ⭐ 13K, 📝 24/12/08 ) - 💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
- Awesome Computational Biology - (Source ⭐ 113, 📝 02/08 ) - Awesome list of computational biology.
- Awesome Connectivity Info - (Source ⭐ 152, 📝 25/11/24 ) - Awesome list of connectivity indexes and reports to help you better under who has access to communication infrastructure and on what terms.
- Awesome Creative Coding - (Source ⭐ 14K, 📝 25/07/14 ) - Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
- Awesome Creative Technology - (Source ⭐ 546, 📝 25/11/24 ) - Curated list of Creative Technology groups, companies, studios, collectives, etc.
- Awesome Credit Modeling - (Source ⭐ 104, 📝 24/02/02 ) - A collection of awesome papers, articles and various resources on credit and credit risk modeling
- Awesome Cropsteering - (Source ⭐ 0, 📝 24/03/12 ) - Curated by IXYZ list of OpenSource projects in indoor/outdoor agriculture automation, crop steering and cannabis cultivation
- Awesome Cytodata - (Source ⭐ 64, 📝 23/11/16 ) - A curated list of awesome cytodata resources
- Awesome Dataviz - (Source ⭐ 3.1K, 📝 22/02/17 ) - 📈 A curated list of awesome data visualization libraries and resources.
- Awesome Ddd - (Source ⭐ 12K, 📝 25/07/14 ) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
- Awesome Design Principles - (Source ⭐ 446, 📝 21/01/09 ) - ✨ A curated list of awesome design principles
- Awesome Dev Fun - (Source ⭐ 626, 📝 25/07/14 ) - A curated list of awesome fun libs/packages/languages that have no real purpose but to make a developer chuckle.
- Awesome Distraction Blocker - (Source ⭐ 11, 📝 24/03/11 ) - A curated list of top productivity distraction blocker apps
- Awesome Dtrace - (Source ⭐ 141, 📝 17/07/21 ) - A curated list of awesome DTrace books, articles, videos, tools and resources.
- Awesome Earth - (Source ⭐ 1.4K, 📝 25/11/24 ) - "What can I do about the climate crisis?" Here are 326 things you can do.
- Awesome Economics - (Source ⭐ 1K, 📝 23/03/14 ) - A curated collection of links for economists
- Awesome Esolangs - (Source ⭐ 557, 📝 25/07/14 ) - Curated list of awesome Esoteric languages and resources
- Awesome Falsehood - (Source ⭐ 27K, 📝 25/11/24 ) - 😱 Falsehoods Programmers Believe in
- Awesome Flutter - (Source ⭐ 58K, 📝 25/11/24 ) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
- Awesome Food - (Source ⭐ 123, 📝 22/12/15 ) - A curated list of food related projects on Github
- Awesome for Beginners - (Source ⭐ 80K, 📝 25/12/06 ) - A list of awesome beginners-friendly projects.
- Awesome Foss Apps - (Source ⭐ 296, 📝 24/08/07 ) - A curated list of awesome production grade free and open source software organized by category
- Awesome Framer - (Source ⭐ 515, 📝 18/06/06 ) - A curated list of awesome things related to Framer prototyping tool
- Awesome Frc - (Source ⭐ 93, 📝 23/07/23 ) - A curated list of packages and resources regarding the FIRST Robotics Competition.
- Awesome Free Software - (Source ⭐ 1.9K, 📝 25/04/30 ) - Curated list of open-source, free as in freedom software.
- Awesome Funny Markov - (Source ⭐ 186, 📝 22/09/13 ) - A curated list of delightfully amusing and facetious Markov chain output.
- Awesome Generative Deep Art - (Source ⭐ 3.3K, 📝 25/12/18 ) - A curated list of Generative AI tools, works, models, and references
- Awesome Geojson - (Source ⭐ 2.5K, 📝 02/08 ) - GeoJSON utilities that will make your life easier.
- Awesome Git Addons - (Source ⭐ 1.9K, 📝 24/10/04 ) - 😎 A curated list of add-ons that extend/enhance the git CLI.
- Awesome Github Wiki - (Source ⭐ 428, 📝 02/08 ) - :neckbeard: Awesome list GitHub Wikis
- Awesome Glp1 - (Source ⭐ 0, 📝 24/02/20 ) - Awesome resources around the GLP1 Receptor Agonist class of treatments. Sponsored by GLP1.Guide
- Awesome Graphql - (Source ⭐ 15K, 📝 01/06 ) - Awesome list of GraphQL
- Awesome Gulp - (Source ⭐ 593, 📝 18/08/20 ) - 🍹 A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp
- Awesome Hacking - (Source ⭐ 88K, 📝 25/01/22 ) - A collection of various awesome lists for hackers, pentesters and security researchers
- Awesome Homematic - (Source ⭐ 157, 📝 21/01/16 ) - A curated list of Homematic related links ✨
- Awesome Icons - (Source ⭐ 1.5K, 📝 02/08 ) - A curated list of awesome Web Font Icons
- Awesome Inspectit - (Source ⭐ 22, 📝 17/11/21 ) - A curated list of awesome inspectIT documentations and resources.
- Awesome Irc - (Source ⭐ 872, 📝 24/07/07 ) - A curated list of awesome IRC resources.
- Awesome It Quotes - (Source ⭐ 440, 📝 21/01/26 ) - This is a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT.
- Awesome Json - (Source ⭐ 1.3K, 📝 24/05/05 ) - A curated list of awesome JSON libraries and resources.
- Awesome Json Datasets - (Source ⭐ 3.3K, 📝 22/03/28 ) - A curated list of awesome JSON datasets that don't require authentication.
- Awesome Jupyter - (Source ⭐ 4.5K, 📝 25/12/08 ) - A curated list of awesome Jupyter projects, libraries and resources
- Awesome Katas - (Source ⭐ 3.1K, 📝 25/11/24 ) - A curated list of code katas
- Awesome Kotlin ⚠️ Unavailable - (Source ⭐ N/A, 📝 Unavailable ) - ⚠️ This repository is currently unavailable
- Awesome Kubernetes - (Source ⭐ 15K, 📝 24/11/13 ) - A curated list for awesome kubernetes sources 🚢🎉
- Awesome LaTeX - (Source ⭐ 1.6K, 📝 01/08 ) - Curated list of LaTeX awesomeness
- Awesome Ledger - (Source ⭐ 126, 📝 18/04/25 ) - ⭐ Useful resources for the Ledger command-line accounting system
- Awesome List - (Source ⭐ 436K, 📝 25/11/24 ) - 😎 Awesome lists about all kinds of interesting topics
- Awesome Lowcode - (Source ⭐ 566, 📝 02/08 ) - A collection of Awesome low-code development platform (LCDP).
- Awesome Macos Screensavers - (Source ⭐ 4.2K, 📝 25/11/24 ) - 🍎 🖥 🎆 A curated list of screensavers for Mac OS X
- Awesome Magento2 - (Source ⭐ 1.2K, 📝 25/07/14 ) - Curated list of awesome Magento 2 Extensions, Resources and other Highlights
- Awesome Maintainers - (Source ⭐ 1.1K, 📝 21/08/14 ) - Talks, blog posts, and interviews about the experience of being an open source maintainer
- Awesome Markdown - (Source ⭐ 668, 📝 22/05/26 ) - 📝 Delightful Markdown stuff.
- Awesome Marketing - (Source ⭐ 204, 📝 25/11/24 ) - A curated list of awesome marketing tools and resources
- Awesome Microservices - (Source ⭐ 14K, 📝 02/08 ) - A curated list of Microservice Architecture related principles and technologies.
- Awesome Mirth - (Source ⭐ 7, 📝 25/01/22 ) - List of Mirth talks, tools, examples & articles! Contributions welcome!
- Awesome Mqtt - (Source ⭐ 2.3K, 📝 02/07 ) - Curated list of MQTT brokers, clients, tools, resources and more.
- Awesome Naming - (Source ⭐ 1.4K, 📝 25/11/24 ) - A curated list for when naming things is done right.
- Awesome No Login Web Apps - (Source ⭐ 2.2K, 📝 23/06/16 ) - 🚀 Awesome (free) web apps that work without login
- Awesome Open Source Supporters - (Source ⭐ 653, 📝 24/05/15 ) - ⭐️ A curated list of companies that offer their services for free to Open Source projects
- Awesome Opengl - (Source ⭐ 2.4K, 📝 02/08 ) - A curated list of awesome OpenGL libraries, debuggers and resources.
- Awesome Opensource Apps - (Source ⭐ 3.7K, 📝 02/08 ) - 🏠ℹ️ Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy!
- Awesome OpenSourcePhotography - (Source ⭐ 413, 📝 22/03/20 ) - A list of awesome free open source software & libraries for photography. Also tools for video.
- Awesome Openstreetmap - (Source ⭐ 775, 📝 25/07/24 ) - 😎 Curated list of awesome OpenSteetMap-projects
- Awesome Orgs - (Source ⭐ 19, 📝 24/04/10 ) - 🥰 List of awesome GitHub organizations
- Awesome Parasite - (Source ⭐ 35, 📝 24/08/18 ) - A curated list of host-parasite information
- Awesome Pokemon - (Source ⭐ 599, 📝 24/11/12 ) - 🎮 A curated list of awesome Pokémon & Pokémon Go resources, tools and more.
- Awesome Prisma - (Source ⭐ 593, 📝 24/05/23 ) - A collection of awesome things regarding Prisma ecosystem.
- Awesome Product Design - (Source ⭐ 2.5K, 📝 24/03/21 ) - A collection of bookmarks, resources, articles for product designers.
- Awesome Project Management - (Source ⭐ 6, 📝 24/05/22 ) - a curated list of project management tools and things
- Awesome Projects Boilerplates - (Source ⭐ 1.1K, 📝 23/04/02 ) - Boilerplates for mobile and web apps
- Awesome Prometheus - (Source ⭐ 1.6K, 📝 24/07/31 ) - A curated list of awesome Prometheus resources, projects and tools.
- Awesome Qr Code - (Source ⭐ 83, 📝 24/07/07 ) - A curated list of awesome QR code libraries, software and resources
- Awesome Quantified Self - (Source ⭐ 2.5K, 📝 25/07/14 ) - 📊 Websites, Resources, Devices, Wearables, Applications, and Platforms for Self Tracking
- Awesome Qubes OS - (Source ⭐ 109, 📝 25/05/03 ) - A curated list of awesome qubes os links
- Awesome Radio - (Source ⭐ 191, 📝 18/06/01 ) - Awesome radio stuff
- Awesome Readme - (Source ⭐ 20K, 📝 02/08 ) - A curated list of awesome READMEs
- Awesome Research - (Source ⭐ 1.7K, 📝 23/08/15 ) - 🌱 a curated list of tools to help you with your research/life; I built a front end around this repo, please use the link below [This repo is Not Maintained Anymore]
- Awesome Rest - (Source ⭐ 3.8K, 📝 01/03 ) - A collaborative list of great resources about RESTful API architecture, development, test, and performance
- Awesome Rss Feeds - (Source ⭐ 159, 📝 21/07/18 ) - Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android
- Awesome Saltstack - (Source ⭐ 512, 📝 21/07/08 ) - 🧂 A collaborative curated list of awesome SaltStack resources, tutorials and other salted stuff.
- Awesome Scientific Computing - (Source ⭐ 1.5K, 📝 01/02 ) - 😎 Curated list of awesome software for numerical analysis and scientific computing
- Awesome Scientific Writing - (Source ⭐ 875, 📝 25/11/24 ) - ⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
- Awesome Scriptable - (Source ⭐ 1.5K, 📝 25/11/24 ) - A curated list of awesome Scriptable scripts and widgets.
- Awesome Selfhosted - (Source ⭐ 272K, 📝 02/08 ) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Sketch - (Source ⭐ 730, 📝 17/10/03 ) - 📚 delightful stuff for SketchApp students.
- Awesome Software Architecture - (Source ⭐ 1.8K, 📝 23/05/03 ) - A curated list of resources on software architecture
- Awesome Software Patreons - (Source ⭐ 520, 📝 25/12/29 ) - A curated list of awesome programmers and software projects you can support!
- Awesome Speakers - (Source ⭐ 757, 📝 23/08/24 ) - Awesome speakers in the programming and design communities
- Awesome Sre - (Source ⭐ 9.1K, 📝 22/09/02 ) - A curated list of Site Reliability and Production Engineering resources.
- Awesome Stacks - (Source ⭐ 3.3K, 📝 24/03/08 ) - A curated list of tech stacks for building different applications & features
- Awesome Steam - (Source ⭐ 520, 📝 25/05/17 ) - 😎 A curated list of packages and resources regarding Steam development
- Awesome Theravada - (Source ⭐ 126, 📝 23/07/14 ) - Curated list of Theravada Buddhist teachings
- Awesome Tikz - (Source ⭐ 1.5K, 📝 24/10/05 ) - A curated list of awesome TikZ documentations, libraries and resources
- Awesome Transit - (Source ⭐ 1.7K, 📝 02/08 ) - Community list of transit APIs, apps, datasets, research, and software 🚌🌟🚋🌟🚂
- Awesome Translations - (Source ⭐ 180, 📝 02/08 ) - 😎 Awesome lists about Internationalization & localization stuff. l10n, g11n, m17n, i18n. Translations! 🌎🌍
- Awesome Uncopyright - (Source ⭐ 379, 📝 21/07/01 ) - Curated list of all things public domain
- Awesome Unicode - (Source ⭐ 809, 📝 16/07/05 ) - 😂 👌 A curated list of delightful Unicode tidbits, packages and resources.
- Awesome Userscripts - (Source ⭐ 2.9K, 📝 23/04/02 ) - 📖 A curated list of Awesome Userscripts.
- Awesome Veganism - (Source ⭐ 56, 📝 23/09/15 ) - curated list of awesome resources, pointers, and tips related to veganism
- Awesome Video - (Source ⭐ 1.6K, 📝 25/03/14 ) - A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
- Awesome Vorpal - (Source ⭐ 134, 📝 16/12/11 ) - A curated list of delightful Vorpal extensions.
- Awesome Vulkan - (Source ⭐ 3.2K, 📝 24/07/07 ) - Awesome Vulkan ecosystem
- Awesome Web Archiving - (Source ⭐ 2.5K, 📝 02/08 ) - An Awesome List for getting started with web archiving
- Awesome Web Design - (Source ⭐ 2.1K, 📝 19/06/25 ) - 🎨 A curated list of awesome resources for digital designers.
- Awesome Web Monetization - (Source ⭐ 279, 📝 23/09/10 ) - 🕶️ Stuffs about Web Monetization. Packages, articles, documentation links and others tools.
- Awesome Webxr - (Source ⭐ 256, 📝 25/11/24 ) - All things WebXR.
- Awesome Workflow Automation - (Source ⭐ 634, 📝 25/07/14 ) - A curated list of Workflow Automation Software, Engines and Tools
- Awesome Workshopper - (Source ⭐ 1.2K, 📝 16/01/24 ) - A list of CLI workshopper/adventure tutorials for various things. Inspired by awesome.
- Awesome Wp Cli - (Source ⭐ 170, 📝 23/08/08 ) - A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
- Awesome4girls - (Source ⭐ 481, 📝 21/03/12 ) - A curated list of inclusive events/projects/initiatives for women in the tech area. 💝
- AwesomeCSV - (Source ⭐ 786, 📝 25/02/25 ) - 🕶️A curated list of awesome tools for dealing with CSV.
- Bots - (Source ⭐ 1.2K, 📝 23/03/27 ) - ⚡ Tools for building bots
- Citizen Science - (Source ⭐ 300, 📝 02/08 ) - 🔬 A repository of resources related to citizen, community-based and/or non-institutional science
- Colorful - (Source ⭐ 1.2K, 📝 25/03/14 ) - A curated list of awesome resources to choose your next color scheme
- Discount for Student Dev - (Source ⭐ 3K, 📝 25/06/06 ) - This is list of discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who are students
- Engineering Blogs - (Source ⭐ 30K, 📝 24/07/07 ) - A curated list of engineering blogs
- Free for Dev - (Source ⭐ 118K, 📝 02/08 ) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Guides - (Source ⭐ 2.3K, 📝 25/07/14 ) - Design and development guides
- Mind Expanding Books - (Source ⭐ 12K, 📝 24/10/03 ) - 📚 Find your next book to read!
- Open Source Flutter Apps - (Source ⭐ 4.3K, 📝 25/12/23 ) - 📱 List of open source Flutter applications 🐙
- Public Apis - (Source ⭐ 381K, 📝 25/11/24 ) - A collective list of free APIs
- Services Engineering - (Source ⭐ 3.4K, 📝 20/05/09 ) - A reading list for services engineering, with a focus on cloud infrastructure services
- Toolsforactivism - (Source ⭐ 891, 📝 22/10/11 ) - growing list of digital tools for activism things
- Topics - (Source ⭐ 1, 📝 25/05/05 ) -
- Urban and Regional Planning Resources - (Source ⭐ 324, 📝 02/08 ) - Community list of data & technology resources concerning the built environment and communities. 🏙️🌳🚌🚦🗺️
Networking
- Awesome Network Analysis - (Source ⭐ 3.9K, 📝 02/08 ) - A curated list of awesome network analysis resources.
- Awesome Pcaptools - (Source ⭐ 3.3K, 📝 25/11/24 ) - A collection of tools developed by other researchers in the Computer Science area to process network traces. All the right reserved for the original authors.
- Awesome Rtc - (Source ⭐ 438, 📝 25/12/03 ) - 🛰️ A curated list of awesome Real Time Communications resources
- Awesome Sdn - (Source ⭐ 1.1K, 📝 20/10/18 ) - A awesome list about Software Defined Network (SDN)
- Awesome Snmp - (Source ⭐ 120, 📝 24/11/12 ) - A curated list of awesome SNMP libraries, tools, and other resources.
Platforms
- Awesome Actions on Google - (Source ⭐ 63, 📝 20/10/31 ) - A collection of useful things regarding Actions on Google.
- Awesome Adafruitio - (Source ⭐ 39, 📝 22/02/20 ) - A curated list of awesome Adafruit IO guides, videos, libraries, frameworks, software and resources.
- Awesome Amazon Alexa - (Source ⭐ 524, 📝 21/05/04 ) - 🗣Curated list of awesome resources for the Amazon Alexa platform.
- Awesome Android - (Source ⭐ 12K, 📝 25/11/24 ) - A curated list of awesome Android packages and resources.
- Awesome Appimage - (Source ⭐ 513, 📝 25/12/07 ) - Lovingly crafted AppImage tools and resources
- Awesome Arcgis Developers - (Source ⭐ 294, 📝 25/11/24 ) - A curated list of resources to help you with ArcGIS development, APIs, SDKs, tools, and location services
- Awesome Arch - (Source ⭐ 426, 📝 24/09/23 ) - 😎 A complete list of Arch-based projects
- Awesome Aws - (Source ⭐ 12K, 📝 23/05/29 ) - A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
- Awesome Capacitor - (Source ⭐ 599, 📝 02/08 ) - 😎 Awesome lists of capacitor plugins. Made by Capgo
- Awesome Capacitorjs - (Source ⭐ 169, 📝 25/11/24 ) - ⚡️ A curated list of awesome things related to Capacitor.
- Awesome Cloudflare - (Source ⭐ 1K, 📝 02/08 ) - ⛅️ Curated list of awesome Cloudflare worker recipes, open-source projects, guides, blogs and other resources.
- Awesome Cordova - (Source ⭐ 283, 📝 19/10/25 ) - 📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
- Awesome Cross Platform Nodejs - (Source ⭐ 1K, 📝 22/08/03 ) - 👬 A curated list of awesome developer tools for writing cross-platform Node.js code
- Awesome Deno - (Source ⭐ 4.4K, 📝 25/11/24 ) - Curated list of awesome things related to Deno
- Awesome Digitalocean - (Source ⭐ 286, 📝 21/04/30 ) - A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
- Awesome Dos - (Source ⭐ 565, 📝 25/11/24 ) - Curated list of references for development of DOS applications.
- Awesome Dotnet - (Source ⭐ 21K, 📝 25/11/24 ) - A collection of awesome .NET libraries, tools, frameworks and software
- Awesome Dotnet Core - (Source ⭐ 20K, 📝 24/08/26 ) - 🐝 A collection of awesome .NET core libraries, tools, frameworks and software
- Awesome Ebpf - (Source ⭐ 4.9K, 📝 02/08 ) - A curated list of awesome projects related to eBPF.
- Awesome Electron - (Source ⭐ 27K, 📝 02/08 ) - Useful resources for creating apps with Electron
- Awesome Esp - (Source ⭐ 482, 📝 22/06/19 ) - 📶 A curated list of awesome ESP8266/32 projects and code
- Awesome Firebase - (Source ⭐ 660, 📝 23/09/11 ) - 🔥 List of Firebase talks, tools, examples & articles! Translations in 🇬🇧 🇷🇺 Contributions welcome!
- Awesome Fuse - (Source ⭐ 322, 📝 18/08/08 ) - A curated list of awesome Fuse applications, articles, and plugins
- Awesome Gnome - (Source ⭐ 1.5K, 📝 25/12/28 ) - A curated list of awesome apps, extensions, modules, themes and tools for the Gnome Desktop Environment.
- Awesome Heroku - (Source ⭐ 280, 📝 19/06/29 ) - A curated list of helpful Heroku resources.
- Awesome Home Assistant - (Source ⭐ 4.1K, 📝 22/06/21 ) - A curated list of amazingly awesome Home Assistant resources.
- Awesome Ibmcloud - (Source ⭐ 74, 📝 20/09/14 ) - A curated list of awesome IBM Cloud SDKs, open source repositories, tools, blogs and other resources.
- Awesome Integration - (Source ⭐ 514, 📝 02/08 ) - A curated list of awesome system integration software and resources.
- Awesome Ios - (Source ⭐ 50K, 📝 25/11/24 ) - A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
- Awesome IoT Hybrid - (Source ⭐ 487, 📝 19/09/10 ) - The missing awesome list - collection of awesome IoT and Hybrid Apps frameworks, tools, resources, videos and shiny things.
- Awesome Ipfs - (Source ⭐ 4.5K, 📝 25/11/24 ) - Community list of awesome projects, apps, tools, pinning services and more related to IPFS.
- Awesome Jvm - (Source ⭐ 1.9K, 📝 18/07/12 ) - A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python.
- Awesome Kde - (Source ⭐ 630, 📝 25/11/24 ) - A curated list of awesome apps, extensions, modules, themes and tools for the KDE Desktop Environment.
- Awesome Linux - (Source ⭐ 3.5K, 📝 19/01/16 ) - 🐧 A list of awesome projects and resources that make Linux even more awesome. 🐧
- Awesome Linux Containers - (Source ⭐ 1.6K, 📝 23/06/11 ) - A curated list of awesome Linux Containers frameworks, libraries and software
- Awesome Low Code - (Source ⭐ 395, 📝 25/07/14 ) - Awesome Low Code platforms, vendors, tools and resources
- Awesome Mac - (Source ⭐ 99K, 📝 02/08 ) - Now we have become very big, Different from the original idea. Collect premium software in various categories.
- Awesome Mac - (Source ⭐ 8, 📝 02/08 ) - Curated collection of awesome macOS applications, tools, and resources. Auto-updated and always current with metadata, categorization, and quality filtering.
- Awesome Nix - (Source ⭐ 4.9K, 📝 02/08 ) - 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox]
- Awesome Nodejs - (Source ⭐ 65K, 📝 02/08 ) - ⚡ Delightful Node.js packages and resources
- Awesome Nodered - (Source ⭐ 351, 📝 23/02/23 ) - A collection of interesting nodes and resources for Node-RED
- Awesome Qt - (Source ⭐ 1.1K, 📝 21/10/15 ) - A curated list of awesome tools, libraries, and resources for the Qt framework.
- Awesome Raspberry Pi - (Source ⭐ 16K, 📝 02/08 ) - 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
- Awesome React Native - (Source ⭐ 32K, 📝 21/04/25 ) - Awesome React Native components, news, tools, and learning material!
- Awesome Ros2 - (Source ⭐ 1.4K, 📝 23/06/12 ) - The Robot Operating System Version 2.0 is awesome!
- Awesome Roslyn - (Source ⭐ 520, 📝 21/03/09 ) - Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
- Awesome Salesforce - (Source ⭐ 611, 📝 21/10/11 ) - A curated list of delightful Salesforce Platform Resources
- Awesome Smart Tv - (Source ⭐ 1.1K, 📝 25/05/13 ) - ⚡A curated list of awesome resources for building Smart TV apps
- Awesome WebExtensions - (Source ⭐ 1.3K, 📝 24/07/18 ) - A curated list of awesome resources for WebExtensions development.
- Awesome Windows - (Source ⭐ 1.9K, 📝 02/08 ) - An awesome & curated list of tools and apps for Windows 10/11.
- Awesome Xamarin - (Source ⭐ 1.9K, 📝 21/11/28 ) - A collection of interesting libraries/tools for Xamarin mobile projects
- Frontend Dev Bookmarks - (Source ⭐ 36K, 📝 16/08/02 ) - Manually curated collection of resources for frontend web developers.
- Open Source Mac Os Apps - (Source ⭐ 46K, 📝 25/12/08 ) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Productivity Tools
- Awesome Productivity Tools - (Source ⭐ 51, 📝 24/05/22 ) - My Awesome list of productivity tools and products
Programming Languages
- Awesome Actionscript3 - (Source ⭐ 188, 📝 22/11/13 ) - A curated list of awesome libraries and components for ActionScript 3 and Adobe AIR.
- Awesome Ada - (Source ⭐ 804, 📝 02/08 ) - A curated list of awesome resources related to the Ada and SPARK programming language
- Awesome Asyncio - (Source ⭐ 4.9K, 📝 25/12/02 ) - A curated list of awesome Python asyncio frameworks, libraries, software and resources
- Awesome AutoHotkey - (Source ⭐ 2.1K, 📝 22/09/04 ) - A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
- Awesome AutoIt - (Source ⭐ 756, 📝 22/07/10 ) - ⭐ A curated list of awesome UDFs, example scripts, tools and useful resources for AutoIt.
- Awesome Ava - (Source ⭐ 333, 📝 22/09/12 ) - Awesome AVA resources
- Awesome C - (Source ⭐ 3K, 📝 19/10/17 ) - Continuing the development of awesome-c list on GitHub
- Awesome Circuitpython - (Source ⭐ 681, 📝 25/07/22 ) - A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.
- Awesome Cl - (Source ⭐ 2.9K, 📝 02/08 ) - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
- Awesome Clojure - (Source ⭐ 2.6K, 📝 24/04/16 ) - A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
- Awesome Clojurescript - (Source ⭐ 967, 📝 23/02/03 ) - A community driven list of ClojureScript frameworks, libraries and wrappers.
- Awesome Cmake - (Source ⭐ 5.3K, 📝 25/12/15 ) - A curated list of awesome CMake resources, scripts, modules and examples.
- Awesome Coldfusion - (Source ⭐ 86, 📝 21/12/29 ) - A curated list of awesome ColdFusion frameworks, libraries and software.
- Awesome Common Lisp Learning - (Source ⭐ 175, 📝 23/10/17 ) - A curated list of awesome Common Lisp learning resources
- Awesome Composer - (Source ⭐ 880, 📝 25/07/16 ) - 😎 A curated awesome list for Composer, Packagist, Satis, Plugins, Scripts, Composer related resources, tutorials.
- Awesome Coq - (Source ⭐ 364, 📝 25/11/24 ) - A curated list of awesome Coq libraries, plugins, tools, verification projects, and resources [maintainer=@palmskog]
- Awesome Cpp - (Source ⭐ 70K, 📝 02/08 ) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Crystal - (Source ⭐ 3.5K, 📝 02/08 ) - 💎 A collection of awesome Crystal libraries, tools, frameworks and software
- Awesome D - (Source ⭐ 742, 📝 02/08 ) - A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.
- Awesome Dart - (Source ⭐ 2.2K, 📝 23/09/05 ) - A curated list of awesome Dart frameworks, libraries, and software
- Awesome Django - (Source ⭐ 11K, 📝 02/08 ) - A curated list of awesome things related to Django
- Awesome Elixir - (Source ⭐ 13K, 📝 25/11/24 ) - A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
- Awesome Elm - (Source ⭐ 3.7K, 📝 25/11/24 ) - A curated list of useful Elm tutorials, libraries and software. Inspired by awesome list. Feel free to contribute. 🚀
- Awesome Embedded Rust - (Source ⭐ 7.5K, 📝 25/12/16 ) - Curated list of resources for Embedded and Low-level development in the Rust programming language
- Awesome Erlang - (Source ⭐ 1.4K, 📝 18/11/02 ) - A curated list of awesome Erlang libraries, resources and shiny things.
- Awesome Eslint - (Source ⭐ 4.7K, 📝 01/09 ) - A list of awesome ESLint plugins, configs, etc.
- Awesome Eta - (Source ⭐ 59, 📝 19/08/14 ) - ⭐ Useful resources for the Eta programming language
- Awesome Fortran - (Source ⭐ 318, 📝 20/05/12 ) - Awesome list of Fortran libs
- Awesome Fp Js - (Source ⭐ 6K, 📝 02/08 ) - 😎 A curated list of awesome functional programming stuff in js
- Awesome Frege - (Source ⭐ 27, 📝 19/08/14 ) - ⭐ Useful resources for the Frege programming language
- Awesome Go - (Source ⭐ 165K, 📝 02/08 ) - A curated list of awesome Go frameworks, libraries and software
- Awesome Go - (Source ⭐ 2, 📝 02/08 ) - Structured collection of Go frameworks, libraries, tools, and resources. Automatically maintained and up-to-date with metadata, filtering, and comprehensive categorization.
- Awesome Groovy - (Source ⭐ 720, 📝 23/07/11 ) - A curated list of awesome groovy libraries, frameworks and resources
- Awesome Haskell - (Source ⭐ 2.8K, 📝 22/12/16 ) - A collection of awesome Haskell links, frameworks, libraries and software. Inspired by awesome projects line.
- Awesome Idris - (Source ⭐ 353, 📝 20/01/24 ) - 𝛌 Awesome Idris resources
- Awesome Imba - (Source ⭐ 122, 📝 21/10/18 ) - ⭐ A curated list of awesome Imba frameworks, libraries, software and resources
- Awesome Java - (Source ⭐ 47K, 📝 02/08 ) - A curated list of awesome frameworks, libraries and software for the Java programming language.
- Awesome Javascript - (Source ⭐ 35K, 📝 01/05 ) - 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- Awesome Lua - (Source ⭐ 3.2K, 📝 18/04/06 ) - A curated list of quality Lua packages and resources.
- Awesome Mad Science - (Source ⭐ 1K, 📝 17/02/08 ) - Delightful npm packages that make you say "wow, didn't know that was possible!"
- Awesome Micro Npm Packages - (Source ⭐ 4.5K, 📝 23/09/13 ) - A curated list of small, focused npm packages.
- Awesome Micropython - (Source ⭐ 1.7K, 📝 02/08 ) - A curated list of awesome MicroPython libraries, frameworks, software and resources.
- Awesome Network Js - (Source ⭐ 518, 📝 20/07/15 ) - A 🎩 list of network layer resources written pure JS.
- Awesome Npm - (Source ⭐ 4.6K, 📝 25/11/24 ) - Awesome npm resources and tips
- Awesome Npm Scripts - (Source ⭐ 678, 📝 22/09/23 ) - Everything awesome related to npm scripts and using npm as a build tool.
- Awesome Observables - (Source ⭐ 316, 📝 21/10/13 ) - Awesome Observable related stuff - An Observable is a collection that arrives over time.
- Awesome Ocaml - (Source ⭐ 3K, 📝 25/11/24 ) - A curated collection of awesome OCaml tools, frameworks, libraries and articles.
- Awesome Pascal - (Source ⭐ 2K, 📝 25/12/30 ) - A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
- Awesome Perl - (Source ⭐ 665, 📝 24/04/07 ) - A curated list of awesome Perl frameworks and libraries. Come on Pull Requests!
- Awesome Php - (Source ⭐ 32K, 📝 25/12/15 ) - A curated list of amazingly awesome PHP libraries, resources and shiny things.
- Awesome Polars - (Source ⭐ 1.1K, 📝 02/08 ) - A curated list of Polars talks, tools, examples & articles. Contributions welcome !
- Awesome Ponyfills - (Source ⭐ 46, 📝 20/08/14 ) - A curated list of awesome ponyfills for writing cross-platform and cross-browser code.
- Awesome Promises - (Source ⭐ 1.5K, 📝 16/11/17 ) - A curated list of useful resources for JavaScript Promises
- Awesome Purescript - (Source ⭐ 418, 📝 22/02/14 ) - A curation of awesome PureScript libraries, resources and shiny things.
- Awesome Python - (Source ⭐ 282K, 📝 02/08 ) - An opinionated list of awesome Python frameworks, libraries, software and resources.
- Awesome Python Data Science - (Source ⭐ 3.3K, 📝 02/08 ) - Probably the best curated list of data science software in Python.
- Awesome Python Scientific Audio - (Source ⭐ 1.7K, 📝 23/07/15 ) - Curated list of python software and packages related to scientific research in audio
- Awesome Python Typing - (Source ⭐ 1.9K, 📝 25/11/24 ) - Collection of awesome Python types, stubs, plugins, and tools to work with them.
- Awesome Qsharp - (Source ⭐ 132, 📝 22/08/11 ) - A curated list of Q# code and resources.
- Awesome R - (Source ⭐ 6.4K, 📝 25/11/24 ) - A curated list of awesome R packages, frameworks and software.
- Awesome R Learning Resources - (Source ⭐ 566, 📝 24/12/20 ) - A curated collection of free resources to help deepen your understanding of the R programming language. Updated regularly. Contributions encouraged via pull request (see contributing.md).
- Awesome Ruby - (Source ⭐ 14K, 📝 02/08 ) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Rust - (Source ⭐ 55K, 📝 02/08 ) - A curated list of Rust code and resources.
- Awesome Rxjava - (Source ⭐ 283, 📝 16/08/30 ) - Useful resources for working with RxJava
- Awesome Scala - (Source ⭐ 9K, 📝 24/09/19 ) - A community driven list of useful Scala libraries, frameworks and software.
- Awesome Scala Native - (Source ⭐ 266, 📝 25/07/14 ) - Compilation of Scala Native resources and libraries
- Awesome Standard - (Source ⭐ 351, 📝 21/05/07 ) - Documenting the explosion of packages in the standard ecosystem!
- Awesome Swift - (Source ⭐ 26K, 📝 02/08 ) - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Awesome Swift Playgrounds - (Source ⭐ 4K, 📝 23/09/15 ) - A List of Awesome Swift Playgrounds
- Awesome V - (Source ⭐ 2K, 📝 25/11/24 ) - A curated list of awesome V frameworks, libraries, software and resources.
- Awesome Vala - (Source ⭐ 207, 📝 25/11/24 ) - A curated list of Vala projects
- Awesome Zig - (Source ⭐ 2K, 📝 02/08 ) - A collection of awesome projects in Zig.
- Go Recipes - (Source ⭐ 4.4K, 📝 25/12/21 ) - 🦩 Tools for Go projects
- Js Must Watch - (Source ⭐ 13K, 📝 22/01/20 ) - Must-watch videos about javascript
- Jstips - (Source ⭐ 12K, 📝 21/12/07 ) - This is about useful JS tips!
- Julia.jl - (Source ⭐ 1.3K, 📝 22/07/09 ) - Curated decibans of Julia programming language.
Security
- Android Security Awesome - (Source ⭐ 9.2K, 📝 02/08 ) - A collection of android security related resources
- Awesome Ctf - (Source ⭐ 7.4K, 📝 20/05/18 ) - A curated list of CTF frameworks, libraries, resources and softwares
- Awesome Cyber Security University - (Source ⭐ 2.6K, 📝 25/11/24 ) - 🎓 Because Education should be free. Contributions welcome! 🕵️
- Awesome Cybersecurity Blueteam - (Source ⭐ 4.1K, 📝 24/07/07 ) - 💻🛡️ A curated collection of awesome resources, tools, and other shiny things for cybersecurity blue teams.
- Awesome Devsecops - (Source ⭐ 1.3K, 📝 24/07/07 ) - Curating the best DevSecOps resources and tooling.
- Awesome Embedded and Iot Security - (Source ⭐ 1.4K, 📝 23/10/17 ) - A curated list of awesome embedded and IoT security resources.
- Awesome Evm Security - (Source ⭐ 77, 📝 22/05/16 ) - 🕶 A high-level overview of the EVM security ecosystem
- Awesome Executable Packing - (Source ⭐ 1.5K, 📝 01/04 ) - A curated list of awesome resources related to executable packing
- Awesome Fuzzing - (Source ⭐ 711, 📝 23/11/20 ) - A curated list of awesome Fuzzing(or Fuzz Testing) for software security
- Awesome Gdpr - (Source ⭐ 240, 📝 25/12/30 ) - Protection of natural persons with regard to the processing of personal data and on the free movement of such data.
- Awesome Hacking - (Source ⭐ 11K, 📝 23/12/27 ) - A curated list of awesome Hacking tutorials, tools and resources
- Awesome Hacking Locations - (Source ⭐ 1.1K, 📝 25/11/24 ) - 💻 ☕ List of Awesome Hacking Locations, organised by Country and City, listing if it features power and wifi
- Awesome Honeypots - (Source ⭐ 9K, 📝 25/04/02 ) - an awesome list of honeypot resources
- Awesome Incident Response - (Source ⭐ 7K, 📝 23/11/19 ) - A curated list of tools for incident response
- Awesome Keycloak - (Source ⭐ 1.9K, 📝 02/08 ) - A curated list of resources for learning about http://www.keycloak.org
- Awesome Lockpicking - (Source ⭐ 961, 📝 21/03/06 ) - 🔓😎 A curated list of awesome guides, tools, and other resources related to the security and compromise of locks, safes, and keys.
- Awesome Malware Analysis - (Source ⭐ 11K, 📝 24/07/07 ) - Defund the Police.
- Awesome Malware Persistence - (Source ⭐ 260, 📝 25/11/24 ) - A curated list of awesome malware persistence tools and resources.
- Awesome Pci Dss - (Source ⭐ 0, 📝 25/04/23 ) - A curated list of PCI DSS–related resources: standards, SAQs, guidance, tooling, training, community, and example projects.
- Awesome Pentest - (Source ⭐ 25K, 📝 25/12/18 ) - A collection of awesome penetration testing resources, tools and other shiny things
- Awesome Piracy - (Source ⭐ 23K, 📝 21/04/23 ) - A curated list of awesome warez and piracy links
- Awesome Privacy - (Source ⭐ 17K, 📝 25/11/24 ) - Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.
- Awesome Security - (Source ⭐ 14K, 📝 02/08 ) - A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
- Awesome Vehicle Security - (Source ⭐ 3.3K, 📝 25/01/22 ) - 🚗 A curated list of resources for learning about vehicle security and car hacking.
- Awesome Web Security - (Source ⭐ 12K, 📝 20/10/05 ) - 🐶 A curated list of Web Security materials and resources.
Testing
- Awesome Appium - (Source ⭐ 387, 📝 21/09/28 ) - A curated list of delightful Appium resources.
- Awesome Gatling - (Source ⭐ 77, 📝 02/08 ) - A collection of resources covering different aspects of Gatling load testing tool usage.
- Awesome Jmeter - (Source ⭐ 771, 📝 02/08 ) - A collection of resources covering different aspects of JMeter usage.
- Awesome K6 - (Source ⭐ 588, 📝 24/08/27 ) - A curated list of awesome tools, content and projects using k6
- Awesome Playwright - (Source ⭐ 1.3K, 📝 01/06 ) - A curated list of awesome tools, utils and projects using Playwright
- Awesome Regression Testing - (Source ⭐ 2.2K, 📝 25/01/22 ) - 🕶️ A curated list of resources around the topic: visual regression testing
- Awesome Selenium - (Source ⭐ 1K, 📝 25/01/22 ) - A curated list of delightful Selenium resources.
- Awesome Tap - (Source ⭐ 634, 📝 25/11/24 ) - Useful resources for the Test Anything Protocol
- Awesome Testing - (Source ⭐ 2.2K, 📝 02/08 ) - A curated list of testing resources
Theory
- Awesome Agi Cocosci - (Source ⭐ 362, 📝 02/08 ) - An awesome & curated list for Artificial General Intelligence, an emerging inter-discipline field that combines artificial intelligence and computational cognitive sciences.
- Awesome Algorithms - (Source ⭐ 25K, 📝 02/08 ) - A curated list of awesome places to learn and/or practice algorithms.
- Awesome Artificial Intelligence - (Source ⭐ 13K, 📝 25/11/24 ) - A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
- Awesome Audit Algorithms - (Source ⭐ 105, 📝 25/11/24 ) - A curated list of algorithms and papers for auditing black-box algorithms.
- Awesome Math - (Source ⭐ 13K, 📝 02/08 ) - A curated list of awesome mathematics resources
- Awesome Osint - (Source ⭐ 25K, 📝 02/08 ) - 😱 A curated list of amazingly awesome OSINT
- Awesome Recursion Schemes - (Source ⭐ 1.1K, 📝 20/11/25 ) - Resources for learning and using recursion schemes.
- Awesome Talks - (Source ⭐ 6.2K, 📝 25/07/14 ) - Awesome online talks and screencasts
- Papers We Love - (Source ⭐ 93K, 📝 25/05/05 ) - Papers from the computer science community to read and discuss.
- Search Engine Optimization - (Source ⭐ 2.5K, 📝 25/02/24 ) - 🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Work
- Awesome Code Review - (Source ⭐ 4.3K, 📝 24/09/15 ) - An "Awesome" list of code review resources - articles, papers, tools, etc
- Awesome Internships - (Source ⭐ 352, 📝 24/04/08 ) - A curated list of tech internships resources.
- Awesome Interview Questions - (Source ⭐ 69K, 📝 21/11/11 ) - 🐙 A curated awesome list of lists of interview questions. Feel free to contribute! 🎓
- Awesome Job Boards - (Source ⭐ 1.5K, 📝 25/11/24 ) -
- Awesome Productivity - (Source ⭐ 1.9K, 📝 23/05/26 ) - A curated list of delightful productivity resources.
- Awesome Remote Job - (Source ⭐ 43K, 📝 02/08 ) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Slack - (Source ⭐ 858, 📝 23/05/26 ) - A curated list of awesome Slack related things
- Awesome Slack - (Source ⭐ 307, 📝 23/05/26 ) - 🕶️ List of communities powered by Slack.
Social Media
Contribution
This repo is generated by trackawesomelist-source, if you want to add your awesome list here, please edit config.yml, and send a pull request, or just open an issue, I'll add it manually.
If you want to add badge (
) to your awesome list, please add the following code to your README.md:
[](https://www.trackawesomelist.com/your_repo_pathname/)The doc is still under construction, if you have any question, please open an issue