Awesome List Updates on Jan 12 - Jan 18, 2026
39 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Eslint
Plugins / Languages and Environments
- TypeScript - Linting rules for TypeScript.
- eslint-plugin-erasable-syntax-only (⭐50) - Granularly enforces TypeScript's erasableSyntaxOnly flag.
- eslint-plugin-expect-type (⭐118) - Provides Twoslash, $ExpectError, and $ExpectType type assertions.
Plugins / Libraries
- Tailwind CSS v4 (⭐632) - ESLint plugin to help you write better tailwindcss by improving readability with formatting rules and enforcing best practices with linting rules.
Plugins / Practices and Specific ES Features
- eslint-plugin-signature-design (⭐1) - Forbids functions with too many parameters of the same type, encouraging object-based signatures and preventing primitive obsession.
- mutate (⭐0) - Prevent accidental parameter mutations by enforcing explicit
mutprefix (JavaScript) orMut<T>type annotation (TypeScript).
Plugins / Security
- pg - PostgreSQL/node-postgres security: SQL injection prevention (CWE-89), connection pool leak detection (CWE-772), transaction safety. 13 rules with CWE mapping.
Parsers / Testing Tools
- TypeScript - A TypeScript parser that produces output compatible with ESLint.
Tools / Testing Tools
- eslint-disable-autofix (⭐2) - Utility to disable autofix for specific ESLint rules.
2. Awesome Python
Admin Panels
- django-unfold (⭐3.1k) - Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.
- func-to-web (⭐345) - Instantly create web UIs from Python functions using type hints. Zero frontend code required.
ASGI Servers
- granian (⭐4.9k) - Granian is a Rust HTTP server for Python applications built on top of Hyper and Tokio,supporting WSGI/ASGI/RSGI.
Audio
- Audio
- audioFlux (⭐3.2k) - A library for audio and music analysis, feature extraction.
- audioread (⭐536) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- dejavu (⭐6.7k) - Audio fingerprinting and recognition.
- kapre (⭐938) - Keras Audio Preprocessors.
- librosa (⭐8.1k) - Python library for audio and music analysis.
- matchering (⭐2.3k) - A library for automated reference audio mastering.
- mingus - An advanced music theory and notation package with MIDI file and playback support.
- pyaudioanalysis (⭐6.2k) - Audio feature extraction, classification, segmentation and applications.
- pydub (⭐9.7k) - Manipulate audio with a simple and easy high level interface.
- timeside (⭐397) - Open web audio processing framework.
Command-line Tools
- Productivity Tools
- cookiecutter (⭐25k) - A command-line utility that creates projects from cookiecutters (project templates).
- copier (⭐3k) - 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 (⭐40k) session manager.
- try (⭐750) - A dead simple CLI to try out python packages - it's never been easier.
Data Analysis
- pathway (⭐56k) - Real-time data processing framework for Python with reactive dataflows.
- polars (⭐37k) - A fast DataFrame library implemented in Rust with a Python API.
Data Visualization
- UltraPlot (⭐247) - Matplotlib wrapper for publication-ready scientific figures with minimal code. Includes advanced subplot management, panel layouts, and batteries-included geoscience plotting.
Database
- DuckDB - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.
Database Drivers
- Other Relational Databases
- clickhouse-driver (⭐1.3k) - Python driver with native interface for ClickHouse.
- pymssql (⭐877) - A simple database interface to Microsoft SQL Server.
Deep Learning
- jax (⭐34k) - a library for high-performance numerical computing with automatic differentiation and JIT compilation.
Distribution
- Nuitka (⭐14k) - Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).
File Manipulation
- watchfiles (⭐2.4k) - Simple, modern and fast file watching and code reload in python.
GUI Development
- NiceGui (⭐15k) - It is great for micro web apps, dashboards, robotics projects, smart home solutions and similar use cases. You can also use it in development, for example when tweaking/configuring a machine learning algorithm or tuning motor controllers.
GraphQL
- strawberry-django (⭐483) - Strawberry GraphQL integration with Django.
HTML Manipulation
- JustHTML (⭐1k) - A pure Python HTML5 parser that just works. No C extensions to compile. No system dependencies to install. No complex API to learn.
Interactive Interpreter
- marimo (⭐18k) - Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python.
Machine Learning
- PraisonAI (⭐5.5k) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
ORM
- NoSQL Databases
- mongoengine (⭐4.4k) - A Python Object-Document-Mapper for working with MongoDB.
- PynamoDB (⭐2.6k) - A Pythonic interface for Amazon DynamoDB.
Testing
- Fake Data
- faker (⭐19k) - A Python package that generates fake data.
- mimesis (⭐4.7k) - is a Python library that help you generate fake data.
Web Frameworks
- Asynchronous
- microdot (⭐2.1k) - The impossibly small web framework for Python and MicroPython.
- tornado (⭐22k) - A web framework and asynchronous networking library.
Podcasts
3. Awesome Capacitor
Capgo plugins / Core & Updates
- Updater (⭐669) - Live update for capacitor apps.
- Live Reload (⭐3) - Live reload Capacitor apps from a remote Vite dev server.
Capgo plugins / Device & Sensors
- Accelerometer (⭐3) - Read device accelerometer measurements.
- Barometer (⭐4) - Access device barometer readings.
- Brightness (⭐4) - Control screen brightness on iOS and Android.
- Compass (⭐4) - Native compass heading plugin.
- Light Sensor (⭐4) - Access the device light sensor (Android only).
- Mute (⭐9) - Detect if the mute switch is enabled/disabled on a device.
- Pedometer (⭐4) - Access pedometer data including steps, distance, pace, cadence, and floors.
- Shake (⭐15) - Detect shake gesture in device.
- Volume Buttons (⭐3) - Listen to volume button presses.
- SIM (⭐4) - Get information from device's sim cards.
Capgo plugins / Camera & Media
- Camera Preview (⭐33) - Camera preview.
- Document Scanner (⭐12) - Scan documents on iOS and Android.
- Audio Recorder (⭐4) - Record audio on iOS, Android, and Web.
- Native Audio (⭐61) - A native plugin for native audio engine.
- Audio Session (⭐4) - Get notified about audio interrupts & route changes on iOS.
- Screen Recorder (⭐17) - Record device's screen.
- Video Player (⭐3) - Play video in native player.
- Video Thumbnails (⭐4) - Generate video thumbnails from local or remote video files.
- Photo Library (⭐4) - Display photo gallery as web page or native screen.
- FFmpeg (⭐3) - Exposes the FFmpeg API to Capacitor.
- IVS Player (⭐5) - IVS player for capacitor app.
- JW Player (⭐4) - Play videos from jwplayer.com.
- Mux Player (⭐4) - Native Mux Player SDK to play video on iOS and Android.
- YouTube Player (⭐3) - Embed YouTube player controls in Capacitor apps.
- Media Session (⭐3) - Expose media session controls of the device.
Capgo plugins / Storage & Files
- Data Storage SQLite (⭐97) - SQLite Storage of key/value strings pair.
- Fast SQL (⭐7) - High-performance native SQLite plugin with custom protocol for efficient sync operations.
- File (⭐4) - File system operations, compatible with Cordova File plugin API.
- File Picker (⭐4) - Pick files, images, videos, and directories.
- File Compressor (⭐4) - Efficient image compression supporting PNG, JPEG, and WebP formats.
- Downloader (⭐4) - Download file in background or foreground.
- Uploader (⭐18) - Upload file natively.
- Zip (⭐3) - Zipping and unzipping files on iOS, Android, and Web.
Capgo plugins / Location & Navigation
- Background Geolocation (⭐10) - Receive accurate geolocation updates even while the app is in the background.
- Native Geocoder (⭐34) - Native forward and reverse geocoding.
- Launch Navigator (⭐4) - Launch native route navigation apps for Android and iOS.
Capgo plugins / Authentication & Security
- Native Biometric (⭐66) - Access native biometric APIs for Android and iOS.
- Social Login (⭐166) - All social logins in one plugin.
- Autofill Save Password (⭐8) - Prompt to save login into device password manager.
- Persistent Account (⭐5) - Securely store account information for a user.
- Is Root (⭐6) - Jailbreak/Root Detection Plugin.
- App Tracking Transparency - iOS App Tracking Transparency framework integration.
Capgo plugins / UI & Display
- In App Browser (⭐112) - In app browser.
- Navigation Bar (⭐20) - Set navigation bar color for Android Lollipop and higher.
- Home Indicator (⭐3) - Hide and show home button indicator in Capacitor app.
- Screen Orientation (⭐3) - Screen orientation with support for bypassing orientation lock.
- Flash (⭐18) - Switch the Flashlight / Torch of your device.
- Keep Awake (⭐4) - Prevent the device screen from dimming or sleeping.
- Text Interaction (⭐3) - Toggle text interaction in Capacitor based iOS apps.
- Transitions (⭐1) - Framework-agnostic page transitions for Capacitor apps - iOS-style navigation.
- Printer (⭐5) - Print documents, HTML, PDFs, images and web views.
- PDF Generator (⭐3) - Generate PDF files from HTML strings or URLs.
Capgo plugins / Purchases & Payments
- Native Purchases (⭐29) - In-app Subscriptions Made Easy.
- Pay (⭐4) - Trigger native payment for iOS (Apple Pay) and Android (Google Pay).
Capgo plugins / Communication & Messaging
- Crisp (⭐11) - Crisp native SDK for capacitor.
- NFC (⭐8) - Native NFC tag discovery, reading and writing for iOS and Android.
- Bluetooth Low Energy (⭐4) - BLE plugin with support for scanning, connecting, reading, writing, and notifications.
- WiFi (⭐5) - Manage WiFi connectivity for your Capacitor app.
- iBeacon (⭐4) - iBeacon proximity detection and beacon region monitoring.
- Speech Recognition (⭐7) - Comprehensive on-device speech recognition with live partial results.
- Speech Synthesis (⭐4) - Synthesize speech from text with full control over language, voice, pitch, rate, and volume.
Capgo plugins / Video Calling & Real-time
- Stream Call (⭐8) - Uses the getstream.io SDK to implement calling in Capacitor.
- RealtimeKit (⭐5) - Cloudflare Calls integration for Capacitor apps with built-in UI for meetings.
- Twilio Voice (⭐4) - Integrates the Twilio Voice SDK into Capacitor.
Capgo plugins / Analytics & Tracking
- AdMob (⭐3) - Bridge AdMob SDKs for iOS and Android.
- GTM (⭐5) - Google Tag Manager plugin for Capacitor.
- App Insights (⭐3) - A wrapper around the Apptopia App Insights SDK.
Capgo plugins / Contacts & Health
- Contacts (⭐3) - Work with device contacts using Capacitor APIs.
- Health (⭐8) - Interact with data from Apple HealthKit and Health Connect.
Capgo plugins / App Store & Market
- Native Market (⭐9) - A native market plugin for linking to Google Play or App Store.
- In App Review (⭐4) - Prompt users to submit app store ratings and reviews without leaving your app.
Capgo plugins / Android Specific
- Usage Stats Manager (⭐4) - Exposes the Android's UsageStatsManager SDK.
- Android Age Signals (⭐4) - Exposes Google Play Age Signals to your app.
- Android Inline Install (⭐3) - Trigger Android inline install feature.
- Android Kiosk (⭐5) - Lock device into kiosk mode with launcher functionality.
- Intent Launcher (⭐6) - Launch Android intents and open system settings screens on Android and iOS.
Capgo plugins / Platform Integrations
- Supabase (⭐1) - Native Supabase SDK integration - Auth, Database, and JWT access.
- WeChat (⭐6) - WeChat SDK - authentication, sharing, payments, and mini-programs.
- Watch (⭐6) - Apple Watch communication with bidirectional messaging support.
- Share Target (⭐4) - Receive shared content from other apps.
Capgo plugins / Firebase
- Analytics (⭐4) - Firebase Analytics for Capacitor.
- App (⭐4) - Firebase App for Capacitor.
- App Check (⭐4) - Firebase App Check for Capacitor.
- Authentication (⭐4) - Firebase Authentication for Capacitor.
- Crashlytics (⭐4) - Firebase Crashlytics for Capacitor.
- Firestore (⭐4) - Firebase Cloud Firestore for Capacitor.
- Functions (⭐4) - Firebase Cloud Functions for Capacitor.
- Messaging (⭐4) - Firebase Cloud Messaging (FCM) for Capacitor.
- Performance (⭐4) - Firebase Performance Monitoring for Capacitor.
- Remote Config (⭐4) - Firebase Remote Config for Capacitor.
- Storage (⭐4) - Firebase Cloud Storage for Capacitor.
Capgo plugins / Utilities
- Alarm (⭐4) - Manage native alarms.
- Env (⭐3) - Set Env var in Capacitor config and read them at runtime.
- WebView Guardian (⭐4) - Detect when the WebView was killed in the background and relaunch it on foreground.
- LLM (⭐11) - Adds support for LLM locally run for Capacitor.
Capgo plugins / Specialized Hardware
- Ricoh360 Camera (⭐3) - SDK for the Ricoh360 cameras.
4. Awesome Web Archiving
Tools & Software / Utilities
- duckdb-web-archive-cdx (⭐11) - DuckDB extension to query the Internet Archive and CommonCrawl CDX APIs directly from SQL. (In Development)
Tools & Software / WARC I/O Libraries
- warc (⭐57) - A Rust library for reading and writing WARC files. (Stable)
Community Resources / Discord
Community Resources / Twitter
- @commoncrawl - Official Common Crawl Foundation handle.
5. Awesome LaTeX
Online editors
- Modern LaTeX Editor (⭐5) - Online editor, no-signup hybrid code editor + visual editor that mixes Notion/Google docs/Microsoft Word-like editing with raw LaTeX code blocks.
6. Awesome Readme
Examples
- GyulyVGC/sniffnet (⭐32k) - Project banner, custom badges and horizontal rules, concise one-line description, informative screenshots, tabular download section with links, features bullet list, acknowledgements section, footer with social icons and links.
7. Awesome Quant
Julia / FrameWorks
- CcyConv.jl (⭐25) - Currency conversion library for Julia
- OnlinePortfolioAnalytics.jl (⭐12) - A Julia quantitative portfolio analytics (risk / performance) via online algorithms.
CPP / Data Visualization
- OrderMatchingEngine (⭐85) - A production-grade, lock-free, high-frequency trading matching engine achieving 150M+ orders/sec.
8. Awesome Computational Biology
Preprocess / Clinical Trial
- ChatSpatial (⭐4) - MCP server enabling spatial transcriptomics analysis via natural language.
Drug Response Prediction / Foundation models
- scFoundation (⭐382) - A large-scale pretrained foundation model for single-cell gene expression data, enabling multiple downstream analysis tasks.
- scGPT (⭐1.4k) - A transformer-based foundation model pretrained on millions of single-cell profiles to support various single-cell analysis tasks.
- BulkFormer (⭐37) - A foundation model pretrained on large-scale bulk RNA-seq data to learn general transcriptomic representations for downstream analysis tasks.
9. Static Analysis
Other / Other
- Dockle ⚠️ — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
- Neurolint-CLI — Deterministic code transformation tool using AST parsing and rule-based transformations. Automatically fixes 50+ issues including accessibility violations, hydration errors, React 19/Next.js 16 migrations, and configuration updates. Features 5-step fail-safe orchestration to ensure zero breaking changes. Specialized for React, Next.js, and TypeScript projects.
10. Awesome Rust
Applications / Database
- QuillSQL (⭐160) - An educational Rust relational database (RDBMS) inspired by CMU 15445
Applications / Security tools
- SystemVll/TAuth (⭐137) - An easy and user friendly 2FA & Credentials manager, for your PC.
11. Awesome Translations
Platforms / Localization and translation platforms
- LRM (⭐33) - Self-hosted CLI/TUI localization manager supporting .resx and JSON (i18next) with multiple translation providers including free options.
12. Awesome Audio Visualization
Experiments
- Multitrack Audio Visualizer (⭐0) - A real-time audio/music visualizer that displays multi-track waveforms with customizable colors and can export high-quality MP4/H.265 videos.
- Tap tempo and metronome with sound effects - A metronome with customizable sound effects, capable of calculating bpm with just a click, and also supports synchronization with your MIDI device.
- osci-render (⭐600) - Software for making music by visualising objects, images, and Blender scenes on an oscilloscope using audio.
13. Awesome Terraform
Community Modules / Miscellaneous
- nis2shield/infrastructure (⭐1) - Terraform modules for automated NIS2 compliance and secure infrastructure deployment.
Providers / Community providers
- terraform-provider-multipass (⭐3) - Terraform provider for Multipass.
14. Awesome Gemini Cli
🎉 New
- Conductor (⭐1.3k) - Conductor is a Gemini CLI extension that allows you to specify, plan, and implement software features.
Documentation & Examples
- Gemini CLI Tips by Addy Osmani (⭐2.1k) - ~30 pro-tips for effectively using Gemini CLI for agentic coding.
15. Awesome Mac
Productivity / Task Management
- super-productivity/super-productivity (⭐17k) — Todo list with time tracking ☆
16,845
16. Awesome Windows
Application Launchers
- Raycast - A highly extensible, keyboard-driven productivity launcher and command palette designed for efficiency
Audio
- Ableton Live - Fluid software for music creation and performance.
- FL Studio - Complete digital audio workstation (DAW) for composing, arranging, recording, and mastering.
Game Stores
- Hydra Launcher - A game launcher that allows you to download, play, track your stats and manage your games all in one place.
Graphics
- Affinity - Unified creative suite for photo editing, vector design, and desktop publishing
IDEs
- JetBrains IDEs - Professional suite of developer tools (CLion, DataGrip, DataSpell, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, Rider, RubyMine, Rust Rover, WebStorm).
Local AI
- LM Studio - Discover, download, and run local LLMs with a user-friendly interface.
- Ollama - Get up and running with large language models locally via command line.
Note-taking
- Anytype - A privacy focused offline encrypted Notion alternative with P2P syncing on local networks.
- Logseq - Privacy-first, open-source knowledge base that works on top of local plain-text Markdown and Org-mode files.
- Notion - All-in-one workspace for notes, project management, documents, and collaboration.
- Obsidian - A powerful knowledge base on top of a local folder of plain text Markdown files.
System Utilities
- CrunchyCleaner (⭐2) - A lightweight, software cache cleanup tool for Windows & Linux.
17. Awesome Chatgpt Prompts
Want to deploy your own private prompt library for your team? / Manual Setup
- Authentication — Configure GitHub, Google, Apple, Azure AD, or email/password login
- Features — Enable/disable private prompts, categories, tags, comments, AI search, AI generation, MCP
18. Awesome Agi Cocosci
Domain Specific Language / Design Theory
- Building Domain-Specific Machine Learning Workflows: A Conceptual Framework for the State of the Practice - ACM Transactions on Software Engineering and Methodology, 2024. [All Versions]. Domain experts are increasingly employing machine learning to solve their domain-specific problems. This article presents to software engineering researchers the six key challenges that a domain expert faces in addressing their problem with a computational workflow, and the underlying executable implementation. These challenges arise out of the proposed conceptual framework which presents the “route” of transformations that a domain expert may choose to take while developing their solution.
19. Awesome Osint
Email Search / Email Check / GitHub
- Blacklist Checker - Blacklist Checker is anemail blacklist checker, monitor and API that checks 100+ blacklists in seconds
- IntelBase - Forensics platform focused on reverse email lookup and email data enrichment.
20. Awesome Playwright
Language Support
- playwright-rust (⭐15) - Playwright port for Rust.
Showcases
- playwright-examples (⭐100) - Various testing scenarios with Playwright.
21. Awesome Agriculture
Data Standardization, Interoperability and APIs
- Botanica (⭐10) - Production-ready Rust crate for professional botanical data management with taxonomic hierarchy, cultivation tracking, and Darwin Core compliance.
- Fiware AgriFood - Open Source data standards and IoT framework that help connect farm systems and enable practical smart farming and agrifood solutions—part of the larger Fiware.org project.
Farm Management Systems and Record Keeping
- GrowGood) - GrowGood is an open-source farm management platform using open standards like ValueFlows and JSON-LD to help track and share interoperable data across agricultural operations and marketplaces.
IoT, Hardware / Shapefiles
- Smart Farming Thingsboard (⭐5) - a demo smart farming project using ThingsBoard to collect sensor data and display it on real-time agricultural dashboards.
22. Awesome Transit
GTFS Data Collection and Maintenance Tools / Rust
- Data-Tools Server (⭐54) - Server for IBI's GTFS data management platform.
- Uttu (⭐6) - Back-end for Nplan, a simple timetable editor.
Agency Tools / General GIS Applications for making transit visualizations
- Remix by Via - A webapp that lets transit agencies easily plan routes.
23. Awesome Graphql
PubSub / React
- graphql-ably-pubsub (⭐7) - Ably PubSub implementation for GraphQL to publish mutation updates and subscribe to the result through a subscription query.
Tools - Security / React
- Vulert - Vulert secures software by detecting vulnerabilities in open-source dependencies—without accessing your code. It supports Js, PHP, Java, Python, and more
24. Awesome Electronics
Videos / Help
- Analog Circuit Design - Analog Circuit Design by Prof. Ali Hajimiri, Caltech.
25. Awesome Playcanvas
3D Gaussian Splatting / YouTube Playables
- vid2scene - Transform 2D video into immersive 3D scenes.
26. Awesome Love2d
3D
- Lovox (⭐51) - Pseudo-3D library for working with voxels.
Animation
- animx (⭐33) - A featureful Animation library for loading animations from XML files!.
- SYSL-Text (⭐113) - Text animation and automatic wrapping library based on tags.
Drawing
- Artal (⭐42) - A .PSD parsing library for LÖVE.
- center (⭐17) - A simple module to dynamically align and fit content to screens of any size.
- SYSL-Pixel (⭐35) - Pixel art focused scaler for graphics, position, screen-captures and shaders.
Entity
- Concord (⭐297) - A feature-complete ECS library.
Helpers
- clove (⭐32) - A helper library which allows you to quickly loads huge amount of assets.
- iffy (⭐26) - A SpriteSheet and Tileset helper library for LÖVE.
Math
- vector.lua (⭐60) - A simple vector library based on the PVector class from processing.
Physics
- loveblobs (⭐1) - A softbody library with support for both dynamic and static arbitrary softbodies.
Testing
- busted (⭐1.6k) - Simple unit-testing framework with customizable assertions.
- Luassert (⭐238) - Extends
assert()with additional, customizable tests.
UI
- FlexLöve (⭐3) - A fully featured GUI library, supporting flexbox/grid/absolute layouts, both immediate and retained mode, 9patch theming and advanced event support.
- GOOi (⭐233) - Android-oriented GUI library.
- ProdUI (⭐7) - A user interface library for the LÖVE Framework.
- Badar 🌕 (⭐40) - Simple custom UI syntax for easy components compositions.
Utilities
- hex2color (⭐10) - A single function to use HEX color values.
- Ini Parser (⭐17) - General purpose ini configuration parser.
- love-pe (⭐19) - A tool made in LÖVE for changing LÖVE icon itself.
IDEs
- Brackets - A modern, open source text editor by Adobe (obsolete).
- Lua Syntax Highlighter (⭐4) - Add Lua syntax highlighting in Brackets.
- LÖVE Hints for Brackets.io - Provides LÖVE code hints.
- Run LÖVE (⭐4) - Launch LÖVE projects with a hotkey.
- Vim - A highly configurable text editor built to make creating and changing any kind of text very efficient.
- Vim LOVE Docs (⭐58) - Syntax highlighting for Vim.
- Love2D WebIDE - Completely web based IDE for writing Love2D games.
27. Awesome Data Engineering
Testing / Data Profiler
- Snowflake Emulator (⭐4) - A Snowflake-compatible emulator for local development and testing.
28. Awesome Polars
Polars plugins / Import / Export
- polars-redis (⭐1) - Polars IO plugin for Redis - scan hashes, JSON, and other data types as LazyFrames with projection pushdown and RediSearch support by @joshrotenberg.
- excelsior (⭐4) - High-performance library for modifying Excel files with Polars.
Polars plugins / Validation
- daffy (⭐25) - Decorator-first DataFrame contracts/validation (columns/dtypes/constraints) at function boundaries. Supports Polars/Pandas/PyArrow/Modin by @vertti.
29. Awesome Zig
Tools / Text Editors
- zed-extensions/Zig (⭐50) - Zig extension for Zed editor.
Tools / Package and Version Manager
- Getzig (⭐9) - An idea for a Zig version manager along the lines of gradle wrapper.
Data Structure and Algorithm / Linker
- kobolds-io/stdx - Helpful extensions to the Zig standard library.
Compilers and Interpreters / Linker
- Fun (⭐2) - A statically-typed language that transpiles to C, combining safety and performance with C's efficiency.
FFI Bindings / Zigged Project
- FFmpeg (⭐271) - Library FFmpeg with the build system replaced by Zig.
Scientific Computation / Linear Algebra
- ziglibs/zlm (⭐256) - Zig linear mathematics.
- omaraaa/VecFns (⭐28) - Automatic Vector Math Functions In Zig.
- Laremere/alg (⭐32) - Algebra for Zig.
- BanchouBoo/algae (⭐7) - Zig math library focused on game development.
- JungerBoyo/zmath (⭐2) - Simple linear algebra library written in Zig.
- pblischak/zprob (⭐17) - A Zig Library for Probability Distributions.
Machine Learning / Machine Learning Framework
- ggml-zig (⭐15) - A replacement for ggml: Tensor library for machine learning (⭐14k) written in Zig.
- rockcarry/ffcnn (⭐83) - A cnn neural network inference framework, written in 600 lines C language.
- xboot/libonnx (⭐642) - A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
- kraiskil/onnx2c (⭐344) - Open Neural Network Exchange to C compiler. Onnx2c is a ONNX to C compiler. It will read an ONNX file, and generate C code to be included in your project. Onnx2c's target is "Tiny ML", meaning running the inference on microcontrollers.
- candrewlee14/zgml (⭐10) - Tensor library for machine learning, inspired by ggml.
- maihd/zten (⭐7) - Tensor library for Zig, based on ggml.
- andrewCodeDev/ZEIN (⭐58) - Zig-based implementation of tensors.
- recursiveGecko/onnxruntime.zig (⭐28) - Experimental Zig wrapper for ONNX Runtime with examples (Silero VAD, NSNet2).
- zml - A machine learning framework.
- Zigrad (⭐168) - A deep learning framework built on an autograd engine with high level abstractions and low level control. Trains neural networks 2.5x faster than PyTorch on Apple Silicon and 1.5x faster on CPU.
- SilasMarvin/dnns from scratch in Zig (⭐79) - A very simple implementation of deep neural networks written in the Zig programming language.
Machine Learning / Large Language Model
- llama.cpp (⭐92k) - Inference of LLaMA (⭐59k) model in pure C/C++.
- cgbur/LLaMa2.zig (⭐203) - Inference LLaMA 2 in one file of pure Zig.
- clebert/LLaMa2.zig (⭐48) - Inference LLaMA 2 in pure Zig.
- renerocksai/gpt4all.zig (⭐97) - Zig build for a terminal-based chat client for an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa.
- EugenHotaj/zig_gpt2 (⭐39) - Neural Network Inference Engine in Zig. GPT2 inference engine written in Zig. The inference engine can run NanoGPT (⭐51k).
- CogitatorTech/zigformer (⭐41) - ZigFormer is an transformer-based LLM implemented in pure Zig.
Web Framework / Large Language Model
- im-ng/zero (⭐9) - Simple and opinionated web framework written in Zig and aims to make microservices development in Zig easier.
- GuneshRaj/zigar (⭐0) - Zigar is a web application framework for Zig that supports ASP / JSP-like template syntax with ASP-style tags.
Web3 Framework / Large Language Model
- ch4r10t33r/hash-zig (⭐46) - A pure Zig implementation of hash based signatures inspired from the rust implementation.
Graphics Library / Large Language Model
- MasterQ32/Zig-OpenGL (⭐120) - OpenGL binding generator based on the OpenGL registry.
30. Awesome Javascript
Data Visualization / Runner
- Infographic (⭐2.8k) - A next-generation declarative infographic visualization engine.
31. Free for Dev
CI and CD
- RunMyJob - Run GitHub Actions and GitLab CI pipelines smarter with real-time scaling Spike Instances. Free tier includes 400 vCPU-minutes, 800 GB-minutes, and 10 concurrent jobs with high-performance runners (12 vCPU and 32 GB RAM per job).
Testing
- kogiQA — A web UI automation tool that functions without the need for selectors. Every developer gets 500 actions per month for free.
PaaS
- Railway - Deploy anything with git-based deployments, automatic CI/CD, and built-in databases. Free tier includes $5 of credits each month
Domain
- DigitalPlat — Free subdomains.
32. Awesome Broadcasting
SCTE-35
- threefive (⭐13) - SCTE-35 Parser and Encoder for MPEGTS.
33. Awesome Neovim
Programming Languages Support / YAML
- cuducos.me/yaml.nvim - Utils to work with YAML files.
Programming Languages Support / Web Development
- cjodo/convert.nvim (⭐54) - Helps with CSS unit conversions.
Project / Assembly
- cosmicbuffalo/root_swapper.nvim (⭐1) - Lightweight root swapper that uses
lcdto swap to the appropriate root directory based on the current buffer.
Colorscheme / Assembly
- serhez/teide.nvim (⭐96) -
[TS][LSP][L/D][Lua]A fork of folke'stokyonight.nvimwith a different color palette.
Media / Cursorline
- ricmonmol/nvim-music-player (⭐4) - A simple music player powered by
mpv, written in Python, including a Telescope browser.
Dependency Management / Quickfix
- cosmicbuffalo/gem_install.nvim (⭐1) - Install Ruby gems, trigger
bundle installandgem installwith progress and caching to prevent retries when installs fail.
Git / Quickfix
- Enigama/remarks.nvim (⭐7) - Personal developer notes attached to Git commits.
- Salanoid/gitlogdiff.nvim (⭐9) - Diff between multiple git commits, similar to JetBrains's git log.
Motion / GitLab
- cosmicbuffalo/eyeliner.nvim (⭐2) - Highlight jump destinations for
f/tmotions.
34. Awesome Db Tools
IDE
- Database Workbench - Complete IDE for database design, development and testing for Oracle, SQL Server, PostgreSQL, MySQL, MariaDB, Firebird, InterBase, SQLite and NexusDB.
Backup / Samples
- Databasus (⭐4k) - Tool for scheduled PostgreSQL backups via web UI with external storages (local, S3, FTP, Google Drive, etc.), notifications (webhook, Discord, Slack, etc.) and team management.
- pg_probackup (⭐770) - A backup and recovery manager for PostgreSQL.
35. Awesome Postgres
Contents / Backups
- Databasus - tool for scheduled PostgreSQL backups via web UI with external storages (local, S3, FTP, Google Drive, etc.), notifications (webhook, Discord, Slack, etc.) and team management.
Contents / Extensions
- PostgreSQL Anonymizer - An extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a Postgres database, through PG Security Labels.
36. Awesome Ai in Finance
Data Sources / Alternative Data
- Pizzint - Pentagon Pizza Index (PizzINT) is a real-time Pentagon pizza tracker that visualizes unusual activity at Pentagon-area pizzerias. It highlights a signal that has historically aligned with late-night, high-tempo operations and breaking news.
37. Awesome Langchain
Tools / Services
- far-search-tool (⭐1): LangChain tool for semantic search over Federal Acquisition Regulations (FAR). Enables AI agents to query U.S. government contracting rules and compliance requirements.
Learn / Notebooks
- Learn LangChain (JS) (⭐3) – A structured, example-driven LangChain JS learning repository covering prompts, chains, tools, embeddings, RAG, agents, Puppeteer scraping, and LangGraph-based multi-agent workflows.
38. Awesome Cli Apps
Development / Devops
- s3m (⭐47) - Stream of data into S3 buckets.
39. Awesome Cakephp
AI Tools
- Crustum/OpenRouter plugin (⭐0) - Integration with OpenRouter service for unified LLM access, supporting multiple AI models with chat completions, streaming, tool calling, and web search.
Asset Management
- CakeVite plugin (⭐0) - A fully-featured Vite plugin (spiritual successor of brandcom/cakephp-vite (⭐22)).
Miscellaneous
- AttributeRegistry plugin (⭐2) - A powerful CakePHP plugin for discovering, caching, and querying PHP 8 attributes across your application and plugins.
Queue
- Crustum/Temporal plugin (⭐0) - Workflow orchestration plugin for durable execution, reliable background jobs, and long-running processes with automatic retries.
- Next: Jan 05 - Jan 11, 2026